[SourceJammer-users] Re: SOAP Error creating an archive
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ho...> - 2001-11-29 14:59:29
|
Hi, John. I've looked at your deploy script and I think I see the problem. First of all, you don't need sj_server.jar in your classpath to run this script. It probably doesn't do any harm though. Secondly, (and I believe this is the problem) if the xml file you are trying to deploy (sourcejammer_server.xml) is the sourcejammer_server.xml file provided by the installation package, then you are trying to deploy the wrong file. The file you need to deploy is SJDeploymentDescriptor.xml. Please let me know if this helps. --Rob >From: John Baker <Joh...@Su...> >To: Robert MacGrogan <rob...@ho...>, >sou...@li... >Subject: Re: SOAP Error creating an archive >Date: Wed, 28 Nov 2001 17:22:21 -0800 > > > >Hi Rob, > > Thanks for the quick reply! > > After adding mail.jar and activation.jar to the CLASSPATH in deploy.sh, > I ran > > deploy.sh server_sourcejammer.xml > > Exception in thread "main" java.lang.NullPointerException > at > >org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescriptor.java:415) > at > >org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:228) > [Loaded java.lang.Shutdown$Lock from /usr/j2sdk1_3_1/jre/lib/rt.jar] > > Tomcat is running. > Have an idea? > > Thanks, > John > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |