Followup-For: Bug #437020
Package: apt-listbugs
Version: 0.0.82
*** Please type your report below this line ***
Ruby calling mod_python calling Perl!? In case it's any help,
here's debug output as per README.
[EMAIL PROTECTED]:~$ (echo 'VERSION 2'; echo '';
ls -1 /var/cache/apt/archives/apt-listbugs_0.0.82_all.deb |
sed 's/^/x x x x /') |
/usr/sbin/apt-listbugs apt -d
Set XSD::XMLParser::XMLParser as XML processor.
Wire dump:
= Request
! CONNECT TO bugs.debian.org:80
! CONNECTION ESTABLISHED
POST /cgi-bin/soap.cgi HTTP/1.1
SOAPAction: ""
Content-Type: text/xml; charset=utf-8
User-Agent: SOAP4R/1.5.5 (/114, ruby 1.8.6 (2007-06-07) [i486-linux])
Date: Fri Aug 10 12:57:11 +0100 2007
Content-Length: 1053
Host: bugs.debian.org
<?xml version="1.0" encoding="utf-8" ?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<n1:get_bugs xmlns:n1="Debbugs/SOAP/"
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<keyvalue n2:arrayType="xsd:anyType[4]"
xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="n2:Array">
<item xsi:type="xsd:string">severity</item>
<item n2:arrayType="xsd:anyType[3]"
xsi:type="n2:Array">
<item xsi:type="xsd:string">critical</item>
<item xsi:type="xsd:string">grave</item>
<item xsi:type="xsd:string">serious</item>
</item>
<item xsi:type="xsd:string">package</item>
<item n2:arrayType="xsd:anyType[1]"
xsi:type="n2:Array">
<item xsi:type="xsd:string">apt-listbugs</item>
</item>
</keyvalue>
</n1:get_bugs>
</env:Body>
</env:Envelope>
= Response
HTTP/1.1 200 OK
Date: Fri, 10 Aug 2007 11:57:12 GMT
Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5
SOAPServer: SOAP::Lite/Perl/0.60
Content-Length: 604
Content-Type: text/xml; charset=utf-8
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:xsi="http://www.w3.org/2001/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/2001/XMLSchema"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><namesp1:get_bugsResponse
xmlns:namesp1="Debbugs/SOAP/"><SOAP-ENC:Array xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="xsd:int[1]"><item
xsi:type="xsd:int">437020</item></SOAP-ENC:Array></namesp1:get_bugsResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
fetching 437020..
Wire dump:
= Request
POST /cgi-bin/soap.cgi HTTP/1.1
SOAPAction: ""
Content-Type: text/xml; charset=utf-8
User-Agent: SOAP4R/1.5.5 (/114, ruby 1.8.6 (2007-06-07) [i486-linux])
Date: Fri Aug 10 12:57:12 +0100 2007
Content-Length: 600
Host: bugs.debian.org
<?xml version="1.0" encoding="utf-8" ?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<n1:get_status xmlns:n1="Debbugs/SOAP/"
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<bugnumber n2:arrayType="xsd:string[1]"
xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="n2:Array">
<item xsi:type="xsd:int">437020</item>
</bugnumber>
</n1:get_status>
</env:Body>
</env:Envelope>
= Response
HTTP/1.1 500 Internal Server Error
Date: Fri, 10 Aug 2007 11:57:12 GMT
Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5
SOAPServer: SOAP::Lite/Perl/0.60
Content-Length: 621
Connection: close
Content-Type: text/xml; charset=utf-8
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:xsi="http://www.w3.org/2001/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/2001/XMLSchema"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Mandatory
parameter 'bug' missing in call to Debbugs::Status::get_bug_status
at /usr/local/lib/site_perl/Debbugs/SOAP.pm line 114
</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>! CONNECTION
CLOSED
Fail
Exception: SOAP::FaultError
Error retrieving bug reports from the server with the following error message:
W: Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status
at /usr/local/lib/site_perl/Debbugs/SOAP.pm line 114
It could be because your network is down, or because of broken proxy servers,
or the BTS server itself is down. Check network configuration and try again
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.22.xan
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages apt-listbugs depends on:
ii apt 0.7.3 Advanced front-end for dpkg
ii libdpkg-ruby1.8 0.3.2 modules/classes for dpkg on ruby 1
ii libhttp-access2-ruby1.8 2.0.6-3 HTTP accessing library for ruby
ii libintl-gettext-ruby1.8 0.11-10 Gettext wrapper for Ruby 1.8
ii libruby1.8 [libzlib-ruby1.8] 1.8.6.36-1 Libraries necessary to run Ruby 1.
ii libxml-parser-ruby1.8 0.6.8-2 Interface of expat for the scripti
ii ruby 1.8.2-1 An interpreter of object-oriented
apt-listbugs recommends no packages.
-- no debconf information
--
JBR
Ankh kak! (Ancient Egyptian blessing)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]