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 77925 - Profiler agent critical error: could not get .class file for class
Summary: Profiler agent critical error: could not get .class file for class
Status: RESOLVED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 17:08 UTC by Jiri Sedlacek
Modified: 2007-08-13 16:58 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 Jiri Sedlacek 2006-06-14 17:08:23 UTC
Copied from email:

I am using windows-xp for the profiling of Sun Java System Application
Server 8.2 EE on Solars X86 m/c which uses jdk 1.5_06. I am able to
connect using direct attach method but the server hang after the
following message.

Profiler Agent: Initializing...
Profiler Agent: Options: >/space/PKGS/NB_PROFILER_SERVER_PACK_50/lib,5140<
Profiler Agent: Initialized succesfully
Profiler Agent: Waiting for connection on port 5140 (Protocol version: 2)
Profiler Agent: Established remote connection with the tool
Profiler Agent: Redefining 100 classes at idx 0, out of total 272
Profiler Agent: Redefining 100 classes at idx 100, out of total 272
Profiler Agent: Redefining 72 classes at idx 200, out of total 272
***Profiler agent critical error: could not get .class file for class
$Proxy0 in ClassBytesLoader.getClassFileBytes



The options used in application server are

    <profiler enabled="true" name="NetBeansProfiler">
       
<jvm-options>-
agentpath:/space/PKGS/NB_PROFILER_SERVER_PACK_50/lib/deployed/jdk15/solaris-i3
86/libprofilerinterface.so=/space/PKGS/NB_PROFILER_SERVER_PACK_50/lib,5140</jvm-
options>
    </profiler>
Comment 1 Jiri Sedlacek 2006-06-14 17:12:58 UTC
Please add information about Profiler version and steps to reproduce. Also note 
that EE server version isn't officialy supported by the Profiler, just the PE 
version.
Comment 2 J Bachorik 2007-01-09 07:43:40 UTC
marking invalid due to unsupported environment and inability to reproduce the
described behavior.
please, reopen if it's still valid and you are able to provide more details
about how to reproduce the issue.