Howdy folks, I moved one of my WO apps over to AWS (RHEL) a few months ago. Everything was working fine until yesterday. Suddenly, there was some wonkiness where Monitor couldn’t control the instance. Tried getting them communicating again with no luck. I’ve restarted the instance to make sure there wasn’t something network related. The problem persists. WOMonitor can launch the instance but not communicate with it.
Both IPs are listed in the properties file… [root@deneb conf]# cat /etc/WebObjects/Properties er.extensions.WOHostUtilities.localhostips=(172.31.18.185,34.210.193.35) SELinux is configured to allow http network connections…. [root@deneb conf]# /usr/sbin/getsebool -a | grep httpd_can_network_connect httpd_can_network_connect —> on WOTask is running… [root@deneb conf]# ps auxwwww | grep wotask appserv+ 19121 0.3 4.9 3498704 192220 pts/0 Sl 23:03 0:05 java -DWORootDirectory=/opt -DWOLocalRootDirectory=/opt/Local -DWOUserDirectory=/opt/Local/Library/WebObjects -DWOEnvClassPath= -DWOApplicationClass=com.webobjects.monitor.wotaskd.Application -DWOPlatform=UNIX -Dcom.webobjects.pid=19121 -classpath WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap When I start WOMonitor, I see the properties file with the IPs has been loaded… ERXProperties currently has the following properties: … er.extensions.WOHostUtilities.localhostips=(172.31.18.185,34.210.193.35) … Anything else I should check? Jaime _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com