ow2-proactive / programming

ProActive Programming library
http://proactive.activeeon.com/
GNU Affero General Public License v3.0
7 stars 19 forks source link

pamr and javassist deadlock #1277

Open activeeon-bot opened 10 years ago

activeeon-bot commented 10 years ago

Original issue created by Salageanu Emil on 18, Aug 2014 at 15:13 PM - PALIGHT-68


A scheduler client runs inside a Tomcat (TEFIS pacagrid connector). Client code is here: https://scm.gforge.inria.fr/svn/tefis/trunk/connectors/pacagrid-connector\

We have this deadlock at startup: JNI global references: 1533

Found one Java-level deadlock:

"State Updater Thread": waiting to lock monitor 0x00007f7615812610 (object 0x00000000ccd9a5d0, a javassist.ClassPool), which is held by "ProActive PAMR message handler #2-thread-1" "ProActive PAMR message handler #2-thread-1": waiting to lock monitor 0x00007f7618011b00 (object 0x00000000cc9f5810, a org.objectweb.proactive.core.mop.MOPClassLoader), which is held by "State Updater Thread"

Java stack information for the threads listed above:

"State Updater Thread": at javassist.ClassPool.get0(ClassPool.java:451)

activeeon-bot commented 9 years ago

Original comment posted by Laurent Pellegrino on 24, Feb 2015 at 11:27 AM


Does someone know what is the login and password to use in order to access the link from the the description?

activeeon-bot commented 9 years ago

Original comment posted by Laurent Pellegrino on 24, Feb 2015 at 16:10 PM


Iyad has tried with his credentials but it does not work. They are probably project specific. However, according to the stacktrace, the bug should be fixed by the patch I have proposed for PALIGHT-46.