Discussion:
TIME_WAIT issue while shutting down Geronimo
madhu sharan
2013-12-08 16:04:11 UTC
Permalink
Hi all,

I have my Geronimo (HTTP port : 8081) configured to Eclipse Kepler. When I
try to restart the server, it says that port 8081 is still in use. On doing
a 'netstat', it shows that port 8081 is in use by a 'System process' with
'TIME_WAIT' state. The same is for HTTPS port 8443.

How can I reduce this 'TIME_WAIT' state?

Any suggestion/resolution from your end would be greatly appreciated.
--
Thanks and Regards,

Madhusaran A.
Eduardo Garcia
2014-01-08 03:34:48 UTC
Permalink
Usually you have to stop the server and then start it again. As you
say, when you try "Restart", it looks like the plugin try to stop the
server, and start it again when the server is still in the middle of
shutdown process.

I think this issue could be related with the eclipse plugin, and not
with the application server.

Eduardo
Post by madhu sharan
Hi all,
I have my Geronimo (HTTP port : 8081) configured to Eclipse Kepler.
When I try to restart the server, it says that port 8081 is still in
use. On doing a 'netstat', it shows that port 8081 is in use by a
'System process' with 'TIME_WAIT' state. The same is for HTTPS port 8443.
How can I reduce this 'TIME_WAIT' state?
Any suggestion/resolution from your end would be greatly appreciated.
--
Thanks and Regards,
Madhusaran A.
Loading...