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 119989 - [60cat] Lots of warnings from profiler in the log
Summary: [60cat] Lots of warnings from profiler in the log
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-25 07:34 UTC by tboerkel
Modified: 2012-12-04 09:40 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 tboerkel 2007-10-25 07:34:17 UTC
[ BUILD # : 200710212201 ]
[ JDK VERSION : 1.6.0_03 ]

I am attaching the profiler with local dynamic attach (Java 6) to a
running application.
I get lots of warnings from the profiler in the log. Even if this is
not serious, it is a bit disturbing. I get this example warning for
every class, I think:

*** Profiler warning (Thu Oct 25 08:27:12 CEST 2007): class
com/apag/p2plus/p2objects/BusinessObject, ldr = 0 not found anywhere

But of course, the corresponding classes are in the currently open
(and active) project.
The debugger can find the classes, why can't the profiler?
Comment 1 Jiri Sedlacek 2007-10-25 13:24:32 UTC
AFAIK this is harmless, just a debug output, lowering priority. To be sure - is this issue filed for lot of warnings in
profiler log (could be duplicate of Issue 92229) or for concrete "class found anywhere" warning?
Comment 2 tboerkel 2007-10-25 14:11:21 UTC
Just a lot of warnings in the log, no error dialog.
Comment 3 Tomas Hurka 2007-11-07 10:36:49 UTC
Changing target milestone to dev, since NetBeans 6.0 is in high resistance mode.
Comment 4 Tomas Hurka 2009-04-08 10:10:56 UTC
Target milestone cleanup.
Comment 5 Tomas Hurka 2009-04-08 12:56:59 UTC
Milestone cleanup: future->next
Comment 6 J Bachorik 2011-10-12 13:40:11 UTC
Should be possible to specify the level of verbosity for the profiler agent, preferably from the profiler options UI.
Comment 7 J Bachorik 2012-08-01 08:33:55 UTC
changing owner
Comment 8 Jiri Sedlacek 2012-12-04 09:40:45 UTC
Increasing priority because of the related bugdb, must be fixed.