-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
7u60
EJB application deployed on IBM Websphere application server fails to
invoke EJB after an idle period of about 30 mins.
WARNING: "IOP00710261: (INTERNAL) Number of invocations is already zero, but
another invocation has completed"
org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 261 completed: Yes
at com.sun.corba.se.impl.logging.ORBUtilSystemException.numInvocationsAlreadyZero (Unknown Source)
at com.sun.corba.se.impl.logging.ORBUtilSystemException.numInvocationsAlreadyZero (Unknown Source)
at com.sun.corba.se.impl.orb.ORBImpl.finishedDispatch(Unknown Source)
at com.sun.corba.se.impl.orb.ORBImpl.releaseOrDecrementInvocationInfo(Unknown Source)
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.releaseReply(Unknown Source)
at org.omg.CORBA.portable.ObjectImpl._releaseReply(Unknown Source)
[...]
invoke EJB after an idle period of about 30 mins.
WARNING: "IOP00710261: (INTERNAL) Number of invocations is already zero, but
another invocation has completed"
org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 261 completed: Yes
at com.sun.corba.se.impl.logging.ORBUtilSystemException.numInvocationsAlreadyZero (Unknown Source)
at com.sun.corba.se.impl.logging.ORBUtilSystemException.numInvocationsAlreadyZero (Unknown Source)
at com.sun.corba.se.impl.orb.ORBImpl.finishedDispatch(Unknown Source)
at com.sun.corba.se.impl.orb.ORBImpl.releaseOrDecrementInvocationInfo(Unknown Source)
at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.releaseReply(Unknown Source)
at org.omg.CORBA.portable.ObjectImpl._releaseReply(Unknown Source)
[...]
- relates to
-
JDK-6873605 Missing finishedDispatch() call in ORBImpl causes test failures after 5u20 b04
- Closed
-
JDK-8017195 Introduce option to setKeepAlive parameter on CORBA sockets
- Resolved