javax.ws.rs.ProcessingException: java.net.NoRouteToHostException: NoRouteToHostException invoking http://10.10.10.121:7070/ping: No route to host
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 GitHub by tjamakeev
, 1 year agovia Stack Overflow by Anu
, 1 year agovia GitHub by SeventhOfNine
, 3 months agovia GitHub by jchauncey
, 2 years agovia GitHub by bobquest33
, 2 years agovia GitHub by rajdavies
, 1 year agojavax.ws.rs.ProcessingException: java.net.NoRouteToHostException: NoRouteToHostException invoking http://10.10.10.121:7070/ping: No route to host
at org.apache.cxf.jaxrs.client.AbstractClient.checkClientException(AbstractClient.java:557)
at org.apache.cxf.jaxrs.client.AbstractClient.preProcessResult(AbstractClient.java:539)
at org.apache.cxf.jaxrs.client.WebClient.doResponse(WebClient.java:1151)
at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1101)
at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:894)
at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:865)
at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:331)
at org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:357)
at io.subutai.core.hostregistry.impl.HostRegistryImpl.updateHost(HostRegistryImpl.java:307)
at io.subutai.core.hostregistry.impl.HostRegistryImpl$2.run(HostRegistryImpl.java:287)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)