I am a newbie to
EJB. I am trying to deploy the HelloWorld example that comes with VAJ 3.5.3. This should work anywhere even without refering to my database. right?
Has anyone tried deploying this sample bean? if not, can you please try and let me know if you get the problem.
I started the Persistence Name Server with the default settings. But, when I try to start the EJB server, I get this error.
I am unable to start working on EJBs until I fix this. So, please help!
Console output:
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
com.ibm.ejs.sm.exception.ActiveObjectInitException
java.lang.Throwable()
java.lang.Exception()
com.ibm.ejs.sm.exception.OpException()
com.ibm.ejs.sm.exception.ActiveObjectException(com.ibm.ejs.sm.util.ObjectCollection)
com.ibm.ejs.sm.exception.ActiveObjectInitException(com.ibm.ejs.sm.util.ObjectCollection, boolean)
void com.ibm.ejs.sm.active.ActiveObject.startSuccess(long, com.ibm.ejs.sm.util.ObjectCollection)
void com.ibm.ejs.sm.active.ActiveObject.startObject(long, boolean)
void com.ibm.ejs.sm.active.ActiveObject.start(int, com.ibm.ejs.sm.active.ActiveObjectConfig)
java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object [])
java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
java.lang.Object com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(com.ibm.ejs.sm.agent.ContainmentPath, java.lang.String, com.ibm.ejs.sm.agent.ParamList)
void com.ibm.ejs.server.EJServer.configRuntime(java.util.Properties [])
void com.ibm.ejs.server.EJServer.start()
void com.ibm.ivj.control.tools.internal.EJSServer.startEJS(java.lang.String [])