|
IMServer启动的时候报告如下错误:
Exception in thread "main" java.lang.NoClassDefFoundError: org.jivesoftware.wildfire.component.InternalComponentManager
at java.lang.Class.initializeClass(libgcj.so.7rh)
at org.jivesoftware.wildfire.XMPPServer.initialize(XMPPServer.java:343)
at org.jivesoftware.wildfire.XMPPServer.start(XMPPServer.java:409)
at org.jivesoftware.wildfire.XMPPServer.<init>(XMPPServer.java:177)
at java.lang.Class.newInstance(libgcj.so.7rh)
at org.jivesoftware.wildfire.starter.ServerStarter.start(ServerStarter.java:88)
at org.jivesoftware.wildfire.starter.ServerStarter.main(ServerStarter.java:49)
Caused by: java.lang.ClassNotFoundException: java.util.concurrent.ConcurrentHashMap not found in org.jivesoftware.wildfire.starter.JiveClassLoader{urls=[file:/usr/oracle/X3Server/IMServer/lib/,file:/usr/oracle/X3Server/IMServer/lib/wildfire.jar,file:/usr/oracle/X3Server/IMServer/lib/activation.jar,file:/usr/oracle/X3Server/IMServer/lib/resin.jar,file:/usr/oracle/X3Server/IMServer/lib/commons-el.jar,file:/usr/oracle/X3Server/IMServer/lib/jasper-runtime.jar,file:/usr/oracle/X3Server/IMServer/lib/jdic.jar,file:/usr/oracle/X3Server/IMServer/lib/ojdbc14.jar,file:/usr/oracle/X3Server/IMServer/lib/jasper-compiler.jar,file:/usr/oracle/X3Server/IMServer/lib/bouncycastle.jar,file:/usr/oracle/X3Server/IMServer/lib/hession.jar,file:/usr/oracle/X3Server/IMServer/lib/ojdbc14_g.jar,file:/usr/oracle/X3Server/IMServer/lib/hsqldb.jar,file:/usr/oracle/X3Server/IMServer/lib/hsqldbutil.jar,file:/usr/oracle/X3Server/IMServer/lib/mysql.jar,file:/usr/oracle/X3Server/IMServer/lib/servlet.jar,file:/usr/oracle/X3Server/IMServer/lib/startup.jar,file:/usr/oracle/X3Server/IMServer/lib/mail.jar,file:/usr/oracle/X3Server/IMServer/lib/postgres.jar,file:/usr/oracle/X3Server/IMServer/lib/jtds.jar], parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/oracle/X3Server/IMServer/lib/startup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}
at java.net.URLClassLoader.findClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at java.lang.Class.forName(libgcj.so.7rh)
at java.lang.Class.initializeClass(libgcj.so.7rh)
...6 more
请问如何解决? |
|