• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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 is your favorite color? Blue, no yellow, ahhhhhhh! Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic