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 143241 - [65cat] NoClassDefFoundError: org/netbeans/lib/profiler/results/cpu/marking/Mark
Summary: [65cat] NoClassDefFoundError: org/netbeans/lib/profiler/results/cpu/marking/Mark
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-07 23:00 UTC by esmithbss
Modified: 2008-09-19 10:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 87940


Attachments
stacktrace (7.42 KB, text/plain)
2008-08-07 23:01 UTC, esmithbss
Details
stacktrace (30.71 KB, text/plain)
2008-08-07 23:06 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-08-07 23:00:58 UTC
Build: NetBeans IDE Dev (Build 200808071401)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments: 
Creating new project from JavaFX Weather Sample 

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/lib/profiler/results/cpu/marking/Mark
        at java.lang.Class.getDeclaredConstructors0(Class.java:0)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
        at java.lang.Class.getConstructor0(Class.java:2699)
        at java.lang.Class.newInstance0(Class.java:326)
        at java.lang.Class.newInstance(Class.java:308)
        at org.openide.util.lookup.MetaInfServicesLookup$P.getInstance(MetaInfServicesLookup.java:431)
Comment 1 esmithbss 2008-08-07 23:01:06 UTC
Created attachment 66866 [details]
stacktrace
Comment 2 esmithbss 2008-08-07 23:06:19 UTC
Build: NetBeans IDE Dev (Build 200808071401)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments: 
Just launched the IDE and clicked on te only application I have open, my  Sample application (JavaFX Weather Sample) 

Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy2.resultChanged(.java:0)
        at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:173)
        at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:179)
        at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:119)
        at org.netbeans.modules.project.ui.actions.LookupSensitiveAction$LastActivatedWindowLookup.updateLookups(LookupSensitiveAction.java:274)
        at org.netbeans.modules.project.ui.actions.LookupSensitiveAction$LastActivatedWindowLookup.propertyChange(LookupSensitiveAction.java:279)
Comment 3 esmithbss 2008-08-07 23:06:28 UTC
Created attachment 66867 [details]
stacktrace
Comment 4 Lukas Hasik 2008-08-08 09:18:40 UTC
is there a java fx plugin that works with nb 6.5?
Comment 5 Alexei Mokeev 2008-08-08 09:45:19 UTC
Not yet. Only Netbeans 6.1 is supported.
Comment 6 Andrey Yamkovoy 2008-09-02 13:41:47 UTC
The reason is running JavaFX Plugin for NB 6.1 on the NB 6.5 where the Profiler API (JFluid) was changed a lot.
Now plugin is migrated to the NB 6.5 and this issue was resolved.
Comment 7 Alexandr Scherbatiy 2008-09-10 09:59:08 UTC
verified in 2008-09-10_02-01-58.zip
Comment 8 Lukas Hasik 2008-09-11 09:24:13 UTC
verified means that it is working w/o exception with the recent jbuild?
Comment 9 Alexandr Scherbatiy 2008-09-11 10:16:21 UTC
I can't reproduce the exception in build JavaFX_NB_Plugin_NB65_daily 2008-09-10_02-01-58.zip

Which build do you use?
Comment 10 Alexandr Scherbatiy 2008-09-19 10:01:19 UTC
verified in 2008-09-19_02-01-58.zip