When you encounter any problem on your glassfish server and have to manually change the port numbers your glassfish server may tend to start and stop.
This is usually because the port numbers you have changed to already are in use .
You may encounter any of the following error messages each of which indicates that your port is in use:
This is usually because the port numbers you have changed to already are in use .
You may encounter any of the following error messages each of which indicates that your port is in use:
SEVERE: java.net.BindException: Address already in use: JVM_Bind
OR
Shutting down v3 due to startup exception : Address already in use: bind: 8181=com.sun.enterprise.v3.services.impl.monitor.MonitorableSSLSelectorHandler@1513e285|#]
SOLUTION:
Reserve the range of the ephermal ports
LINK for Microsoft solution:
http://support.microsoft.com/kb/812873
No comments:
Post a Comment