RQM reports display internal error after upgrade
5 answers
Hi All
This seems to be a known defect if you are running WebSphere Application Server 8.0.0.5 or 8.5
There are two workarounds for this problem:
1. Use WebSphere Application Server 8.0.0.4 or earlier
2. Add the following to the Java options in WebSphere -Xjit:exclude={org/mozilla/javascript/UintMap.*}
Note the '.' after the UintMap value
Best Regards
Rajat
This seems to be a known defect if you are running WebSphere Application Server 8.0.0.5 or 8.5
There are two workarounds for this problem:
1. Use WebSphere Application Server 8.0.0.4 or earlier
2. Add the following to the Java options in WebSphere -Xjit:exclude={org/mozilla/javascript/UintMap.*}
Note the '.' after the UintMap value
Best Regards
Rajat
Hi Rajat,
Can you confirm that this is what you did to resolve this in WebSphere:
1. Open the administrative console.
2. Select Servers.
3. Select Application Servers.
4. Select the server you want to configure.
5. In the Additional Properties area, select Process Definition.
6. In the Additional Properties area, select Java Virtual Machine.
7. Add this to the list of the generic JVM arguments : -Xjit:exclude={org/mozilla/javascript/UintMap.*}
You should see others such as -Xmx4g -Xgcpolicy gencon etc. for a CLM installation. So add it to the list. Then you restart the application server.
Can you confirm that this is what you did to resolve this in WebSphere:
1. Open the administrative console.
2. Select Servers.
3. Select Application Servers.
4. Select the server you want to configure.
5. In the Additional Properties area, select Process Definition.
6. In the Additional Properties area, select Java Virtual Machine.
7. Add this to the list of the generic JVM arguments : -Xjit:exclude={org/mozilla/javascript/UintMap.*}
You should see others such as -Xmx4g -Xgcpolicy gencon etc. for a CLM installation. So add it to the list. Then you restart the application server.
Comments
Hi, I have the same issue and even if I have added this JVM arguments the problem is still there.... Can someone help me ?
As per technote http://www-01.ibm.com/support/docview.wss?uid=swg21616615, the issue is resolved in later Fixpacks of websphere ( 8.0.0.6 and 8.5.0.2). Please upgrade.