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 194145

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.api.javafx.composer.model.base.TreeItemValue
Product: javafx Reporter: macnaked
Component: UnsupportedAssignee: David Kaspar <dkaspar>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172068
Attachments: stacktrace

Description macnaked 2011-01-08 20:15:54 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
macnaked: 1. File - New Project - JavaFx Desktop Business Application
2. Choose TreeView in Palette and throw it to the scene

That's it!




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.api.javafx.composer.model.base.TreeItemValue
   at org.netbeans.api.javafx.composer.components.control.experimental.TreeViewModel.init(TreeViewModel.java:88)
   at org.netbeans.api.javafx.composer.model.factory.ModelObjectFeatureFactory.createNewInstance(ModelObjectFeatureFactory.java:154)
   at org.netbeans.api.javafx.composer.model.factory.ModelObjectFeatureFactory.createNewInstanceInContainerFeature(ModelObjectFeatureFactory.java:81)
   at org.netbeans.api.javafx.composer.model.factory.ModelObjectFactory$1.run(ModelObjectFactory.java:103)
   at org.netbeans.api.javafx.composer.kernel.ModelManager$4.run(ModelManager.java:271)
   at org.openide.util.Mutex.writeAccess(Mutex.java:472)
Comment 1 macnaked 2011-01-08 20:15:59 UTC
Created attachment 104814 [details]
stacktrace
Comment 2 David Strupl 2011-05-16 13:54:11 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.