[
https://issues.jboss.org/browse/JBIDE-10756?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-10756:
-------------------------------------
I have just verified the string you are seeing is only for a generic server.
[rob@rawb servertools]$ pwd
/home/rob/code/eclipse/wtp-trunk/servertools
[rob@rawb servertools]$ grep -R "Server port In Use" *
plugins/org.eclipse.jst.server.generic.core/bin/org/eclipse/jst/server/generic/core/internal/GenericServerCoreMessages.properties:errorPortInUse=Server
port In Use {0}-{1}
plugins/org.eclipse.jst.server.generic.core/src/org/eclipse/jst/server/generic/core/internal/GenericServerCoreMessages.properties:errorPortInUse=Server
port In Use {0}-{1}
This shows the string is inside webtools source code inside the generic server framework.
A similar grep inside the JBossTools source code shows no results for this string.
Debug button attempts to start already running server, reports port
in use
--------------------------------------------------------------------------
Key: JBIDE-10756
URL:
https://issues.jboss.org/browse/JBIDE-10756
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M5
Environment: Indigo (Win XP)
Reporter: James Wilson
Assignee: Rob Stryker
Priority: Optional
Attachments: JBIDE-10756-screenshot.png, JBIDE-10756-server_settings.png
I've added a JBoss AS (4.2) server to the Servers view. I select it and then press
the "Start the server in debug mode" button on the Servers view toolbar. When I
want to run my application I usually click on the Debug button on the main Eclipse
toolbar, which launches the last configuration run. In my Ganymede setup (so I think JBoss
Tools 3.0) that didn't include starting the JBoss AS server, but in Indigo/JBoss Tools
3.3 (M5) it does. Thus the tooltip for the debug button becomes "Debug JBoss v4.2 at
localhost (already running)", and if I click on it I get a message box stating:
'Launching JBoss v4.2 at localhost' has encountered a problem.
Server port In Ue 80080-Http
In the Servers view my JBoss 4.2 AS server then shows as stopped. I can start it again
and it all works fine after that.
--
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