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 171716

Summary: AWT thread blocked for 86582 ms.
Product: projects Reporter: Jaromir Uhrik <juhrik>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker CC: dima_s_d_s, j0ni, jmichelberger, matusdekanek
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=158052
Issue Type: DEFECT Exception Reporter: 158052
Attachments: nps snapshot
nps snapshot
nps snapshot

Description Jaromir Uhrik 2009-09-08 14:11:34 UTC
Build: NetBeans IDE Dev (Build 200909080527)
VM: Java HotSpot(TM) Client VM, 1.5.0_20-141, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_20-b02-315
OS: Mac OS X, 10.5.8, i386

User Comments:
juhrik: -Checked out glassfish svn sources repository
-Started IDE with clear userdir (full distribution with disabled ergonomics)
-opened v3 project in netbeans
-expanded Modules folder in Projects view
-->> slowness reported - it took >86s


Maximum slowness yet reported was 86582 ms, average is 53048
Comment 1 Jaromir Uhrik 2009-09-08 14:11:40 UTC
Created attachment 87274 [details]
nps snapshot
Comment 2 matusdekanek 2009-09-09 10:03:21 UTC
Build: NetBeans IDE Dev (Build 200909081533)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.28-15-generic, i386

User Comments: 
opening project subnode
Maximum slowness yet reported was 86582 ms, average is 28892
Comment 3 matusdekanek 2009-09-09 10:03:43 UTC
Created attachment 87337 [details]
nps snapshot
Comment 4 Exceptions Reporter 2009-09-09 10:04:04 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158052
Comment 5 t_h 2009-09-09 12:03:32 UTC
Several things mixed together:
1st report - cnd.makeproject.ui.MakeLogicalViewProvider$LogicalViewChildren.createNodes() took 20s
2nd report - maven.nodes.ModulesNodes$ModulesChildren.createNodes() took 86s
...

Basically, createNodes() should be fast or asynchronous children should be used. Please evaluate/fix and reassign to
next culprit in line.
Comment 6 matusdekanek 2009-09-09 13:50:04 UTC
Build: NetBeans IDE Dev (Build 200909081533)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.28-15-generic, i386

User Comments: 
opening two bigger maven projects and expanding a project node of one of them
Maximum slowness yet reported was 584035 ms, average is 121416
Comment 7 matusdekanek 2009-09-09 13:50:13 UTC
Created attachment 87368 [details]
nps snapshot
Comment 8 Exceptions Reporter 2009-09-09 13:50:21 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158052
Comment 9 Exceptions Reporter 2009-09-09 16:41:40 UTC
This issue already has 8 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158052
Comment 10 Exceptions Reporter 2009-09-11 01:08:53 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158052
Comment 11 Vladimir Voskresensky 2009-09-11 10:41:54 UTC
cnd tracks this issue as issue 146696 [http://www.netbeans.org/issues/show_bug.cgi?id=146696]
let's maven to evaluate their paths
Comment 12 Milos Kleint 2009-09-14 13:31:09 UTC
http://hg.netbeans.org/main/rev/2b6d434384a5
Comment 13 Milos Kleint 2009-09-14 13:38:57 UTC
*** Issue 169316 has been marked as a duplicate of this issue. ***
Comment 14 Quality Engineering 2009-09-18 22:40:59 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2b6d434384a5
User: Milos Kleint <mkleint@netbeans.org>
Log: #171716 load all stuff in RP, at setKeys times, not in createNodes() times