- This topic has 5 replies, 2 voices, and was last updated 3 years, 6 months ago by support-swapna.
-
AuthorPosts
-
stevehParticipantI 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_64
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 Support
stevehParticipantThanks! 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.
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 Support
stevehParticipantThe 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.
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