Hi frinds,
I’‘m new in Wildfire. I’‘ve a running Wildfire Server and now i’'d like to install a Connection Manager, so i downloaded the tar.gz files to another pc, followed all the steps of the installation guide, but when i tried to execute this error message is displayed:
daviar@kepler:~/Desktop/project/connection_manager/bin$ ./cmanager.sh
Exception in thread “main” java.lang.NoClassDefFoundError: while resolving class: org.jivesoftware.multiplexer.starter.ServerStarter
at java.lang.VMClassLoader.transformException(java.lang.Class, java.lang.Throwable) (/usr/lib/libgcj.so.6.0.0)
at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
Caused by: java.lang.ClassNotFoundException: java.lang.StringBuilder not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/daviar/Desktop/project/conne ction_manager/lib/startup.jar,file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.6.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
…4 more
Can anybodu help me? This should run on a Ubunutu Breezy. I’'ve just installed the jre 1.5. and lincgj6 is installed and working too.