I'm using Sidux, so I have a root account. But it's not possible to update the client. So I loaded the software again and tried to install, where I get an error message from install4j:
java.io.IOException: wrong magic number
Here the part out of the error log:
Exception:
java.io.IOException: wrong magic number
at com.install4j.runtime.installer.helper.content.ContentCollector.initUnextractedFiles(Unknown Source)
at com.install4j.runtime.installer.helper.content.ContentCollector.collectContentStreams(Unknown Source)
at com.install4j.runtime.installer.helper.content.ContentInstaller.doStandardInstallation(Unknown Source)
at com.install4j.runtime.beans.actions.InstallFilesAction.install(Unknown Source)
at com.install4j.runtime.installer.InstallerContextImpl.performActionInt(Unknown Source)
at com.install4j.runtime.installer.ContextImpl.performAction(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.executeActions(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.handleCommand(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.start(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.Launcher.main(Unknown Source)
Who can tell, where the problem is?