hi
I was trying out the Visual Age Entity Bean tutorial at
http://www.sagunsolutions.com/sharad/techdocs/entitybeantutorial.html Since I do not have DB2 installed, I'm using InstantDB database. In the Schema Browser, after I gave the command 'Export entire Schema to the database', I'm able to see that the table has been created in the database.Then I started the persistent name server and the
EJB Server. Then the server throws the following exception.
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
com.ibm.ivj.ejb.samples.helloworld 3.5 was marked as a scratch edition because
a new edition of HelloClient was made.
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
It could not be any problem with finding the
jdbc driver or datasource because
Test Connection was successful. Could anyone suggest what the problem could be ?
Thanks a lot
Seema