Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
VMware vFabric Hyperic Server 4.5/4.6 fails to start when another Tomcat instance is running on same machine (2034753)
Symptoms
ERROR [main] [org.apache.catalina.core.StandardServer@410] StandardServer.await: create[8005]:
java.net.BindException: Address already in use: JVM_Bind
at java.net.DualStackPlainSocketImpl.bind0(Native Method)
at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source)
at java.net.AbstractPlainSocketImpl.bind(Unknown Source)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:406)
at org.apache.catalina.startup.Catalina.await(Catalina.java:676)
at org.apache.catalina.startup.Catalina.start(Catalina.java:628)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Cause
If there are other Tomcat or tc Server instances on the Hyperic Server host listening on 8005, the Hyperic Server fails to start.
This problem occurs when the application server is configured in server.xml to use shutdown.port instead of base.shutdown.port.
Resolution
To resolve this issue, you must open server-4.X.Y-EE/hq-engine/hq-server/conf/server.xml and change this line
<Server port="${shutdown.port}" shutdown="SHUTDOWN">
to:
<Server port="${base.shutdown.port}" shutdown="SHUTDOWN">
<Server port="${shutdown.port}" shutdown="SHUTDOWN">
to:
<Server port="${base.shutdown.port}" shutdown="SHUTDOWN">
After you have modified the line, save the file.
Additional Information
This has been fixed for version 4.6.6.
Tags
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

