IBM_Rational_DOORS_Web_Access 9.6.1 installation error?
vijay panari (52●1●11●18)
| asked Sep 15 '15, 8:00 a.m.
edited Jul 31 '17, 2:20 p.m. by Geoffrey Clemm (30.1k●3●30●35)
Hi Team,
I am going to install Doors 9.6.1 and Doors Web Access 9.6.1 on Windows 8.1 Pro. I successfully installed Doors. While installation IBM_Rational_DOORS_Web_Access below error shows.
Fatal Application Error.
The Application has Unexpectedly Quite. Invocation of this java application has caused an Invocation Target Exception. This Application will not exit (LAX)
How to solve this above problem. Thanks Vijay Panari
|
6 answers
Try changing the Compatibility mode (right-click on installer, Properties > Compatibility) to an earlier version of Windows (like Windows 8 or Vista) and then try launching it..
|
HI Sudarshan,
|
Hello,
I was getting the same error, i am able to solve by changing JDK path.
I am using Windows 10 and java 1.8, i tried to install DWA, initially i was getting above error. Later i changed the JDK to JAVA 1.7 then it worked.
Below is the command which i executed from command line:
IBM_Rational_DOORS_Web_Access.exe LAX_VM "C:\Program Files\Java\jdk1.7.0_80\bin\java.exe"
Hope this helps
Thanks,
Manju
|
Hi all,
Same problem on 9.7, solved with the "Troubleshoot compatibility".
Corinne
Comments
Sean F
commented Oct 29 '19, 12:25 p.m.
Hi Corinne,
What steps did you follow to get this to work using "Troubleshoot compatibility" ?
Do you know what version of Java you have installed?
|
^^
I have tried this suggestion from Manju but I am still getting the same error
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
java.lang.ClassCastException: ZeroGda cannot be cast to ZeroGc8
What exact error message were you getting do you know Manju?
Comments
Sean F
commented Oct 29 '19, 12:48 p.m.
I have been able to solve this now combining Manju and Corinne's answers
Downgrade Java to 1.7 and then run installer by right-clicking and choosing 'Troubleshoot compatibility' and then choose the default options
This was on Windows 10
Sean F
commented Oct 29 '19, 12:48 p.m.
I have been able to solve this now combining Manju and Corinne's answers
Downgrade Java to 1.7 and then run installer by right-clicking and choosing 'Troubleshoot compatibility' and then choose the default options
This was on Windows 10
|
When I try to start the broker after installing 9.7 I get the following error
C:\Program Files\IBM\Rational\DOORS Web Access\9.7.0.0>broker.start.bat
Warning: JAVA_HOME environment variable is not set.
Java Runtime: Oracle Corporation 1.7.0_80 C:\Program Files\Java\jre7
INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@6f3e54b: startup date [Thu Oct 31 03:04:17 ANAT 2019]; root of context hierarchy
I then tried setting JAVA_HOME to 'C:\Program Files\Java\jre7' I then get the slightly different error:-
C:\Program Files\IBM\Rational\DOORS Web Access\9.7.0.0>broker.start.bat
Is JAVA_HOME supposed to be set or not when running broker.start.bat ? |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi to all,
me too I've the same error with the OS Win Server 2012. The stack trace was:
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
ZeroGu2: Windows DLL failed to load
at ZeroGa2.b(DashoA10..)
at ZeroGa2.b(DashoA10..)
at com.zerog.ia.installer.LifeCycleManager.b(DashoA10..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10..)
at com.zerog.ia.installer.Main.main(DashoA10..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA10..)
at com.zerog.lax.LAX.main(DashoA10*..)
Is there somebody who has any ideas?