Hi, there. We run TeamSite on a VM and this weekend the VM was migrated to a new host server. Ever since the migration TeamSite is not responding when browsed from a remote PC and when browsed on localhost I get the following:
The Interwoven Web Daemon was unable to contact the Interwoven Servlet Engine. The Interwoven Servlet Engine may be down, or running on an unexpected host or port.
Please contact your system administrator.
Everything appears to be running (all services are started) and running
net start | find "Servlet" from a command line returns "Interwoven Servlet Engine". Further, running
iwproxy-d from a command line shows the following relevant line:
[iwproxy] using servlet engine at
http://localhost:8080/iw-ccI'm not sure it's relevant, but when I attempt to access TeamSite on the localhost I get the following errors in error.log:
[Mon Oct 15 06:54:53 2012] [error] [client 10.223.6.153] proxy: error reading status line from remote server localhost
[Mon Oct 15 06:54:53 2012] [error] [client 10.223.6.153] proxy: Error reading from remote server returned by /iw-cc/command/iw.ui
[Mon Oct 15 06:55:15 2012] [error] [client 127.0.0.1] proxy: error reading status line from remote server localhost
[Mon Oct 15 06:55:15 2012] [error] [client 127.0.0.1] proxy: Error reading from remote server returned by /iw-cc/iw/login
[Mon Oct 15 06:59:09 2012] [error] [client 10.223.6.153] proxy: error reading status line from remote server localhost
[Mon Oct 15 06:59:09 2012] [error] [client 10.223.6.153] proxy: Error reading from remote server returned by /iw-cc/command/iw.ui
[Mon Oct 15 07:02:13 2012] [error] [client 10.247.76.161] proxy: error reading status line from remote server localhost
[Mon Oct 15 07:02:13 2012] [error] [client 10.247.76.161] proxy: Error reading from remote server returned by /iw-cc/iw/login
I'm really at a loss as to what might have changed and what I can do to resolve it. Thanks.