Skip to Main Content

General Development Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oats/Weblogic error: errorCreatingDSClient when setting up ServerStat.

766878Aug 3 2011 — edited Aug 30 2011
Hello all,

Do you have any ideas on how to solve this problem?

We're getting "errorCreatingDSClient" error when setting up ServerStats.
For any ServerStat (eg DB, Unix, ...).
The Oats-server and DC is on the same machine.

There is an exception in wls_oats.log:

"
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.io.IOException: Empty server reply; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:198)
at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.server.jndi.JndiLookup.createInitialContext(Unknown Source)
at oracle.oats.app.datasources.DataSourceClient.initDataSourceClient(DataSourceClient.java:110)
at oracle.oats.app.datasources.DataSourceSyncedClient.<init>(DataSourceSyncedClient.java:60)
at oracle.oats.app.datasources.DataSourceClientFactory.createDataSourceSyncClient(DataSourceClientFactory.java:45)
at oracle.oats.console.ConsoleEngine.setupDataSourceClient(ConsoleEngine.java:1127)
at oracle.oats.console.ConsoleEngine.setupDataSourceClient(ConsoleEngine.java:1105)
at oracle.oats.console.ConsoleEngine.runAppliedMonitorConfiguration(ConsoleEngine.java:1295)
at oracle.oats.request.console.RequestRunAppliedMonitorConfiguration.invoke(RequestRunAppliedMonitorConfiguration.java:72)
at oracle.oats.ejb.SelfServiceListener.onMessage(SelfServiceListener.java:127)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3822)
... 5 more
"

Regards,
A

Edited by: ao on 2011-aug-03 11:16

Edited by: ao on 2011-aug-03 11:17
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 27 2011
Added on Aug 3 2011
16 comments
516 views