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 242178 - NoClassDefFoundError: org/netbeans/modules/timers/TimesCollectorPeer
Summary: NoClassDefFoundError: org/netbeans/modules/timers/TimesCollectorPeer
Status: RESOLVED DUPLICATE of bug 242177
Alias: None
Product: ide
Classification: Unclassified
Component: Timers (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 05:58 UTC by MackSix
Modified: 2014-03-31 08:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207846


Attachments
stacktrace (3.89 KB, text/plain)
2014-02-21 05:58 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2014-02-21 05:58:50 UTC
Build: NetBeans IDE Dev (Build 201402190001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
MackSix: 1. It seems GUI Builder was deactivated after this: https://netbeans.org/bugzilla/show_bug.cgi?id=242177

2. I activated GUI Builder.

This happened. 

It appears I will have to restart NetBeans or suffer unending exceptions.




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/timers/TimesCollectorPeer
   at org.netbeans.modules.timers.Install$TimerHandler.publish(Install.java:128)
   at java.util.logging.Logger.log(Logger.java:610)
   at java.util.logging.Logger.doLog(Logger.java:631)
   at java.util.logging.Logger.log(Logger.java:695)
   at org.netbeans.modules.editor.impl.KitsTrackerImpl.updateAndGet(KitsTrackerImpl.java:483)
   at org.netbeans.modules.editor.impl.KitsTrackerImpl.getMimeTypesForKitClass(KitsTrackerImpl.java:100)
Comment 1 MackSix 2014-02-21 05:58:51 UTC
Created attachment 145457 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-03-31 08:10:18 UTC
Another "Turning off modules" after start issue:

	org.netbeans.modules.apisupport.kit [1.26 201402190001]
	org.netbeans.modules.apisupport.crudsample [1.18 201402190001]
	org.netbeans.modules.apisupport.installer [1.18 201402190001]
	org.netbeans.libs.nbi.engine [1.17 201402190001]
	org.netbeans.libs.nbi.ant [1.18 201402190001]
	org.netbeans.modules.apisupport.harness [1.38 201402190001]
	org.netbeans.modules.apisupport.feedreader/1 [1.29 201402190001]
	org.netbeans.modules.apisupport.osgidemo [1.18 201402190001]
	org.netbeans.modules.apisupport.paintapp [1.26 201402190001]
	org.netbeans.modules.apisupport.ant [2.66 201402190001]
	org.netbeans.modules.apisupport.refactoring [1.31 201402190001]
	org.netbeans.modules.apisupport.wizards [1.14 201402190001]
	org.netbeans.modules.apisupport.project/1 [1.70 201402190001]
	org.netbeans.modules.timers/1 [1.26 201402190001]
	org.netbeans.insane/1 [1.25.0.1 1 201402190001]

If you have any idea why the modules are being turned off, please add note to bug 242177.

*** This bug has been marked as a duplicate of bug 242177 ***