Any ideas what common mistakes generate this exception? Any help is appreciated thanks...
I have succesfully deployed the EJB from the examples in the **\j2sdkee1.2.1\doc\guides\ejb\examples\account** following the instructions therein.
The EJB is deployed on the same machine as I'm running the client, and I have checked that the JNDI name in the JAR matches the initial context lookup string.
/////////////////////////////////////
//COMMAND LINE FOR TESTING THE CLIENT
C:\j2sdkee1.2.1\doc\guides\ejb\examples\account>java -classpath ".;c:\j2sdkee1.2.1\lib\j2ee.jar;C:\Java\J2EE Deployment\Account\AccountClient.jar;" AccountClient
////////////
//EXCEPTION
Caught an exception.
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: Could not create Entity EJB
Discussions
EJB programming & troubleshooting: java.rmi.RemoteException: Could not create Entity EJB
-
java.rmi.RemoteException: Could not create Entity EJB (1 messages)
- Posted by: Martin Wells
- Posted on: May 04 2001 15:03 EDT
Threaded Messages (1)
- java.rmi.RemoteException: Could not create Entity EJB by Somil Nanda on May 04 2001 18:29 EDT
-
java.rmi.RemoteException: Could not create Entity EJB[ Go to top ]
- Posted by: Somil Nanda
- Posted on: May 04 2001 18:29 EDT
- in response to Martin Wells
Is that the only message given by that exception???
if not can you post the full text of the exception message.
Test the JDBC driver and the connection pool etc . I mean try connecting to the database using the connection pool from a command line program.