Dear all,
we have created a SQL map of a logical service in ODSI eclipse studio 12.1.3. The jre runtime refers to the jre of jdk1.7.0_80. Through com.bea.dsp.jdbc.driver.DSPJDBCDriver (ldjdbc.jar in folder lib of odsi 12.1.3) we'd like to set up a new connection in JDEVELOPER 12.1.3 with jdk1.7.0_80. The listen port of weblogic 12.1.3 is host.domain, in the hosts file in C:\Windows\System32\drivers\etc we have the IP linked to host.domain. We can reach the weblogic admin console with the URL: host.domain:7001/console.
When using as JDBC the following url: jdbc:dsp@pc69682.pc.istat.it:7001/testDataSpaceJDBC, the following exception arises:
avax.naming.CommunicationException: t3://pc69682.pc.istat.it:7001: Bootstrap to pc69682.pc.istat.it/10.18.180.92:7001 failed. It is likely that the remote side declared peer gone on this JVM [Root exception is java.net.ConnectException: t3://pc69682.pc.istat.it:7001: Bootstrap to pc69682.pc.istat.it/10.18.180.92:7001 failed. It is likely that the remote side declared peer gone on this JVM]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:808)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:363)
at weblogic.jndi.Environment.getContext(Environment.java:319)
at weblogic.jndi.Environment.getContext(Environment.java:288)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
at javax.naming.InitialContext.init(InitialContext.java:242)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at com.bea.dsp.jdbc.driver.DSPConnectionImpl.getAuthenInfo(DSPConnectionImpl.java:157)
at com.bea.dsp.jdbc.driver.DSPConnectionImpl.<init>(DSPConnectionImpl.java:135)
at com.bea.dsp.jdbc.driver.DSPJDBCDriver.connect(DSPJDBCDriver.java:110)
at oracle.jdeveloper.db.adapter.AbstractConnectionCreator.getConnection(AbstractConnectionCreator.java:185)
at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at oracle.jdevimpl.db.extension.DatabaseConnectionHook$ConnectionType$1.invoke(DatabaseConnectionHook.java:349)
at com.sun.proxy.$Proxy15.getConnection(Unknown Source)
at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:370)
at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:299)
at oracle.jdeveloper.db.DatabaseConnections.testConnection(DatabaseConnections.java:1316)
at oracle.jdevimpl.db.panels.ConnectionEditorPanel$ConnectionTester.doWork(ConnectionEditorPanel.java:712)
at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:947)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: t3://pc69682.pc.istat.it:7001: Bootstrap to pc69682.pc.istat.it/10.18.180.92:7001 failed. It is likely that the remote side declared peer gone on this JVM
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:241)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:169)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:177)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:342)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:337)
... 23 more
Caused by: java.rmi.ConnectException: Bootstrap to pc69682.pc.istat.it/10.18.180.92:7001 failed. It is likely that the remote side declared peer gone on this JVM
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:341)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:300)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:204)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:263)
at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:225)
... 29 more
What is wrong? Can you help me in using data services in JDEVELOPER. In SQLDeveloper it was not possible, too.
Thank you very much for any help.
Annalisa