- This topic has 5 replies, 2 voices, and was last updated 4 years, 1 month ago by
support-swapna.
-
AuthorPosts
-
I wanted to use the profiler but it’s doesn’t seem to work in the current version. The splash screen appears but then nothing happens afterwards. In the Eclipse error panel it reports “Could not parse Java version” in plugin com.genuitec.eclipse.visualvm. There’s no stack trace for the error. Changing the JDK in the Tools / Profiler preferences page seems to have no effect on the problem. Any ideas?
Session data for the error in case that’s useful:
eclipse.buildId=16.0.0.CI-005
java.version=13
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86_64February 26, 2020 at 8:13 am #643388
support-swapnaModeratorSteve,
Sorry that you are seeing this issue.
What is the project’s java version? It looks like the VisualVM Profiler is not working for higher versions of Java i.e Java 13.
I will file a bug report for the dev team to look into it.Apologies for inconvenience caused.
–Swapna
Genuitec SupportFebruary 26, 2020 at 9:05 am #643392Thanks! The project is Java 11.
I think there’s also issues using the embedded Tomcat server above Java 8 but I was able to resolve those by swapping out the shipped Tomcat files with those from a current Tomcat version.
February 27, 2020 at 8:00 am #643506
support-swapnaModeratorSteve,
Our embedded Tomcat version is Tomcat 8 which supports till JavaEE 7. We will be updating the version soon in our next release.
You can configure external Tomcat 9 in the MyEclipse using the connector from here : Right click in the Servers view > New Server > look for Tomcat, expand it and configure the Tomcat 9 installation.Hope this helps. Please let us know if you have any further questions.
–Swapna
Genuitec SupportMay 6, 2021 at 6:38 am #673678The Visual VM Profiler is still broken in MyEclipse 2020.9.16 for a project using Java 11 – same “Could not parse Java version” message in the error log – no stack trace. Hoping you’ve fixed this in the forthcoming version as it’s nice to have it integrated.
May 11, 2021 at 6:57 am #673732
support-swapnaModeratorSteve,
The Visual VM Profiler will be fixed in our upcoming release due this month end.
We will keep you posted when the release is out.Thank you for your patience.
–Swapna
Genuitec Support -
AuthorPosts