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

Summary: NullPointerException: The lib parameter cannot be null
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217674
Attachments: stacktrace

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 ***