fmsmaster using admin server port
It seems after a while the admin server stops responding on our fms server. When logging into the linux machine, I can see that the fms admin process is not running, and the pid in fmsadmin.pid is stale. When trying to restart the service with:
"./fmsmgr adminserver restart"
it fails to start the service with the following message in /var/log/messages:
Failed to create listener for adaptor admin, IP , port 1111: TCCommBridge::createListener 0.0.0.0:1111/v4: bind failed!!!.
Failed to create listener for adaptor admin, IP , port 1111: TCCommBridge::createListener 0.0.0.0:1111/v4: bind failed!!!.
Failed to initialize listeners for adaptor admin, FMS is already running or other processes are using the same ports.
Checking to see what is listening on port 1111 with netstat:
tcp 0 0 127.0.0.1:11110 0.0.0.0:* LISTEN 11005/fmsmaster
tcp 0 0 0.0.0.0:1111 0.0.0.0:* LISTEN 11005/fmsmaster
This is the second time this has happend. How is it possible for fmsmaster to be using the admin server ports, and how would I prevent this in the future?
Thanks,
