This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255090 - Error submitting task command
Summary: Error submitting task command
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-08 12:39 UTC by pkevin
Modified: 2015-09-15 01:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (527.58 KB, text/plain)
2015-09-08 12:39 UTC, pkevin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pkevin 2015-09-08 12:39:40 UTC
Product Version = NetBeans IDE 8.1 Beta (Build 201508041349)
Operating System = Linux version 3.19.0-26-generic running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

After struggling with NetBeans 8.0.2 with the 1.1.72 Bugzilla plugin - suggestion was to move to NetBeans 8.1 Beta.  This seems to work better, but I still cannot submit a task update to my local Bugzilla repository.  A error dialog with the message "Confirm error" is displayed.   Here is the error message in the IDE log:
INFO [org.netbeans.modules.mylyn.util.commands.SubmitTaskCommand]: Command failed with status: Status ERROR: org.eclipse.mylyn.bugzilla code=1024 MylynStatus null

Gone are the authentication errors, but this error is also a show-stopper.
Comment 1 pkevin 2015-09-08 12:39:44 UTC
Created attachment 155961 [details]
IDE log
Comment 2 pkevin 2015-09-08 12:43:51 UTC
Actually - the error dialog displays "Confirm Match", not Confirm error.
Comment 3 pkevin 2015-09-08 13:01:12 UTC
Fixed this by removing the string that I had set in emailsuffix, and disallowing local usernames in the settings dialog.
Comment 4 Tomas Stupka 2015-09-11 14:36:15 UTC
will provide a more descriptive error message
Comment 5 Tomas Stupka 2015-09-11 15:00:33 UTC
fixed in jet-main #6fa0d8c153e2
Comment 6 Quality Engineering 2015-09-15 01:24:18 UTC
Integrated into 'main-silver', will be available in build *201509150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6fa0d8c153e2
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #255090 - Error submitting task command