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 204048 - while debugging J2EE/WEB Project java.exe at 100 % cpu
Summary: while debugging J2EE/WEB Project java.exe at 100 % cpu
Status: RESOLVED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0.1
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Martin Entlicher
URL: http://localhost
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-21 07:26 UTC by raviparekh
Modified: 2011-10-21 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
4 Histo of java.exe with 100% cpu (208.41 KB, application/rar)
2011-10-21 07:26 UTC, raviparekh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description raviparekh 2011-10-21 07:26:23 UTC
Created attachment 112295 [details]
4 Histo of java.exe with 100% cpu

while debugging J2EE CPU takes 100% and process works too slow to take up.Even after 5-10 minutes CPU takes 100% to RUN.

While the same project works fine with eclipse Indigo though it took 50-80% CPU but it works fast and with normal time.

I am using

Intel core 2 Duo 2.93GHz 
4 GB of RAM
Comment 1 Martin Entlicher 2011-10-21 11:32:20 UTC
The number of instances really does not us help to identify what the CPU does.

Can you please take a CPU snapshot?
What is consuming the CPU? NetBeans, or your J2EE application?
If it's NetBeans, please use http://wiki.netbeans.org/FaqProfileMeNow.
If it is the J2EE application, then the comparisons of CPU snapshots taken when running with Eclipse attached and taken when running with NetBeans attached, should reveal where the problem is.