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 166991 - NoClassDefFoundError: org/netbeans/api/javafx/source/CompilationInfoImpl$DiagnosticListenerImpl
Summary: NoClassDefFoundError: org/netbeans/api/javafx/source/CompilationInfoImpl$Diag...
Status: VERIFIED DUPLICATE of bug 165632
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anton Chechel
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-12 14:05 UTC by mdre
Modified: 2009-07-21 10:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148462


Attachments
stacktrace (1.38 KB, text/plain)
2009-06-12 14:06 UTC, mdre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mdre 2009-06-12 14:05:46 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Linux, 2.6.28-11-generic, i386

User Comments:
GUEST: Open a JavaFX source file

GUEST: Exception occured right after start



Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/api/javafx/source/CompilationInfoImpl$DiagnosticListenerImpl
        at org.netbeans.api.javafx.source.CompilationInfoImpl.getJavafxcTask(CompilationInfoImpl.java:154)
        at org.netbeans.api.javafx.source.JavaFXSource.moveToPhase(JavaFXSource.java:254)
        at org.netbeans.api.javafx.source.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:131)
        at org.netbeans.api.javafx.source.CompilationController.toPhase(CompilationController.java:72)
        at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator$1.run(FXErrorAnnotator.java:285)
        at org.netbeans.modules.javafx.source.tasklist.FXErrorAnnotator$1.run(FXErrorAnnotator.java:282)
Comment 1 mdre 2009-06-12 14:06:00 UTC
Created attachment 83504 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-06-12 14:06:19 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=148462
Comment 3 Anton Chechel 2009-07-16 16:44:35 UTC

*** This issue has been marked as a duplicate of 165632 ***
Comment 4 Alexandr Scherbatiy 2009-07-21 10:49:08 UTC
verified