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 270777

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.sampler.SamplesOutputStream
Product: ide Reporter: edavisgtp
Component: Slowness DetectorAssignee: issues@performance <issues>
Status: NEW ---    
Severity: normal CC: mbalin, pturley0
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196561
Attachments: stacktrace

Description edavisgtp 2017-05-31 19:05:10 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
pturley0: I finished scanning/indexing the Android Open Source Project tree, opened a file, and right-clicked.

The UI hung for many seconds, and I saw an exception.

Here it is.

GUEST: it is nt responding

GUEST: pasting a file, system then shot to 100%cpu and 100% memory (saying alot as i have a dual quadcore cpu and 16Gig ram)

edavisgtp: WTF... not looking at samples..... this version sucks.

GUEST: background scanning of projects




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.sampler.SamplesOutputStream
   at org.netbeans.modules.sampler.InternalSampler.createInternalSampler(InternalSampler.java:85)
   at org.netbeans.modules.sampler.Sampler.createSampler(Sampler.java:102)
   at org.netbeans.core.TimableEventQueue.createSelfSampler(TimableEventQueue.java:263)
   at org.netbeans.core.TimableEventQueue.run(TimableEventQueue.java:225)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 edavisgtp 2017-05-31 19:05:13 UTC
Created attachment 164442 [details]
stacktrace