Login Server Class Error

Results 1 to 1 of 1
  1. #1
    SkullCrasher Neliel Tu is offline
    MemberRank
    Jul 2012 Join Date
    Japan, TokyoLocation
    1,240Posts

    Login Server Class Error

    Starting Aion Lightning Login Server in DEVELOPMENT mode.
    Listening for transport dt_socket at address: 8999
    14:58:46.066 INFO [main]: - Using default implementation for ThreadExecutor
    14:58:46.181 INFO [main]: - Initialized Scheduler Signaller of type: class org.q
    uartz.core.SchedulerSignalerImpl
    14:58:46.184 INFO [main]: - Quartz Scheduler v.2.1.7 created.
    14:58:46.186 INFO [main]: - RAMJobStore initialized.
    14:58:46.188 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'Quar
    tzScheduler' with instanceId 'NON_CLUSTERED'
    Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
    NOT STARTED.
    Currently in standby mode.
    Number of jobs executed: 0
    Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
    Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persis
    tence. and is not clustered.

    14:58:46.189 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from
    an externally provided properties instance.
    14:58:46.189 INFO [main]: - Quartz scheduler version: 2.1.7
    14:58:46.190 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.
    14:58:46.190 INFO [main]: - ♀2015-02-04 14-58-46♀
    14:58:46.192 INFO [main]: - Loading: myls.properties
    14:58:46.193 INFO [main]: - No override properties found
    14:58:46.227 INFO [main]: - Loading: ./config/network/network.properties
    14:58:46.274 INFO [main]: - Loading: ./config/network/commons.properties
    14:58:46.276 INFO [main]: - Loading: ./config/network/database.properties
    14:58:47.581 INFO [main]: - Successfully connected to database
    Exception in thread "main" java.lang.Error: Error while compiling classes
    at com.aionemu.commons.database.dao.DAOManager.init(DAOManager.java:73)
    at com.aionemu.loginserver.LoginServer.main(LoginServer.java:120)
    Caused by: java.lang.RuntimeException: Error while compiling classes
    at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.do
    Compilation(ScriptCompilerImpl.java:194)
    at com.aionemu.commons.scripting.impl.javacompiler.ScriptCompilerImpl.co
    mpile(ScriptCompilerImpl.java:163)
    at com.aionemu.commons.scripting.impl.ScriptContextImpl.init(ScriptConte
    xtImpl.java:141)
    at com.aionemu.commons.scripting.scriptmanager.ScriptManager.load(Script
    Manager.java:96)
    at com.aionemu.commons.database.dao.DAOManager.init(DAOManager.java:70)
    ... 1 more

    Help me i can't start the server i compiled it with newest NetBeans




Advertisement