Created
April 2, 2022 20:44
-
-
Save tanersener/98f50589165599d9a15cc8cc9eafdfff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javax.ws.rs.ProcessingException: java.net.ConnectException: ConnectException invoking http://localhost:12345/rs/service?param1=value1: Connection refused (Connection refused) | |
at org.apache.cxf ... 10 more [cxf-rt-rs-client-3.3.6.jar] | |
at com.arthenica.smartexception.java.ApacheCxfTest.accessAndPrintPackageInformation(ApacheCxfTest.java:88) | |
Caused by: java.net.ConnectException: ConnectException invoking http://localhost:12345/rs/service?param1=value1: Connection refused (Connection refused) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:488) | |
at org.apache.cxf ... 15 more [cxf-rt-transports-http-3.3.6.jar] | |
at com.arthenica.smartexception.java.ApacheCxfTest.accessAndPrintPackageInformation(ApacheCxfTest.java:88) | |
Caused by: java.net.ConnectException: Connection refused (Connection refused) | |
at org.apache.cxf ... 1 more [cxf-rt-transports-http-3.3.6.jar] | |
at java.security.AccessController.doPrivileged(Native Method) | |
at org.apache.cxf ... 18 more [cxf-rt-transports-http-3.3.6.jar] | |
at com.arthenica.smartexception.java.ApacheCxfTest.accessAndPrintPackageInformation(ApacheCxfTest.java:88) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment