Processed: Re: Bug#437020: apt-listbugs fails with W: Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status

2007-09-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 437020 debbugs
Bug#437020: fails with  W: Mandatory parameter 'bug' missing in call
Bug reassigned from package `apt-listbugs' to `debbugs'.

 forcemerge 437020 441295
Bug#437020: fails with  W: Mandatory parameter 'bug' missing in call
Bug#441295: debbugs: apt-listbugs  reportbug-ng fail at SOAP call, API broken ?
Forcibly Merged 437020 441295.

 close 437020
Bug#437020: fails with  W: Mandatory parameter 'bug' missing in call
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug#441295: debbugs: apt-listbugs  reportbug-ng fail at SOAP call, API broken ?
Bug closed, send any further explanations to Bryan Donlan [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437020: apt-listbugs fails with W: Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status

2007-09-09 Thread Junichi Uekawa
reassign 437020 debbugs
forcemerge 437020 441295
close 437020 
thanks


 The problem is reoccurring, but it seems it takes a specific
 combination of packages to make it happen.  I have no idea what's
 special about that combination, but it causes the server to choke with
 that error.
 
 
 I can currently reproduce this with the following command:
 
 /usr/sbin/apt-listbugs list openoffice.org-core openoffice.org-officebean



HTTP/1.1 500 Internal Server Error
Date: Fri, 07 Sep 2007 19:47:02 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:BodySOAP-ENV:FaultfaultcodeSOAP-ENV:Server/faultcodefaultstringMandatory
 parameter 'bug' missing in call to Debbugs::Status::get_bug_status
 at /usr/local/lib/site_perl/Debbugs/SOAP.pm line 131
/faultstring/SOAP-ENV:Fault/SOAP-ENV:Body/SOAP-ENV:Envelope! CONNECTION 
CLOSED



regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437020: apt-listbugs fails with W: Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status

2007-09-07 Thread Kevin Brown

The problem is reoccurring, but it seems it takes a specific
combination of packages to make it happen.  I have no idea what's
special about that combination, but it causes the server to choke with
that error.


I can currently reproduce this with the following command:

/usr/sbin/apt-listbugs list openoffice.org-core openoffice.org-officebean




This bug clearly should be reopened.




-- 
Kevin Brown   [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437020: apt-listbugs fails with W: Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status

2007-09-07 Thread Kevin Brown
I wrote:
 I can currently reproduce this with the following command:
 
 /usr/sbin/apt-listbugs list openoffice.org-core openoffice.org-officebean

Here's the debugging output of the above command:


Exception `LoadError' at /usr/lib/ruby/1.8/xml/encoding-ja.rb:12 - no such file 
to load -- uconv
Exception `LoadError' at /usr/lib/ruby/1.8/http-access2.rb:31 - no such file to 
load -- openssl
Reading /indices/index.db-critical.gz... 
Reading /indices/index.db-grave.gz... 
Reading /indices/index.db-serious.gz... 
Exception `SOAP::FaultError' at /usr/lib/ruby/1.8/soap/rpc/proxy.rb:180 - 
Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status
 at /usr/local/lib/site_perl/Debbugs/SOAP.pm line 131

Exception `SOAP::FaultError' at /usr/lib/ruby/1.8/soap/mapping/mapping.rb:122 - 
Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status
 at /usr/local/lib/site_perl/Debbugs/SOAP.pm line 131

http://bugs.debian.org:80/, user-auth=:
indexdir = /indices/
Set XSD::XMLParser::XMLParser as XML processor.
reading /indices/index.db-critical.gz.. 
reading /indices/index.db-grave.gz.. 
reading /indices/index.db-serious.gz.. 
fetching 438870 440623.. 
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.5 (2006-08-25) [i486-linux])
Date: Fri Sep 07 12:47:02 -0700 2007
Content-Length: 615
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/Status
env:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;
  bugnumber n2:arrayType=xsd:string[2]
  xmlns:n2=http://schemas.xmlsoap.org/soap/encoding/;
  xsi:type=n2:Array
item438870/item
item440623/item
  /bugnumber
/n1:get_status
  /env:Body
/env:Envelope

= Response

HTTP/1.1 500 Internal Server Error
Date: Fri, 07 Sep 2007 19:47:02 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:BodySOAP-ENV:FaultfaultcodeSOAP-ENV:Server/faultcodefaultstringMandatory
 parameter 'bug' missing in call to Debbugs::Status::get_bug_status
 at /usr/local/lib/site_perl/Debbugs/SOAP.pm line 131
/faultstring/SOAP-ENV:Fault/SOAP-ENV:Body/SOAP-ENV:Envelope! CONNECTION 
CLOSED


 Exception: SOAP::FaultError
 W: Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status
 at /usr/local/lib/site_perl/Debbugs/SOAP.pm line 131
Error retrieving bug reports



-- 
Kevin Brown   [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437020: apt-listbugs: fails with W: Mandatory parameter 'bug' missing in call

2007-08-10 Thread Justin B Rye
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:stringseverity/item
item n2:arrayType=xsd:anyType[3]
xsi:type=n2:Array
  item xsi:type=xsd:stringcritical/item
  item xsi:type=xsd:stringgrave/item
  item xsi:type=xsd:stringserious/item
/item
item xsi:type=xsd:stringpackage/item
item n2:arrayType=xsd:anyType[1]
xsi:type=n2:Array
  item xsi:type=xsd:stringapt-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:Bodynamesp1:get_bugsResponse
 xmlns:namesp1=Debbugs/SOAP/SOAP-ENC:Array xsi:type=SOAP-ENC:Array 
SOAP-ENC:arrayType=xsd:int[1]item 
xsi:type=xsd:int437020/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:int437020/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:BodySOAP-ENV:FaultfaultcodeSOAP-ENV:Server/faultcodefaultstringMandatory
 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