Hi, can anybody help me out on this problem?
I followed exactly the steps in the j2ee guide to try the examples in
J2EE_HOME/doc/guide/ejb/examples on Linux/NT platform, however, no matter
what I did, I always got this error message after the Bean was deployed:
"deployment
error:java.io.FileNotFoundException:http://131.95.113.238:9191/ConverterAppClient.jar"
If I looked into the error.log file, the error message would be:
Cannot find keystore file : /root/.keystore
javax.naming.NameNotFoundException: Subcontext: ConverterApp_ConverterEJB_MyConverter
not found
After I created one keystore file, the error message from error.log is:
java.io.IOException: Keystore was tampered with, or password was incorrect
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:742)
at java.security.KeyStore.load(KeyStore.java:608)
at com.sun.web.security.SSLSocketFactory.<init>(SSLSocketFactory.java:81)
at com.sun.web.server.WebServer.start(WebServer.java:142)
at com.sun.enterprise.server.J2EEServer.startWebService(J2EEServer.java:718) at
com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:303)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
javax.naming.NameNotFoundException: Subcontext: ConverterApp_ConverterEJB_MyConverter
not found
This is really frustrating to a beginner of J2ee. So, please help me out since
I have been waiting for help for several days.
Thanks.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".