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 60268 - A communication error prevents profiler from further use of the port requiring port change or IDE restart
Summary: A communication error prevents profiler from further use of the port requirin...
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: iformanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-20 13:04 UTC by ehucka
Modified: 2006-03-24 13:10 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 ehucka 2005-06-20 13:04:08 UTC
build 050620

If I start profiling after some previous profiler error (like communication
problems) it throws error: Failed to establish socket connection with the target
JVM. So I have to restart whole IDE.

log fragment:

>>> JFluid: gonna send simple command:CHECK_CONNECTION
>>> JFluid: received simple response NO TYPEOk, yes
>>> JFluid: gonna send simple command:GET_VM_PROPERTIES
>>> JFluid: received complex response VM_PROPERTIES
>>>         response is: VMPropertiesResponse, jdkVersionString: jdk15,
VM_PROPERTIESOk, yes
>>> JFluid: gonna send complex command: INITIATE_INSTRUMENTATION, instrType = 2
>>> JFluid: received simple response NO TYPEOk, yes
>>> JFluid: received complex command type: ROOT_CLASS_LOADED
>>>         command is: ROOT_CLASS_LOADED, eventBufferFileName:
*** JFluid error (Mon Jun 20 13:54:35 CEST 2005): timed out while trying to
initialize internals in the target JVM.
IDEAppStatusHandler - error: Failed to establish socket connection with the
target JVM.
Comment 1 iformanek 2005-06-22 13:42:41 UTC
This should be fixed as a side effect of fix of another issue I fixed yesterday 
(cancelling progress dialog makes the subsequent profiling not work).
Comment 2 ehucka 2005-10-12 09:36:49 UTC
v