Kbase P96236: Error Address arlready in use: JVM_Bind(10148)starting second Fathom mgt session on the same host.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/10/2004 |
|
Status: Unverified
FACT(s) (Environment):
Fathom Management
SYMPTOM(s):
Multiple Progress versions and products are installed on the same host.
Error starting Fathom probe: "<message for failure>"(10148) in Admserv.log
Web Server startup failurejava.net.BindException: Address already in use: JVM_Bind (10148)
WebServer for each Fathom configuration is started using a different httpport number.
CAUSE:
The Fathom WebServer httpports port entries have default values assigned, each Progress version used the same default port numbers. This is the cause of the error message "address is already in use".
FIX:
Add an entry for the httports port in the Fathom\config\fathom.properties file and set the values to the port numbers the Webserver is acually using for each Fathom install.
Example:
[webserver]
httpport=9090
httpsport=9095