[MOBY-dev] SQL dump

Martin Senger senger at ebi.ac.uk
Mon May 2 17:04:21 UTC 2005


> For the complete trace see below. Anyone got an idea what I'm missing  
> here? Any feedback would be appreciated.
>
   I can confirm the same problem using Java client.

   This is what I am sending:

POST /cgi-bin/MOBY05/mobycentral.pl HTTP/1.0

Content-Type: text/xml; charset=utf-8

Accept: application/soap+xml, application/dime, multipart/related, text/*

User-Agent: Axis/1.1

Host: mobycentral.cbr.nrc.ca:9999

Cache-Control: no-cache

Pragma: no-cache

SOAPAction: "http://mobycentral.cbr.nrc.ca/MOBY/Central#DUMP"

Content-Length: 402



<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:DUMP
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://mobycentral.cbr.nrc.ca/MOBY/Central"/>
 </soapenv:Body>
</soapenv:Envelope>



   And I am getting the same error message as with the Perl client:


HTTP/1.0 500 Internal Server Error

Date: Mon, 02 May 2005 17:03:53 GMT

Content-Length: 600

Content-Type: text/xml; charset=utf-8

Server: Apache/2.0.53 (Unix) mod_perl/1.999.21 Perl/v5.8.5

SOAPServer: SOAP::Lite/Perl/0.60



<?xml version="1.0" encoding="UTF-8"?>
   <SOAP-ENV:Envelope
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <SOAP-ENV:Body>
         <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Server</faultcode>
            <faultstring>can't open mobycentral for dumping at
/usr/lib/perl5/site_perl/5.8.5/MOBY/Central.pm line 2921, 
               <IN> line 36.</faultstring>
            </SOAP-ENV:Fault>
         </SOAP-ENV:Body>
      </SOAP-ENV:Envelope>



   Cheers,
   Martin

-- 
Martin Senger

EMBL Outstation - Hinxton                Senger at EBI.ac.uk     
European Bioinformatics Institute        Phone: (+44) 1223 494636      
Wellcome Trust Genome Campus             (Switchboard:     494444)
Hinxton                                  Fax  : (+44) 1223 494468
Cambridge CB10 1SD
United Kingdom                           http://industry.ebi.ac.uk/~senger




More information about the MOBY-dev mailing list