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 170743 - you cannot profile vwp application
Summary: you cannot profile vwp application
Status: RESOLVED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@profiler
URL: http://ka-und-we.de
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 11:00 UTC by magsam
Modified: 2009-09-18 12:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description magsam 2009-08-21 11:00:19 UTC
When I profile my web application (vwp which I build with the version 5.5.1) the layout of the woodstock components is
changed - you can say heavy destroyed. The application runs extreme slow after changing the layout of woodstock. The
call of a webpage needs about 2-3 seconds before only  milliseconds. What have you done to Woodstock???? The destruction
of the woodstock components is irreversible. Fortunately I made a back up before I profiled. 

regards 

Peter
Comment 1 J Bachorik 2009-08-21 11:21:37 UTC
First of all - profiler doesn't touch your persisted data. It instruments the classes as they are loaded and doesn't 
even save them back. Given this I can't see any way the profiler could damage your locally stored woodstock components.

The slowness can be understandable if you tried to profile the whole app server with JDK classes etc. In that case each 
one method call is tracked and it takes time.

In order to help you we will need:
1. Information about your system configuration (OS, JDK etc)
2. NB log (View/IDE Log)
3. App server log
4. And last but not least - a reproducible test case
Comment 2 matusdekanek 2009-09-18 12:37:28 UTC
We are missing the information about the problem. There is nothing we can do right now, so resolving invalid.
Once you provide the needed information, please reopen, thanks.