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 180554

Summary: Invoking Run Main Project took 6453 ms.
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal CC: sebsmail, tzezula, y_widyatama
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165093
Attachments: nps snapshot
nps snapshot

Description Exceptions Reporter 2010-02-10 08:11:31 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP
Maximum slowness yet reported was 6453 ms, average is 6453
Comment 1 Exceptions Reporter 2010-02-10 08:11:38 UTC
Created attachment 94043 [details]
nps snapshot
Comment 2 y_widyatama 2010-03-07 06:52:59 UTC
Created attachment 94826 [details]
nps snapshot

I right clicked on a Maven Project, created from lift framework 2.0M2 archetype. Canceled maven download from the previous run of Netbeans.
Comment 3 David Konecny 2010-03-29 23:10:04 UTC
*** Bug 180555 has been marked as a duplicate of this bug. ***
Comment 4 David Konecny 2010-03-29 23:28:43 UTC
All these performance problems were resolved by fix of issue 179178. The reason for this problem was that WebActionProvider.isDDServlet() would be called form action and consequently web.xml would be parsed and version of web.xml would be 2.3 or older for which we removed DTDs and so parser would try to download DTDs from internet which would take in some cases considerable amount of time.

*** This bug has been marked as a duplicate of bug 179178 ***