Problem with Loginserver and Gameserver 5.1

Results 1 to 7 of 7
  1. #1
    Novice dakeju is offline
    MemberRank
    Mar 2019 Join Date
    GermanyLocation
    4Posts

    sad Problem with Loginserver and Gameserver 5.1

    im trying to setup a 5.1 server just for myself to play around on and ive followed a guide on youtube everything worked fine so far but when i try to start the login and gameserver it wont start them

    when i run either login or game server i get this for login:

    Starting Aion German Login Server in DEVELOPMENT mode.Listening for transport dt_socket at address: 899901:44:12.240 INFO [main]: - Using default implementation for ThreadExecutor01:44:12.258 INFO [main]: - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl01:44:12.258 INFO [main]: - Quartz Scheduler v.2.1.7 created.01:44:12.258 INFO [main]: - RAMJobStore initialized.01:44:12.273 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'QuartzScheduler' 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 persistence. and is not clustered.01:44:12.273 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.01:44:12.273 INFO [main]: - Quartz scheduler version: 2.1.701:44:12.273 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.01:44:12.273 INFO [main]: - 2019-03-03 01-44-12 01:44:12.273 INFO [main]: - Loading: myls.properties01:44:12.273 INFO [main]: - No override properties found01:44:12.300 INFO [main]: - Loading: ./config/network/network.properties01:44:12.325 INFO [main]: - Loading: ./config/network/svstats.properties01:44:12.333 INFO [main]: - Loading: ./config/network/commons.properties01:44:12.333 INFO [main]: - Loading: ./config/network/database.propertiesException in thread "main" java.lang.Error: DatabaseFactory not initialized! at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:107) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://localhost:10061/al_server_ls?useUnicode=true&characterEncoding=UTF-8, username = root. Terminating connection pool. Original Exception: ------com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more------ at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) ... 1 moreCaused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ... 2 moreCaused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more

    and this for gameserver:

    Starting Aion German Game Server in DEVELOPMENT mode.Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0Listening for transport dt_socket at address: 899801:46:15.335 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.VerifyError: Expecting a stack map frameException Details: Location: com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkGlobalCallback()Z @84: iload_2 Reason: Error exists in the bytecode Bytecode: 0x0000000: 1214 b200 8901 b800 8c4b 2ab6 008e 9900 0x0000010: 0703 a700 0703 a700 033d 2ab6 008e 9900 0x0000020: 0e2a b600 90c0 004c b600 923d 1214 b200 0x0000030: 8901 1cbb 004c 595d 58b7 0094 b800 974b 0x0000040: 2ab6 0099 9900 0e2a b600 9ac0 004c b600 0x0000050: 92ac 1cac 1cac Stackmap Table: append_frame(@21,Object[#55]) same_locals_1_stack_item_frame(@25,Integer) full_frame(@44,{Top,Top,Integer},{}) same_frame(@82)java.lang.VerifyError: Expecting a stack map frameException Details: Location: com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkGlobalCallback()Z @84: iload_2 Reason: Error exists in the bytecode Bytecode: 0x0000000: 1214 b200 8901 b800 8c4b 2ab6 008e 9900 0x0000010: 0703 a700 0703 a700 033d 2ab6 008e 9900 0x0000020: 0e2a b600 90c0 004c b600 923d 1214 b200 0x0000030: 8901 1cbb 004c 595d 58b7 0094 b800 974b 0x0000040: 2ab6 0099 9900 0e2a b600 9ac0 004c b600 0x0000050: 92ac 1cac 1cac Stackmap Table: append_frame(@21,Object[#55]) same_locals_1_stack_item_frame(@25,Integer) full_frame(@44,{Top,Top,Integer},{}) same_frame(@82) at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameServer.java:382) ~[AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(GameServer.java:171) ~[AL-Game.jar:na]Game Server has terminated abnormaly!ive tried changing the connection IP from 127.0.0.1 to localhost but that didnt do anything if someone knows how to fix this please help


  2. #2
    Proficient Member Onyen542 is offline
    MemberRank
    Feb 2013 Join Date
    Indonesia, orieLocation
    171Posts

    Re: Problem with Loginserver and Gameserver 5.1

    Quote Originally Posted by dakeju View Post
    im trying to setup a 5.1 server just for myself to play around on and ive followed a guide on youtube everything worked fine so far but when i try to start the login and gameserver it wont start them

    when i run either login or game server i get this for login:

    Starting Aion German Login Server in DEVELOPMENT mode.Listening for transport dt_socket at address: 899901:44:12.240 INFO [main]: - Using default implementation for ThreadExecutor01:44:12.258 INFO [main]: - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl01:44:12.258 INFO [main]: - Quartz Scheduler v.2.1.7 created.01:44:12.258 INFO [main]: - RAMJobStore initialized.01:44:12.273 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'QuartzScheduler' 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 persistence. and is not clustered.01:44:12.273 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.01:44:12.273 INFO [main]: - Quartz scheduler version: 2.1.701:44:12.273 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.01:44:12.273 INFO [main]: - 2019-03-03 01-44-1201:44:12.273 INFO [main]: - Loading: myls.properties01:44:12.273 INFO [main]: - No override properties found01:44:12.300 INFO [main]: - Loading: ./config/network/network.properties01:44:12.325 INFO [main]: - Loading: ./config/network/svstats.properties01:44:12.333 INFO [main]: - Loading: ./config/network/commons.properties01:44:12.333 INFO [main]: - Loading: ./config/network/database.propertiesException in thread "main" java.lang.Error: DatabaseFactory not initialized! at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:107) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://localhost:10061/al_server_ls?useUnicode=true&characterEncoding=UTF-8, username = root. Terminating connection pool. Original Exception: ------com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more------ at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) ... 1 moreCaused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ... 2 moreCaused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more

    and this for gameserver:

    Starting Aion German Game Server in DEVELOPMENT mode.Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0Listening for transport dt_socket at address: 899801:46:15.335 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.VerifyError: Expecting a stack map frameException Details: Location: com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkGlobalCallback()Z @84: iload_2 Reason: Error exists in the bytecode Bytecode: 0x0000000: 1214 b200 8901 b800 8c4b 2ab6 008e 9900 0x0000010: 0703 a700 0703 a700 033d 2ab6 008e 9900 0x0000020: 0e2a b600 90c0 004c b600 923d 1214 b200 0x0000030: 8901 1cbb 004c 595d 58b7 0094 b800 974b 0x0000040: 2ab6 0099 9900 0e2a b600 9ac0 004c b600 0x0000050: 92ac 1cac 1cac Stackmap Table: append_frame(@21,Object[#55]) same_locals_1_stack_item_frame(@25,Integer) full_frame(@44,{Top,Top,Integer},{}) same_frame(@82)java.lang.VerifyError: Expecting a stack map frameException Details: Location: com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkGlobalCallback()Z @84: iload_2 Reason: Error exists in the bytecode Bytecode: 0x0000000: 1214 b200 8901 b800 8c4b 2ab6 008e 9900 0x0000010: 0703 a700 0703 a700 033d 2ab6 008e 9900 0x0000020: 0e2a b600 90c0 004c b600 923d 1214 b200 0x0000030: 8901 1cbb 004c 595d 58b7 0094 b800 974b 0x0000040: 2ab6 0099 9900 0e2a b600 9ac0 004c b600 0x0000050: 92ac 1cac 1cac Stackmap Table: append_frame(@21,Object[#55]) same_locals_1_stack_item_frame(@25,Integer) full_frame(@44,{Top,Top,Integer},{}) same_frame(@82) at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameServer.java:382) ~[AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(GameServer.java:171) ~[AL-Game.jar:na]Game Server has terminated abnormaly!ive tried changing the connection IP from 127.0.0.1 to localhost but that didnt do anything if someone knows how to fix this please help
    Check your variable java_home

  3. #3
    Novice dakeju is offline
    MemberRank
    Mar 2019 Join Date
    GermanyLocation
    4Posts

    Re: Problem with Loginserver and Gameserver 5.1

    Quote Originally Posted by Onyen542 View Post
    Check your variable java_home
    this should be correct?
    https://i.imgur.com/UUcQnAq.jpg

  4. #4
    Proficient Member Onyen542 is offline
    MemberRank
    Feb 2013 Join Date
    Indonesia, orieLocation
    171Posts

    Re: Problem with Loginserver and Gameserver 5.1

    Quote Originally Posted by dakeju View Post
    this should be correct?
    https://i.imgur.com/UUcQnAq.jpg
    Include path and folder bin

  5. #5
    Novice dakeju is offline
    MemberRank
    Mar 2019 Join Date
    GermanyLocation
    4Posts

    Re: Problem with Loginserver and Gameserver 5.1

    Quote Originally Posted by Onyen542 View Post
    Include path and folder bin
    JAVA_HOME

    C:\Program Files\Java\jdk1.7.0_79


    PATH

    C:\Program Files\Java\jdk1.7.0_79\bin


    i tried to add \bin at the JAVA_HOME but doesnt work

  6. #6
    Novice dakeju is offline
    MemberRank
    Mar 2019 Join Date
    GermanyLocation
    4Posts

    Re: Problem with Loginserver and Gameserver 5.1

    changing PATH and JAVA_HOME to the java.exe ( C:\Program Files\Java\jdk1.7.0_79\bin\java.exe ) or tools.exe ( C:\Program Files\Java\jdk1.7.0_79\lib\tools.jar ) didnt do anything either i have no idea what else to try

  7. #7
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,878Posts

    Re: Problem with Loginserver and Gameserver 5.1

    Quote Originally Posted by dakeju View Post
    im trying to setup a 5.1 server just for myself to play around on and ive followed a guide on youtube everything worked fine so far but when i try to start the login and gameserver it wont start them

    when i run either login or game server i get this for login:

    Starting Aion German Login Server in DEVELOPMENT mode.Listening for transport dt_socket at address: 899901:44:12.240 INFO [main]: - Using default implementation for ThreadExecutor01:44:12.258 INFO [main]: - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl01:44:12.258 INFO [main]: - Quartz Scheduler v.2.1.7 created.01:44:12.258 INFO [main]: - RAMJobStore initialized.01:44:12.273 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'QuartzScheduler' 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 persistence. and is not clustered.01:44:12.273 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.01:44:12.273 INFO [main]: - Quartz scheduler version: 2.1.701:44:12.273 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.01:44:12.273 INFO [main]: - 2019-03-03 01-44-1201:44:12.273 INFO [main]: - Loading: myls.properties01:44:12.273 INFO [main]: - No override properties found01:44:12.300 INFO [main]: - Loading: ./config/network/network.properties01:44:12.325 INFO [main]: - Loading: ./config/network/svstats.properties01:44:12.333 INFO [main]: - Loading: ./config/network/commons.properties01:44:12.333 INFO [main]: - Loading: ./config/network/database.propertiesException in thread "main" java.lang.Error: DatabaseFactory not initialized! at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:107) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://localhost:10061/al_server_ls?useUnicode=true&characterEncoding=UTF-8, username = root. Terminating connection pool. Original Exception: ------com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:121)Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more------ at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) ... 1 moreCaused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2332) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ... 2 moreCaused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:257) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294) ... 18 more

    and this for gameserver:

    Starting Aion German Game Server in DEVELOPMENT mode.Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0Listening for transport dt_socket at address: 899801:46:15.335 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.VerifyError: Expecting a stack map frameException Details: Location: com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkGlobalCallback()Z @84: iload_2 Reason: Error exists in the bytecode Bytecode: 0x0000000: 1214 b200 8901 b800 8c4b 2ab6 008e 9900 0x0000010: 0703 a700 0703 a700 033d 2ab6 008e 9900 0x0000020: 0e2a b600 90c0 004c b600 923d 1214 b200 0x0000030: 8901 1cbb 004c 595d 58b7 0094 b800 974b 0x0000040: 2ab6 0099 9900 0e2a b600 9ac0 004c b600 0x0000050: 92ac 1cac 1cac Stackmap Table: append_frame(@21,Object[#55]) same_locals_1_stack_item_frame(@25,Integer) full_frame(@44,{Top,Top,Integer},{}) same_frame(@82)java.lang.VerifyError: Expecting a stack map frameException Details: Location: com/aionemu/gameserver/utils/javaagent/JavaAgentUtils.checkGlobalCallback()Z @84: iload_2 Reason: Error exists in the bytecode Bytecode: 0x0000000: 1214 b200 8901 b800 8c4b 2ab6 008e 9900 0x0000010: 0703 a700 0703 a700 033d 2ab6 008e 9900 0x0000020: 0e2a b600 90c0 004c b600 923d 1214 b200 0x0000030: 8901 1cbb 004c 595d 58b7 0094 b800 974b 0x0000040: 2ab6 0099 9900 0e2a b600 9ac0 004c b600 0x0000050: 92ac 1cac 1cac Stackmap Table: append_frame(@21,Object[#55]) same_locals_1_stack_item_frame(@25,Integer) full_frame(@44,{Top,Top,Integer},{}) same_frame(@82) at com.aionemu.gameserver.GameServer.initUtilityServicesAndConfig(GameServer.java:382) ~[AL-Game.jar:na] at com.aionemu.gameserver.GameServer.main(GameServer.java:171) ~[AL-Game.jar:na]Game Server has terminated abnormaly!ive tried changing the connection IP from 127.0.0.1 to localhost but that didnt do anything if someone knows how to fix this please help
    You must check your Login and GameServer settings again...
    There may be some error in your configuration.

    Edit: If you want can use my 4.3, this included java 7 and configurations

    http://forum.ragezone.com/f587/aion-...-dark-1151634/
    Last edited by Robyson; 06-03-19 at 12:39 AM.



Advertisement