|
Re: Bind Issue using EDT [message #809217 is a reply to message #809179] |
Tue, 28 February 2012 15:59 |
Justin Spadea Messages: 66 Registered: July 2009 |
Member |
|
|
Hi Karthik,
This looks like the test server is trying to start up on a port that's already in use by another instance of the test server (I found this would only happen when trying to start multiple test servers at the same time) . For those unaware, the test server is used to run services while developing your application, and each project has its own server instance.
I recently added protection so that this will not happen anymore, however you would need to use a recent nightly build to get the fix until the next milestone is released (update site for nightly builds is http://download.eclipse.org/edt/updates/nightly).
As a workaround: kill the process(es) with the error below if they're not already terminated (use the Debug perspective to see the running processes, and select a process to see its console output), and then try again. Do not kill any processes that do not have the bind error, otherwise you'll be back to starting multiple servers simultaneously (by leaving the "good" server running, it will only attempt to start up the other server, and this time it would have no problem finding an open port). You may need to repeat this multiple times depending on how many servers are involved.
-Justin
|
|
|
Powered by
FUDForum. Page generated in 0.03428 seconds