Not get Capture Memory snapshot remote hosts

Questions about YourKit Java Profiler
Locked
v.romantsov
Posts: 1
Joined: Tue Nov 12, 2019 8:12 am

Not get Capture Memory snapshot remote hosts

Post by v.romantsov »

Hello!
I'm trying to get Capture Memory snapshot on remote machine but keep getting "read timed out" and it crash/close the connection after that.
error log agent:
19.8-123 0.016: Log file: /root/.yjp/log/java-4124.log
19.8-123 0.016: Command line:
/opt/IBM/WebSphere/AppServer/java_1.8_64/bin/java
.................................................................................................

19.8-123 3260.506: [m: 13754 7799] WSN: starting /root/Snapshots/java-2019-11-12-1.snapshot
19.8-123 3260.507: WSN: generation to be advanced...
19.8-123 3299.170: [m: 13754 7799] WSN: generation advanced
19.8-123 3299.694: [m: 13754 7799] WSN: tables written
19.8-123 3299.694: [m: 13754 7799] WSN: starting heap...
19.8-123 3299.694: error: send failed: Broken pipe
19.8-123 3345.436: error: send failed: Broken pipe
19.8-123 3389.507: error: send failed: Broken pipe
19.8-123 3389.525: error: send failed: Broken pipe
19.8-123 3389.525: [m: 13754 7799] WSN: classes...
19.8-123 3392.735: [m: 13754 7799] WSN: loaded classes: 35749
19.8-123 3398.768: [m: 13754 7799] WSN: tagged classes: 35757
19.8-123 3398.855: [m: 13754 7799] WSN: additional class infos: 9
19.8-123 3400.112: [m: 13935 7980] WSN: tagCount=47494220
19.8-123 3400.112: error: send failed: Broken pipe
19.8-123 3477.141: error: send failed: Broken pipe
19.8-123 3477.142: [m: 13935 7980] WSN: ITH 1 done
19.8-123 3477.142: error: send failed: Broken pipe
19.8-123 3477.217: [m: 13935 7980] WSN: heap segment...
19.8-123 3477.254: [m: 13935 7980] WSN: classes dumped
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Not get Capture Memory snapshot remote hosts

Post by Anton Katilin »

Snapshot capture should eventually finish, even if there are communication timeouts happen.

Does the process keep running?
If it instead terminates, is a crash log file created by the JVM? What are the last lines in the profiler agent log?

Could you please provide the agent log file in full. You can send it to [email protected]

To increase the timeout thresholds, please add corresponding properties as described here:
viewtopic.php?f=3&t=5209&p=56529
Locked