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 256470 - NoClassDefFoundError: org/netbeans/modules/web/project/api/WebProjectLibrariesModifier
Summary: NoClassDefFoundError: org/netbeans/modules/web/project/api/WebProjectLibrarie...
Status: NEW
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-11-09 19:52 UTC by MichaelTague
Modified: 2015-11-09 19:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218999


Attachments
stacktrace (1.49 KB, text/plain)
2015-11-09 19:52 UTC, MichaelTague
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MichaelTague 2015-11-09 19:52:41 UTC
This issue was reported manually by MichaelTague.
It already has 2 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: This error appear when I tried to create a new project using liferay server

MichaelTague: Simply created a new Java Web App using:
  Java Web / Web Application
  Using Tomcat
  Portlet Support
  Check "Create Portlet"
  Click Finish
The wizard box does not go away, but gets this error.




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/web/project/api/WebProjectLibrariesModifier
   at org.netbeans.modules.portalpack.portlets.genericportlets.frameworks.jsr168.JSR168WebFrameworkProvider.extendImpl(JSR168WebFrameworkProvider.java:92)
   at org.netbeans.modules.portalpack.portlets.genericportlets.frameworks.jsr168.PortletApplicationWizardPanel.extend(PortletApplicationWizardPanel.java:119)
   at org.netbeans.modules.web.project.ui.wizards.NewWebProjectWizardIterator.instantiate(NewWebProjectWizardIterator.java:193)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1044)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:439)
Comment 1 MichaelTague 2015-11-09 19:52:44 UTC
Created attachment 157235 [details]
stacktrace