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 227949 - AssertionError: Finder needs to be created first!
Summary: AssertionError: Finder needs to be created first!
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-26 13:00 UTC by jaska_tl
Modified: 2013-03-27 15:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193242


Attachments
stacktrace (1.48 KB, text/plain)
2013-03-26 13:00 UTC, jaska_tl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaska_tl 2013-03-26 13:00:56 UTC
Build: NetBeans IDE Dev (Build 201303032300)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows XP

User Comments:
yeradis: trying to create a maven project from a pom

GUEST: I can't start Netbeans 7.3 beta2




Stacktrace: 
java.lang.AssertionError: Finder needs to be created first!
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.getFinder(DescriptionStep.java:203)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation(DescriptionStep.java:171)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$200(DescriptionStep.java:91)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$PresentModules.run(DescriptionStep.java:166)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
Comment 1 jaska_tl 2013-03-26 13:00:59 UTC
Created attachment 133083 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-03-27 15:48:43 UTC
I see that Felix is used instead of Equinox in 
http://statistics.netbeans.org/exceptions/messageslog?id=667125
report.

Can you verify platform/modules/ext/org.eclipse.osgi_* exists and is non-empty?