3 Replies Latest reply on Aug 22, 2011 9:14 AM by neledv

    Problem with proxy service

    neledv

      Hi,

       

      On my Fuse ESB, I've just deployed a new project containing one route which is actually a proxy service for an existing http entrypoint:

       

       

       

      I had to add the bridgeEndpoint option, to avoid issues (host parameter null), but when I try to run this route, I'm always getting the following exception:

       

      09:34:25,052 | ERROR | qtp6201214-719   | DefaultErrorHandler              | 77 - org.apache.camel.camel-core - 2.7.1.fuse-00-43 | Failed delivery for exchangeId: ID-PC016313-1328-1313995272864-19-1. Exhausted after delivery attempt: 1 caught: org.apache.commons.httpclient.NoHttpResponseException: The server B2BdbBNBB27 failed to respond

      org.apache.commons.httpclient.NoHttpResponseException: The server B2BdbBNBB27 failed to respond

       

      Altough my http entrypoint is active and can be accessed without any problems.

      Do I need to specify some additional headers to get this working ?

        • 1. Re: Problem with proxy service
          davsclaus

          The exception message indicate the B2BdbBNBB27 failed to respond back to the Fuse ESB Server which is waiting for the http response.

           

          Its of course a bit weird. I assume the B2BdbBNBB27 server gets the request. Can you check its logs to see if that happens, and if the server is sending back a reply?

          • 2. Re: Problem with proxy service
            neledv

            The strange thing is that the service doesn't seem to be called on the B2BdbBNBB27.

             

            I'm pretty sure this service is working, since I use it in other routes as well...

            • 3. Re: Problem with proxy service
              neledv

              Apparently the problem seems to be related to my client initiating the http request. When I use another client, the issue is solved...