I'm setting up my VAJ for
testing with the WTE. Here is what I setup:
1. I configured a datasource(which is db2-jdbc client app driver).
2. I've added my
ejb's to the ejb server.
3. I've started the persistent name server and have a datasource.
The EJB server seems to start ok- but then when I use the test client with my EJB, it throws up this exception. I use the client gui tester to try and do create of the EJB using parameters supplied in the GUI. I know the EJB's work, as we have em deployed on WAS 3.5.x in Dev and prod.
Thanks in advance. here is the stack trace.
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 [])