Discussion:
[openjms-developer] java.lang.OutOfMemoryError
Julien Schreiber
2004-01-30 14:01:50 UTC
Permalink
Dear all,

I am using OpenJMS Server version 0.7.5.
I have just installed version 0.7.6

The Open Jms Server is running on a Sun Fire V120 on Solaris 8.0

I observe the following exception on the standard Output (when I am connected using the console mode) :

java.lang.OutOfMemoryError
<<no stack trace available>>

a couple of seconds after having established a connection from my application to the Open JMS server.

I am using a TCP connector to establish the connection.


Once the exception is raised, all the JVM (even the one in which the Open Jms Server is running) remain alive. But the connection seems to be "blocked", so no more JMS message can be sent from my application towards the OpenJMS server.


Have you got any idea on this problem ?


Regards,
___________________________
Julien Schreiber
Cap Gemini Telecom Media & Networks
+33 (0)1 49 00 47 60
Tim Anderson
2004-01-31 00:00:46 UTC
Permalink
Make sure:
1. the OPENJMS_HOME environment variable is correctly set up to point to the
openjms 0.7.6
installation
2. the client is using the correct jars:
http://openjms.sourceforge.net/usersguide/jars.html
3. the client doesn't have a memory leak - e.g, creating Connections
which are never closed after use etc.

-Tim
-----Original Message-----
From: openjms-developer-***@lists.sourceforge.net
[mailto:openjms-developer-***@lists.sourceforge.net]On Behalf Of Julien
Schreiber
Sent: Saturday, 31 January 2004 1:02 AM
To: openjms-***@lists.sourceforge.net
Subject: [openjms-developer] java.lang.OutOfMemoryError


Dear all,

I am using OpenJMS Server version 0.7.5.
I have just installed version 0.7.6

The Open Jms Server is running on a Sun Fire V120 on Solaris 8.0

I observe the following exception on the standard Output (when I am
connected using the console mode) :

java.lang.OutOfMemoryError
<<no stack trace available>>

a couple of seconds after having established a connection from my
application to the Open JMS server.

I am using a TCP connector to establish the connection.


Once the exception is raised, all the JVM (even the one in which the Open
Jms Server is running) remain alive. But the connection seems to be
"blocked", so no more JMS message can be sent from my application towards
the OpenJMS server.


Have you got any idea on this problem ?


Regards,
___________________________
Julien Schreiber
Cap Gemini Telecom Media & Networks
+33 (0)1 49 00 47 60

Continue reading on narkive:
Loading...