[SourceJammer-users] Re: SourceJammer Server SOAP Deploy
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ho...> - 2001-10-12 21:53:13
|
Hi, Sindhu. I've seen this problem before. In fact, I put it on one of the FAQ pages at www.sourcejammer.org. Here's the text from the FAQ: *** When trying to deploy the SJDeploymentDescriptor.xml file, I get the following message "Ouch, the call failed. Fault Code = SOAP-ENV:Server.Exception: Fault String = org.w3c.dom.Node: method getNamespaceURI()Ljava/lang/String;not found error." How do I fix this? This is most likely a classpath issue in the tomcat_sj.sh (or bat) file, or whatever script your server is using to start Tomcat. The xerces.jar file must be at the beginning of your classpath, before any other xml parse packages, for SOAP to work. You can also try removing the jaxp.jar and parser.jar packages from your classpath, if these are present. *** Good luck! Please let me know if this works. If not, I'll be glad to keep working on the problem with you. And thanks for using SourceJammer! If you have any further questions or problems, please let me know. --Rob >From: si...@pa... >To: rob...@ho... >Subject: SourceJammer Server SOAP Deploy >Date: Fri, 12 Oct 2001 14:31:22 -0700 (PDT) > >Hello Robert, > >I am a developer looking for a good SourceCode Version Control System, and >I happened to see SourceJammer on the internet. > >I just downloaded it and am having some trouble deploying it for SOAP. Just >wondering if you could help me or point me in the right direction. I tried >the User Mailing List first, but could not find any installation >information there. > >I installed Tomcat (v 3.2.3), and unzipped all the server files to my >C:\SourceJammer. I can start Tomcat and I can also view an SourceJammer >index page (it says SourceJammer is up and running) when I type in >http://localhost:8080/sourceJammer at the address. > >When I try to run the deploy script, I get a message saying that the call >failed. > >Here are the complete details: >Fault Code - SOAP-ENV:Server.Exception. >Fault String - org.w3c.dom.Node:method getNameSpaceURI()Ljava/lang/String; >not found. > >What am I doing wrong here? It will be great if you can help me out. > >Thank you very much for your time, >Sindhu Parameswaran > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |