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 206928

Summary: [71cat] NullPointerException at org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration.addValidOperationsAfter4
Product: connecteddeveloper Reporter: alied <alied>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal CC: alied, Kras4ooo, marcin.maruszewski, mkash, stezeb, tstupka
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184193
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

Description alied 2012-01-05 01:02:32 UTC
Build: NetBeans IDE 7.1 (Build 201112051121)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Linux

User Comments:
alied: I tried to add a new issue to a java.net project

alied: tried to add a issue to a java.net project




Stacktrace: 
java.lang.NullPointerException
   at org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration.addValidOperationsAfter4(RepositoryConfiguration.java:710)
   at org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration.addValidOperations(RepositoryConfiguration.java:668)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler.initializeNewTaskDataAttributes(BugzillaTaskDataHandler.java:541)
   at org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler.initializeTaskData(BugzillaTaskDataHandler.java:474)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.productComboActionPerformed(IssuePanel.java:2292)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.access$3700(IssuePanel.java:156)
Comment 1 alied 2012-01-05 01:02:34 UTC
Created attachment 114651 [details]
stacktrace
Comment 2 alied 2012-01-17 06:42:22 UTC
Created attachment 114952 [details]
stacktrace

trying to add a new issue to a java.net project
Comment 3 Tomas Stupka 2012-04-25 10:24:21 UTC
*** Bug 211672 has been marked as a duplicate of this bug. ***
Comment 4 Tomas Stupka 2012-06-21 10:20:06 UTC
Created attachment 121154 [details]
stacktrace

accidentaly created a bogus bugzilla repository and since then the exception appears
Comment 5 Exceptions Reporter 2012-07-24 18:12:44 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=184193
Comment 6 Stepan Zebra 2012-09-05 09:29:00 UTC
Created attachment 123933 [details]
stacktrace

Created a new project on java.net and clicked "New issue..." link in the Team dashboard.
Comment 7 Stepan Zebra 2012-09-05 09:33:10 UTC
This NPE is thrown in 7.2. In Dev the form to create new issue is shown, but Component and Version is empty so issue can't be created.
Comment 8 Tomas Stupka 2012-10-25 17:49:51 UTC
> This NPE is thrown in 7.2. In Dev the form to create new issue is shown, but Component and Version is empty so issue can't be created.
the locally cached repository configuration seems to be messed up. workaround would be to click "Reload Attributes" from a new issue or query dialog

no reports from 7.3 dev in which we upgraded the bugzilla connector a couple of times (from 3.6.0 -> 3.8.2). 
also that it might be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=354984 

closing for now. feel free to reopen in case the problem happens again with a actual dev build.