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 167255 - 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-17 17:24 UTC by petermount
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152723


Attachments
stacktrace (3.92 KB, text/plain)
2009-06-17 17:24 UTC, petermount
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petermount 2009-06-17 17:24:45 UTC
Build: NetBeans IDE 6.7 RC3 (Build 200906142201)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X, 10.5.7, x86_64

User Comments:
petermount: Attempted to commit into Mercurial



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.repository.JiraRepository.createTaskRepository(JiraRepository.java:358)
        at org.netbeans.modules.jira.repository.JiraRepository.<init>(JiraRepository.java:123)
        at org.netbeans.modules.jira.kenai.KenaiRepository.<init>(KenaiRepository.java:75)
Comment 1 petermount 2009-06-17 17:24:54 UTC
Created attachment 83716 [details]
stacktrace
Comment 2 Tomas Stupka 2009-06-22 13:04:30 UTC

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