Openfire Installation Error

Hi,

I install openfire from the tar file in my opensuse machine, without problems. Then, when I went to install the same instalation package in the opensuse server machine, I had an error reported (stderror.log):

java.io.IOException: EOF reading band

at com.sun.java.util.jar.pack.NativeUnpack.start(Native Method)

at com.sun.java.util.jar.pack.NativeUnpack.run(NativeUnpack.java:168)

at com.sun.java.util.jar.pack.NativeUnpack.run(NativeUnpack.java:217)

at com.sun.java.util.jar.pack.UnpackerImpl.unpack(UnpackerImpl.java:104)

at org.jivesoftware.openfire.starter.ServerStarter.unpackArchives(ServerStarter.ja va:171)

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

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

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

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:585)

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

at com.install4j.runtime.Launcher.main(Unknown Source)

java.lang.ClassNotFoundException: org.jivesoftware.openfire.XMPPServer

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

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

at java.net.URLClassLoader.findClass(URLClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

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

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

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

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:585)

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

at com.install4j.runtime.Launcher.main(Unknown Source)

When I went to install the server, I delete the older instalation of Openfire in the /opt folder… but…

The instalation create other files in other folder?

Thanks in advance…

Yasset