Aion 4.0_4.3 Server files & Client

Page 59 of 63 FirstFirst ... 94951525354555657585960616263 LastLast
Results 871 to 885 of 932
  1. #871
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,857Posts

    Re: Aion 4.0_4.3 Server files & Client

    Quote Originally Posted by Spray View Post
    is the .bg system working?
    Needs to be tested, i didn't have time.

  2. #872
    Member emundus is offline
    MemberRank
    Jun 2022 Join Date
    59Posts

    Re: Aion 4.0_4.3 Server files & Client

    Can someone help me?
    I'm having this error in login.bat
    Code:
    18:52:59.005 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:104)        at com.aionemu.loginserver.LoginServer.main(LoginServer.java:116)Caused by: java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://localhost:3306/al_server_ls?useUnicode=true&characterEncoding=UTF-8, username = root. Terminating connection pool. Original Exception: ------com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)        at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)        at com.mysql.jdbc.Util.getInstance(Util.java:360)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:935)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:924)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:870)        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2311)        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2064)        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:790)        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)        at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:395)        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)        at java.sql.DriverManager.getConnection(DriverManager.java:571)        at java.sql.DriverManager.getConnection(DriverManager.java:215)        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:101)        at com.aionemu.loginserver.LoginServer.main(LoginServer.java:116)Caused by: java.lang.NullPointerException        at com.mysql.jdbc.ConnectionImpl.getServerCharset(ConnectionImpl.java:2983)        at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1873)        at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1802)        at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1206)        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2234)        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2265)        ... 16 more------        at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312)        at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:101)        ... 1 moreCaused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)        at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)        at com.mysql.jdbc.Util.getInstance(Util.java:360)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:935)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:924)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:870)        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2311)        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2064)        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:790)        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)        at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:395)        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)        at java.sql.DriverManager.getConnection(DriverManager.java:571)        at java.sql.DriverManager.getConnection(DriverManager.java:215)        at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256)        at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305)        ... 2 moreCaused by: java.lang.NullPointerException        at com.mysql.jdbc.ConnectionImpl.getServerCharset(ConnectionImpl.java:2983)        at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1873)        at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1802)        at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1206)        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2234)        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2265)        ... 16 more

  3. #873
    Member Yazoo is offline
    MemberRank
    Aug 2016 Join Date
    AsmodaeLocation
    78Posts

    Re: Aion 4.0_4.3 Server files & Client

    If I read and understood correctly, there is a connection problem with the login and the database, what I suspect is that either the port is not good so from 3306 it may be 3316 to see in the config folder or stupid thing is that the file al_server_ls is called otherwise. Look already with these simple tracks.

  4. #874
    Member emundus is offline
    MemberRank
    Jun 2022 Join Date
    59Posts

    Re: Aion 4.0_4.3 Server files & Client

    Quote Originally Posted by Yazoo View Post
    If I read and understood correctly, there is a connection problem with the login and the database, what I suspect is that either the port is not good so from 3306 it may be 3316 to see in the config folder or stupid thing is that the file al_server_ls is called otherwise. Look already with these simple tracks.
    I tried, but without success :/ ty for try

  5. #875
    Member Yazoo is offline
    MemberRank
    Aug 2016 Join Date
    AsmodaeLocation
    78Posts

    Re: Aion 4.0_4.3 Server files & Client

    Ultimate solution, delete the database and put it back. I'm going to download everything and test it all on my side, I'll keep you posted. Do you use UniServerZ as recommended or do you do it separately?

    I tested through uniserv and replacing the al-game that Robson26 a few previous posts. For me everything works, then I had a port problem because port 33306 was occupied by software so I changed it to 3316 in the login and gameserver databases and on uniserv in mysql. Persevere because it must be something very simple that we may not see it because we are focusing on something complicated.
    Last edited by Yazoo; 16-06-22 at 02:25 AM.

  6. #876
    Member emundus is offline
    MemberRank
    Jun 2022 Join Date
    59Posts

    Re: Aion 4.0_4.3 Server files & Client

    Quote Originally Posted by Yazoo View Post
    Ultimate solution, delete the database and put it back. I'm going to download everything and test it all on my side, I'll keep you posted. Do you use UniServerZ as recommended or do you do it separately?

    I tested through uniserv and replacing the al-game that Robson26 a few previous posts. For me everything works, then I had a port problem because port 33306 was occupied by software so I changed it to 3316 in the login and gameserver databases and on uniserv in mysql. Persevere because it must be something very simple that we may not see it because we are focusing on something complicated.
    I was using another uniserver, but now it works thanks!

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

    Re: Aion 4.0_4.3 Server files & Client

    Remembering that Emu has the Last Update so far...

    Just put the files in the root of C: or D:
    Ex:. C:\Aion4.3_EMU or D:\Aion4.3_EMU

    - Run Start Apache & Start MySQL or just Start MySQL in ...Aion4.3_EMU\UniServerZ\UniController.exe

    - Run Start LS & GS.bat in ...Aion4.3_EMU\AionServerPlay\Start LS & GS.bat

    Done!!.
    Last edited by Robyson; 16-06-22 at 02:55 AM.

  8. #878
    Member emundus is offline
    MemberRank
    Jun 2022 Join Date
    59Posts

    Re: Aion 4.0_4.3 Server files & Client

    @Robson26 can you help me with mine ports? It's a bit diff...

    can you DM me please?

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

    Re: Aion 4.0_4.3 Server files & Client

    Quote Originally Posted by emundus View Post
    @Robson26 can you help me with mine ports? It's a bit diff...

    can you DM me please?
    Sorry!! but there are many tutorials on the forum to help you and this may solve your problem.

  10. #880
    Member emundus is offline
    MemberRank
    Jun 2022 Join Date
    59Posts

    Re: Aion 4.0_4.3 Server files & Client

    Quote Originally Posted by Robson26 View Post
    Sorry!! but there are many tutorials on the forum to help you and this may solve your problem.
    I managed to solve the problem: my internal ports are redirected to different external ports, so the game can't listen to external ports and doesn't work. thank you very much anyway for the help, you are amazing and don't forget that!

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

    Re: Aion 4.0_4.3 Server files & Client

    OK!! New link for Emu has been added...

    - Items can now be sold for AP.
    - Other spawns have been fixed.
    - Completed code cleanup.

    Caution!! Update libs folder and data folder.

    Have fun!!
    Last edited by Robyson; 21-06-22 at 03:22 AM.

  12. #882
    Member emundus is offline
    MemberRank
    Jun 2022 Join Date
    59Posts

    Re: Aion 4.0_4.3 Server files & Client

    Quote Originally Posted by Robson26 View Post
    OK!! New link for Emu has been added...

    - Items can now be sold for AP.
    - Other spawns have been fixed.
    - Completed code cleanup.

    Caution!! Update libs folder and data folder.

    Have fun!!
    Can you tell me how you fixed the items to sell for AP?

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

    Re: Aion 4.0_4.3 Server files & Client

    Quote Originally Posted by emundus View Post
    Can you tell me how you fixed the items to sell for AP?
    Fix in source code.
    Last edited by Robyson; 26-06-22 at 12:19 AM.

  14. #884
    Member emundus is offline
    MemberRank
    Jun 2022 Join Date
    59Posts

    Re: Aion 4.0_4.3 Server files &amp;amp; Client

    Quote Originally Posted by Robson26 View Post
    Fix in source code...
    TradeService.java and CM_BUY_ITEM.java
    Thanks lord Robson

    - - - Updated - - -

    Quote Originally Posted by Robson26 View Post
    Fix in source code...
    TradeService.java and CM_BUY_ITEM.java
    I fixed my 4.6, thanks for the tips!

    - - - Updated - - -

    Quote Originally Posted by Robson26 View Post
    OK!! New link for Emu has been added...

    - Items can now be sold for AP.

    Have fun!!
    Only can sell 1 by 1, is normal?

  15. #885
    Apprentice woghwjs1 is offline
    MemberRank
    Mar 2022 Join Date
    20Posts

    Re: Aion 4.0_4.3 Server files & Client

    hahahahahaha!!!! good news!! thank you robson26 :)



Advertisement