[jboss-jira] [JBoss JIRA] (DROOLS-890) Thread deadlock issue in class ProjectClassLoader.java
Mario Fusco (JIRA)
issues at jboss.org
Tue Sep 22 11:22:01 EDT 2015
[ https://issues.jboss.org/browse/DROOLS-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mario Fusco resolved DROOLS-890.
--------------------------------
Resolution: Done
Trying to reproduce this deadlock I developed this test case https://github.com/droolsjbpm/drools/commit/291ecaba9#diff-70b2034aaa4bb66786671b127de07f80R8144
I have actually reproduced a different problem that I have reported here https://issues.jboss.org/browse/DROOLS-926 and already fixed.
However using that test case (and a few other variants) I've never been able to reproduce the deadlock reported here. Please reopen this ticket only in case you're able to provide a reproducer.
> Thread deadlock issue in class ProjectClassLoader.java
> -------------------------------------------------------
>
> Key: DROOLS-890
> URL: https://issues.jboss.org/browse/DROOLS-890
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 6.1.0.Final
> Reporter: Vivek Hingorani
> Assignee: Mario Fusco
> Fix For: 6.3.0.Final
>
>
> In our project , we are using drools6.1.0.Final jars and the rules are deployed in a jar. Another application when trying to use the rules jar is getting thread deadlock problem. Stack trace is
> at org.drools.core.common.ProjectClassLoader$InternalTypesClassLoader.loadClass(ProjectClassLoader,java284)
> Two threads are in deadlock condition on this thread. I restarted the application and the error is gone but we need to fix this issue so that it is not reproduced later.The class is in drools-core jar
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list