Hi all,
in my dev OT, i found this error in rcs.log:
2013-02-14 00:02:48,732 ERROR [http-8080-Processor19] otx.LEA : com.opentext.ecm.lea.protocol.al.ALOutput - logException Caught exception of type com.opentext.ecm.lea.common.ICSException: (ICS:0006) Error in configuration: authentication for user 'ARCLinkUser' and application 'host' failed
com.opentext.ecm.lea.common.ALException: (ICS:0001) Caught exception of type com.opentext.ecm.lea.common.ICSException: (ICS:0006) Error in configuration: authentication for user 'ARCLinkUser' and application 'host' failed
at com.opentext.ecm.lea.protocol.al.ALRequest.runRequest(ALRequest.java:690)
at com.opentext.ecm.lea.protocol.al.ALRequest.service(ALRequest.java:394)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Unknown Source)
Caused by: com.opentext.ecm.lea.common.ICSException: (ICS:0006) Error in configuration: authentication for user 'ARCLinkUser' and application 'host' failed
at com.opentext.ecm.services.al.CapTokenPool.setSecContext(CapTokenPool.java:164)
at com.opentext.ecm.services.al.CapTokenPool.setSecContext(CapTokenPool.java:431)
at com.opentext.ecm.services.al.ICSToELIB.setSecContext(ICSToELIB.java:119)
at com.opentext.ecm.services.al.BaseICSToELIB.getDocumentInfo(BaseICSToELIB.java:967)
at com.opentext.ecm.lea.protocol.al.ALRequest.info(ALRequest.java:1914)
at com.opentext.ecm.lea.protocol.al.ALRequest.runRequest(ALRequest.java:661)
... 16 more
Caused by: com.opentext.ecm.services.cap.AuthenticationProviderException: Unknown application ID host
at com.opentext.ecm.services.cap.NativeTokenHelper.getAppNativeToken(NativeTokenHelper.java:140)
at com.opentext.ecm.services.cap.NativeTokenHelper.getAppNativeToken(NativeTokenHelper.java:93)
at com.opentext.ecm.services.cap.NativeTokenHelper.getNativeToken(NativeTokenHelper.java:30)
at com.opentext.ecm.services.al.CapTokenPool.setSessInfoForUser(CapTokenPool.java:237)
at com.opentext.ecm.services.al.CapTokenPool.setSecContext(CapTokenPool.java:151)
... 21 more
any suggestion?
thanks
in my dev OT, i found this error in rcs.log:
2013-02-14 00:02:48,732 ERROR [http-8080-Processor19] otx.LEA : com.opentext.ecm.lea.protocol.al.ALOutput - logException Caught exception of type com.opentext.ecm.lea.common.ICSException: (ICS:0006) Error in configuration: authentication for user 'ARCLinkUser' and application 'host' failed
com.opentext.ecm.lea.common.ALException: (ICS:0001) Caught exception of type com.opentext.ecm.lea.common.ICSException: (ICS:0006) Error in configuration: authentication for user 'ARCLinkUser' and application 'host' failed
at com.opentext.ecm.lea.protocol.al.ALRequest.runRequest(ALRequest.java:690)
at com.opentext.ecm.lea.protocol.al.ALRequest.service(ALRequest.java:394)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Unknown Source)
Caused by: com.opentext.ecm.lea.common.ICSException: (ICS:0006) Error in configuration: authentication for user 'ARCLinkUser' and application 'host' failed
at com.opentext.ecm.services.al.CapTokenPool.setSecContext(CapTokenPool.java:164)
at com.opentext.ecm.services.al.CapTokenPool.setSecContext(CapTokenPool.java:431)
at com.opentext.ecm.services.al.ICSToELIB.setSecContext(ICSToELIB.java:119)
at com.opentext.ecm.services.al.BaseICSToELIB.getDocumentInfo(BaseICSToELIB.java:967)
at com.opentext.ecm.lea.protocol.al.ALRequest.info(ALRequest.java:1914)
at com.opentext.ecm.lea.protocol.al.ALRequest.runRequest(ALRequest.java:661)
... 16 more
Caused by: com.opentext.ecm.services.cap.AuthenticationProviderException: Unknown application ID host
at com.opentext.ecm.services.cap.NativeTokenHelper.getAppNativeToken(NativeTokenHelper.java:140)
at com.opentext.ecm.services.cap.NativeTokenHelper.getAppNativeToken(NativeTokenHelper.java:93)
at com.opentext.ecm.services.cap.NativeTokenHelper.getNativeToken(NativeTokenHelper.java:30)
at com.opentext.ecm.services.al.CapTokenPool.setSessInfoForUser(CapTokenPool.java:237)
at com.opentext.ecm.services.al.CapTokenPool.setSecContext(CapTokenPool.java:151)
... 21 more
any suggestion?
thanks