[SourceJammer-users] Re: SOAP Error creating an archive
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ho...> - 2001-11-28 23:18:33
|
Hi, John. I'm pretty sure I know what's going on. The response you are getting -- "SourceJammer is up and running!" is the response you should get if you hit: http://myurl/sourcejammer But this is not the uri that SOAP listens on. This should be: http://myurl/sourcejammer/servlet/rpcrouter I suspect that you could get this work in both the command line and the GUI. Give it a shot and please let us know how it works out. And thanks for using SourceJammer! --Rob PS: Make sure that you have run the deploy script on your server, pointing to the above address, before trying to run either the client or server. >From: John Baker <Joh...@Su...> >To: rob...@ho... >Subject: SOAP Error creating an archive >Date: Wed, 28 Nov 2001 14:56:03 -0800 > > >Hi Robert, > >I'm very interested in evaluating SourceJammer >as I'm learning SOAP. > >I downloaded the source for SourceJammer and the server, >client and library compiled fine. > >Now I'm trying to make an archive, so I check the FAQ >and see the workaround: > >--- > You can use the commandline client utility to > create your new archive. Here's how to do that. > > 1. > Look at the sj_client script file (.sh or .bat) and make sure that >the URL it > specifies is the URL to your SourceJammer server. > 2. > Execute sj_client. > 3. > Enter the following command at the sj > prompt: > > mkarchd admin admin [new archive name] > >--- > >ac - /home/johnb/sj/conf.xml >ac - /home/johnb/sj/archive/conf.xml >SourceJammer CommandLine Client. V 0.1.0 > >sj > mkarchd admin admin archive1 > >sj >Error: >SOAP error. >org.sourcejammer.util.SourceJammerConnectionException: Problem with SOAP >communication. Unsupported response content type "text/html", must be: >"text/xml". Response was: ><html><head><title>SourceJammer</title></head> ><body><h1>SourceJammer is Up and Running!</h1></body> ></html> > [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response >content type "text/html", must be: "text/xml". Response was: ><html><head><title>SourceJammer</title></head> ><body><h1>SourceJammer is Up and Running!</h1></body> ></html> >] >sj > > >Does anyone have any idea what is going wrong? > >Thanks, >John _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |