Hi all, I've got a problem of time waiting.
I'm using Synapse 1.1.1. on a Linux O.S. My configuration catch all incoming requests, work on it and then transmit to an endpoint. The response received from the endpoint is then sent back to the client. When using SoapUI I haven't any problem. But in the production environment, I have 2 blocking nodes. The reverse proxy sends the request (as I was doing with SoapUI). Synapse handles it and then waits 20 seconds before starting the sequence. The same problem is seen after replying the response to the reverse proxy. Here are the logs: [Entry id=2293, date=2009-02-09 13:57:20,418, level=DEBUG, thread=I/O dispatcher 5, emitter=IOSessionImpl, message=I/O session 1411 [interested ops: []; ready ops: []]: Set event [r]] [Entry id=2294, date=2009-02-09 13:57:20,418, level=DEBUG, thread=I/O dispatcher 5, emitter=ServerHandler, message=HTTP connection [/172.16.10.9:42091]: Connected] [Entry id=2295, date=2009-02-09 13:57:20,418, level=DEBUG, thread=I/O dispatcher 5, emitter=IOSessionImpl, message=I/O session 1411 [interested ops: [r]; ready ops: [r]]: 1448 bytes read] [Entry id=2296, date=2009-02-09 13:57:20,419, level=DEBUG, thread=I/O dispatcher 5, emitter=ServerHandler, message=HTTP connection [/172.16.10.9:42091]: POST /soap/R5WSService HTTP/1.1] [Entry id=2297, date=2009-02-09 13:57:40,424, level=DEBUG, thread=I/O dispatcher 5, emitter=headers, message=>> POST /soap/R5WSService HTTP/1.1] [Entry id=2298, date=2009-02-09 13:57:40,424, level=DEBUG, thread=HttpServerWorker-12, emitter=BuilderUtil, message=Input contentType (text/xml; charset=utf-8)] --> 20 seconds between 2296 and 2297 [Entry id=4193, date=2009-02-09 13:57:40,976, level=DEBUG, thread=I/O dispatcher 5, emitter=IOSessionImpl, message=I/O session 1411 [interested ops: [rw]; ready ops: [w]]: 5 bytes written] [Entry id=4194, date=2009-02-09 13:57:40,976, level=DEBUG, thread=I/O dispatcher 5, emitter=IOSessionImpl, message=I/O session 1411 [interested ops: [rw]; ready ops: [w]]: Clear event [w]] [Entry id=4195, date=2009-02-09 13:57:40,976, level=DEBUG, thread=I/O dispatcher 5, emitter=ServerHandler, message=HTTP connection [172.16.10.9/172.16.10.9:42091]: Response ready] [Entry id=4196, date=2009-02-09 13:57:57,978, level=DEBUG, thread=I/O dispatcher 5, emitter=IOSessionImpl, message=I/O session 1411 [interested ops: [r]; ready ops: [r]]: -1 bytes read] [Entry id=4197, date=2009-02-09 13:57:57,978, level=DEBUG, thread=I/O dispatcher 5, emitter=IOSessionImpl, message=I/O session 1411 [interested ops: [r]; ready ops: [r]]: Close] [Entry id=4198, date=2009-02-09 13:57:57,978, level=DEBUG, thread=I/O dispatcher 5, emitter=ServerHandler, message=HTTP connection [closed]: Closed] --> 17 seconds between 4195 and 4196 Using network monitor, I know that the last ACK (for the request transmission or the response transmission) is before the time waiting. Any idea? Thanks, Laurent. Ce message est protégé par les règles relatives au secret des correspondances. Il est donc établi à destination exclusive de son destinataire. Celui-ci peut donc contenir des informations confidentielles. La divulgation de ces informations est à ce titre rigoureusement interdite. Si vous avez reçu ce message par erreur, merci de le renvoyer à l'expéditeur dont l'adresse e-mail figure ci-dessus et de détruire le message ainsi que toute pièce jointe. This message is protected by the secrecy of correspondence rules. Therefore, this message is intended solely for the attention of the addressee. This message may contain privileged or confidential information, as such the disclosure of these informations is strictly forbidden. If, by mistake, you have received this message, please return this message to the addressser whose e-mail address is written above and destroy this message and all files attached.
