Error Starting Connection Manager on 3.0 in Linux

I am getting this error, when I am trying to start connection Manager with Wildfire 3.0 Both runs on different servers.

Can someone help me?

Thanks

Jose

/connection_manager/bin$ ./cmanager.sh

Exception in thread “main” java.lang.NoClassDefFoundError: org.jivesoftware.multiplexer.starter.ServerStarter

at java.lang.Class.initializeClass(libgcj.so.7)

at java.lang.Class.forName(libgcj.so.7)

at gnu.java.lang.MainThread.run(libgcj.so.7)

Caused by: java.lang.ClassNotFoundException: java.util.jar.Pack200$Unpacker not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/wildfire/connection_manager/ lib/startup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}

at java.net.URLClassLoader.findClass(libgcj.so.7)

at java.lang.ClassLoader.loadClass(libgcj.so.7)

at java.lang.ClassLoader.loadClass(libgcj.so.7)

at java.lang.Class.forName(libgcj.so.7)

at java.lang.Class.initializeClass(libgcj.so.7)

…2 more

Message was edited by: joseg

Hola Jose,

That error is triggered when you are not using Java 1.5 or later. Make sure that you are using the correct Java version when running Connection Managers. To check the Java version that you are using you can execute “java -version” from the command tool. Modify the JAVA_HOME environment variable to point to the correct JDK or JRE.

Regards,

– Gato