Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tanersener/98f50589165599d9a15cc8cc9eafdfff to your computer and use it in GitHub Desktop.
Save tanersener/98f50589165599d9a15cc8cc9eafdfff to your computer and use it in GitHub Desktop.
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