TomEE 1.7.1 Client Abort Exception with Remote EJB

2016-12-15 Thread renz
Hi, I'm calling a remote EJB method which is reading things in a database. Normally, this works fine for more than a year. Yesterday I have noticed that if I'm trying to read to much lines I get a ClientAbortException. I don't know if the problem is due to the size of the response or the execution

Re: TomEE 1.7.1 Client Abort Exception with Remote EJB

2016-12-16 Thread renz
It seems like the problem is due to our reverse proxy, NGINX, which return a 504 error after the "upstream timed out". I'll reply to myself when I'll find the right configuration. ;-) -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-1-7-1-Client-Abort-Exception-

Re: TomEE 1.7.1 Client Abort Exception with Remote EJB

2017-01-09 Thread renz
Sorry for the late answer. The paramaters we've increased in NGINX are : - proxy_connect_timeout - proxy_send_timeout - proxy_read_timeout ;-) -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-1-7-1-Client-Abort-Exception-with-Remote-EJB-tp4680760p4680864.html Se