Hi,
Hoping I do get some valuable suggestions to come out from OD Admin GUI issue.
We are on Unix, TS 6.5.3. Have OD 6.1
When we try to open OD Admin GUI, It gives following error message:
==========================================================
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL:
http://LOCALHOST:8081/iw/opendeploy/login The following error was encountered:
We can not connect to the server you have requested.
This means that:
The server might be busy at this time.
The server is not reachable.
Please try later to see if you can go through.
==========================================================
We did stopped and started TeamSite, OD stuff. Still No Luck.
To Stop the services:
cd to /etc/init.d
./iwod60snmp stop
./iwodadmin stop
./iwod60 stop
To Start te services:
./iwod60 start"
./iwodadmin start"
./iwod60snmp start"
Also checked netstat on listening port 8081, that also fine.
root@servername # lsof -i :8081
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 21907 root 5u IPv4 0x34c9b135860 0t0 TCP *:8081 (LISTEN)
But, we were able to deploy files to target and every thing is fine.
May be I am missing some thing to get that OD Admin GUI page, Any suggestions please...