-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.3
-
None
-
%
-
Gatway-MQ is sending duplicate request intermittently(sending two and sometimes three request too) to gatway-http profile. Attached are logs fuse_01812965.log. Issue is not yet reproducible at our end. User initially tested with SSL configuration at Gateway-MQ end but later he tested without SSL too, issue still occurs.
In logs we observed that client socket 10.251.189.78:50267 is logged with duplicate request for server socket 0.0.0.0:9000. Normal situation it should be only one and client port changes for each connection.
2017-03-16 17:33:00,322 | INFO | entloop-thread-1 | DetectingGateway | 150 - io.fabric8.gateway-core - 1.2.0.redhat-630187 | SSL Connection from '/10.251.189.78:50267' 2017-03-16 17:33:00,335 | INFO | entloop-thread-1 | DetectingGateway | 150 - io.fabric8.gateway-core - 1.2.0.redhat-630187 | Connecting '/10.251.189.78:50267' to '0.0.0.0:9000' using the http protocol 2017-03-16 17:33:00,340 | INFO | entloop-thread-1 | DetectingGateway | 150 - io.fabric8.gateway-core - 1.2.0.redhat-630187 | Connecting '/10.251.189.78:50267' to '0.0.0.0:9000' using the http protocol 2017-03-16 17:33:00,342 | INFO | entloop-thread-0 | HttpGatewayHandler | 150 - io.fabric8.gateway-core - 1.2.0.redhat-630187 | Proxying request /1.0.0.1001/cxf/services/thirdparty/ to service path: /cxf/services/thirdparty/ on service: http://s00vl9958372.fr.net.intra:8185/cxf/services/thirdparty reverseServiceUrl: http://0.0.0.0:9000/1.0.0.1001/cxf/services/thirdparty 2017-03-16 17:33:00,344 | INFO | entloop-thread-0 | HttpGatewayHandler | 150 - io.fabric8.gateway-core - 1.2.0.redhat-630187 | Proxying request /1.0.0.1001/cxf/services/thirdparty/ to service path: /cxf/services/thirdparty/ on service: http://s00vl9958370.fr.net.intra:8185/cxf/services/thirdparty reverseServiceUrl: http://0.0.0.0:9000/1.0.0.1001/cxf/services/thirdparty 2017-03-16 17:47:23,355 | INFO | entloop-thread-1 | DetectingGateway | 150 - io.fabric8.gateway-core - 1.2.0.redhat-630187 | SSL Connection from '/10.251.189.78:50387' 2017-03-16 17:47:23,370 | INFO | entloop-thread-1 | DetectingGateway | 150 - io.fabric8.gateway-core - 1.2.0.redhat-630187 | Connecting '/10.251.189.78:50387' to '0.0.0.0:9000' using the http protocol 2017-03-16 17:47:23,372 | INFO | entloop-thread-1 | DetectingGateway | 150 - io.fabric8.gateway-core - 1.2.0.redhat-630187 | Connecting '/10.251.189.78:50387' to '0.0.0.0:9000' using the http protocol
- is related to
-
ENTESB-6684 MQ Gateway forwarding one client conversation to two brokers concurrently
- Closed
-
ENTESB-6706 Changes to Fabric8 gateway SSL properties do not take immediate effect
- Closed
- relates to
-
ENTESB-11978 Gateway not closing connections on node
- Done