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 168017 - 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-07-02 09:23 UTC by alexx7676
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153241


Attachments
stacktrace (1.61 KB, text/plain)
2009-07-02 09:24 UTC, alexx7676
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alexx7676 2009-07-02 09:23:59 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, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
alexx7676: I added plugins JIRA and JIRA Libraries, restarted IDE then tried to view issue in Team menu



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 alexx7676 2009-07-02 09:24:11 UTC
Created attachment 84285 [details]
stacktrace
Comment 2 Tomas Stupka 2009-07-02 11:01:33 UTC

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