| OSGI to access weblogic JNDI [message #1016888] |
Thu, 07 March 2013 23:55  |
pree srini Messages: 4 Registered: March 2013 |
Junior Member |
|
|
I am having an OSGI application that uses JNDI to create connection factories on weblogic server.
I see the error
&#x2028Caused by: java.net.ConnectException: t3://127.0.0.1:7001: Bootstrap to 127.0.0.1/127.0.0.1:7001 failed. It is likely that the remote side declared peer gone on this JVM
&#x2028 at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:203)
&#x2028 at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
&#x2028 at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
&#x2028 at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
&#x2028 at weblogic.security.service.SecurityManager.runAs(Unknown Source)
&#x2028 at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
However I am able to access the same weblogic server through a normal java program.This issue is seen only while using OSGI.
Both application and weblogic are on the same machine.
Any thoughts ?
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08162 seconds