[SourceJammer-users] deploying SOAP service
Brought to you by:
robertmacgrogan
From: Michael C. <me...@in...> - 2001-11-20 22:28:04
|
Hi. I'm having some trouble setting up SourceJammer. I'm running Tomcat 2.3.2 on Linux. I've managed to get to the point where I deploy the SOAP service using the deploy.sh script. However, I get the following error: ----- ./deploy.sh SJDeploymentDescriptor.xml Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError ----- The FAQ suggests that this sort of problem is due to xerces.jar not being placed foremost in the classpath, but this is not the case according to the classpath that is printed out by the provided start_sourcejammer.sh script: ----- Using classpath: /usr/local/sourcejammer/webapps/sourcejammer/WEB-INF/lib/xerces.jar:/usr/loc al/tomcat/lib/ant.jar:/usr/local /tomcat/lib/jasper.jar:/usr/local/tomcat/lib/jaxp.jar:/usr/local/tomcat/lib/ parser.jar:/usr/local/tomcat/lib/servlet.jar:/usr /local/tomcat/lib/test:/usr/local/tomcat/lib/webserver.jar:/usr/java/jdk1.3. 0_04/lib/tools.jar:/usr/local/sourcejammer/webapp s/sourcejammer/WEB-INF/lib/soap.jar:/usr/local/sourcejammer/webapps/sourceja mmer/WEB-INF/lib/sj_server.jar:/usr/local/sourcej ammer/webapps/sourcejammer/WEB-INF/lib/sj_lib.jar:/usr/local/sourcejammer/we bapps/sourcejammer/WEB-INF/lib/activation.jar:/us r/local/sourcejammer/webapps/sourcejammer/WEB-INF/lib/mail.jar ----- The FAQ also suggests removing jaxp.jar and parser.jar from the classpath, but removing either of these causes exceptions when running start_sourcejammer.sh. Any suggestions? _________________________ mike casaday |