Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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)

0 votes



2 answers

Permanent link
HI.

I am running into the same run time error. Has anyone resolved this issue?

0 votes


Permanent link
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.




HI.

I am running into the same run time error. Has anyone resolved this issue?

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 31 '09, 5:18 p.m.

Question was seen: 4,903 times

Last updated: Mar 31 '09, 5:18 p.m.

Confirmation Cancel Confirm