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 167905 - NullPointerException at org.netbeans.libs.bugtracking.BugtrackingRuntime.addRepositoryConnector
Summary: NullPointerException at org.netbeans.libs.bugtracking.BugtrackingRuntime.addR...
Status: RESOLVED DUPLICATE of bug 166703
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 16:29 UTC by stevefyfe
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153166


Attachments
stacktrace (1.52 KB, text/plain)
2009-06-30 16:29 UTC, stevefyfe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stevefyfe 2009-06-30 16:29:05 UTC
This issue was originally marked as duplicate of issue 166703, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 1.5.0_19-137, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_19-b02-304
OS: Mac OS X, 10.5.7, i386

User Comments:
SteveFyfe: Installed Jira bugtrack plugin. Configured a Jira host. Displayed a list of issues.

Went to Jira webapp and created a new saved query to select issues. Back in NB I tried to refresh the list of Jira queries so that I could select the new one. Nothing I did would refresh the list, so I quit NB and restarted to see if that would force a refresh.

After the relaunch, selected Find Issue from Team menu and error icon appeared in status bar.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.libs.bugtracking.BugtrackingRuntime.addRepositoryConnector(BugtrackingRuntime.java:120)
        at org.netbeans.modules.jira.Jira.<init>(Jira.java:87)
        at org.netbeans.modules.jira.Jira.getInstance(Jira.java:92)
        at org.netbeans.modules.jira.JiraConnector.getRepositories(JiraConnector.java:77)
        at org.netbeans.modules.bugtracking.BugtrackingManager.getRepositories(BugtrackingManager.java:119)
        at org.netbeans.modules.bugtracking.BugtrackingManager.getKnownRepositories(BugtrackingManager.java:104)
Comment 1 stevefyfe 2009-06-30 16:29:19 UTC
Created attachment 84198 [details]
stacktrace
Comment 2 Tomas Stupka 2009-06-30 16:33:51 UTC

*** This issue has been marked as a duplicate of 166703 ***