Community
Participate
Working Groups
Build ID: I20070621-1340 Steps To Reproduce: Mylyn is reporting a runtime error when I try to create a ticket to my Bugzilla 3.1 system. The debugging reports shows that it fails on the javascript line, InitializeKeywordChooser(validKeywords), and I have a about 2200 keywords. However, the ticket does get created, and I am able to see the new ticket from Bugzilla. I can even open the new ticket from Eclipse. It just doesn't automatically go to the new ticket when I create it from Eclipse. More information:
Would you be able to post any errors from the error log (or screeshot of any web error dialogs)? Thanks.
There are no errors from the bugzilla log files (it successfully creates a ticket). Is there an Eclipse log file? Where do I see that? From Eclipse, I get what appears to be a standard error box regarding not being able to create the ticket, and gave me the ability to do some debugging, where it shows it failed on the javascript function. Stepping into/around didn't help. I'll see if I can create a snapshot.
Created attachment 77761 [details] first two error messages
Created attachment 77762 [details] third error message I've attached the screenshot of the 3 error messages (the first one showed up twice). Mind you, although there was a repository error, the screen does show the new ticket did get created.
This error dialog results when the Bugzilla repository doesn't respond properly or with HTML when xml or rdf is expected. Do you get this error when creating new bug reports via the standard web interface? Frank, have you seen this issue at all?
This only fails from Eclipse.
(In reply to comment #5) > This error dialog results when the Bugzilla repository doesn't respond properly > or with HTML when xml or rdf is expected. Do you get this error when creating > new bug reports via the standard web interface? > > Frank, have you seen this issue at all? My bugzilla 3.1 version has no keywords defined. But after I add 3 keywords I can create bugs as expected. Maybe this is a PC only. I do my work on an MacBook Pro. I can setup an VMWare enviroment and debug this if I know that this is an PC Windows XP problem. (In reply to comment #4) > Created an attachment (id=77762) > third error message > > I've attached the screenshot of the 3 error messages (the first one showed up > twice). > Please give me the whole content of the Window "Submit failed". If you scroll down in this window you see the original bugzilla response with the error description. Hope that tis give me the information I need to reproduce this. > Mind you, although there was a repository error, the screen does show the new > ticket did get created.
Thanks for investigating this Frank. I'll reassign to you.
Hi Albert, please can you send my the information requested in comment #7. (In reply to comment #7) > > Please give me the whole content of the Window "Submit failed". If you scroll > down in this window you see the original bugzilla response with the error > description.
Created attachment 78017 [details] Submitted dialog (In reply to comment #9) > > > > Please give me the whole content of the Window "Submit failed". If you scroll > > down in this window you see the original bugzilla response with the error > > description. the "submit failed" header section says at as title "A repository error has occurred". But the actually web page in the "submit failed" window shows no errors, it cleanly indicates the new ticket has been added. I've attached the upper section. I can filter out the various company-specific info for the bottom section if it's important to you, but the text looks normal. I presume Eclipse/Java can handle all HTML/Javascript content? Confused why it would fail on the keywords function Thanks, Albert
Hi rob, hi albert, what is the way to get the response of the postMethod. If I see it right the problem is in parseHtmlError. Only if CHANGES_SUBMITTED was found we don't show the error. So I think we should have the response of the postMethod or we need the info if bugzilla has custom html parts.
Created attachment 78027 [details] mylyn/context/zip
postMethod.getResponse* methods are used to get the result of a post. CHANGES_SUBMITTED may need to be configurable then along the lines of bug#173352 ?
(In reply to comment #13) > postMethod.getResponse* methods are used to get the result of a post. > CHANGES_SUBMITTED may need to be configurable then along the lines of bug#173352 > ? Hi rob, is it right that we can close this bug, because bug#173352 is the solution for this? And if so do you fix this or should I help out?
Yes, Frank do you want to mark this as a duplicate then of bug#173352 and take that one on? Note that I'll be offline tomorrow until the 24th. If a patch needs to be applied and is holding you up, put mik.kersten@eclipse.org on the cc.
*** This bug has been marked as a duplicate of bug 173352 ***