|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
OpenJMS 0.7.7-beta-1 java heapspace errorI have Open JMS 0.7.7-beta-1 running for about 3 months non-stop with
a dedicate java program I wrote that uses it. Their's 1 durable subscriber and the rest are just regular ones. Then when calling the TopicSuscriber.recieve() method I get hit with a "javax.jms.JMSException: Java heap space" error. It goes on until I have to restart openjms and my program again. Is this exception happening from OpenJMS cos it ran out of memory? or from me ? I'm just calling on receive() method the whole time.. btw this is a durable suscriber that stays connected 24/7 for months on end. So I dunno if that should raise an possible concerns. Any ideas? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ openjms-user mailing list openjms-user@... https://lists.sourceforge.net/lists/listinfo/openjms-user |
|
|
Re: OpenJMS 0.7.7-beta-1 java heapspace errorGeorge,
Did the subscriber disconnect uncleanly? as I had a issue where if a subscriber (or a queue reciever) disconnected uncleanly(e.g. the program crashed or was killed off) then openJMS would get into an infinite loop, which could have caused your issue. try getting it to output more logs.. though if its running for months that might be an issue. I had to move to using activeMQ because of the little issues, which was a pain because openJMS was so lightweight and easy to deploy. -----Original Message----- From: openjms-user-bounces@... [mailto:openjms-user-bounces@...] On Behalf Of George H Sent: Friday, 1 February 2008 8:14 PM To: openjms-user@... Subject: [openjms-user] OpenJMS 0.7.7-beta-1 java heapspace error I have Open JMS 0.7.7-beta-1 running for about 3 months non-stop with a dedicate java program I wrote that uses it. Their's 1 durable subscriber and the rest are just regular ones. Then when calling the TopicSuscriber.recieve() method I get hit with a "javax.jms.JMSException: Java heap space" error. It goes on until I have to restart openjms and my program again. Is this exception happening from OpenJMS cos it ran out of memory? or from me ? I'm just calling on receive() method the whole time.. btw this is a durable suscriber that stays connected 24/7 for months on end. So I dunno if that should raise an possible concerns. Any ideas? ------------------------------------------------------------------------ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ openjms-user mailing list openjms-user@... https://lists.sourceforge.net/lists/listinfo/openjms-user NOTICE - This message and any attached files may contain information that is confidential and intended only for use by the intended recipient. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, be advised that you have received this message in error and that any dissemination, copying or use of this message or attachment is strictly forbidden, as is the disclosure of the information therein. If you have received this message in error please notify the sender immediately and delete the message. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ openjms-user mailing list openjms-user@... https://lists.sourceforge.net/lists/listinfo/openjms-user |
| Free Forum Powered by Nabble | Forum Help |