Closed
Bug 1109847
Opened 11 years ago
Closed 11 years ago
using xmlrpc.cgi within intellij produce an error
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1108809
People
(Reporter: hu, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0
Build ID: 20141125180439
Steps to reproduce:
I use intellij and try to connect with bugzilla 4.4.6, but I get an error.
Same with https://landfill.bugzilla.org/bugzilla-tip/xmlrpc.cgi
I could solve the problem temporay, but I am not a perl expert, therefore I cannot give u a patch.
=> It turns out that the logger is not set.
Actual results:
Intellij-Error:
Cannot find Bugzilla version. Check that URL ends with "xmlrpc.cgi".
My logs telling me:
[Wed Dec 10 21:11:14 2014] [error] [client xxxx] [Wed Dec 10 21:11:14 2014] xmlrpc.cgi: Use of uninitialized value in subroutine entry at lib/SOAP/Transport/HTTP.pm line 384.
[Wed Dec 10 21:11:14 2014] [error] [client xxxx] [Wed Dec 10 21:11:14 2014] xmlrpc.cgi: Can't use string ("") as a subroutine ref while "strict refs" in use at lib/SOAP/Transport/HTTP.pm line 384.
Expected results:
I should get data from Bugzilla (e.g. version).
![]() |
||
Updated•11 years ago
|
Assignee: website → webservice
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Component: bugzilla.org → WebService
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•