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 167707 - 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-26 16:05 UTC by _ rkusterer
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153029


Attachments
stacktrace (5.60 KB, text/plain)
2009-06-26 16:06 UTC, _ rkusterer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkusterer 2009-06-26 16:05:55 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, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.0, x86

User Comments:
rkusterer: Installed the All bundle (without "ergonomics"), added plugins (clearcase, jira), opened a few sample projects, opened the services window.

GUEST: I selected Issue Trackers in services window



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.ui.nodes.BugtrackingRootNode$RootNodeChildren.refreshKeys(BugtrackingRootNode.java:147)
Comment 1 _ rkusterer 2009-06-26 16:06:06 UTC
Created attachment 84059 [details]
stacktrace
Comment 2 Tomas Stupka 2009-06-30 11:30:13 UTC

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