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 248314 - NullPointerException: The libraryStorageArea parameter cannot be null
Summary: NullPointerException: The libraryStorageArea parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-31 13:42 UTC by Lukas Jungmann
Modified: 2015-01-16 03:49 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212984


Attachments
stacktrace (3.04 KB, text/plain)
2014-10-31 13:42 UTC, Lukas Jungmann
Details
stacktrace (3.74 KB, text/plain)
2014-11-05 14:09 UTC, Jiri Prox
Details
stacktrace (3.74 KB, text/plain)
2014-11-09 22:12 UTC, Maksim Khramov
Details
stacktrace (3.74 KB, text/plain)
2015-01-04 09:36 UTC, MackSix
Details
stacktrace (3.74 KB, text/plain)
2015-01-08 12:51 UTC, Jiri Skrivanek
Details
stacktrace (3.74 KB, text/plain)
2015-01-13 11:30 UTC, adithyank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2014-10-31 13:42:42 UTC
Build: NetBeans IDE Dev (Build 20141031-e2c511b78bf7)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
GUEST: <Please provide a java.lang.NullPointerException: The libraryStorageArea parameter cannot be null
	at org.openide.util.Parameters.notNull(Parameters.java:89)
	at org.netbeans.modules.project.libraries.ui.LibrariesCustomizer.<init>(LibrariesCustomizer.java:109)
	at org.netbeans.modules.project.libraries.ui.AllLibrariesCustomizer.<init>(AllLibrariesCustomizer.java:73)
	at org.netbeans.modules.project.libraries.ui.LibrariesCustomizerAction.showCustomizer(LibrariesCustomizerAction.java:71)
	at org.netbeans.modules.project.libraries.ui.LibrariesCustomizerAction.actionPerformed(LibrariesCustomizerAction.java:62)
	at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:199)
	at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
	at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
	at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
	at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.

jungi: click on Tools->Libraries

GUEST: ?

GUEST: ?




Stacktrace: 
java.lang.NullPointerException: The libraryStorageArea parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.project.libraries.ui.LibrariesCustomizer.<init>(LibrariesCustomizer.java:109)
   at org.netbeans.modules.project.libraries.ui.AllLibrariesCustomizer.<init>(AllLibrariesCustomizer.java:73)
   at org.netbeans.modules.project.libraries.ui.LibrariesCustomizerAction.showCustomizer(LibrariesCustomizerAction.java:71)
   at org.netbeans.modules.project.libraries.ui.LibrariesCustomizerAction.actionPerformed(LibrariesCustomizerAction.java:62)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:199)
Comment 1 Lukas Jungmann 2014-10-31 13:42:44 UTC
Created attachment 150190 [details]
stacktrace
Comment 2 Jiri Prox 2014-11-05 14:09:39 UTC
Created attachment 150294 [details]
stacktrace

NPE when clicking on Tools -> Libraries
Comment 3 Maksim Khramov 2014-11-09 22:12:43 UTC
Created attachment 150374 [details]
stacktrace

Call to Tools-Libaries menu item
Comment 4 MackSix 2015-01-04 09:36:08 UTC
Created attachment 151353 [details]
stacktrace

Clicked on Tools>>Libraries.
Comment 5 Jiri Skrivanek 2015-01-08 12:51:17 UTC
Created attachment 151409 [details]
stacktrace

To reproduce open main menu item "Tools|Libraries".
Comment 6 Jiri Skrivanek 2015-01-08 12:51:53 UTC
Unusable feature.
Comment 7 adithyank 2015-01-13 11:30:32 UTC
Created attachment 151486 [details]
stacktrace

while clicking Tools > Libraries
Comment 8 Tomas Zezula 2015-01-14 17:32:50 UTC
Fixed jet-main 330ec9d43ab2
Comment 9 Quality Engineering 2015-01-16 03:49:02 UTC
Integrated into 'main-silver', will be available in build *201501160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/330ec9d43ab2
User: Tomas Zezula <tzezula@netbeans.org>
Log: #248314:NullPointerException: The libraryStorageArea parameter cannot be null