How this error is possible with the simple example of EJB model?

javax.naming.CommunicationException [root exception is java.net.ConnectException: t3://127.0.0.1:7101: Destination unreachable; nested exception is:]
java.net.ConnectException: connection refused. No available at destination router]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:367)
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)
to javax.naming.InitialContext. < init > (InitialContext.java:197)
at test.client.SessionEJBRemoteClient.getInitialContext(SessionEJBRemoteClient.java:259)
at test.client.SessionEJBRemoteClient.main(SessionEJBRemoteClient.java:34)
Caused by: java.net.ConnectException: t3://127.0.0.1:7101: Destination unreachable; nested exception is:
java.net.ConnectException: connection refused. No router available at destination
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:352)
... 9 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.ConnectException: connection refused. No router available at destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:251)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
... 12 more
Process has finished with exit code 0.
------------------------------

can someone guide me on the resolution of this error? I do this oracle example:
http://www.Oracle.com/technology/OBE/obe11jdev/ps1/EJB/EJB.html

Thank you

Vael

You must add the MySQL library on the integrated WebLogic Server.
See last step here:
http://jobinesh.blogspot.com/2009/06/ADF-with-MySQL.html

Tags: Java

Similar Questions

Maybe you are looking for