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 267500 - NullPointerException: The lib parameter cannot be null
Summary: NullPointerException: The lib parameter cannot be null
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 09:43 UTC by pcardoe
Modified: 2016-08-09 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225682


Attachments
stacktrace (2.39 KB, text/plain)
2016-08-09 09:43 UTC, pcardoe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pcardoe 2016-08-09 09:43:52 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
pcardoe: Start netbeans, open project




Stacktrace: 
java.lang.NullPointerException: The lib parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.spi.project.support.ant.ReferenceHelper.copyLibrary(ReferenceHelper.java:1555)
   at org.netbeans.modules.j2ee.common.SharabilityUtility$1.run(SharabilityUtility.java:99)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.writeAccess(DefaultMutexImplementation.java:277)
   at org.openide.util.Mutex.writeAccess(Mutex.java:310)
   at org.netbeans.modules.j2ee.common.SharabilityUtility.makeSureProjectHasCopyLibsLibrary(SharabilityUtility.java:94)
Comment 1 pcardoe 2016-08-09 09:43:54 UTC
Created attachment 161601 [details]
stacktrace