Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODI Agent Failed

KimiMay 12 2016 — edited May 12 2016

I am successfully install the Hyperion Products 11.1.2.4.000 includes HFM,Planning , FR and FDMEE, I successfully configured and able to navigate the application in Planning,hfm and FR.. then i tried to connection establish in ODI but in vain.But i can able to login ODI console... please see the screen shots and my logs..

[2016-03-06T13:29:37.308+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.InitServlet] [tid: 13] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,0:1149:778:296:123:175:25:27] [APP: odiconsole] Initializing webapp

[2016-03-06T13:29:37.344+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.model.utils.OdiPathUtils] [tid: 13] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,0:1149:778:296:123:175:25:27] [APP: odiconsole] error_common_not_set

[2016-03-06T13:29:43.497+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.AppLifeCycleListener] [tid: 13] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,0:1149:778:296:123:175:25:27] [APP: odiconsole] credential map in use = oracle.odi.credmap

[2016-03-06T13:29:43.497+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.InitServlet] [tid: 13] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,0:1149:778:296:123:175:25:27] [APP: odiconsole] webapp initialized

[2016-03-06T13:29:47.130+05:30] [EPMServer0] [NOTIFICATION] [ODI-1128] [] [tid: 13] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,0:1149:778:296:123:175:25:27] [APP: oraclediagent] Agent OracleDIAgent is starting. Container: WEBLOGIC. Agent Version: 11.1.1.7.0 - 28/01/2013. Port: 9000. JMX Port: 9000.

[2016-03-06T13:29:58.737+05:30] [EPMServer0] [NOTIFICATION] [ODI-1111] [] [tid: 13] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,0:1149:778:296:123:175:25:27] [APP: oraclediagent] Agent OracleDIAgent started. Agent version: 11.1.1.7.0 - 28/01/2013. Port: 9000. JMX Port: 9000.

[2016-03-06T13:29:58.757+05:30] [EPMServer0] [NOTIFICATION] [ODI-1136] [] [tid: 13] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,0:1149:778:296:123:175:25:27] [APP: oraclediagent] Starting Schedulers on Agent OracleDIAgent.

[2016-03-06T13:29:59.784+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 27] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,1:19234] [APP: oraclediagent] agent.scheduler.pingAgent.failed[[

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:1307)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:283)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:434)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:417)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.pingAgent(AgentScheduleManager.java:198)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.access$4(AgentScheduleManager.java:193)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager$1.run(AgentScheduleManager.java:120)

    at java.lang.Thread.run(Thread.java:662)

Caused by: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

Caused by: java.net.ConnectException: Connection refused: connect

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:284)

    ... 6 more

Caused by: java.net.ConnectException: Connection refused: connect

    at java.net.PlainSocketImpl.socketConnect(Native Method)

    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

    at java.net.Socket.connect(Socket.java:529)

    at java.net.Socket.connect(Socket.java:478)

    at java.net.Socket.<init>(Socket.java:375)

    at java.net.Socket.<init>(Socket.java:249)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:240)

    ... 6 more

]]

[2016-03-06T13:29:59.789+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 27] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,1:19234] [APP: oraclediagent] Agent is not reachable. Going to retry after inteval :30000

[2016-03-06T13:30:30.795+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 27] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,1:19234] [APP: oraclediagent] agent.scheduler.pingAgent.failed[[

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:1307)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:283)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:434)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:417)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.pingAgent(AgentScheduleManager.java:198)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.access$4(AgentScheduleManager.java:193)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager$1.run(AgentScheduleManager.java:120)

    at java.lang.Thread.run(Thread.java:662)

Caused by: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

Caused by: java.net.ConnectException: Connection refused: connect

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:284)

    ... 6 more

Caused by: java.net.ConnectException: Connection refused: connect

    at java.net.PlainSocketImpl.socketConnect(Native Method)

    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

    at java.net.Socket.connect(Socket.java:529)

    at java.net.Socket.connect(Socket.java:478)

    at java.net.Socket.<init>(Socket.java:375)

    at java.net.Socket.<init>(Socket.java:249)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:240)

    ... 6 more

]]

[2016-03-06T13:30:30.796+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 27] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,1:19234] [APP: oraclediagent] Agent is not reachable. Going to retry after inteval :30000

