Can any body help me regarding this :
I have a session bean which makes a JDBC call and populates a Vector and then sends it back from my session bean in weblogic5.1 server to my Iplanet server which are located in entirely different geographical locations.
It sends back the vector properly whenever the vector size is something arround 500 to 600 , but throws this exception in weblogic5.1 when the size increases...
- >
Wed Aug 14 05:06:32 CDT 2002:<E> <Adapter> OutOfMemoryError in Adapter
java.lang.OutOfMemoryError
<
Wed Aug 14 05:06:32 CDT 2002:<E> <Kernel> ExecuteRequest failed.
java.lang.OutOfMemoryError
<
CAN ANY ONE HELP ME REGARDING THIS ......
-
OutOfMemoryError in Adapter (3 messages)
- Posted by: Sabyasachi Chowdhury
- Posted on: August 19 2002 00:28 EDT
Threaded Messages (3)
- OutOfMemoryError in Adapter by Ahmed Talaat on August 19 2002 11:23 EDT
- OutOfMemoryError in Adapter by Abhijit Gaikwad on August 20 2002 03:23 EDT
- OutOfMemoryError in Adapter by Sabyasachi Chowdhury on August 20 2002 06:00 EDT
-
OutOfMemoryError in Adapter[ Go to top ]
- Posted by: Ahmed Talaat
- Posted on: August 19 2002 11:23 EDT
- in response to Sabyasachi Chowdhury
Check your JVMs heap size. (-msXXXm -mxXXXm). -
OutOfMemoryError in Adapter[ Go to top ]
- Posted by: Abhijit Gaikwad
- Posted on: August 20 2002 03:23 EDT
- in response to Sabyasachi Chowdhury
truly , migrate it to weblogic 6.X or 7.0. -
OutOfMemoryError in Adapter[ Go to top ]
- Posted by: Sabyasachi Chowdhury
- Posted on: August 20 2002 06:00 EDT
- in response to Abhijit Gaikwad
Thanx a lot for your valued suggestion......
I have tried increasing the heap size but it didn't worked.....when i visited BEA's site they said that the problem has been taken care of in Weblogic6.1 and above.........
Thanx
Sabyasachi