When trying to start a local Fglam on a AIX host the following error is seen in the Fglam log and fails to start.
XXXX-XX-XX XX:XX:XX ERROR [Startup Thread] com.quest.glue.core.Glue - Unable to start
java.net.SocketException: Resource temporarily unavailable
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:402)
at java.net.ServerSocket.bind(ServerSocket.java:328)
at java.net.ServerSocket.<init>(ServerSocket.java:194)
at com.quest.glue.core.jfogbank.JFogbankServer.<init>(JFogbankServer.java:107)
at com.quest.glue.core.Glue.<init>(Glue.java:345)
at com.quest.glue.core.Glue$GlueMainThread.run(Glue.java:723)
at java.lang.Thread.run(Thread.java:736)
The agent is having difficulty opening a random port for listening for JFogbank (legacy foglight 4 agent) connections.
The configuration file allows a specific port to be chosen for that purpose (for local connections only),
1) Choose a number in the range above 1024, and make sure it's not already being used by checking "netstat -a | grep LISTEN".
2) Edit the fglam.config.xml file, and find the <jfogbank> element. Within that is a <port>0</port> element; change the "0" value to the port chosen above.
3) Restart the Fglam
© ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center