Unanswered question

java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean

Bonjour , J'essaye d'installer en mode silencieux neoload_7_4_0_linux_x64 sur une distribution debian ( Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux) conformément à la documentation https://www.neotys.com/documents/doc/neoload/latest/en/ht... mais je rencontre cette exception

java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
Error log: /home/jplerbscher/install4jError2290913930749542316.log
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
at com.install4j.runtime.installer.InstallerVariables$15.setVariable(InstallerVariables.java:846)
at com.install4j.runtime.installer.InstallerVariables$7.run(InstallerVariables.java:352)
at com.install4j.runtime.installer.helper.comm.actions.RunAction.execute(RunAction.java:11)
at com.install4j.runtime.installer.helper.comm.HelperCommunication.executeActionDirect(HelperCommunication.java:271)
at com.install4j.runtime.installer.helper.comm.HelperCommunication.executeActionInt(HelperCommunication.java:246)
at com.install4j.runtime.installer.helper.comm.HelperCommunication.executeAction(HelperCommunication.java:223)
at com.install4j.runtime.installer.InstallerVariables.setVariable(InstallerVariables.java:347)
at com.install4j.runtime.installer.InstallerVariables.addVariables(InstallerVariables.java:1041)
at com.install4j.runtime.installer.InstallerVariables.loadResponseFile(InstallerVariables.java:953)
at com.install4j.runtime.installer.InstallerVariables.initCommandLine(InstallerVariables.java:913)
at com.install4j.runtime.installer.Installer.getScreenExecutor(Installer.java:104)
at com.install4j.runtime.installer.Installer.runInProcess(Installer.java:56)
at com.install4j.runtime.installer.Installer.main(Installer.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:84)
at com.install4j.runtime.launcher.UnixLauncher.start(UnixLauncher.java:66)
at install4j.Installer3398381243.main(Unknown Source)

jean-pierre L.
jean-pierre L.

jean-pierre L.

Level
0
3 / 100
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

There must be an error in the '"response.varfile" file, a String value where a boolean is expected.