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 - Derby should be always activated in background
Summary: Derby should be always activated in background
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-05-14 16:38 UTC by Exceptions Reporter
Modified: 2013-07-27 02:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189749


Attachments
nps snapshot (72.28 KB, application/nps)
2013-05-14 16:38 UTC, Exceptions Reporter
Details

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