[
https://issues.jboss.org/browse/JBIDE-11200?page=com.atlassian.jira.plugi...
]
Koen Aers commented on JBIDE-11200:
-----------------------------------
revision 40397
I solved the main part of this by making the Forge core plugin responsible of keeping
track of the running Forge processes. AbstractForgeRuntime will register/unregister its
associated process when starting/stopping. Additionally the Forge core plugin registers a
shutdownHook with the Java runtime when it starts up. This shutdownHook will iterate over
the registered Forge processes and terminate them when the Java runtime shuts down.
When forcing the Java runtime to exit this approach doesn't work though... Not sure if
this is even possible.
Forge process fails to stop
---------------------------
Key: JBIDE-11200
URL:
https://issues.jboss.org/browse/JBIDE-11200
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Environment: beta1b and beta1c
Reporter: Burr Sutter
Assignee: Koen Aers
Priority: Critical
Fix For: 3.3.0.Beta3
jps revealed that I had several Forge processes running though I had no JBDS processes
running. Forge had been run several times during Tue & Wed but JBDS had been
completely re-installed yet I had Forge processes still living in the background. kill -9
was used to shoot those zombies. :-)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira