Stateful Session Bean Error Message for Stateless beans
We have a number of Stateless Session Beans in our web application. Sometimes we receive a RemoteException when memory is running low in the kjs engine.The beginning of the stack trace is a little worrisome because it states " Could not create stateful session bean delegate". We do not use ANY stateful session beans in our system. Why are we receiving this error message? I doubled checked all of the ejb-jar files in the APPS directory and all Session beans are marked as being Stateless. Here is the full stack trace.
java.rmi.RemoteException: Could not create stateful session bean delegate
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.io.IOException.<init>(Compiled Code)
at java.rmi.RemoteException.<init>(RemoteException.java:56)
at com.netscape.server.ejb.SessionDelegateManagerImpl.getImpl(Compiled C
ode)
at com.kivasoft.eb.EBHomeBase.getImpl(Compiled Code)
at com.kivasoft.eb.EBObjectBase.getDelegateForUpCallSession(Compiled Cod
e)
at com.kivasoft.eb.EBObjectBase.getDelegateForUpCall(Compiled Code)
at com.kivasoft.eb.EBSkelDelegate._ns_getDelegateForUpCall(Compiled Code
)
at com.teti.telematics.core.message.ejb.client.ejb_skel_com_teti_telemat
ics_core_message_ejb_client_VoiceMessageRepositoryEJB.addVoiceMessage(Compiled C
ode)
@
at com.teti.telematics.core.message.ejb.client.ejb_kcp_skel_VoiceMessage
Repository.addVoiceMessage__void__com_teti_telematics_common_bean_MessageBean(C o
mpiled Code)
at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
at com.kivasoft.ebfp.FPRequest.invokenative(Compiled Code)
at com.kivasoft.ebfp.FPRequest.invoke(Compiled Code)
at com.teti.telematics.core.message.ejb.client.ejb_kcp_stub_VoiceMessage
Repository.addVoiceMessage(Compiled Code)
at com.teti.telematics.core.message.ejb.client.ejb_stub_VoiceMessageRepo
sitory.addVoiceMessage(Compiled Code)
at com.teti.telematics.core.message.ejb.impl.MessageDispatcherEJB.onMess
age(Compiled Code)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Compiled Code)
at com.teti.telematics.core.message.ejb.client.ejb_skel_com_teti_telemat
ics_core_message_ejb_client_MessageDispatcherEJB.onMessage(Compiled Code)
at com.teti.telematics.core.message.ejb.client.ejb_kcp_skel_MessageDispa
tcher.onMessage__void__com_teti_telematics_common_bean_MessageBean(Compiled Code
)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at java.lang.Thread.run(Compiled Code)

