]
Denis Golovin commented on JBIDE-17696:
---------------------------------------
This is something to think about, I'll try to find where this ThreadJob is starting
from and understand why it stuck in waiting state.
Enabling Maven Dependency Management job waits forever
------------------------------------------------------
Key: JBIDE-17696
URL:
https://issues.jboss.org/browse/JBIDE-17696
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.2.0.Beta2
Environment: OpenJDK 1.7, 64b
Ubuntu 12.04, 64b
Reporter: Rastislav Wagner
Fix For: 4.2.x
Attachments: .options, jstack1.out, jstack2.out, jstack_mvn.out, mvn.png,
wait1.png, wait2.png
I dont have exact steps to reproduce because this usually occurs after longer work.
I'm testing various configurators (CDI/Seam/JAXRS..) using this scenario:
1. Create Dynamic Web Project
2. Convert to maven project (using Configure -> Convert to maven..)
3. Add some dependency
4. check if proper facet was enabled
5. delete project and repeat
After trying this 10-15 times (sometimes more, sometimes less), during step 2
"Enabling Maven Dependency Management" job is waiting and never ends - see
screenshot - there's always "Setting classpath containers".
JVM thread dump attached.