Issue
java.lang.RuntimeException: javax.naming. CommunicationException [Root exception is java.net.ConnectException: t3s://[2001:0:9d38:6ab8:2070: 31eb:3f57:fa44]:7002: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: connect; No available router to destination]at oracle.tip.tools.ide.fabric.
at oracle.tip.tools.ide.fabric.
at oracle.tip.tools.ide.fabric.
at oracle.tip.tools.ide.fabric.
at oracle.tip.tools.ide.fabric.
at oracle.ide.dialogs.
at java.lang.Thread.run(Thread.
Caused by: javax.naming.
java.net.ConnectException: Connection refused: connect; No available router to destination]
at weblogic.jndi.internal.
at weblogic.jndi.
at weblogic.jndi.
at weblogic.jndi.Environment.
at weblogic.jndi.Environment.
at weblogic.jndi.
at javax.naming.spi.
at javax.naming.InitialContext.
at javax.naming.InitialContext.
at javax.naming.InitialContext.<
at oracle.soa.management.
at oracle.soa.management.
at oracle.tip.tools.ide.fabric.
... 6 more
Caused by: java.net.ConnectException: t3s://[2001:0:9d38:6ab8:2070:
java.net.ConnectException: Connection refused: connect; No available router to destination
at weblogic.rjvm.RJVMFinder.
at weblogic.rjvm.RJVMFinder.
at weblogic.rjvm.ServerURL.
at weblogic.jndi.
... 16 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: connect; No available router to destination
at weblogic.rjvm.
at weblogic.rjvm.
at weblogic.rjvm.RJVMManager.
at weblogic.rjvm.RJVMManager.
at weblogic.rjvm.RJVMFinder.
at weblogic.rjvm.RJVMFinder.
... 19 more
Resolution
<!--<ssl>
<enabled>true</enabled>
<hostname-verifier xsi:nil="true"></hostname-veri fier>
<hostname-verification- ignored>false</hostname- verification-ignored>
<client-certificate-enforced> true</client-certificate- enforced>
<two-way-ssl-enabled>true</ two-way-ssl-enabled>
</ssl>-->
<enabled>true</enabled>
<hostname-verifier xsi:nil="true"></hostname-veri
<hostname-verification-
<client-certificate-enforced>
<two-way-ssl-enabled>true</
</ssl>-->
in config.xml solved the issue..
0 comments:
Post a Comment