[2016-03-06T13:31:01.465+05:30] [EPMServer0] [NOTIFICATION] [ODI-1137] [] [tid: 27] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,1:19234] [APP: oraclediagent] Scheduler started for work repository FDMEE on Agent OracleDIAgent.

[2016-03-06T13:31:01.466+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-2002] [oracle.odi.agent.scheduler] [tid: 27] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,1:19234] [APP: oraclediagent] Agent is in scheduling mode

[2016-03-06T13:31:01.466+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-2003] [oracle.odi.agent.scheduler] [tid: 27] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,1:19234] [APP: oraclediagent] Number of items for scheduled executions: 2

[2016-03-06T13:31:11.631+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-1100] [] [tid: 35] [userId: <anonymous>] [ecid: 0000LDAuX^CF0FWFLzrI8A1Mqy6r000001,1:19242] [APP: oraclediagent] Agent OracleDIAgent successfully cleaned up 0 stale sessions from work repository FDMEE.

[2016-03-06T16:09:11.521+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.InitServlet] [tid: 12] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,0:1149:778:296:123:175:25:27] [APP: odiconsole] Initializing webapp

[2016-03-06T16:09:11.567+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.model.utils.OdiPathUtils] [tid: 12] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,0:1149:778:296:123:175:25:27] [APP: odiconsole] error_common_not_set

[2016-03-06T16:09:19.143+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.AppLifeCycleListener] [tid: 12] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,0:1149:778:296:123:175:25:27] [APP: odiconsole] credential map in use = oracle.odi.credmap

[2016-03-06T16:09:19.144+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.InitServlet] [tid: 12] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,0:1149:778:296:123:175:25:27] [APP: odiconsole] webapp initialized

[2016-03-06T16:09:22.009+05:30] [EPMServer0] [NOTIFICATION] [ODI-1128] [] [tid: 12] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,0:1149:778:296:123:175:25:27] [APP: oraclediagent] Agent OracleDIAgent is starting. Container: WEBLOGIC. Agent Version: 11.1.1.7.0 - 28/01/2013. Port: 9000. JMX Port: 9000.

[2016-03-06T16:09:42.988+05:30] [EPMServer0] [NOTIFICATION] [ODI-1111] [] [tid: 12] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,0:1149:778:296:123:175:25:27] [APP: oraclediagent] Agent OracleDIAgent started. Agent version: 11.1.1.7.0 - 28/01/2013. Port: 9000. JMX Port: 9000.

[2016-03-06T16:09:43.003+05:30] [EPMServer0] [NOTIFICATION] [ODI-1136] [] [tid: 12] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,0:1149:778:296:123:175:25:27] [APP: oraclediagent] Starting Schedulers on Agent OracleDIAgent.

[2016-03-06T16:09:44.031+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,1:31839] [APP: oraclediagent] agent.scheduler.pingAgent.failed[[

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:1307)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:283)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:434)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:417)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.pingAgent(AgentScheduleManager.java:198)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.access$4(AgentScheduleManager.java:193)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager$1.run(AgentScheduleManager.java:120)

    at java.lang.Thread.run(Thread.java:662)

Caused by: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

Caused by: java.net.ConnectException: Connection refused: connect

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:284)

    ... 6 more

Caused by: java.net.ConnectException: Connection refused: connect

    at java.net.PlainSocketImpl.socketConnect(Native Method)

    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

    at java.net.Socket.connect(Socket.java:529)

    at java.net.Socket.connect(Socket.java:478)

    at java.net.Socket.<init>(Socket.java:375)

    at java.net.Socket.<init>(Socket.java:249)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:240)

    ... 6 more

]]

[2016-03-06T16:09:44.033+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,1:31839] [APP: oraclediagent] Agent is not reachable. Going to retry after inteval :30000

[2016-03-06T16:10:15.037+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,1:31839] [APP: oraclediagent] agent.scheduler.pingAgent.failed[[

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:1307)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:283)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:434)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:417)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.pingAgent(AgentScheduleManager.java:198)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.access$4(AgentScheduleManager.java:193)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager$1.run(AgentScheduleManager.java:120)

    at java.lang.Thread.run(Thread.java:662)

