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 229741

Summary: Derby should be always activated in background
Product: db Reporter: Exceptions Reporter <exceptions_reporter>
Component: DerbyAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal CC: git, Pranav_R
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 189749
Attachments: nps snapshot

Description Exceptions Reporter 2013-05-14 16:38:09 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
GUEST: creating a new .js file

Pranav_R: Adding new database connection connection



Maximum slowness yet reported was 32954 ms, average is 18012
Comment 1 Exceptions Reporter 2013-05-14 16:38:11 UTC
Created attachment 134438 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2013-05-15 09:40:30 UTC
org.openide.loaders.TemplateWizard$DefaultIterator.instantiate()	100.0	22 891 ms (100%)	17 534 ms
calls
org.openide.loaders.DataObject.createFromTemplate()	100.0	22 891 ms (100%)	17 534 ms
which accesses I/O in AWT
Comment 3 Jaroslav Havlin 2013-07-26 09:44:31 UTC
(In reply to comment #0)
> User Comments:
> GUEST: creating a new .js file
This exception report was assigned to bug 233190.

> Pranav_R: Adding new database connection connection
Fixed in http://hg.netbeans.org/core-main/rev/2e9fef4526e9

Thank you for reporting.
Comment 4 Quality Engineering 2013-07-27 02:21:02 UTC
Integrated into 'main-silver', will be available in build *201307262300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2e9fef4526e9
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #229741: DerbyActivator.activate() shouldn't be invoked in EDT