Start up problem

Issue #768 resolved
T0niiiiii created an issue

root@vps448665:/var/www/onnelahotelli.com/Arcturus# java -Xms1024M -Xmx2048M -jar Habbo-1.9.0-jar-with-dependencies.jar _ __ _ _ _ /\ | | | | | | | | | | / \ _ __ ___| | _ _ _ __ _ _ | | _ __ ___ _ | | __ | | _ | | / /\ \ | '/ | | | | | '| | | / | | | | ' _ \| | | | |/ _ | / _ | '| | / _ | | | (| || || | | | || _ \ | || | | | | | || | | (| | || () | | || // __| ___|_|_,|| _,|___/ |______|| || ||_,||_,|____/|| ()

[LOADING] Configuration Manager -> Loaded! SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [SHUTDOWN] Stopping Arcturus Emulator Version: 1.9.0... [SHUTDOWN] Stopped Arcturus Emulator Version: 1.9.0... Exception in thread "Thread-0" java.lang.NullPointerException at com.eu.habbo.Emulator.dispose(Emulator.java:278) at com.eu.habbo.Emulator.access$000(Emulator.java:30) at com.eu.habbo.Emulator$1.run(Emulator.java:98) at java.lang.Thread.run(Thread.java:748)

Comments (7)

  1. TheOmanNorge

    Check that your config file is correct configured.

    I had the same error before, and I think that is the reason why.

  2. T0niiiiii reporter

    I get now this: root@vps448665:/var/www/onnelahotelli.com/Arcturus# java -jar Habbo-1.9.0-jar-with-dependencies.jar _ __ _ _ _ /\ | | | | | | | | | | / \ _ __ ___| | _ _ _ __ _ _ | | _ __ ___ _ | | __ | | _ | | / /\ \ | '/ | | | | | '| | | / | | | | ' _ \| | | | |/ _ | / _ | '| | / _ | | | (| || || | | | || _ \ | || | | | | | || | | (| | || () | | || // __| ___|_|_,|| _,|___/ |______|| || ||_,||_,|____/|| ()

    [LOADING] Configuration Manager -> Loaded! SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [SHUTDOWN] Stopping Arcturus Emulator Version: 1.9.0... [SHUTDOWN] Stopped Arcturus Emulator Version: 1.9.0... Exception in thread "Thread-0" java.lang.NullPointerException at com.eu.habbo.Emulator.dispose(Emulator.java:278) at com.eu.habbo.Emulator.access$000(Emulator.java:30) at com.eu.habbo.Emulator$1.run(Emulator.java:98) at java.lang.Thread.run(Thread.java:748)

    My java version: root@vps448665:/var/www/onnelahotelli.com/Arcturus# java -version java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)

  3. TheOmanNorge

    Check your db details if they are correct. Do your user have permissions to the db?

    Are you using a remote mysql server to connect up to? Check and see if your mysql server allowing your emu IP to be connected to it.

  4. Log in to comment