History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1190
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Fredrik Jonson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

JVM crash with AMQ 4.1.0 (jdk1.6.0 on linux)

Created: 07/Mar/07 01:24 AM   Updated: 07/Mar/07 02:40 AM
Component/s: None
Affects Version/s: 4.1.0
Fix Version/s: 4.1.1

Time Tracking:
Not Specified

File Attachments:
  Size
XML File activemq.xml 2007-03-07 01:24 AM Fredrik Jonson 5 kb
Text File hs_err_pid21535.log 2007-03-07 01:24 AM Fredrik Jonson 24 kb
Environment:
Debian Sarge Linux 2.6.8-2-686-smp #1 SMP Tue Aug 16 12:08:30 UTC 2005 i686 GNU/Linux
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)


 Description  « Hide
The activemq process (jvm) crashed after about a week of low intensive use on a default configured (out of the box) installation of activemq.

With low intensive, I mean

  • about one queueconnection connecting/disconnecting per minute (24/7).
  • A couple of constantly connected message listeners.
  • less than 10 queues in use.
  • Very few messages, say 10 per minute.

I suspect this is related to the memory leak issues reported before (and that supposedly should be fixed in
4.1.1), but as it involved a jvm crash i figured I'd report it anyway.

Attached is the jvm crash report.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
James Strachan - 07/Mar/07 02:24 AM
This looks more like a JVM bug as the JVM itself terminated with an internal error - so its not an ActiveMQ error.

Please could you post the log to the sun bug tracker mentioned at the top of the log...
http://java.sun.com/webapps/bugreport/crash.jsp

BTW its no big deal if you want to create connections every few minutes, but ideally you'd cache/pool them...
http://activemq.apache.org/how-do-i-use-jms-efficiently.html


Fredrik Jonson - 07/Mar/07 02:34 AM
Thanks for the feedback.

I'll report it to sun as suggested. I just wanted to confirm that it wasn't solely related to activemq first.


James Strachan - 07/Mar/07 02:40 AM
Cool - thanks for checking!