[
https://issues.apache.org/jira/browse/CAMEL-11827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179211#comment-16179211
]
ASF GitHub Bot commented on CAMEL-11827:
----------------------------------------
GitHub user ramu11 opened a pull request:
https://github.com/apache/camel/pull/1956
CAMEL-11827:[example] spring-boot-servicecall - service1 returns 404 …
CAMEL-11827:[example] spring-boot-servicecall - service1 returns 404 not
found
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ramu11/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1956.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1956
----
commit 17df6cf5ca11df569f948bd3036dbf99b83309e6
Author: Ramu <[email protected]>
Date: 2017-09-25T15:55:20Z
CAMEL-11827:[example] spring-boot-servicecall - service1 returns 404 not
found
----
> [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
> Components: examples
> Reporter: Tomohisa Igarashi
> Fix For: 2.20.0
>
>
> {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)