java.net.ConnectException: Tried all: 1 addresses, but could not connect over HTTPS to server: saki port: 8433
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
Solutions on the web
via Google Groups by Eugene Gluzberg, 8 months ago
via Oracle Community by 3004, 1 year ago
via Oracle Community by H. Lemelson, 1 year ago
via Oracle Community by 661445, 1 year ago
via Oracle Community by 627798, 1 year ago
via oracle.com by Unknown author, 2 years ago
java.net.ConnectException: Tried all: 1 addresses, but could not connect over HTTPS to server: saki port: 8433
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:54)
at weblogic.net.http.HttpsClient.openServer(HttpsClient.java:156)
at weblogic.net.http.HttpClient.
(HttpClient.java:85) at weblogic.net.http.HttpsClient.
(HttpsClient.java:34) at weblogic.net.http.HttpClient.New(HttpClient.java:119)
at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:99)
at weblogic.net.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:146)
at com.realpulse.common.transport.HTTPOutputTransport.writeMessage(HTTPOutputTransport.java:41)
at com.realpulse.gs.transport.OutboundDeliveryThread.deliverMessage(OutboundDeliveryThread.java:70)