I trying deployed soap.war with the iPlanet 6 GUI in Web App. Here are the steps I took.
WAR File On: Local Machine WAR File Path: c:\tmp\soap-2.3.1\\webapps\soap.war Application URI: /soap Installation Directory: /netscape/server6/soap/webapps/soap Then go to the URL: http://localhost:80/soap and saw the default screen: Hello! Welcome to Apache-SOAP. What do you want to do today? * Run the admin client * Visit the SOAP RPC router URL for this SOAP server When I clicked on VISIT, I was able to get a response from the soap service. BUT when I click on RUN and get to the SOAP ADMIN page to deploy the client soap I get the following error: Server Error This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log. Here's the error that I got from the Error logs: Internal error: Unexpected error condition thrown (java.lang.NoClassDefFoundError: sun/tools/javac/Main,sun/tools/javac/Main), stack: java.lang.NoClassDefFoundError: sun/tools/javac/Main at org.apache.jasper.compiler.SunJavaCompiler.compile(Compiled Code) at org.apache.jasper.compiler.Compiler.compile(Compiled Code) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:206) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$4(JspServlet.java:171) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:486) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:596) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919) at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1061) at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981) I've followed the instructions on the FAQ but still get the above message. Please help. kinda regards, Tuan