Caused by: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

Caused by: java.net.ConnectException: Connection refused: connect

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:284)

    ... 6 more

Caused by: java.net.ConnectException: Connection refused: connect

    at java.net.PlainSocketImpl.socketConnect(Native Method)

    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

    at java.net.Socket.connect(Socket.java:529)

    at java.net.Socket.connect(Socket.java:478)

    at java.net.Socket.<init>(Socket.java:375)

    at java.net.Socket.<init>(Socket.java:249)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:240)

    ... 6 more

]]

[2016-03-06T16:10:15.038+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,1:31839] [APP: oraclediagent] Agent is not reachable. Going to retry after inteval :30000

[2016-03-06T16:10:46.016+05:30] [EPMServer0] [NOTIFICATION] [ODI-1137] [] [tid: 26] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,1:31839] [APP: oraclediagent] Scheduler started for work repository FDMEE on Agent OracleDIAgent.

[2016-03-06T16:10:46.017+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-2002] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,1:31839] [APP: oraclediagent] Agent is in scheduling mode

[2016-03-06T16:10:46.017+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-2003] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDBUyrBF0FWFLzrI8A1Mr0SD000001,1:31839] [APP: oraclediagent] Number of items for scheduled executions: 2

[2016-03-06T16:32:54.613+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.InitServlet] [tid: 11] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,0:1148:778:251:124:175:25:27] [APP: odiconsole] Initializing webapp

[2016-03-06T16:32:54.632+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.model.utils.OdiPathUtils] [tid: 11] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,0:1148:778:251:124:175:25:27] [APP: odiconsole] error_common_not_set

[2016-03-06T16:33:02.777+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.AppLifeCycleListener] [tid: 11] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,0:1148:778:251:124:175:25:27] [APP: odiconsole] credential map in use = oracle.odi.credmap

[2016-03-06T16:33:02.777+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.InitServlet] [tid: 11] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,0:1148:778:251:124:175:25:27] [APP: odiconsole] webapp initialized

[2016-03-06T16:33:07.526+05:30] [EPMServer0] [NOTIFICATION] [ODI-1128] [] [tid: 11] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,0:1148:778:251:124:175:25:27] [APP: oraclediagent] Agent OracleDIAgent is starting. Container: WEBLOGIC. Agent Version: 11.1.1.7.0 - 28/01/2013. Port: 9000. JMX Port: 9000.

[2016-03-06T16:33:19.422+05:30] [EPMServer0] [NOTIFICATION] [ODI-1111] [] [tid: 11] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,0:1148:778:251:124:175:25:27] [APP: oraclediagent] Agent OracleDIAgent started. Agent version: 11.1.1.7.0 - 28/01/2013. Port: 9000. JMX Port: 9000.

[2016-03-06T16:33:19.438+05:30] [EPMServer0] [NOTIFICATION] [ODI-1136] [] [tid: 11] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,0:1148:778:251:124:175:25:27] [APP: oraclediagent] Starting Schedulers on Agent OracleDIAgent.

[2016-03-06T16:33:20.472+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25732] [APP: oraclediagent] agent.scheduler.pingAgent.failed[[

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:1307)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:283)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:434)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:417)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.pingAgent(AgentScheduleManager.java:198)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.access$4(AgentScheduleManager.java:193)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager$1.run(AgentScheduleManager.java:120)

    at java.lang.Thread.run(Thread.java:662)

Caused by: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

Caused by: java.net.ConnectException: Connection refused: connect

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:284)

    ... 6 more

Caused by: java.net.ConnectException: Connection refused: connect

    at java.net.PlainSocketImpl.socketConnect(Native Method)

    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

    at java.net.Socket.connect(Socket.java:529)

    at java.net.Socket.connect(Socket.java:478)

    at java.net.Socket.<init>(Socket.java:375)

    at java.net.Socket.<init>(Socket.java:249)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:240)

    ... 6 more

]]

[2016-03-06T16:33:20.476+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25732] [APP: oraclediagent] Agent is not reachable. Going to retry after inteval :30000

