Thread: Re: [SourceJammer-users] deploying SOAP service
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ho...> - 2001-11-20 23:06:29
|
Hi, Michael. Thanks for using SourceJammer, and thanks for checking out the FAQ first. Looks like I'll be updating that FAQ when you get your issue resolved. Here is a list of things to check. 1. Try hitting your sourcejammer server from a web browser to make sure that it is up. 2. Verify that xerces.jar is in the expected location. 3. What version of xerces are you using? Did you get the "full" version of the server, which contains xerces.jar. This may be a xerces version issue, and I've never taken the trouble to verify exactly which versions of xerces SJ is compatable with, but I know it works with the version of xerces packaged in the "full" installations. If none of this is helpful, then please send the complete error message output by deploy.sh. Thanks. --Rob >From: "Michael Casaday" <me...@in...> >To: <sou...@li...> >Subject: [SourceJammer-users] deploying SOAP service >Date: Tue, 20 Nov 2001 14:28:55 -0800 > >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 > > > >_______________________________________________ >SourceJammer-users mailing list >Sou...@li... >https://lists.sourceforge.net/lists/listinfo/sourcejammer-users _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: Robert M. <rob...@ho...> - 2001-11-21 15:21:48
|
Excellet. And ooops. Looks like I need to fix the server scripts and post a FAQ. Thanks for sharing your resolution. Let us know if you run into any more trouble. Let us know if you don't as well. --Rob >From: "Michael Casaday" <me...@in...> >To: <sou...@li...> >Subject: Re: [SourceJammer-users] deploying SOAP service >Date: Tue, 20 Nov 2001 15:58:37 -0800 > > > 2. Verify that xerces.jar is in the expected location. > >AHA! This was the problem. tomcat_sj.sh assumed that the jar files were >in > > /usr/local/sourcejammer/webapps/sourcejammer/WEB-INF/lib > >when they were actually in > > /usr/local/sourcejammer/server/webapps/sourcejammer/WEB-INF/lib > ^^^^^^^ >The omission of the "/server" occurs throughout the scripts provided with >the lastest full server release (sourcejammer-server-1.0.0.2-full.tar.gz). >I thought I had tracked it down everywhere, but I had obviously missed one. >:) Once I changed tomcat_sj.sh, the SOAP service deployed correctly. If I >go to http://localhost:8080/sourcejammer/soap/admin with my web browser, I >can verify this. > >Onward with the setup process. Woohoo! > >_________________ >mike > > > >_______________________________________________ >SourceJammer-users mailing list >Sou...@li... >https://lists.sourceforge.net/lists/listinfo/sourcejammer-users _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: Michael C. <me...@in...> - 2001-11-22 01:15:01
|
----- Original Message ----- From: "Robert MacGrogan" <rob...@ho...> To: <me...@in...>; <sou...@li...> Sent: Wednesday, November 21, 2001 7:21 AM Subject: Re: [SourceJammer-users] deploying SOAP service > Excellet. And ooops. > > Let us know if you run into any more trouble. Let > us know if you don't as well. > > --Rob I didn't run into any more trouble and managed to successfully get a server up and running. I've yet to really put the system through its paces, but so far I'm impressed. Thanks for your help. ________________ mike |
From: Michael C. <me...@in...> - 2001-11-20 23:57:45
|
> 2. Verify that xerces.jar is in the expected location. AHA! This was the problem. tomcat_sj.sh assumed that the jar files were in /usr/local/sourcejammer/webapps/sourcejammer/WEB-INF/lib when they were actually in /usr/local/sourcejammer/server/webapps/sourcejammer/WEB-INF/lib ^^^^^^^ The omission of the "/server" occurs throughout the scripts provided with the lastest full server release (sourcejammer-server-1.0.0.2-full.tar.gz). I thought I had tracked it down everywhere, but I had obviously missed one. :) Once I changed tomcat_sj.sh, the SOAP service deployed correctly. If I go to http://localhost:8080/sourcejammer/soap/admin with my web browser, I can verify this. Onward with the setup process. Woohoo! _________________ mike |