Hi,
Have TS and OD ( including odadmin) running on Linux vm. (versions in subject line).
Verified that access service is working.
Also on researching the forum and a post by nipper started the order of starting odadmin matters - So did access service start, then od server start and then odadmin.
The UI comes up. However when trying to login, gets an error
Failed to locate Access Service ; nested exception is: java.net.ConnectException: Connection refused
OdAdmin home is under /iw-home/../AdminServer/odadmin
the logs and config folders are under odadmin folder.
Looking at the logs and particularly - odadmin_servletd.log, i see the following:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>..
In ASClientSetup.locateAccessService()
Got property adminHome: /iw-home/AdminServer
URL string http://<SERVER>:12973/iw/services/csf/1.2/accessservice
Call locator for CSF Access service
Back from locate Access Service call
Call Access Service to get its version
**ERROR** RemoteException
** Message: ; nested exception is:
java.net.ConnectException: Connection refused
2015-05-26 12:48:25 - Authentication error: user=myUser; domain=null; role=od-admin
localHostName: SERVER
Get Access Service hostname from framework.properties file
Using Access Service hostname: <SERVER>
Get Access Service port number from framework.properties file
Using Access Service port number: 12973
Get Access Service transport type from framework.properties file
Using Access Service transport type: http
Get Access Service authen server from framework.properties file
Using Access Service authen server: localservice
Get Access Service login life time from framework.properties file
Using Access Service login life time(milliseconds): 86400000
Get Access Service user locale from framework.properties file
Using Access Service user locale: en_US
iwov_auth_<SERVER>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>..
As we can see it states connection refused when trying to check for od version.
Now before logging a ticket with support wanted to check if anybody has seen these issues and can help.
Also, pleeeaaaseeee,,, dont ask me to re-install
.
Additionally, in the same location as odadmin_servletd.log there is a file named as "localhost_log.2015-05-26.txt" with actual date.
and a warning there shows:
2015-05-26 12:31:50 StandardContext[/iw/opendeploy]Using default value for DeployAdmin.rmiPort2: 25071
2015-05-26 12:31:50 StandardContext[/iw/opendeploy]starting reporting server
2015-05-26 12:31:51 StandardContext[/iw/opendeploy]WARN: Event reporting client password file not configured for secure RMI.
2015-05-26 12:31:51 StandardContext[/iw/opendeploy]reporting server started
not sure if that is causing the "connection refused" and it is related or not.
Looked into /iw-home/AdminServer/httpd/iwwebapps/opendeploy/WEB-INF/conf and the file framework.properties and it has proper entries.
DeployAdmin.ASHostname=<ServerName> ** is fully qualified too.
DeployAdmin.ASPort=12973
DeployAdmin.ASTransport=http
DeployAdmin.ASAuthenSvc=localservice
DeployAdmin.ASContextLifeTime=86400000
DeployAdmin.ASUserLocale=en_US
&
authenticator.builder.class=com.interwoven.opendeploy.ui.ODAccessSvcAuthenBuilder
authenticator.login.jsp=/framework/login.jsp
policy.builder.class=com.interwoven.framework.policy.AccessPolicyBuilder
policy.default.name=allow
application.class=com.interwoven.framework.base.Application
navigation.system=tree
navigation.root=opendeploy
That is all the information I can dig up. Really appreciate if any of you can help.
Thanks.