java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '8001'
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Change the listen address attribute of the admin server to it's machine name or IP address or to localhost. Also, check if both managed server and admin server are on the same service pack levels.
Solutions on the web
via Oracle Community by 3004, 1 year ago
via Oracle Community by 843829, 1 year ago
via itpub.net by Unknown author, 2 years ago
via tek-tips.com by Unknown author, 2 years ago
via Oracle Community by 3004, 1 year ago
via Google Groups by Jig, 2 years ago
java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'localhost', port: '8001'
at weblogic.net.http.HttpClient.openServer(HttpClient.java:203)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:254)
at weblogic.net.http.HttpClient.
(HttpClient.java:117) at weblogic.net.http.HttpClient.New(HttpClient.java:149)
at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:109)
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:279)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:230)
at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:990)
at weblogic.management.Admin.initialize(Admin.java:320)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:359)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
at weblogic.Server.main(Server.java:35)