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 218423 - UnsupportedOperationException: Project in C:\Users\CHRISTY\Documents\NetBeansProjects\project_maersk of class org.netbeans.modules.web.project.WebProject has a ProjectClassPathModifierImplementation b
Summary: UnsupportedOperationException: Project in C:\Users\CHRISTY\Documents\NetBeans...
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-16 17:29 UTC by Exceptions Reporter
Modified: 2012-11-16 01:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192473


Attachments
stacktrace (3.57 KB, text/plain)
2012-09-16 17:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-09-16 17:29:44 UTC
This bug was originally marked as duplicate of bug 152610, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

Stacktrace: 
java.lang.UnsupportedOperationException: Project in C:\Users\CHRISTY\Documents\NetBeansProjects\project_maersk of class org.netbeans.modules.web.project.WebProject has a ProjectClassPathModifierImplementation but it will not handle classpath/compile for C:\Users\CHRISTY\Documents\NetBeansProjects\project_maersk\src\java extensible source groups: 
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.findExtensible(ProjectClassPathModifier.java:386)
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.addLibraries(ProjectClassPathModifier.java:93)
   at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$AddLibraryAction.addLibraries(LibrariesNode.java:736)
   at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$AddLibraryAction.actionPerformed(LibrariesNode.java:720)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
Comment 1 Exceptions Reporter 2012-09-16 17:29:46 UTC
Created attachment 124411 [details]
stacktrace
Comment 2 David Konecny 2012-11-16 01:37:54 UTC
IDE log shows dozens of exceptions caused by missing Web Documents roots. This exception is consequence of that but since issue 217213 was fixed this problem should not happen anymore.