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 252732 - NullPointerException: The lib parameter cannot be null
Summary: NullPointerException: The lib parameter cannot be null
Status: RESOLVED DUPLICATE of bug 253959
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 23:02 UTC by Exceptions Reporter
Modified: 2015-07-30 06:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217674


Attachments
stacktrace (2.34 KB, text/plain)
2015-06-01 23:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-06-01 23:02:15 UTC
This bug was originally marked as duplicate of bug 195099, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows 8

User Comments:
GUEST: Create Web Application 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:1554)
   at org.netbeans.modules.web.project.api.WebProjectUtilities.copyRequiredLibraries(WebProjectUtilities.java:683)
   at org.netbeans.modules.web.project.api.WebProjectUtilities.access$100(WebProjectUtilities.java:122)
   at org.netbeans.modules.web.project.api.WebProjectUtilities$2.run(WebProjectUtilities.java:333)
   at org.netbeans.modules.web.project.api.WebProjectUtilities$2.run(WebProjectUtilities.java:330)
Comment 1 Exceptions Reporter 2015-06-01 23:02:17 UTC
Created attachment 153997 [details]
stacktrace
Comment 2 Petr Hejl 2015-07-30 06:53:17 UTC

*** This bug has been marked as a duplicate of bug 253959 ***