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 2961 - Exception during startup
Summary: Exception during startup
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-30 01:50 UTC by L Martinek
Modified: 2008-12-23 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 1999-07-30 01:50:10 UTC
[IAN] Duplicate of 2090 - Exception thrown during startup

Exception occurred during event dispatching:
java.lang.Error: java.lang.ClassNotFoundException: jclass.chart.View3DEditor
        at jclass.beans.GeneralBeanInfo.getPropertyDescriptors(GeneralBeanInfo.java:196)
        at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:346)
        at java.beans.Introspector.getBeanInfo(Introspector.java:296)

        at java.beans.Introspector.getBeanInfo(Introspector.java:81)
        at org.openide.util.Utilities.getBeanInfo(Utilities.java:200)
        at org.openide.loaders.InstanceDataObject$InstanceNode.run(InstanceDataObject.java:386)
        at org.openide.loaders.InstanceDataObject$InstanceNode.<init>(InstanceDataObject.java:345)
        at org.openide.loaders.InstanceDataObject.createNodeDelegate(InstanceDataObject.java:216)
        at org.openide.loaders.DataObject.getNodeDelegate(DataObject.java:228)
        at org.openide.loaders.DataObject.getClonedNodeDelegate(DataObject.java:242)
        at org.openide.loaders.FolderChildren.createNodes(FolderChildren.java:113)
        at org.openide.nodes.Children$1$Updator.run(Children.java:1296)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:156)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:285)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:101)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
Comment 1 Marek Grummich 2000-07-25 09:43:59 UTC
Priority is changed to P4 (normal).