[Release] Allods Online - Server files

Page 41 of 44 FirstFirst ... 31333435363738394041424344 LastLast
Results 601 to 615 of 657
  1. #601
    Enthusiast Arktiks is offline
    MemberRank
    Jan 2013 Join Date
    40Posts

    Re: Allods Online - Server files

    I hope i am here correctly :)

    can anyone upload serverfiles for Allods 2.0 or higher i was search in google but found anything else

    Thx

  2. #602
    Account Upgraded | Title Enabled! Busman is offline
    MemberRank
    Sep 2009 Join Date
    LondonLocation
    1,385Posts

    Re: Allods Online - Server files

    Quote Originally Posted by Arktiks View Post
    I hope i am here correctly :)

    can anyone upload serverfiles for Allods 2.0 or higher i was search in google but found anything else

    Thx
    I believe if i am not mistaken 1.0 are the most wildly available files here and 2.0 or 3.0 are not currently released. Others have them and are using them for privet servers.

  3. #603
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: Allods Online - Server files

    Quote Originally Posted by wrestling View Post
    Hello!
    this is not opening
    error ?
    7zip kullan winrar ile açamazsın :D
    Last edited by sananebak; 16-01-13 at 04:07 PM.

  4. #604
    Member cHiPiDle is offline
    MemberRank
    Feb 2011 Join Date
    Everywhere!Location
    89Posts

    Re: Allods Online - Server files

    Quote Originally Posted by sananebak View Post
    amk koyim senin ya :D olum boyle acmıcaksın servere okutacaksın :D
    I have no idea what exactly you are talking about. But if you have the same error as wrestling like above, please use 7Zip to extract those 7z files instead of using Winrar.

    Regard.

  5. #605
    Member cHiPiDle is offline
    MemberRank
    Feb 2011 Join Date
    Everywhere!Location
    89Posts

    Re: Allods Online - Server files

    Does anyone have v1.0.02 server files? Please reupload...

    Thanks.
    Last edited by cHiPiDle; 13-01-13 at 07:17 PM.

  6. #606
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: Allods Online - Server files

    I fixed the problem
    Last edited by sananebak; 19-01-13 at 05:46 PM.

  7. #607
    Member cHiPiDle is offline
    MemberRank
    Feb 2011 Join Date
    Everywhere!Location
    89Posts

    Re: Allods Online - Server files

    Did you follow exactly as this manual? #post6795698

    You should get the pre-config files at the bottom of this post, and then edit to match your configs. Remember to create all required mysql databases before run server.

    At your quote, the errors start at here
    [01-15 22:54:49,017, 288140] item - ERROR verify : org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Unknown database 'allods_online_rc_1_1_02')
    dbcommons.jdbc.exception.DatabaseConfigurationException: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Unknown database 'allods_online_rc_1_1_02')
    Maybe something wrong at your mysql connecting configs, or database is not existed .v.v...

  8. #608
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: Allods Online - Server files

    I fixed the problem
    Last edited by sananebak; 19-01-13 at 05:46 PM.

  9. #609
    Member cHiPiDle is offline
    MemberRank
    Feb 2011 Join Date
    Everywhere!Location
    89Posts

    Re: Allods Online - Server files

    I still have no idea. They're all about your database problems. Maybe you should try removing existed postgresql DB, then recreate and run accountServer again. Or you can try that: login postgresql, create your own account, set owner to the DB, and change the configs.

  10. #610
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: Allods Online - Server files

    Quote Originally Posted by cHiPiDle View Post
    I still have no idea. They're all about your database problems. Maybe you should try removing existed postgresql DB, then recreate and run accountServer again. Or you can try that: login postgresql, create your own account, set owner to the DB, and change the configs.

    My server is turned on. accountserver.bat file, but I get this error.Everything is working, but I got this error.


    this error

    Code:
    [01-15 23:19:09,372, 314] main - INFO  launch.main.LauncherMain  : loading config from ../cfg/shard_local.xml[01-15 23:19:10,506, 1448] main - INFO  launch.main.LauncherMain  : loading from cfg "../cfg/shard_local.xml", server "accountServer", deploy = 127.0.0.1
    [01-15 23:19:10,506, 1448] main - INFO  launch.main.LauncherMain  : Server type is "accountServer"[01-15 23:19:10,541, 1483] main - INFO  tools.reflection.ClassesLoader  : loading classess from [server\bin, \jars\, \jars_local\]...[01-15 23:19:12,027, 2969] main - INFO  tools.reflection.ClassesLoader  : 2435 classes loaded in 1.485 seconds[01-15 23:19:14,177, 5119] main - INFO  accountserver.AccountServerStarter  : starting account server...[01-15 23:19:14,232, 5174] main - INFO  accountserver.AccountServerStarter  : loading build from builds/standard.xml[01-15 23:19:14,413, 5355] main - INFO  accountserver.AccountServerStarter  : configuration loaded[01-15 23:19:14,609, 5551] main - INFO  DatabaseService  : Database "jdbc:postgresql://127.0.0.1/ao_account_trunk16" is used.[01-15 23:19:16,131, 7073] main - ERROR verify  : Datababase check fail: table hash_algorithms not equals in database and in config. Reasons: Column id serıal doesn't existsColumn unıque(name_!_salt_then_pwd_!_charset_name) ); doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,135, 7077] main - ERROR verify  : Datababase check fail: table operator_algorithms not equals in database and in config. Reasons: Column id serıal doesn't existsColumn hash_algorithm_id bıgınt doesn't existsColumn foreıgn key doesn't existsColumn unıque(operator_tag) ); doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,140, 7082] main - ERROR verify  : Datababase check fail: table account not equals in database and in config. Reasons: Column id serıal doesn't existsColumn status ınt doesn't existsColumn flags bıgınt doesn't existsColumn creation_time tımestamp doesn't existsColumn hash_algorithm_id bıgınt doesn't existsColumn last_game_start tımestamp doesn't existsColumn last_game_end tımestamp doesn't existsColumn foreıgn key doesn't existsColumn constraınt `account_valid_level` doesn't existsColumn constraınt `account_valid_cur_level` doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,144, 7086] main - ERROR verify  : Datababase check fail: table account_shard_info not equals in database and in config. Reasons: Column id serıal doesn't existsColumn foreıgn key doesn't existsColumn unıque  doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,149, 7091] main - ERROR verify  : Datababase check fail: table shard not equals in database and in config. Reasons: Column id serıal doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,165, 7107] main - ERROR verify  : Datababase check fail: table sanction not equals in database and in config. Reasons: Column id serıal doesn't existsColumn foreıgn key doesn't existsColumn unıque  doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,174, 7116] main - ERROR verify  : Datababase check fail: table relogin not equals in database and in config. Reasons: Column id serıal doesn't existsColumn expire_time tımestamp doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,196, 7138] main - ERROR verify  : Datababase check fail: table collection_editions not equals in database and in config. Reasons: Column id serıal doesn't existsColumn resource_id ınt doesn't existsColumn unıque  doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,199, 7141] main - ERROR verify  : Datababase check fail: table account_editions not equals in database and in config. Reasons: Column id serıal doesn't existsColumn account_id ınt doesn't existsColumn edition_id ınt doesn't existsColumn foreıgn key doesn't existsColumn foreıgn key doesn't existsColumn unıque(account_id_!_edition_id) ) doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,389, 7331] main - INFO  DatabaseService  : Database "jdbc:postgresql://127.0.0.1/ao_account_trunk16" is used.[01-15 23:19:16,721, 7663] main - ERROR verify  : Datababase check fail: table hash_algorithms not equals in database and in config. Reasons: Column id serıal doesn't existsColumn unıque(name_!_salt_then_pwd_!_charset_name) ); doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:16,755, 7697] main - ERROR verify  : Datababase check fail: table operator_algorithms not equals in database and in config. Reasons: Column id serıal doesn't existsColumn hash_algorithm_id bıgınt doesn't existsColumn foreıgn key doesn't existsColumn unıque(operator_tag) ); doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:18,049, 8991] main - ERROR verify  : Datababase check fail: table account not equals in database and in config. Reasons: Column id serıal doesn't existsColumn status ınt doesn't existsColumn flags bıgınt doesn't existsColumn creation_time tımestamp doesn't existsColumn hash_algorithm_id bıgınt doesn't existsColumn last_game_start tımestamp doesn't existsColumn last_game_end tımestamp doesn't existsColumn foreıgn key doesn't existsColumn constraınt `account_valid_level` doesn't existsColumn constraınt `account_valid_cur_level` doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:19,209, 10151] main - ERROR verify  : Datababase check fail: table account_shard_info not equals in database and in config. Reasons: Column id serıal doesn't existsColumn foreıgn key doesn't existsColumn unıque  doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:19,212, 10154] main - ERROR verify  : Datababase check fail: table shard not equals in database and in config. Reasons: Column id serıal doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:19,215, 10157] main - ERROR verify  : Datababase check fail: table sanction not equals in database and in config. Reasons: Column id serıal doesn't existsColumn foreıgn key doesn't existsColumn unıque  doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:19,217, 10159] main - ERROR verify  : Datababase check fail: table relogin not equals in database and in config. Reasons: Column id serıal doesn't existsColumn expire_time tımestamp doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:19,223, 10165] main - ERROR verify  : Datababase check fail: table collection_editions not equals in database and in config. Reasons: Column id serıal doesn't existsColumn resource_id ınt doesn't existsColumn unıque  doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:19,234, 10176] main - ERROR verify  : Datababase check fail: table account_editions not equals in database and in config. Reasons: Column id serıal doesn't existsColumn account_id ınt doesn't existsColumn edition_id ınt doesn't existsColumn foreıgn key doesn't existsColumn foreıgn key doesn't existsColumn unıque(account_id_!_edition_id) ) doesn't existsjava.lang.Throwable    at asserts.Verify.fail(Verify.java:60)    at dbcommons.jdbc.schemechecker.SchemeChecker.checkDatabaseStructure(SchemeChecker.java:67)    at dbcommons.jdbc.JDBCContext.checkDatabaseStructure(JDBCContext.java:145)    at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:120)    at accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)    at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createReadOnlyContext(AccountServerFactoryJDBCImpl.java:74)    at accountserver.AccountServerStarter.start(AccountServerStarter.java:96)    at launch.main.LauncherMain.run(LauncherMain.java:75)    at launch.main.LauncherMain.launch(LauncherMain.java:108)    at accountserver.AccountServerMain.main(AccountServerMain.java:16)[01-15 23:19:19,311, 10253] main - INFO  accountserver.authenticator.Authenticator  : Using "accountserver.authenticator.nivalimpl.AuthenticatorNivalImpl" authenticator.[01-15 23:19:19,375, 10317] main - INFO  accountserver.AccountServerHelper  : Starting account api at 127.0.0.1:9337[01-15 23:19:19,376, 10318] main - INFO  tools.commons.logs.LogToLog4jHandler  : Redirecting java.util.logging to Log4J...[01-15 23:19:19,392, 10334] main - INFO  tools.commons.logs.LogToLog4jHandler  : Redirection of java.util.logging to Log4J started[01-15 23:19:19,573, 10515] main - INFO  accountserver.AccountServerHelper  : Account api started[01-15 23:19:19,573, 10515] main - INFO  accountserver.AccountServerHelper  : initializing RSA keys...[01-15 23:19:20,153, 11095] main - INFO  accountserver.AccountServerHelper  : rsa keys initialized[01-15 23:19:20,202, 11144] main - INFO  accountserver.AccountServerHelper  : creating server for client authentification 127.0.0.1:9317[01-15 23:19:20,921, 11863] main - INFO  accountserver.AccountServerHelper  : client authentification server created[01-15 23:19:20,922, 11864] main - INFO  accountserver.AccountServerHelper  : creating server for session approvement 127.0.0.1:9318[01-15 23:19:20,931, 11873] main - INFO  accountserver.AccountServerHelper  : session approvement server created [01-15 23:19:20,931, 11873] main - INFO  accountserver.AccountServerHelper  : account server started, client <-> account server version = 22, shard <-> account server version = 13

  11. #611
    Member cHiPiDle is offline
    MemberRank
    Feb 2011 Join Date
    Everywhere!Location
    89Posts

    Re: Allods Online - Server files

    [01-15 23:19:16,131, 7073] main - ERROR verify : Datababase check fail: table hash_algorithms not equals in database and in config. Reasons: Column id serıal doesn't exists
    .....
    Then which server file version do you use? Make sure your postgresql account have all privileges on that database. You should also try create an example account to make sure that your accountServer is working properly too. If it works fine, then you can ignore those error warnings.

  12. #612
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: Allods Online - Server files

    Quote Originally Posted by cHiPiDle View Post
    Then which server file version do you use? Make sure your postgresql account have all privileges on that database. You should also try create an example account to make sure that your accountServer is working properly too. If it works fine, then you can ignore those error warnings.
    How to make GM a member? and The data not saved in the game, why?

  13. #613
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: Allods Online - Server files

    How To Fix Item Mall Files ?

  14. #614
    Valued Member sananebak is offline
    MemberRank
    Dec 2012 Join Date
    in the HELLLocation
    105Posts

    Re: Allods Online - Server files

    How to fix Item Shop Error

  15. #615
    Apprentice coverysky is offline
    MemberRank
    Jan 2013 Join Date
    7Posts

    Re: Allods Online - Server files

    Mk lan biri bana yardımcı olsun dosyalar sılınmıs ındıremıyom ondan sonracıma ındırdıkten sonra ne yapacagımı bılmıyom bıtek 172m helper indirdim okadar yardım edinnn loooooooooooooo

    İngilizler googletransletten ceviri verin psl

    I have no idea what to do and how to establish links have been deleted please help

    Acil server kurmam lazım yardım edin lütfen

    Urgent need to start my server please help

    Can you link to a new



Advertisement