This content has been marked as final.
Show 4 replies
-
1. Re: JBoss Studio freezes after starting WildFly
dgolovin Oct 28, 2015 2:10 PM (in response to tiago.matias)Would be good to have stacktrace for both JBoss Dev Studio and Wildfly processes. Run
jps -v
then identify wanted java processes and call
jstack <devstudio PID>
jstack <wildfly PID>
-
2. Re: JBoss Studio freezes after starting WildFly
nickboldt Oct 28, 2015 2:21 PM (in response to tiago.matias)You can also enable debug mode or enable the OSGi console in Eclipse / Red Hat JBoss Developer Studio itself:
-
3. Re: JBoss Studio freezes after starting WildFly
tiago.matias Oct 31, 2015 1:07 PM (in response to tiago.matias)Will do. However I recently upgraded Wildly 9.0.2 and the problems seems to have stopped.
-
4. Re: JBoss Studio freezes after starting WildFly
dgolovin Nov 3, 2015 12:01 PM (in response to tiago.matias)It seems tooling call WF operation from UI thread, Operation never ends and that freezes eclipse. This could be a problem on tooling side.
If you have time, please report it in JIRA here Agile Board - JBoss Issue Tracker with stacktraces and mark it as 'server' component.
Thanks