JRS is offline after restarting WAS, "CRRGW5319E Jazz Reporting Service experienced a serious exception error when redirecting to reportdefinition
Hi,
After restarting WAS for scheduled maintenance all CLM applications came on-line but JRS is offline with the following error in JTS Administration's diagnostics page:
application: the discovery resource at https://hqratp02.occ.treas.gov/rs/rootservices for "/rs" cannot be accessed:
the return HTTP status was 500
The response body was
Error 500: java.lang.NoSuchMethoError:java.lang.NoSuchMethodError: org/apache/http/conn/scheme/Scheme.<init>(Ljava/lang/String;ILorg/apache/http/conn/scheme/SchemeSocketFactory;)
The jts and rs log include errors like the following:
2015-07-26 11:00:52,961 [WebContainer : 29 @@ 10:40 CHOPPALANE <Initial Page Load@325398dc-8cd8-4170-bfdf-26c87bd0ec43> /qm/auth/authrequired] ERROR m.team.integration.reporting.gatewayservices.Front - CRRGW5319E Jazz Reporting Service experienced a serious exception error when redirecting to reportdefinition.
com.ibm.websphere.servlet.error.ServletErrorReport: java.lang.NoSuchMethodError: org/apache/http/conn/scheme/Scheme.<init>(Ljava/lang/String;ILorg/apache/http/conn/scheme/SchemeSocketFactory;
The JTS appears to be registered correctly, there are no Oauth errors or indications of a consumers/friends problem
Thanks,
Brett
After restarting WAS for scheduled maintenance all CLM applications came on-line but JRS is offline with the following error in JTS Administration's diagnostics page:
application: the discovery resource at https://hqratp02.occ.treas.gov/rs/rootservices for "/rs" cannot be accessed:
the return HTTP status was 500
The response body was
Error 500: java.lang.NoSuchMethoError:java.lang.NoSuchMethodError: org/apache/http/conn/scheme/Scheme.<init>(Ljava/lang/String;ILorg/apache/http/conn/scheme/SchemeSocketFactory;)
The jts and rs log include errors like the following:
2015-07-26 11:00:52,961 [WebContainer : 29 @@ 10:40 CHOPPALANE <Initial Page Load@325398dc-8cd8-4170-bfdf-26c87bd0ec43> /qm/auth/authrequired] ERROR m.team.integration.reporting.gatewayservices.Front - CRRGW5319E Jazz Reporting Service experienced a serious exception error when redirecting to reportdefinition.
com.ibm.websphere.servlet.error.ServletErrorReport: java.lang.NoSuchMethodError: org/apache/http/conn/scheme/Scheme.<init>(Ljava/lang/String;ILorg/apache/http/conn/scheme/SchemeSocketFactory;
The JTS appears to be registered correctly, there are no Oauth errors or indications of a consumers/friends problem
Thanks,
Brett
One answer
Hi,
I have seen a few instances of this problem with the identical stack traces noted above and the same symptom, JRS offline and an error noted above in the JTS Administrations diagnostics page.
In each, clearing WAS cache resolved the problem.
1.) Remove all the files under these directories: /wstemp /temp /config/temp /logs/ffdc /logs/
2.) Run the following commands: /bin/clearClassCache.bat
/bin/osgiCfgInit.bat
Thanks,
Brett
I have seen a few instances of this problem with the identical stack traces noted above and the same symptom, JRS offline and an error noted above in the JTS Administrations diagnostics page.
In each, clearing WAS cache resolved the problem.
1.) Remove all the files under these directories: /wstemp /temp /config/temp /logs/ffdc /logs/
2.) Run the following commands: /bin/clearClassCache.bat
/bin/osgiCfgInit.bat
Thanks,
Brett
Comments
Joseph Mao
JAZZ DEVELOPER Jul 31 '15, 12:29 a.m.Hi Brett,