RuntimeException error while starting the WebUI services
I am trying to bring up RQM Jazz server (runs on tomcat) via windows service,but seeing the following from the stdout log. I can manually bring up the Jazz server though. Anyone has any clue?
16:10:36,562 ERROR et.jazz.ajax.internal.registry.WebUIRegistryReader - A RuntimeException has occurred while starting the WebUI services
java.lang.StackOverflowError
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1001)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1833)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1743)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1932)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1856)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1743)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:363)
at java.util.ArrayList.readObject(ArrayList.java:617)
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
16:10:36,562 ERROR et.jazz.ajax.internal.registry.WebUIRegistryReader - A RuntimeException has occurred while starting the WebUI services
java.lang.StackOverflowError
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1001)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1833)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1743)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1932)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1856)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1743)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:363)
at java.util.ArrayList.readObject(ArrayList.java:617)
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
2 answers
Folks,
I was getting this problem as well and a search of the IBM Rational Support technotes found a technote on the issue java.lang.StackOverflowError is thrown when starting Rational Quality Manager server found this fix for this problem
Cause
This error can occur from the Jazz Foundation component that reads cached JavaScript applications. Is it possible that the server was shut down forcefully (For example from a kill signal) rather than from the server.shutdown script? If so, Tomcat will leave behind corrupted data like this in its work directory.
Resolving the problem
To resolve this issue, shut down the server and remove all contents from the Tomcat work directory:
$RQM/server/tomcat/work/
Do not delete the work directory, just its contents.
Restart the server.
I was getting this problem as well and a search of the IBM Rational Support technotes found a technote on the issue java.lang.StackOverflowError is thrown when starting Rational Quality Manager server found this fix for this problem
This error can occur from the Jazz Foundation component that reads cached JavaScript applications. Is it possible that the server was shut down forcefully (For example from a kill signal) rather than from the server.shutdown script? If so, Tomcat will leave behind corrupted data like this in its work directory.
To resolve this issue, shut down the server and remove all contents from the Tomcat work directory:
$RQM/server/tomcat/work/
Do not delete the work directory, just its contents.
Restart the server.
HI.
I am running into the same run time error. Has anyone resolved this issue?