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)

[3087 byte] By [707970] at [2007-11-25 8:03:55]
# 1
Probably you did ever deploy your EJb as stateful but changed later. Now you need to check IAS registery, remove your EJB and redeploy it. HTH.
707161 at 2007-7-1 13:51:07 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Actually these beans were never deployed as stateful. They have always been stateless and have been deployed basically unchanged for a couple of months.
707970 at 2007-7-1 13:51:07 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
We are having the same problems. Did you figure out what the problem is ?Thanks,-LT
705690 at 2007-7-1 13:51:07 > top of Java-index,Application & Integration Servers,Application Servers...