[2016-03-06T16:33:51.490+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25732] [APP: oraclediagent] agent.scheduler.pingAgent.failed[[

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:1307)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:283)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:434)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:417)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.pingAgent(AgentScheduleManager.java:198)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.access$4(AgentScheduleManager.java:193)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager$1.run(AgentScheduleManager.java:120)

    at java.lang.Thread.run(Thread.java:662)

Caused by: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

Caused by: java.net.ConnectException: Connection refused: connect

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:284)

    ... 6 more

Caused by: java.net.ConnectException: Connection refused: connect

    at java.net.PlainSocketImpl.socketConnect(Native Method)

    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

    at java.net.Socket.connect(Socket.java:529)

    at java.net.Socket.connect(Socket.java:478)

    at java.net.Socket.<init>(Socket.java:375)

    at java.net.Socket.<init>(Socket.java:249)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:240)

    ... 6 more

]]

[2016-03-06T16:33:51.490+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25732] [APP: oraclediagent] Agent is not reachable. Going to retry after inteval :30000

[2016-03-06T16:34:22.312+05:30] [EPMServer0] [NOTIFICATION] [ODI-1137] [] [tid: 26] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25732] [APP: oraclediagent] Scheduler started for work repository FDMEE on Agent OracleDIAgent.

[2016-03-06T16:34:22.312+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-2002] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25732] [APP: oraclediagent] Agent is in scheduling mode

[2016-03-06T16:34:22.312+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-2003] [oracle.odi.agent.scheduler] [tid: 26] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25732] [APP: oraclediagent] Number of items for scheduled executions: 2

[2016-03-06T16:34:32.345+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-1100] [] [tid: 36] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25740] [APP: oraclediagent] Agent OracleDIAgent successfully cleaned up 0 stale sessions from work repository FDMEE.

[2016-03-06T17:00:21.930+05:30] [EPMServer0] [NOTIFICATION] [ODI-1148] [] [tid: 46] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25753] [APP: oraclediagent] Agent OracleDIAgent executing load plan log purge for work repository FDMEE at Mar 6, 2016 5:00:21 PM.

[2016-03-07T11:20:19.513+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.view.main.auth.AuthMustFilter] [tid: 43] [userId: <anonymous>] [ecid: 0000LDFc4x_F0FWFLzrI8A1Mr0mQ0003l8,0] [APP: odiconsole] Request context not set properly[[

oracle.odi.repex.model.contexts.RequestContext$RequestContextNotInitializedException: Request context not set properly

    at oracle.odi.repex.model.contexts.SessionContext.getOdiInstance(SessionContext.java:46)

    at oracle.odi.repex.model.contexts.RequestContext.getLocalOdiInstance(RequestContext.java:38)

    at oracle.odi.repex.view.main.auth.AuthMustFilter.doFilterInternal(AuthMustFilter.java:37)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.odi.repex.view.main.auth.ThreadAuthFilter.doFilterInternal(ThreadAuthFilter.java:38)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

]]

[2016-03-07T17:00:21.913+05:30] [EPMServer0] [NOTIFICATION] [ODI-1148] [] [tid: 127] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25845] [APP: oraclediagent] Agent OracleDIAgent executing load plan log purge for work repository FDMEE at Mar 7, 2016 5:00:21 PM.

[2016-03-08T11:13:13.711+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.view.main.auth.AuthMustFilter] [tid: 35] [userId: <anonymous>] [ecid: 0000LDKk2khF0FWFLzrI8A1Mr0mQ0009J2,0] [APP: odiconsole] Request context not set properly[[

oracle.odi.repex.model.contexts.RequestContext$RequestContextNotInitializedException: Request context not set properly

    at oracle.odi.repex.model.contexts.SessionContext.getOdiInstance(SessionContext.java:46)

    at oracle.odi.repex.model.contexts.RequestContext.getLocalOdiInstance(RequestContext.java:38)

    at oracle.odi.repex.view.main.auth.AuthMustFilter.doFilterInternal(AuthMustFilter.java:37)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.odi.repex.view.main.auth.ThreadAuthFilter.doFilterInternal(ThreadAuthFilter.java:38)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

]]

