Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: Exception when run client


Message #1 by "tram" <tram@t...> on Sun, 28 May 2000 18:53:55 -0700
I have tried to deploy an sample ejb into weblogic server 6.0.
It is successful . But when I run the client, I have a execption :

Buying 100 shares of BEAS.
There was an exception while creating and using the Trader.
This indicates that there was a problem communicating with the server: 
java.rmi.RemoteException: Exception in ejbCreate(); nested exception is: 

 javax.ejb.CreateException: Failed to find environment value 
javax.naming.NameNotFoundException: Unable to resolve 
comp/env/tradeLimit/ Resolved: 'comp/env' Unresolved:'tradeLimit' ; 
remaining name ''
End statelessSession.Client...

Please help me. Thank you very much.

  Return to Index