• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OutOfMemory problem in WAS3.5.6

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are getting a problem with the Stateful EJB in WAS3.5.6. The error messages are copied here. If anyone of you are aware of this problem, please share with me. Thanks in advance.
Getting following error occationally:
------------------------------------------------
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:com.ibm.ejs.container.CreateFailureException: java.lang.NullPointerException; nested exception is:java.lang.NullPointerException
com.ibm.ejs.container.CreateFailureException: java.lang.NullPointerException; nested exception is:java.lang.NullPointerException
java.lang.NullPointerException
------------------------------------------------
WebSphere _trace.txt logs:
------------------------------------------------
535df8 WebGroup X Root Cause java.lang.OutOfMemoryError
14372a9 SRTSessionAPI X Session.releaseSession() threw an unexpected exception java.lang.OutOfMemoryError
14372a9 SessionContex X BackedHashtable:commonSetup - problem streaming object
java.lang.NullPointerException at java.io.ObjectOutputStream.defaultWriteObject(Compiled Code) at java.io.ObjectOutputStream.outputObject(Compiled Code)
------------------------------------------------
WebSphere _stderr.txt
------------------------------------------------
java.lang.NullPointerException
at java.io.ObjectOutputStream.defaultWriteObject(Compiled Code)
at java.io.ObjectOutputStream.outputObject(Compiled Code)
at java.io.ObjectOutputStream.writeObject(Compiled Code)
at java.util.Hashtable.writeObject(Compiled Code)
at java.lang.reflect.Method.invoke(Native Method)
-sat kat.
 
What does a metric clock look like? I bet it is nothing like this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic