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 197173 - NoClassDefFoundError: org/netbeans/modules/swingapp/ActionRescanJavaSourceTaskFactoryImpl$RescanTask
Summary: NoClassDefFoundError: org/netbeans/modules/swingapp/ActionRescanJavaSourceTas...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 192164
Blocks:
  Show dependency tree
 
Reported: 2011-03-29 07:19 UTC by nathury
Modified: 2011-04-13 13:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 28940


Attachments
stacktrace (4.03 KB, text/plain)
2011-03-29 07:19 UTC, nathury
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nathury 2011-03-29 07:19:03 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011161834)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/swingapp/ActionRescanJavaSourceTaskFactoryImpl$RescanTask
   at org.netbeans.modules.swingapp.ActionRescanJavaSourceTaskFactoryImpl.createTask(ActionRescanJavaSourceTaskFactoryImpl.java:70)
   at org.netbeans.api.java.source.JavaSourceTaskFactory.stateChangedImpl(JavaSourceTaskFactory.java:182)
   at org.netbeans.api.java.source.JavaSourceTaskFactory.access$000(JavaSourceTaskFactory.java:81)
   at org.netbeans.api.java.source.JavaSourceTaskFactory$1.run(JavaSourceTaskFactory.java:142)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1960)
Comment 1 nathury 2011-03-29 07:19:08 UTC
Created attachment 107355 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-13 13:42:35 UTC
All reports from 7.0beta are from the same person, e.g. installation is corrupted somehow.

Surprisingly all messages.log also show signs of bug 192164 which happens sooner than the NoClassDefFoundError