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 240798

Summary: org.openide.awt.MenuBar$LazyMenu$MenuFolder.waitFinishedSuper: LowPerformance took 90157 ms.
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Data SystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203055
Attachments: nps snapshot

Description Exceptions Reporter 2014-01-22 03:55:09 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: OpenJDK Client VM, 24.0-b25, OpenJDK Runtime Environment, 1.7.0-internal-gluxon_2012_11_23_16_20-b00
OS: Windows 7

User Comments:
GUEST: Loading from a USB drive



Maximum slowness yet reported was 90157 ms, average is 46561
Comment 1 Exceptions Reporter 2014-01-22 03:55:13 UTC
Created attachment 144228 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2014-01-22 09:18:47 UTC
Menu bar is waiting for its definition, which is being loaded from the disk.

But the main problem is corrupted installation of the IDE. There is a lot of messages in the IDE Log, so a lot of data needs to be written to the disk, which makes disk access very slow. Furthermore, the USB disk can be quite slow even under normal conditions.

Please check the log, fix your installation (you might need to clean your userdir), and try it again.