Ramkumar,
What values of -Xmx and -Xms are you running Java with?
I've tweaked mine to:
MAVEN_OPTS=-Xmx1024M
...without this Out-of-Memory is a common experience....
Yours, Mike.
Ramkumar R wrote:
I see a OutOfMemoryError in itest/osgi-implementation conversation
testcases, and a serious of testcases fails with the following exception.
Can anyone help me in identifying the issue here. Thanks.
testStatelessStatefulConversationCallingEndedConversationCallback(conversation.ConversationTestCase)
Time elapsed: 1.843 sec <<< ERROR!
java.lang.OutOfMemoryError
at com.ibm.oti.vm.VM.initializeClassLoader(Native Method)
at java.lang.ClassLoader.<init>(ClassLoader.java:111)
at java.security.SecureClassLoader.<init>(SecureClassLoader.java:75)
at
<snip>