[2016-03-08T12:36:15.072+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.view.main.auth.AuthMustFilter] [tid: 30] [userId: <anonymous>] [ecid: 0000LDL32uUF0FWFLzrI8A1Mr0mQ0009en,0] [APP: odiconsole] Request context not set properly[[

oracle.odi.repex.model.contexts.RequestContext$RequestContextNotInitializedException: Request context not set properly

    at oracle.odi.repex.model.contexts.SessionContext.getOdiInstance(SessionContext.java:46)

    at oracle.odi.repex.model.contexts.RequestContext.getLocalOdiInstance(RequestContext.java:38)

    at oracle.odi.repex.view.main.auth.AuthMustFilter.doFilterInternal(AuthMustFilter.java:37)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.odi.repex.view.main.auth.ThreadAuthFilter.doFilterInternal(ThreadAuthFilter.java:38)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

]]

[2016-03-08T17:00:21.914+05:30] [EPMServer0] [NOTIFICATION] [ODI-1148] [] [tid: 156] [userId: <anonymous>] [ecid: 0000LDB^PuRF0FWFLzrI8A1Mr0mQ000001,1:25985] [APP: oraclediagent] Agent OracleDIAgent executing load plan log purge for work repository FDMEE at Mar 8, 2016 5:00:21 PM.

[2016-03-09T12:10:40.863+05:30] [EPMServer0] [ERROR] [ODI-1132] [] [tid: 27] [userId: <anonymous>] [ecid: 0000LDQ6m5nF0FWFLzrI8A1Mr0mQ000EWh,0] [APP: oraclediagent] Agent OracleDIAgent encountered a warning: ODI-1418: Error connecting to agent OracleDIAgent: an authentication error occurs while connecting to the master repository. Caused by: ODI-10199: Incorrect ODI username or password.[[

ODI-1418: Error connecting to agent OracleDIAgent: an authentication error occurs while connecting to the master repository.

Caused By: oracle.odi.core.security.BadCredentialsException: ODI-10199: Incorrect ODI username or password.

    at oracle.odi.core.security.SecurityManager.doODIInternalAuthentication(SecurityManager.java:416)

    at oracle.odi.core.security.SecurityManager.createAuthentication(SecurityManager.java:278)

    at oracle.odi.runtime.agent.servlet.AgentServlet.processRequest(AgentServlet.java:550)

    at oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

]]

[2016-03-09T12:10:40.874+05:30] [EPMServer0] [ERROR] [] [oracle.odi.agent] [tid: 27] [userId: <anonymous>] [ecid: 0000LDQ6m5nF0FWFLzrI8A1Mr0mQ000EWh,0] [APP: oraclediagent] oracle.odi.core.security.BadCredentialsException: ODI-10199: Incorrect ODI username or password.[[

    at oracle.odi.core.security.SecurityManager.doODIInternalAuthentication(SecurityManager.java:416)

    at oracle.odi.core.security.SecurityManager.createAuthentication(SecurityManager.java:278)

    at oracle.odi.runtime.agent.servlet.AgentServlet.processRequest(AgentServlet.java:550)

    at oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

]]

[2016-03-09T12:16:49.942+05:30] [EPMServer0] [ERROR] [ODI-1132] [] [tid: 45] [userId: <anonymous>] [ecid: 0000LDQ8CDIF0FWFLzrI8A1Mr0mQ000EXt,0] [APP: oraclediagent] Agent OracleDIAgent encountered a warning: ODI-1418: Error connecting to agent OracleDIAgent: an authentication error occurs while connecting to the master repository. Caused by: ODI-10199: Incorrect ODI username or password.[[

ODI-1418: Error connecting to agent OracleDIAgent: an authentication error occurs while connecting to the master repository.

Caused By: oracle.odi.core.security.BadCredentialsException: ODI-10199: Incorrect ODI username or password.

    at oracle.odi.core.security.SecurityManager.doODIInternalAuthentication(SecurityManager.java:416)

    at oracle.odi.core.security.SecurityManager.createAuthentication(SecurityManager.java:278)

    at oracle.odi.runtime.agent.servlet.AgentServlet.processRequest(AgentServlet.java:550)

    at oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

]]

