Closed
Bug 396399
Opened 18 years ago
Closed 17 years ago
http://lxr.mozilla.org/mozilla/source/webtools/testopia/testopia/patch-3.0 is missing code for ERROR_FAULT_SERVER
Categories
(Testopia :: API, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: santosh.sugur, Assigned: gregaryh)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
Build Identifier: 1.3
When executing a simple code to query testopia using XMLRPC get "500 Internal Server Error" and the following error in the http error log
[Fri Sep 14 16:04:46 2007] [error] [client 127.0.0.1] Use of
uninitialized value in pattern match (m//) at
/usr/lib/perl5/site_perl/5.8.5/SOAP/Transport/HTTP.pm line 411.
[Fri Sep 14 16:04:46 2007] [error] [client 127.0.0.1] Undefined
subroutine &Bugzilla::WebService::Constants::ERROR_FAULT_SERVER called
at Bugzilla/WebService.pm line 113.
[Fri Sep 14 16:04:46 2007] [error] [client 127.0.0.1] Premature end of
script headers: tr_xmlrpc.cgi
Please refer discussion at http://groups.google.com/group/mozilla.support.webtools/browse_thread/thread/950d3621f12420e9/1613c2cf336cf2a6#1613c2cf336cf2a6
for details
Reproducible: Always
Steps to Reproduce:
Get error when running the following code
print XMLRPC::Lite
->proxy("http://localhost/bugzilla-3.0.1/xmlrpc.cgi")
->call('TestPlan.get',{plan_id=>1})
->result;
Reporter | ||
Comment 1•18 years ago
|
||
In Steps to reproduce the URL is actually:
->proxy("http://localhost/bugzilla-3.0.1/tr_xmlrpc.cgi")
Assignee | ||
Comment 2•17 years ago
|
||
We have stripped out custom error reporting now that Bugzilla::WebService handles it.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•