comet on a Linux VPS.

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! YoWesty is offline
    MemberRank
    Oct 2012 Join Date
    285Posts

    comet on a Linux VPS.

    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


  2. #2
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: comet on a Linux VPS.

    Libraries aren't loaded. Did you compile this from source?

  3. #3
    Account Upgraded | Title Enabled! YoWesty is offline
    MemberRank
    Oct 2012 Join Date
    285Posts

    Re: comet on a Linux VPS.

    Quote Originally Posted by The General View Post
    Libraries aren't loaded. Did you compile this from source?
    Yeah, it works fine on Windows and when starting it via a .bat file.



Advertisement