Title: Runningl problem with Tomcat & WebSphere
Hi Victor,
 
I donīt know if Iīm right, but here are my answers to your question.
 
Tomcat: Itīs seems that tomcat cannot find a config file. But I know which file. How did you install soap on tomcat? Usually, it is enough to copy the soap.war file into your \webapps\ directory and restart tomcat.
 
WebSphere: The server cannot find the class javax/mail/MessagingException. Are you sure that mail.jar from JavaMail is included in your classpath?
 
Hope this helps
Stefan
 
----- Original Message -----
Sent: Wednesday, October 31, 2001 5:36 PM
Subject: Runningl problem with Tomcat & WebSphere


Hello,

I have 2 problems when running Apache SOAP admin interface (download with IBM Web Services Toolkit).
If anybody have a idea for one of my problem, thanks a lot.

Victor


1/ WITH  TOMCAT

Internal Servlet Error:
javax.servlet.ServletException
        at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459)
        at admin._0002fadmin_0002flist_0002ejsplist_jsp_0._jspService(_0002fadmin_0002flist_0002ejsplist_jsp_0.java, Compiled Code)

Root cause:
java.lang.NullPointerException
        at org.apache.soap.server.ServiceManager.readConfigFile(ServiceManager.java, Compiled Code)




2/ WITH  WEBSPHERE 3.5

Message d'erreur : Server caught unhandled exception from servlet [Processeur JSP 1.0]
Code d'erreur : 500
Servlet cible : Processeur JSP 1.0
Pile d'erreur :
Erreur root -1: javax/mail/MessagingException
java.lang.NoClassDefFoundError: javax/mail/MessagingException at C_0003a.IBM.wstk_0002d_00032_0005f_00033.soap.webapps.soap.admin.admin_deploy_jsp_1._jspService(admin_deploy_jsp_1.java:90) at com.sun.jsp.runtime.HttpJspBase.service(HttpJspBase.java:175) at javax.servlet.http.HttpServlet.service

Erreur en boucle -2: Server caught unhandled exception from JSP [deploy.jsp]
com.sun.jsp.JspWithNoErrorPageException: Server caught unhandled exception from JSP [deploy.jsp] at javax.servlet.ServletException.(ServletException.java:61) at com.ibm.websphere.servlet.error.ServletErrorReport.(ServletErrorReport.java:43) at com.ibm.servlet.engine.webapp.WebAppErrorReport.(WebAppErrorReport.java:31) at com.sun.jsp.JspWithNoErrorPageException.(JspWithNoErrorPageException.java:26) at C_0003a.IBM.wstk_0002d_00032_0005f_00033.soap.webapps.soap.admin.admin_deploy_jsp_1._jspService

Erreur en boucle -3: Server caught unhandled exception from servlet [Processeur JSP 1.0]
com.ibm.servlet.engine.webapp.UncaughtServletException: Server caught unhandled exception from servlet [Processeur JSP 1.0] at javax.servlet.ServletException.(ServletException.java:61) at com.ibm.websphere.servlet.error.ServletErrorReport.

Reply via email to