Clover etl fails to start after JRE update

Hello,

I’m running Clover ETL 3.1 that used the 1.7 java version. When i updated to 1.8 Integrator failed to start giving the attached message.

I went to the system environment variables and changed to the old path (for java 1.7) but this hasn’t worked.

Can you please advise?
Thanks!

my ini file looks like this:

-vm
jdk1.7.0_07/bin/javaw.exe
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-product
com.endeca.latitude.product.designer
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
com.endeca.latitude.product
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

Hi,

This looks like Oracle Integrator and not CloverETL 3.1. I do not know which Java version is supported by Integrator but CloverETL can not run on Java 8 yet. We plan to add support for Java 8 in some of our future releases.

I noticed that your ini file contains a relative path to javaw.exe while mine contains an absolute one. Could you try to change it to the absolute path, please? Also, changing environment variables might not help you in case you installed the software with the Java bundled with it.

Just a side note, Java 8 will be officially supported in CloverETL 4.1.0 which should be released in a few weeks.