Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-13461

[camel-k-api-example] You must set the Content-Length header to be the total size of the message body BEFORE sending any data if you are not using HTTP chunked encoding

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • fuse-next-TP1-GA
    • fuse-next-TP1-GA
    • Camel-K
    • None

      ➜  kamel run --name api test/MinioCustomizer.java API.java --property-file test/minio.properties --open-api openapi.yaml -d camel-openapi-java 
      
      ➜  camel-k-example-api git:(master) ✗ curl -i $URL
      HTTP/1.1 200 OK
      Accept: */*
      Forwarded: for=10.40.192.125;host=api-camel-api.apps.camel-k-43-dev.openshift-aws.rhocf-dev.com;proto=http;proto-version=""
      User-Agent: curl/7.55.1
      X-Forwarded-For: 10.40.192.125
      X-Forwarded-Host: api-camel-api.apps.camel-k-43-dev.openshift-aws.rhocf-dev.com
      X-Forwarded-Port: 80
      X-Forwarded-Proto: http
      Content-Type: application/json
      content-length: 11
      Set-Cookie: d02cddd791e8cdeb48af03780ffe52b3=66832b5f5fc3851987a1548c18b0700b; path=/; HttpOnly
      Cache-control: private
      
      ["example"]%                                                                                                                                                           
      ➜  camel-k-example-api git:(master) ✗ curl -i $URL/example
      HTTP/1.0 504 Gateway Time-out
      Cache-Control: no-cache
      Connection: close
      Content-Type: text/html
      
      <html><body><h1>504 Gateway Time-out</h1>
      The server didn't respond in time.
      </body></html>
      
      ➜  camel-k-example-api git:(master) ✗ kamel logs api[1] Monitoring pod api-8494b9cd4b-7nr2s[1] 2020-04-14 14:39:50.382 INFO  [main] LRUCacheFactory - Detected and using LURCacheFactory: camel-caffeine-lrucache
      [1] 2020-04-14 14:39:50.525 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.RuntimeConfigurer@418c5a9c
      [1] 2020-04-14 14:39:50.526 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.ContextConfigurer@302f7971
      [1] 2020-04-14 14:39:50.527 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.RoutesConfigurer@6057aebb
      [1] 2020-04-14 14:39:50.528 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.RoutesDumper@352c1b98
      [1] 2020-04-14 14:39:50.528 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.PropertiesFunctionsConfigurer@68d279ec
      [1] 2020-04-14 14:39:50.534 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.RuntimeConfigurer@418c5a9c executed in phase Starting
      [1] 2020-04-14 14:39:50.549 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.PropertiesFunctionsConfigurer@68d279ec executed in phase Starting
      [1] 2020-04-14 14:39:50.554 INFO  [main] BaseMainSupport - Using properties from: file:/etc/camel/conf.d/..2020_04_14_14_39_47.307961888/user.properties,file:/etc/camel/conf.d/user.properties
      [1] 2020-04-14 14:39:50.563 INFO  [main] RuntimeSupport - Looking up loader for language: java
      [1] 2020-04-14 14:39:50.565 INFO  [main] RuntimeSupport - Found loader org.apache.camel.k.loader.java.JavaSourceLoader@65b104b9 for language java from service definition
      [1] 2020-04-14 14:39:51.222 INFO  [main] RoutesConfigurer - Loading routes from: file:/etc/camel/sources/i-source-000/MinioCustomizer.java?language=java
      [1] 2020-04-14 14:39:51.223 INFO  [main] RuntimeSupport - Looking up loader for language: java
      [1] 2020-04-14 14:39:51.223 INFO  [main] RuntimeSupport - Found loader org.apache.camel.k.loader.java.JavaSourceLoader@71f67a79 for language java from service definition
      [1] 2020-04-14 14:39:51.461 INFO  [main] RoutesConfigurer - Loading routes from: file:/etc/camel/sources/i-source-001/API.java?language=java
      [1] 2020-04-14 14:39:51.461 INFO  [main] RuntimeSupport - Looking up loader for language: xml
      [1] 2020-04-14 14:39:51.462 INFO  [main] RuntimeSupport - Found loader org.apache.camel.k.loader.xml.XmlSourceLoader@12477988 for language xml from service definition
      [1] 2020-04-14 14:39:51.464 INFO  [main] RoutesConfigurer - Loading routes from: file:/etc/camel/sources/i-source-002/openapi.xml?language=xml
      [1] 2020-04-14 14:39:51.464 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.RoutesConfigurer@6057aebb executed in phase ConfigureRoutes
      [1] 2020-04-14 14:39:52.135 INFO  [main] BaseMainSupport - Auto-configuration summary:
      [1] 2020-04-14 14:39:52.135 INFO  [main] BaseMainSupport -      camel.context.restconfiguration.component=platform-http
      [1] 2020-04-14 14:39:52.135 INFO  [main] BaseMainSupport -      camel.context.restconfiguration.apicontextpath=/api-doc
      [1] 2020-04-14 14:39:52.187 INFO  [main] XMLRoutesDefinitionLoaderResolver - Detected and using XMLRoutesDefinitionLoader: camel-xml-io
      [1] 2020-04-14 14:39:52.230 INFO  [main] RuntimeSupport - Found customizer org.apache.camel.k.http.PlatformHttpServiceContextCustomizer@6a0f2853 with id platform-http from service definition
      [1] 2020-04-14 14:39:52.231 INFO  [main] RuntimeSupport - Apply ContextCustomizer with id=platform-http and type=org.apache.camel.k.http.PlatformHttpServiceContextCustomizer
      [1] 2020-04-14 14:39:52.250 INFO  [main] PlatformHttpServiceEndpoint - Creating new Vert.x instance
      [1] 2020-04-14 14:39:52.624 INFO  [vert.x-eventloop-thread-1] PlatformHttpServer - Vert.x HttpServer started on 0.0.0.0:8080
      [1] 2020-04-14 14:39:52.638 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.ContextConfigurer@302f7971 executed in phase ConfigureContext
      [1] 2020-04-14 14:39:52.640 INFO  [main] AbstractCamelContext - Apache Camel 3.1.0.fuse-jdk11-800010-redhat-00002 (CamelContext: camel-k) is starting
      [1] 2020-04-14 14:39:52.642 INFO  [main] DefaultManagementStrategy - JMX is disabled
      [1] 2020-04-14 14:39:52.644 INFO  [main] HeadersMapFactoryResolver - Detected and using HeadersMapFactory: camel-headersmap
      [1] 2020-04-14 14:39:52.826 INFO  [main] AbstractCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
      ^C
      ➜  camel-k-example-api git:(master) ✗ kamel logs api[1] Monitoring pod api-8494b9cd4b-7nr2s[1] 2020-04-14 14:39:50.382 INFO  [main] LRUCacheFactory - Detected and using LURCacheFactory: camel-caffeine-lrucache
      [1] 2020-04-14 14:39:50.525 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.RuntimeConfigurer@418c5a9c
      [1] 2020-04-14 14:39:50.526 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.ContextConfigurer@302f7971
      [1] 2020-04-14 14:39:50.527 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.RoutesConfigurer@6057aebb
      [1] 2020-04-14 14:39:50.528 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.RoutesDumper@352c1b98
      [1] 2020-04-14 14:39:50.528 INFO  [main] ApplicationRuntime - Add listener: org.apache.camel.k.listener.PropertiesFunctionsConfigurer@68d279ec
      [1] 2020-04-14 14:39:50.534 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.RuntimeConfigurer@418c5a9c executed in phase Starting
      [1] 2020-04-14 14:39:50.549 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.PropertiesFunctionsConfigurer@68d279ec executed in phase Starting
      [1] 2020-04-14 14:39:50.554 INFO  [main] BaseMainSupport - Using properties from: file:/etc/camel/conf.d/..2020_04_14_14_39_47.307961888/user.properties,file:/etc/camel/conf.d/user.properties
      [1] 2020-04-14 14:39:50.563 INFO  [main] RuntimeSupport - Looking up loader for language: java
      [1] 2020-04-14 14:39:50.565 INFO  [main] RuntimeSupport - Found loader org.apache.camel.k.loader.java.JavaSourceLoader@65b104b9 for language java from service definition
      [1] 2020-04-14 14:39:51.222 INFO  [main] RoutesConfigurer - Loading routes from: file:/etc/camel/sources/i-source-000/MinioCustomizer.java?language=java
      [1] 2020-04-14 14:39:51.223 INFO  [main] RuntimeSupport - Looking up loader for language: java
      [1] 2020-04-14 14:39:51.223 INFO  [main] RuntimeSupport - Found loader org.apache.camel.k.loader.java.JavaSourceLoader@71f67a79 for language java from service definition
      [1] 2020-04-14 14:39:51.461 INFO  [main] RoutesConfigurer - Loading routes from: file:/etc/camel/sources/i-source-001/API.java?language=java
      [1] 2020-04-14 14:39:51.461 INFO  [main] RuntimeSupport - Looking up loader for language: xml
      [1] 2020-04-14 14:39:51.462 INFO  [main] RuntimeSupport - Found loader org.apache.camel.k.loader.xml.XmlSourceLoader@12477988 for language xml from service definition
      [1] 2020-04-14 14:39:51.464 INFO  [main] RoutesConfigurer - Loading routes from: file:/etc/camel/sources/i-source-002/openapi.xml?language=xml
      [1] 2020-04-14 14:39:51.464 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.RoutesConfigurer@6057aebb executed in phase ConfigureRoutes
      [1] 2020-04-14 14:39:52.135 INFO  [main] BaseMainSupport - Auto-configuration summary:
      [1] 2020-04-14 14:39:52.135 INFO  [main] BaseMainSupport -      camel.context.restconfiguration.component=platform-http
      [1] 2020-04-14 14:39:52.135 INFO  [main] BaseMainSupport -      camel.context.restconfiguration.apicontextpath=/api-doc
      [1] 2020-04-14 14:39:52.187 INFO  [main] XMLRoutesDefinitionLoaderResolver - Detected and using XMLRoutesDefinitionLoader: camel-xml-io
      [1] 2020-04-14 14:39:52.230 INFO  [main] RuntimeSupport - Found customizer org.apache.camel.k.http.PlatformHttpServiceContextCustomizer@6a0f2853 with id platform-http from service definition
      [1] 2020-04-14 14:39:52.231 INFO  [main] RuntimeSupport - Apply ContextCustomizer with id=platform-http and type=org.apache.camel.k.http.PlatformHttpServiceContextCustomizer
      [1] 2020-04-14 14:39:52.250 INFO  [main] PlatformHttpServiceEndpoint - Creating new Vert.x instance
      [1] 2020-04-14 14:39:52.624 INFO  [vert.x-eventloop-thread-1] PlatformHttpServer - Vert.x HttpServer started on 0.0.0.0:8080
      [1] 2020-04-14 14:39:52.638 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.ContextConfigurer@302f7971 executed in phase ConfigureContext
      [1] 2020-04-14 14:39:52.640 INFO  [main] AbstractCamelContext - Apache Camel 3.1.0.fuse-jdk11-800010-redhat-00002 (CamelContext: camel-k) is starting
      [1] 2020-04-14 14:39:52.642 INFO  [main] DefaultManagementStrategy - JMX is disabled
      [1] 2020-04-14 14:39:52.644 INFO  [main] HeadersMapFactoryResolver - Detected and using HeadersMapFactory: camel-headersmap
      [1] 2020-04-14 14:39:52.826 INFO  [main] AbstractCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
      [1] 2020-04-14 14:39:57.992 WARN  [main] JacksonDataFormat - The option autoDiscoverObjectMapper is set to false, Camel won't search in the registry
      [1] 2020-04-14 14:39:58.043 INFO  [main] AbstractCamelContext - Route: route2 started and consuming from: direct://list
      [1] 2020-04-14 14:39:58.044 INFO  [main] AbstractCamelContext - Route: route3 started and consuming from: direct://get
      [1] 2020-04-14 14:39:58.045 INFO  [main] AbstractCamelContext - Route: route4 started and consuming from: direct://create
      [1] 2020-04-14 14:39:58.045 INFO  [main] AbstractCamelContext - Route: route5 started and consuming from: direct://delete
      [1] 2020-04-14 14:39:58.047 INFO  [main] AbstractCamelContext - Route: route1 started and consuming from: platform-http:///api-doc
      [1] 2020-04-14 14:39:58.050 INFO  [main] AbstractCamelContext - Route: list started and consuming from: platform-http:///
      [1] 2020-04-14 14:39:58.050 INFO  [main] AbstractCamelContext - Route: get started and consuming from: platform-http:///%7Bname%7D
      [1] 2020-04-14 14:39:58.051 INFO  [main] AbstractCamelContext - Route: create started and consuming from: platform-http:///%7Bname%7D
      [1] 2020-04-14 14:39:58.051 INFO  [main] AbstractCamelContext - Route: delete started and consuming from: platform-http:///%7Bname%7D
      [1] 2020-04-14 14:39:58.055 INFO  [main] AbstractCamelContext - Total 9 routes, of which 9 are started
      [1] 2020-04-14 14:39:58.055 INFO  [main] AbstractCamelContext - Apache Camel 3.1.0.fuse-jdk11-800010-redhat-00002 (CamelContext: camel-k) started in 5.416 seconds
      [1] 2020-04-14 14:39:58.055 INFO  [main] ApplicationRuntime - Listener org.apache.camel.k.listener.RoutesDumper@352c1b98 executed in phase Started
      [1] 2020-04-14 14:40:09.027 WARN  [vert.x-eventloop-thread-1] DefaultReactiveExecutor - Error executing reactive work due to You must set the Content-Length header to be the total size of the message body BEFORE sending any data if you are not using HTTP chunked encoding.. This exception is ignored.
      [1] java.lang.IllegalStateException: You must set the Content-Length header to be the total size of the message body BEFORE sending any data if you are not using HTTP chunked encoding.
      [1]     at io.vertx.core.http.impl.HttpServerResponseImpl.write(HttpServerResponseImpl.java:682) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.http.impl.HttpServerResponseImpl.write(HttpServerResponseImpl.java:305) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.http.impl.HttpServerResponseImpl.write(HttpServerResponseImpl.java:64) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at org.apache.camel.k.http.engine.RuntimePlatformHttpConsumer.writeResponse(RuntimePlatformHttpConsumer.java:249) ~[org.apache.camel.k.camel-k-runtime-http-1.3.0.fuse-jdk11-800009-redhat-00001.jar:1.3.0.fuse-jdk11-800009-redhat-00001]
      [1]     at org.apache.camel.k.http.engine.RuntimePlatformHttpConsumer.lambda$doStart$1(RuntimePlatformHttpConsumer.java:104) ~[org.apache.camel.k.camel-k-runtime-http-1.3.0.fuse-jdk11-800009-redhat-00001.jar:1.3.0.fuse-jdk11-800009-redhat-00001]
      [1]     at org.apache.camel.AsyncCallback.run(AsyncCallback.java:46) ~[org.apache.camel.camel-api-3.1.0.fuse-jdk11-800010-redhat-00002.jar:3.1.0.fuse-jdk11-800010-redhat-00002]
      [1]     at org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:153) ~[org.apache.camel.camel-base-3.1.0.fuse-jdk11-800010-redhat-00002.jar:3.1.0.fuse-jdk11-800010-redhat-00002]
      [1]     at org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:60) ~[org.apache.camel.camel-base-3.1.0.fuse-jdk11-800010-redhat-00002.jar:3.1.0.fuse-jdk11-800010-redhat-00002]
      [1]     at org.apache.camel.processor.Pipeline.process(Pipeline.java:147) ~[org.apache.camel.camel-base-3.1.0.fuse-jdk11-800010-redhat-00002.jar:3.1.0.fuse-jdk11-800010-redhat-00002]
      [1]     at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:286) ~[org.apache.camel.camel-base-3.1.0.fuse-jdk11-800010-redhat-00002.jar:3.1.0.fuse-jdk11-800010-redhat-00002]
      [1]     at org.apache.camel.k.http.engine.RuntimePlatformHttpConsumer.lambda$doStart$2(RuntimePlatformHttpConsumer.java:102) ~[org.apache.camel.k.camel-k-runtime-http-1.3.0.fuse-jdk11-800009-redhat-00001.jar:1.3.0.fuse-jdk11-800009-redhat-00001]
      [1]     at io.vertx.ext.web.impl.RouteState.handleContext(RouteState.java:1034) ~[io.vertx.vertx-web-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:95) ~[io.vertx.vertx-web-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.ext.web.impl.RoutingContextWrapper.next(RoutingContextWrapper.java:160) ~[io.vertx.vertx-web-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.ext.web.handler.impl.BodyHandlerImpl$BHandler.doEnd(BodyHandlerImpl.java:296) ~[io.vertx.vertx-web-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.ext.web.handler.impl.BodyHandlerImpl$BHandler.end(BodyHandlerImpl.java:276) ~[io.vertx.vertx-web-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.ext.web.handler.impl.BodyHandlerImpl.lambda$handle$0(BodyHandlerImpl.java:87) ~[io.vertx.vertx-web-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.http.impl.HttpServerRequestImpl.onEnd(HttpServerRequestImpl.java:530) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.http.impl.HttpServerRequestImpl.lambda$pendingQueue$1(HttpServerRequestImpl.java:118) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:237) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:127) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.http.impl.HttpServerRequestImpl.handleEnd(HttpServerRequestImpl.java:514) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.http.impl.Http1xServerConnection.handleEnd(Http1xServerConnection.java:176) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:138) ~[io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:369) [io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:43) [io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:232) [io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:173) [io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler.channelRead(WebSocketServerExtensionHandler.java:101) [io.netty.netty-codec-http-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:321) [io.netty.netty-codec-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:295) [io.netty.netty-codec-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.vertx.core.http.impl.Http1xOrH2CHandler.end(Http1xOrH2CHandler.java:61) [io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.vertx.core.http.impl.Http1xOrH2CHandler.channelRead(Http1xOrH2CHandler.java:38) [io.vertx.vertx-core-3.8.5.redhat-00005.jar:3.8.5.redhat-00005]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [io.netty.netty-transport-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [io.netty.netty-common-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [io.netty.netty-common-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [io.netty.netty-common-4.1.45.Final-redhat-00001.jar:4.1.45.Final-redhat-00001]
      [1]     at java.lang.Thread.run(Thread.java:834) [?:?]
      

            nicolaferraro Nicola Ferraro (Inactive)
            jbouska@redhat.com Jan Bouska
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: