[
http://jira.jboss.com/jira/browse/JBIDE-1891?page=comments#action_12407401 ]
Snjezana Peco commented on JBIDE-1891:
--------------------------------------
Rob,
I have tried to reproduce this issue.
I can't reproduce the issue with starting the JBoss server, but I have noticed some
inconsistencies in the JBoss Servers preference page.
Steps to reproduce:
- open JBoss Servers preference page (Window>Preferences >JBoss Tools >JBoss
Servers)
- set Stop Timeout to 0 and click the OK button
- try to stop the server
You will get the attached exception.
If you open the JBoss Servers preference page again, you will see that the Stop Timeout
value is set to 450. The Process Terminated Poller uses the value 0 (this value is saved
in the preferences). If you click Cancel and try to stop the server, you will get the
exception again.
If you click OK, the value 450 will be saved in the preferences and the server will be
stopped correctly.
JBoss Servers preference page allows invalid values.
The 'Restore defaults' button doesn't work as well.
Error when stopping JBoss
-------------------------
Key: JBIDE-1891
URL:
http://jira.jboss.com/jira/browse/JBIDE-1891
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.GA
Environment: Windows XP, Eclipse 3.3.1.1, JBoss Tools 2.0.0GA, JBoss 4.2.0
Reporter: Gene Gretter
Assigned To: Rob Stryker
Fix For: LATER, 2.2.x
When stopping JBoss from the Eclipse Server view, I receive the following error:
"Could not obtain connection to any of these urls: localhost:1099". I found
that this problem occurs because the process in which JBoss is running is terminated
before shutdown is executed. I found that eliminating the call to
pollServer(IServerStatePoller.SERVER_DOWN); in the JBossServerBehavior.serverStopping()
method resolves the problem, though I am not sure that this is the final fix.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira