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 161945 - AssertionError: NbModuleProject[/home/nigel/Projects/com.nigeleke/tablemanners/Table Manners/Rich Client UI] does not have a SuiteProvider in its lookup?
Summary: AssertionError: NbModuleProject[/home/nigel/Projects/com.nigeleke/tablemanner...
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-04 05:22 UTC by nigeleke1957
Modified: 2009-04-08 16:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148888


Attachments
stacktrace (2.71 KB, text/plain)
2009-04-04 05:22 UTC, nigeleke1957
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nigeleke1957 2009-04-04 05:22:51 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
nigeleke1957: Right click Libraries folder (in Projects Tab) for a  Netbeans Module Project.  Purpose was to look at Properties.  Note module was in state such that it did not build.



Stacktrace: 
java.lang.AssertionError: NbModuleProject[/home/nigel/Projects/com.nigeleke/tablemanners/Table Manners/Rich Client UI] does not have a SuiteProvider in its lookup?
        at org.netbeans.modules.apisupport.project.ui.wizard.NewNbModuleWizardIterator.createLibraryModuleIterator(NewNbModuleWizardIterator.java:147)
        at org.netbeans.modules.apisupport.project.ui.UIUtil.runLibraryWrapperWizard(UIUtil.java:686)
        at org.netbeans.modules.apisupport.project.ui.ModulesNodeFactory$AddNewLibraryWrapperAction.actionPerformed(ModulesNodeFactory.java:250)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 nigeleke1957 2009-04-04 05:22:58 UTC
Created attachment 79429 [details]
stacktrace
Comment 2 rmichalsky 2009-04-08 16:08:46 UTC
Looks like invoked New Library Wrapper Wizard was accidentally invoked, however I cannot reproduce, even with
non-buildable project. Feel free to reopen if reproducible with some project, in such case I'd need metadata of the
project AND metadata of its suite.