[2016-03-09T12:16:49.943+05:30] [EPMServer0] [ERROR] [] [oracle.odi.agent] [tid: 45] [userId: <anonymous>] [ecid: 0000LDQ8CDIF0FWFLzrI8A1Mr0mQ000EXt,0] [APP: oraclediagent] oracle.odi.core.security.BadCredentialsException: ODI-10199: Incorrect ODI username or password.[[

    at oracle.odi.core.security.SecurityManager.doODIInternalAuthentication(SecurityManager.java:416)

    at oracle.odi.core.security.SecurityManager.createAuthentication(SecurityManager.java:278)

    at oracle.odi.runtime.agent.servlet.AgentServlet.processRequest(AgentServlet.java:550)

    at oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

]]

[2016-03-09T15:16:42.981+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.view.main.auth.AuthMustFilter] [tid: 34] [userId: <anonymous>] [ecid: 0000LDQlNEZF0FWFLzrI8A1Mr0mQ000FA6,0] [APP: odiconsole] Request context not set properly[[

oracle.odi.repex.model.contexts.RequestContext$RequestContextNotInitializedException: Request context not set properly

    at oracle.odi.repex.model.contexts.SessionContext.getOdiInstance(SessionContext.java:46)

    at oracle.odi.repex.model.contexts.RequestContext.getLocalOdiInstance(RequestContext.java:38)

    at oracle.odi.repex.view.main.auth.AuthMustFilter.doFilterInternal(AuthMustFilter.java:37)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.odi.repex.view.main.auth.ThreadAuthFilter.doFilterInternal(ThreadAuthFilter.java:38)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

]]

[2016-03-09T15:17:12.662+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.view.main.auth.RepositoryLoginBean] [tid: 35] [userId: <anonymous>] [ecid: 0000LDQlUTeF0FWFLzrI8A1Mr0mQ000FB1,0] [APP: odiconsole] This user is not registered to Oracle Data Integrator.

[2016-03-09T15:22:37.610+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.view.main.auth.RepositoryLoginBean] [tid: 15] [userId: <anonymous>] [ecid: 0000LDQmhmtF0FWFLzrI8A1Mr0mQ000FEQ,0] [APP: odiconsole] This user is not registered to Oracle Data Integrator.

[2016-03-09T15:39:07.762+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.InitServlet] [tid: 15] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,0:1146:779:345:122:175:25:27] [APP: odiconsole] Initializing webapp

[2016-03-09T15:39:07.780+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.model.utils.OdiPathUtils] [tid: 15] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,0:1146:779:345:122:175:25:27] [APP: odiconsole] error_common_not_set

[2016-03-09T15:39:15.358+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.AppLifeCycleListener] [tid: 15] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,0:1146:779:345:122:175:25:27] [APP: odiconsole] credential map in use = oracle.odi.credmap

[2016-03-09T15:39:15.358+05:30] [EPMServer0] [NOTIFICATION] [] [oracle.odi.repex.view.main.init.InitServlet] [tid: 15] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,0:1146:779:345:122:175:25:27] [APP: odiconsole] webapp initialized

[2016-03-09T15:39:18.012+05:30] [EPMServer0] [NOTIFICATION] [ODI-1128] [] [tid: 15] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,0:1146:779:345:122:175:25:27] [APP: oraclediagent] Agent OracleDIAgent is starting. Container: WEBLOGIC. Agent Version: 11.1.1.7.0 - 28/01/2013. Port: 9000. JMX Port: 9000.

[2016-03-09T15:39:29.370+05:30] [EPMServer0] [NOTIFICATION] [ODI-1111] [] [tid: 15] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,0:1146:779:345:122:175:25:27] [APP: oraclediagent] Agent OracleDIAgent started. Agent version: 11.1.1.7.0 - 28/01/2013. Port: 9000. JMX Port: 9000.

[2016-03-09T15:39:29.396+05:30] [EPMServer0] [NOTIFICATION] [ODI-1136] [] [tid: 15] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,0:1146:779:345:122:175:25:27] [APP: oraclediagent] Starting Schedulers on Agent OracleDIAgent.

[2016-03-09T15:39:30.454+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 28] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,1:22896] [APP: oraclediagent] agent.scheduler.pingAgent.failed[[

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:1307)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:283)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:434)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:417)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.pingAgent(AgentScheduleManager.java:198)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.access$4(AgentScheduleManager.java:193)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager$1.run(AgentScheduleManager.java:120)

    at java.lang.Thread.run(Thread.java:662)

