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 249855 - NullPointerException at org.netbeans.modules.jira.repository.JiraStorageManager.getFilterDefinition
Summary: NullPointerException at org.netbeans.modules.jira.repository.JiraStorageManag...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-16 10:15 UTC by albertinix
Modified: 2015-07-23 01:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212560


Attachments
stacktrace (1.25 KB, text/plain)
2015-01-16 10:16 UTC, albertinix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description albertinix 2015-01-16 10:15:58 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b19
OS: Windows 7

User Comments:
GUEST: try to add jira task to svn commit

GUEST: See https://netbeans.org/bugzilla/show_bug.cgi?id=203239, I'm switching back to JIRA connector 3.x which works with out https://... JIRA 6.2

albertinix: I have a JIRA repository set up in Netbeans.

While opening Netbeans, I start getting these error message dialogs, as well as this NullPointerException.
It turns out that the JIRA server is currently unavailable.

If so - the plugin should handle it a bit better than a NullPointerException.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.repository.JiraStorageManager.getFilterDefinition(JiraStorageManager.java:568)
   at org.netbeans.modules.jira.repository.JiraStorageManager.createQuery(JiraStorageManager.java:133)
   at org.netbeans.modules.jira.repository.JiraStorageManager.getQueries(JiraStorageManager.java:173)
   at org.netbeans.modules.jira.repository.JiraRepository.getQueriesIntern(JiraRepository.java:325)
   at org.netbeans.modules.jira.repository.JiraRepository.getQueries(JiraRepository.java:334)
   at org.netbeans.modules.jira.JiraRepositoryProvider.getQueries(JiraRepositoryProvider.java:88)
Comment 1 albertinix 2015-01-16 10:16:00 UTC
Created attachment 151545 [details]
stacktrace
Comment 2 Tomas Stupka 2015-07-22 15:41:01 UTC
after effect of repository configuration not retrieved from server
will fix the NPE
Comment 3 Tomas Stupka 2015-07-22 17:10:03 UTC
fixed in jet-main #5090031402aa
Comment 4 Quality Engineering 2015-07-23 01:14:54 UTC
Integrated into 'main-silver', will be available in build *201507230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5090031402aa
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #249855 - NullPointerException at org.netbeans.modules.jira.repository.JiraStorageManager.getFilterDefinition