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 (last time was after 9 days), this error happen:

INFO: ConnectionOpened{uri=ejbd://xxx.xx.xxx.xx:xxxxx}
Dec 21, 2014 2:00:01 PM org.apache.openejb.client.EventLogger log
WARNING: RequestFailed{server=ejbd://xxx.xx.xxx.xx:xxxxx} JNDI_LOOKUP:/myEJB
{error=Cannot determine server protocol version: Received OEJP/4.6 : Read
timed out}
[2014-12-21 14:00:01,353] ERROR fr.xxxx.xxxxxxx.xxx.findReference  ::
Invalid response from server: -1
org.apache.openejb.client.ClientRuntimeException: Invalid response from
server: -1
        at
org.apache.openejb.client.JNDIContext.lookup(JNDIContext.java:335)
        at javax.naming.InitialContext.lookup(InitialContext.java:411)

This error refers to the following code: ctx.lookup("myEJB"); where myEJB is
the mappedName of my stateless EJB.
I searched the web and I didn't find any solution about this error.

Any idea?

Many Thanks.
-guigui



--
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-tp4673812.html
Sent from the TomEE Dev mailing list archive at Nabble.com.

Reply via email to