Caused by: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

Caused by: java.net.ConnectException: Connection refused: connect

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:284)

    ... 6 more

Caused by: java.net.ConnectException: Connection refused: connect

    at java.net.PlainSocketImpl.socketConnect(Native Method)

    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

    at java.net.Socket.connect(Socket.java:529)

    at java.net.Socket.connect(Socket.java:478)

    at java.net.Socket.<init>(Socket.java:375)

    at java.net.Socket.<init>(Socket.java:249)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:240)

    ... 6 more

]]

[2016-03-09T15:39:30.459+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 28] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,1:22896] [APP: oraclediagent] Agent is not reachable. Going to retry after inteval :30000

[2016-03-09T15:40:01.467+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 28] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,1:22896] [APP: oraclediagent] agent.scheduler.pingAgent.failed[[

oracle.odi.runtime.agent.invocation.InvocationException: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.reThrowAgentErrorAsInvocation(RemoteRuntimeAgentInvoker.java:1307)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:283)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:434)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeIsAlive(RemoteRuntimeAgentInvoker.java:417)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.pingAgent(AgentScheduleManager.java:198)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager.access$4(AgentScheduleManager.java:193)

    at oracle.odi.runtime.agent.scheduler.AgentScheduleManager$1.run(AgentScheduleManager.java:120)

    at java.lang.Thread.run(Thread.java:662)

Caused by: ODI-1424: Agent host or port cannot be reached using http://hypdemo.transsyssolutions.com:9000/oraclediagent.

Caused by: java.net.ConnectException: Connection refused: connect

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:284)

    ... 6 more

Caused by: java.net.ConnectException: Connection refused: connect

    at java.net.PlainSocketImpl.socketConnect(Native Method)

    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

    at java.net.Socket.connect(Socket.java:529)

    at java.net.Socket.connect(Socket.java:478)

    at java.net.Socket.<init>(Socket.java:375)

    at java.net.Socket.<init>(Socket.java:249)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

    at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:240)

    ... 6 more

]]

[2016-03-09T15:40:01.468+05:30] [EPMServer0] [WARNING] [] [oracle.odi.agent.scheduler] [tid: 28] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,1:22896] [APP: oraclediagent] Agent is not reachable. Going to retry after inteval :30000

[2016-03-09T15:40:32.204+05:30] [EPMServer0] [NOTIFICATION] [ODI-1137] [] [tid: 28] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,1:22896] [APP: oraclediagent] Scheduler started for work repository FDMEE on Agent OracleDIAgent.

[2016-03-09T15:40:32.205+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-2002] [oracle.odi.agent.scheduler] [tid: 28] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,1:22896] [APP: oraclediagent] Agent is in scheduling mode

[2016-03-09T15:40:32.205+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-2003] [oracle.odi.agent.scheduler] [tid: 28] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,1:22896] [APP: oraclediagent] Number of items for scheduled executions: 2

[2016-03-09T15:40:42.306+05:30] [EPMServer0] [NOTIFICATION:16] [ODI-1100] [] [tid: 34] [userId: <anonymous>] [ecid: 0000LDQpDw6F0FWFLzrI8A1MrzJU000001,1:22904] [APP: oraclediagent] Agent OracleDIAgent successfully cleaned up 0 stale sessions from work repository FDMEE.

[2016-03-09T15:42:37.713+05:30] [EPMServer0] [ERROR] [] [oracle.odi.repex.view.main.auth.AuthMustFilter] [tid: 36] [userId: <anonymous>] [ecid: 0000LDQrIm5F0FWFLzrI8A1MrzJU00001E,0] [APP: odiconsole] Request context not set properly[[

oracle.odi.repex.model.contexts.RequestContext$RequestContextNotInitializedException: Request context not set properly

    at oracle.odi.repex.model.contexts.SessionContext.getOdiInstance(SessionContext.java:46)

    at oracle.odi.repex.model.contexts.RequestContext.getLocalOdiInstance(RequestContext.java:38)

    at oracle.odi.repex.view.main.auth.AuthMustFilter.doFilterInternal(AuthMustFilter.java:37)

    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2016
Added on May 12 2016
2 comments
4,364 views