OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread guigui
Hi,I'm using openEJB 4.7.1 standalone, running on a Red Hat Enterprise Linux Server release 5.10 (Tikanga). I deployed stateless EJBs in the folder apps. These EJBs are called from batch clients every day. At the beginning everything is ok, and batchs are successfully executed. But after some days

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread Romain Manni-Bucau
Hi are server and client versions aligned? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-20 9:02 GMT+01:00 guigui : > Hi,I'm using openEJB 4.7.1 standalone, running on a Red Hat Enterprise Linux > Server release

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread guigui
what do you mean by "versions aligned" ? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/OpenEJB-Cannot-determine-server-protocol-version-Received-OEJP-4-6-Read-timed-out-tp4673812p4673814.html Sent from the TomEE Dev mailing list archive at Nabble.com.

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread Romain Manni-Bucau
is openejb-client.jar used by your client (batch) using the same openejb version as openejb-ejbd.jar in your server? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-20 9:10 GMT+01:00 guigui : > what do you mean by

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread Jean-Louis Monteiro
That was my first thought as well, but the point on having the app working for a couple of days and then showing this exception sounds strange to me. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Fri, Feb 20, 2015 at 9:24 AM, Romain Manni-Bucau wrote: > is

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread guigui
Sounds strange to me too.In the classpath of my client i have the following jars, picked up from the openejb lib folder : - openejb-client-4.7.1.jar - openejb-core-4.7.1.jar - javaee-api-6.0-6.jar and others jars used by my EJBs My client and openejb are running with java jdk 1.7.0_25. -- View t

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread Romain Manni-Bucau
Then you dont get any error logs on server? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-20 10:04 GMT+01:00 guigui : > Sounds strange to me too.In the classpath of my client i have the following > jars, picked u

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread guigui
This is the only error log that i have. I configured the /openejb/conf/logging.properties file in order have error log in the /openejb/logs/openejb.log file, like this : handlers = org.apache.openejb.log.FileHandler, java.util.logging.ConsoleHandler .level = INFO org.apache.openejb.log.FileHandl

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread Romain Manni-Bucau
is the server restarted in between? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-20 10:35 GMT+01:00 guigui : > This is the only error log that i have. > > I configured the /openejb/conf/logging.properties file i

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread guigui
No, i started the server and let it work until the error appears. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/OpenEJB-Cannot-determine-server-protocol-version-Received-OEJP-4-6-Read-timed-out-tp4673812p4673823.html Sent from the TomEE Dev mailing list archive at N

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread Romain Manni-Bucau
hmm, maybe try to telnet to the server, this timeout is weird Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-20 10:55 GMT+01:00 guigui : > No, i started the server and let it work until the error appears. > > > >

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread guigui
Ok i'll try to telnet the server when this error will happen again. Any tips to have more error logs ? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/OpenEJB-Cannot-determine-server-protocol-version-Received-OEJP-4-6-Read-timed-out-tp4673812p4673825.html Sent from t

Re: OpenEJB : Cannot determine server protocol version: Received OEJP/4.6 : Read timed out

2015-02-20 Thread Romain Manni-Bucau
ATM we dont know enough I fear. You got a timeout so can just be the machine or network really timeout-ed. Basically having a retry on client side can maybe help Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-20