hey, so I'm trying to run Comet on a linux VPS. But I've ran into a problem & can't seem to figure it out.
Here is the error anyway.
Code:root@protectxabbonet:~/comet# java -jar Comet-Server-1.3.1-ALPHA2.jar Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger at com.cometproject.server.boot.Comet.<clinit>(Comet.java:20) at com.boot.Main.main(Main.java:14) Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 2 more




Reply With Quote


