Solved. My application communicates with JBPM via Rendezvous (Tibco) messages. I was incorrectly passing a JNI environment pointer (JNIEnv*) through the callback to the listening thread. You need to maintain or create a pointer to the JVM, and allocate a new JNIENV pointer in each thread.
Who knew? Creating a new JNIEnv pointer in the listening thread eliminated my random JVM hangups. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914036#3914036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914036 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user