RE: [tasklist] Unable to connect to Bugzilla
"Andrew Serff" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <AF535237618D884BAE36DF8B0437B9790326A0@benhur.denver.impactsci.com> |
Hey Francesco, Can you do the following with a known bug number: In your web browser, go to http://lambrusco/bugzilla/xml.cgi?id=YOUR BUG NUMBER HERE EX: http://lambrusco/bugzilla/xml.cgi?id=11 You should then get an XML document back from bugzilla in your browser. If you don't, just go to http://lambrusco/bugzilla/xml.cgi and then enter the bug number in the text area and hit submit. Can you copy and past that bug message and send that to the list? It sounds like your bugzilla is spitting out some weird XML message. Hopefully if I see the XML message it is sending you I might be able to figure out what is going on. Thanks Andrew -----Original Message----- From: Francesco Bellentani [mailto:[email protected]] Sent: Monday, April 28, 2003 1:53 AM To: [email protected] Subject: [tasklist] Unable to connect to Bugzilla Hi, for my team is very important to get the task list by Bugzilla, but when I try to query I receive the following exception (after some seconds): org.xml.sax.SAXParseException: Errore di conversione caratteri: "Malformed UTF-8 char -- is an XML encoding declaration missing?" (il numero riga potrebbe essere troppo basso). at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100) at org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072) at org.apache.crimson.parser.InputEntity.isXmlDeclOrTextDeclPrefix(InputEnt ity.java:914) at org.apache.crimson.parser.Parser2.maybeXmlDecl(Parser2.java:1009) at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:486) at org.apache.crimson.parser.Parser2.parse(Parser2.java:305) at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442) at org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223) at javax.xml.parsers.SAXParser.parse(SAXParser.java:314) at javax.xml.parsers.SAXParser.parse(SAXParser.java:89) at org.netbeans.modules.tasklist.bugs.bugzilla.Bugzilla.getBugs(Bugzilla.ja va:302) at org.netbeans.modules.tasklist.bugs.bugzilla.Bugzilla.getBugs(Bugzilla.ja va:169) at org.netbeans.modules.tasklist.bugs.bugzilla.Bugzilla.getBug(Bugzilla.jav a:130) at org.netbeans.modules.tasklist.bugs.bugzilla.BZBugEngine.doRefresh(BZBugE ngine.java:145) at org.netbeans.modules.tasklist.bugs.bugzilla.BZBugEngine$1.run(BZBugEngin e.java:88) at org.openide.util.Task.run(Task.java:136) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:67 0) In the New Query I submit those parameters: Bug Engine: Buzilla Base URL: http://lambrusco/bugzilla (a working bugzilla server on my intranet) Query String: short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr &long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&bug_status=NE W&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1 =substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&email type2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfi eldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=All+Bugs&newq ueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=n oop&value0-0-0= (a working query that returns all open bugs) You can help me? Thanks Francesco Bellentani --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]