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 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.sampler.SamplesOutputStream
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.sampler...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Slowness Detector (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@performance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-31 19:05 UTC by edavisgtp
Modified: 2017-05-31 19:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196561


Attachments
stacktrace (753 bytes, text/plain)
2017-05-31 19:05 UTC, edavisgtp
Details

Note You need to log in before you can comment on or make changes to this bug.
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