"Unsupported OS" error when connecting to remote host

Questions about YourKit Java Profiler
Post Reply
cmullins
Posts: 4
Joined: Sat May 12, 2018 6:06 pm

"Unsupported OS" error when connecting to remote host

Post by cmullins »

I'm connecting to a GCP host. The SSH connection works, but I get this "Unsupported OS" error. The error:

Image

I'm running YourKit 2018.04-b64 (with a license).

Details on the host I'm connecting to:

Code: Select all

$ java -version
openjdk version "1.8.0_162"
OpenJDK Runtime Environment (build 1.8.0_162-8u162-b12-1~bpo8+1-b12)
OpenJDK 64-Bit Server VM (build 25.162-b12, mixed mode)

Code: Select all

$ uname -r
3.16.0-6-amd64

Code: Select all

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 8.10 (jessie)
Release:	8.10
Codename:	jessie
I've tried specifying the path to Java to no avail (I get the same error).

Anyone have any idea how to resolve?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: "Unsupported OS" error when connecting to remote host

Post by Anton Katilin »

Could you please send to [email protected] the logs:
- from your local machine ~/.yjp/log
- from the remote machine ~/.yjp/log
Vladimir Kondratyev
Posts: 1619
Joined: Tue Aug 10, 2004 7:52 pm

Re: "Unsupported OS" error when connecting to remote host

Post by Vladimir Kondratyev »

Please send us output of "uname -a" and "uname -i" commands from your Debian machine.

Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: "Unsupported OS" error when connecting to remote host

Post by Anton Katilin »

And of "uname -m", please.
cmullins
Posts: 4
Joined: Sat May 12, 2018 6:06 pm

Re: "Unsupported OS" error when connecting to remote host

Post by cmullins »

Thanks for the response guys. Here's output from the commands. I'll get the logs to you in a bit. Have since wiped that machine so will need to reproduce:

Code: Select all

$ uname -a
Linux test-cluster2-m 3.16.0-6-amd64 #1 SMP Debian 3.16.56-1 (2018-04-28) x86_64 GNU/Linux
$ uname -i
unknown
$ uname -m
x86_64
cmullins
Posts: 4
Joined: Sat May 12, 2018 6:06 pm

Re: "Unsupported OS" error when connecting to remote host

Post by cmullins »

Local logs sent to the support address. There are no logs on the remote host.

thanks again!
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: "Unsupported OS" error when connecting to remote host

Post by Anton Katilin »

Thank you for providing the information. We're working on this and are going to solve the problem in the next build.
cmullins
Posts: 4
Joined: Sat May 12, 2018 6:06 pm

Re: "Unsupported OS" error when connecting to remote host

Post by cmullins »

Thanks guys, that was fast! Looking forward to it.

Yourkit is an awesome product, keep up the good work :)
Vladimir Kondratyev
Posts: 1619
Joined: Tue Aug 10, 2004 7:52 pm

Re: "Unsupported OS" error when connecting to remote host

Post by Vladimir Kondratyev »

Build 2018.04.67 which fixes this issue is available for download at https://www.yourkit.com/java/profiler/download/

Please try it and confirm the the problem is gone.

Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"
Post Reply