This content has been marked as final.
Show 1 reply
-
1. Re: Jboss hangs and requires deleting .metadata\.plugins\org.eclipse.core.resources on Server panel click
rstryker Dec 15, 2016 10:26 AM (in response to kraetzj)Hi James!
Would you be able to get a jstack of this process once it seems to hang? jstack is part of the jre / jdk, and it's in the bin folder of the jre/jdk.
You can type jstack -l {pid} and then get a stack. Then we can track down where the bug is.