Caused by: java.net.ConnectException: t3://exalytic.domain:8001: Destination unreachable; nested exception is:
The Above Error Appear when i was trying to access BPM, the main Cause for this error there’s no configuration protocol on SOA Server Which mean No Listening Host.
To Avoid and Solve this error Follow the below Steps :
- Access to weblogic Console using Administrator Password.
- Click on Servers -> Protocols -> Channels like the below screen
- Now you have to create new Protocol Click on “Configure a new Network Channel,”with the below confguration
Name: Loopback
Protocol: t3
Listen Address: localhost
Listen Port: 8001 (same as Server Host/port)
- Restart The Server and test the connection Again
Thank you
Osama Mustafa
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa
HI Osama,Please help me. We have the similar error.at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)at oracle.apps.ad.util.WLUtil.initMBeanServerConnection(WLUtil.java:111)at oracle.apps.ad.tools.configuration.SyncContext.(SyncContext.java:203)at oracle.apps.ad.tools.configuration.SyncContext.main(SyncContext.java:586)Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://appl:7001: Destination unreachable; nested exception is:java.net.ConnectException: Connection refused; No available router to destination]at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
LikeLike
Did you Check that appl (destination name ) resolves to an IP address , pingable and port is open
LikeLike
Hi Osama,I am getting this error :java.net.ConnectException: Connection refused: connect; No available router to destinationI have 2 servers : Admin and OSB Server.I am passing data to OSB Queue from my Java Bean.But I am getting error at this step : this.getInitialContextProperties().put(Context.PROVIDER_URL, PropertyReader.getProperty(IConstants.WEBLOGIC_PROVIDER_URL));When I am providing OSB Server port number then it is giving above error that destination is not reachable.But If I am giving Admin server port then it is making connection successfully.Request you to please provide some input that how can I use my managed server portThanks in Advance.
LikeLike
Hi, please i have this error, when i want stop the weblogic server :XXXXXX\bin>stopPIA.cmdSubmitting shutdown command for PIA via the admin server at t3://XXXXXXXXX:8080Stopping Weblogic Server…Failed to connect to t3://xxxxxxxxx:8080: Destination unreachable; nested exception is: java.net.ConnectException: Connection refused: connect; No available router to destinationThanks in Advance.
LikeLike
Worked perfectly! Thanks!
LikeLike
Hi Obama,I am getting following error, please let me know your inputs:JMS Connection exception: weblogic.messaging.dispatcher.DispatcherException: java.rmi.RemoteException: Could not establish a connection with -1878657929076759149S::[-1,-1,15201,15201,-1,-1,-1]:, java.rmi.ConnectException: No known valid port for: 'Default[t3]:t3(t3):null:-1::-1'; No available router to destination; nested exception is: java.rmi.ConnectException: No known valid port for: 'Default[t3]:t3(t3):null:-1::-1'; No available router to destination; nested exception is: java.rmi.ConnectException: Could not establish a connection with -1878657929076759149S::[-1,-1,15201,15201,-1,-1,-1]:, java.rmi.ConnectException: No known valid port for: 'Default[t3]:t3(t3):null:-1::-1'; No available router to destination; nested exception is: java.rmi.ConnectException: No known valid port for: 'Default[t3]:t3(t3):null:-1::-1'; No available router to destination
LikeLike
Thanks…http://www.find4answers.com
LikeLike
This solution solves my problemThanx
LikeLike
Your welcome
LikeLike
Hi I wanted to run weblogic medrec project by docker but got the below error after ran command on ubuntu “docker run -d -p 7001:7001 1221-medrec”Problem invoking WLST – Traceback (innermost last): [java] File “/u01/oracle/wlserver/samples/server/medrec/install/common/startAdminServer.py”, line 11, in ? [java] File “”, line 366, in startServer [java] File “”, line 553, in raiseWLSTException [java] WLSTException: Error occurred while performing startServer : Could not start the server, the process might have timed out or there is an Error starting the server. Please refer to the log files for more details. [java] [java] ………Could not connect to the server to verify that it has started. The error returned is: javax.naming.CommunicationException: t3://localhost:7001: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 7001 unreachable.; nested exception is: [java] java.net.ConnectException: Connection refused; [RJVM:000576]No available router to destination.; nested exception is: [java] java.rmi.ConnectException: [RJVM:000576]No available router to destination. [Root exception is java.net.ConnectException: t3://localhost:7001: [RJVM:000575]Destination 0:0:0:0:0:0:0:1, 7001 unreachable.; nested exception is: [java] java.net.ConnectException: Connection refused; [RJVM:000576]No available router to destination.; nested exception is: [java] java.rmi.ConnectException: [RJVM:000576]No available router to destination.] [java] WLST-WLS-1464625798480: IOException when running WLSTProcess [java] WLST-WLS-1464625798480: Stopped draining WLST-WLS-1464625798480 [java] No stack trace available.BUILD FAILED/u01/oracle/wlserver/samples/server/medrec/build.xml:27: The following error occurred while executing this line:Could anybody please have a look and help me to resolve the error
LikeLike
there could be several reasons, the server is hang, down, and thus not responding to a ping, or it could be related to a network issue.
LikeLike
Destination unreachable; nested exception is: java.net.ConnectException: Connection refused; No available router to destination]Could anybody please have a look and help me to resolve the error
LikeLike
The connectivity to the ESSO Reporting database
LikeLike
You really saved my day.Thank you
LikeLike
My pleasure .. good to know this 🙂
LikeLike
Its working..Thank you:)
LikeLike
Hello,We have a client that communicates with another server and its in place from last 2 years.Now a day we are getting following error in logs very often.Sometimes resubmitting the job solves the issue.Sometimes we need to restrt the server.I need to know root cause of this issue.Can Someone please let me know what are the possible reson of this issue?And also what can be done inorder to fix the issue. —————————————————————————————————————————-INFO: WSM-09004 Component auditing cannot be initialized.javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://lnx1XXXXx.XXX.com:7001: Destination unreachable; nested exception is: @java.net.ConnectException: Connection refused: connect; No available router to destination]@at weblogic.jndi.internal.ExceptionTranslator.toNamingException(xxxxx.java:40)@at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)@at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)@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.(InitialContext.java:197)Caused by: java.net.ConnectException: t3://lnx1XXXXx.XXX.com:7001: Destination unreachable; nested exception is: @java.net.ConnectException: Connection refused: connect; No available router to destination@at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)@at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)@at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)@at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)@… 12 moreCaused by: java.rmi.ConnectException: Destination unreachable; nested exception is: @java.net.ConnectException: Connection refused: connect; No available router to destinationThanks
LikeLike
We are facing the same error of communication error.. when we do a bulk insert some queries fail and we get javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://lnx1XXXXx.XXX.com:7001: Destination unreachable; nested exception is: @java.net.ConnectException: Connection refused: connect; No available router to destination]@at We are using web logic 11g along with Oracle 11g database
LikeLike
Hi TeamZONE_1.out20180530_1800:javax.naming.CommunicationException [Root exception isjava.net.ConnectException: t3://abc.server.com:7114: Destination unreachable; nested exception is:ZONE_1.out20180531_1500:javax.naming.CommunicationException [Root exception isjava.net.ConnectException: t3://abc.server.com:7114: Destination unreachable; nested exception is:We need help for issue resolution.. tried every thing but we still get these exceptions
LikeLike
Very Helpful Post, I have faced same issue and resolved with your solution.Keep postingThanks 🙂
LikeLike
Your welcome 🙂
LikeLike