Exception when starting OF after update from 3.9.1 to 3.9.3

Hello,

I’ve just installed the 3.9.3 version above the 3.9.1, using the Windows installer and I’ve got an exception when launching OF :

java.lang.IllegalArgumentException: MALFORMED

at java.util.zip.ZipCoder.toString(Unknown Source)

at java.util.zip.ZipFile.getZipEntry(Unknown Source)

at java.util.zip.ZipFile.access$900(Unknown Source)

at java.util.zip.ZipFile$1.nextElement(Unknown Source)

at java.util.zip.ZipFile$1.nextElement(Unknown Source)

at java.util.jar.JarFile$1.nextElement(Unknown Source)

at java.util.jar.JarFile$1.nextElement(Unknown Source)

at sun.misc.URLClassPath$JarLoader.validIndex(Unknown Source)

at sun.misc.URLClassPath$JarLoader.getResource(Unknown Source)

at sun.misc.URLClassPath$JarLoader.getResource(Unknown Source)

at sun.misc.URLClassPath.getResource(Unknown Source)

at java.net.URLClassLoader$1.run(Unknown Source)

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at org.jivesoftware.openfire.starter.JiveClassLoader.(JiveClassLoader.java:5 3)

at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:108)

at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:58)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

at com.exe4j.runtime.WinLauncher.main(Unknown Source)

at com.install4j.runtime.launcher.WinLauncher.main(Unknown Source)

I haven’t tried anything else for now. Just reporting the problem.

Anybody could tell me where the problem comes from ?

I run OF as a service on WinXP with Maria DB 10.0.

Thank you by advance.

Ok, I’ve fixed the problem, just by restarting OF…

I add that before I can finish the upgrade installation, I had to stop myself OF wrapper service, otherwise there was a problem with the jvm.dll file that was likely locked. Maybe the installer could try to stop the service, no ? Or why not explain to the user that he should stop OF service before installation (I didn’t saw any warning about that).

Thank you for paying attention.