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 193033 - ClassCastException: org.netbeans.lib.profiler.wireprotocol.Response cannot be cast to org.netbeans.lib.profiler.wireprotocol.CalibrationDataResponse
Summary: ClassCastException: org.netbeans.lib.profiler.wireprotocol.Response cannot be...
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-08 09:05 UTC by malakim
Modified: 2010-12-08 09:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 15165


Attachments
stacktrace (1.07 KB, text/plain)
2010-12-08 09:05 UTC, malakim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description malakim 2010-12-08 09:05:44 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
malakim: Encountered after selecting Profile -> Advanced Commands -> Run Profiler Calibration




Stacktrace: 
java.lang.ClassCastException: org.netbeans.lib.profiler.wireprotocol.Response cannot be cast to org.netbeans.lib.profiler.wireprotocol.CalibrationDataResponse
   at org.netbeans.lib.profiler.ProfilerClient.getCalibrationData(ProfilerClient.java:1299)
   at org.netbeans.lib.profiler.ProfilerClient.connectToServer(ProfilerClient.java:1616)
   at org.netbeans.lib.profiler.ProfilerClient.establishConnectionWithServer(ProfilerClient.java:777)
   at org.netbeans.lib.profiler.TargetAppRunner.initiateSession(TargetAppRunner.java:347)
   at org.netbeans.lib.profiler.TargetAppRunner.runJVMToCalibrateInstrumentation(TargetAppRunner.java:642)
   at org.netbeans.lib.profiler.TargetAppRunner.calibrateInstrumentationCode(TargetAppRunner.java:266)
Comment 1 malakim 2010-12-08 09:05:47 UTC
Created attachment 103721 [details]
stacktrace
Comment 2 Tomas Hurka 2010-12-08 09:13:18 UTC
Are you able to reproduce it or is it a random issue?