You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomohisa Igarashi (JIRA)" <ji...@apache.org> on 2017/09/25 04:42:00 UTC

[jira] [Created] (CAMEL-11827) [example] spring-boot-servicecall - service1 returns 404 not found

Tomohisa Igarashi created CAMEL-11827:
-----------------------------------------

             Summary: [example] spring-boot-servicecall - service1 returns 404 not found
                 Key: CAMEL-11827
                 URL: https://issues.apache.org/jira/browse/CAMEL-11827
             Project: Camel
          Issue Type: Sub-task
            Reporter: Tomohisa Igarashi


{code}
$ curl localhost:8080/camel/serviceCall/service1
org.apache.camel.http.common.HttpOperationFailedException: HTTP operation failed invoking http://localhost:9011/ with statusCode: 404
	at org.apache.camel.component.undertow.UndertowClientCallback.lambda$setupResponseListener$2(UndertowClientCallback.java:232)
	at org.apache.camel.component.undertow.UndertowClientCallback$ErrorHandlingClientCallback.completed(UndertowClientCallback.java:86)
	at io.undertow.client.http.HttpClientExchange.setResponse(HttpClientExchange.java:125)
	at io.undertow.client.http.HttpClientConnection$ClientReadListener.handleEvent(HttpClientConnection.java:647)
	at io.undertow.client.http.HttpClientConnection$ClientReadListener.handleEvent(HttpClientConnection.java:516)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66)
	at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:88)
	at org.xnio.nio.WorkerThread.run(WorkerThread.java:561)

{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)