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 12.2.1 standalone agent start fail ODI-10199: Incorrect ODI username or password

2671669Jan 24 2017 — edited Jan 24 2017

ODI 12.2.1 standalone agent installation completes successfully.

Ran config.sh for standalone domain and completed the configuration successfully as per https://docs.oracle.com/middleware/1212/odi/ODING/configure_sa.htm#ODING744

Created standalone agent in Master repository using ODI studio

while starting the agent using agent.sh following errors are reported. What could be the issue ? The userid/passwords are validated correctly in config.sh wizard. Accounts are not locked.

-------------------------------------------------------------------------------------------------------------------

2017-01-24T00:15:16.485-05:00] [odi] [ERROR] [] [oracle.odi.agent] [tid: 1] [ecid: 0000LbEt^lWFw000jzwkno1OXiBV000006,0] javax.servlet.ServletException: ODI-1404: Agent OracleDIAgent1 start failure: an authentication error occurred while connecting to the master repository.[[

Caused by: oracle.odi.core.security.BadCredentialsException: ODI-10199: Incorrect ODI username or password. oracle.odi.core.exception.OdiRuntimeException: javax.servlet.ServletException: ODI-1404: Agent OracleDIAgent1 start failure: an authentication error occurred while connecting to the master repository.

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

        at oracle.odi.Agent.startAgent(Agent.java:486)

        at oracle.odi.Agent.main(Agent.java:827)

Caused by: javax.servlet.ServletException: ODI-1404: Agent OracleDIAgent1 start failure: an authentication error occurred while connecting to the master repository.

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

        at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:407)

        at javax.servlet.GenericServlet.init(GenericServlet.java:244)

        at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:600)

        at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:389)

        at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:869)

        at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:298)

        at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341)

        at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334)

        at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)

        at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)

        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)

        at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)

        at org.eclipse.jetty.server.Server.start(Server.java:380)

        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)

        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)

        at org.eclipse.jetty.server.Server.doStart(Server.java:347)

        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)

        at oracle.odi.Agent.startAgent(Agent.java:425)

        ... 1 more

Caused by: ODI-1404: Agent OracleDIAgent1 start failure: an authentication error occurred while connecting to the master repository.

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

        at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:405)

        ... 18 more

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

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

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

        at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:509)

        at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:370)

        ... 18 more

-------------------------------------------------------------------------------------------------------------------

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2017
Added on Jan 24 2017
1 comment
1,109 views