]
Denis Golovin edited comment on JBIDE-17696 at 7/1/14 2:55 PM:
---------------------------------------------------------------
It looks like ether GraphUpdateJob issue or JobManager.yieldRule issue for further
debugging would be good to see job yielding tracing output, to enable that you need:
# .option file (see attachment)
# run eclipse with '-consoleLog -debug /path/to/the/.option'
Try to replicate the error again and attach console output to this issue.
Thanks.
was (Author: dgolovin):
It looks like ether GraphUpdateJob issue of JobManager.yieldRule issue for further
debugging would be good to see job yielding tracing output, to enable that you need:
# .option file (see attachment)
# run eclipse with '-consoleLog -debug /path/to/the/.option'
Try to replicate the error again and attach console output to this issue.
Thanks.
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.