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 270927 - IllegalArgumentException: Libraries array contains a null reference: [null, null]
Summary: IllegalArgumentException: Libraries array contains a null reference: [null, n...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-21 19:43 UTC by casper3184
Modified: 2017-06-21 19:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213922


Attachments
stacktrace (7.12 KB, text/plain)
2017-06-21 19:43 UTC, casper3184
Details

Note You need to log in before you can comment on or make changes to this bug.
Description casper3184 2017-06-21 19:43:43 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 8.1

User Comments:
GUEST: I was creating a new web project.

GUEST: Creating new Web application.
Creating new connection, Hibernate 4.1, JSF 2.1, PrimeFaces 3.5

GUEST: <Please provide a description of the problem or the steps to reproduce>Reported

GUEST: Creating a new web project, primefaces 2.1, facelets, hibernate 4.3.1, java 6

casper3184: IllegalArgumentException: Libraries array contains a null reference: [null, null]




Stacktrace: 
java.lang.IllegalArgumentException: Libraries array contains a null reference: [null, null]
   at org.netbeans.modules.java.api.common.classpath.ClassPathModifierSupport.handleLibraries(ClassPathModifierSupport.java:449)
   at org.netbeans.modules.java.api.common.classpath.ClassPathModifier.handleLibraries(ClassPathModifier.java:187)
   at org.netbeans.modules.java.api.common.classpath.ClassPathModifier.addLibraries(ClassPathModifier.java:183)
   at org.netbeans.modules.web.project.classpath.DelagatingProjectClassPathModifierImpl.addLibraries(DelagatingProjectClassPathModifierImpl.java:92)
   at org.netbeans.spi.java.project.classpath.ProjectClassPathModifierImplementation$Accessor.addLibraries(ProjectClassPathModifierImplementation.java:426)
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.addLibraries(ProjectClassPathModifier.java:97)
Comment 1 casper3184 2017-06-21 19:43:46 UTC
Created attachment 164592 [details]
stacktrace