[help]Id Factory, Duplicates, Something

Results 1 to 5 of 5
  1. #1
    Novice Qvazzler is offline
    MemberRank
    Aug 2008 Join Date
    3Posts

    [help]Id Factory, Duplicates, Something

    Trying to host my own server and I am fully capable of following english guides and so on, but yet I'm having difficulties hosting my server. I feel like a moron, but I might as well ask for help because I've downloaded at least 6 server packs that all give different error messages.

    The only one that did work was for Kamael, and I'm trying to make an Interlude server. Ironic huh? :sleepy:

    Code:
    Starting L2J Game Server.
    
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config load
    INFO: loading gameserver config
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadConfiguration
    INFO: loading ./config/server.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadHexId
    INFO: loading ./config/hexid.txt
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadRatesConfig
    INFO: loading ./config/rates.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadEnchantConfig
    INFO: loading ./config/enchant.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadPvpConfig
    INFO: loading ./config/pvp.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadTelnetConfig
    INFO: loading ./config/telnet.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadOptionsConfig
    INFO: loading ./config/options.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadOtherConfig
    INFO: loading ./config/other.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadAltConfig
    INFO: loading ./config/altsettings.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadClansConfig
    INFO: loading ./config/clans.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadChampionsConfig
    INFO: loading ./config/champions.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadLotteryConfig
    INFO: loading ./config/lottery.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadWeddingConfig
    INFO: loading ./config/wedding.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadSepulchursConfig
    INFO: loading ./config/sepulchurs.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadClanHallConfig
    INFO: loading ./config/clanhall.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadIdFactoryConfig
    INFO: loading ./config/idfactory.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadFunEnginesConfig
    INFO: loading ./config/fun_engines.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadSevenSignsConfig
    INFO: loading ./config/sevensigns.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadGmAccess
    INFO: loading ./config/GMAccess.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadPrivilegesConfig
    INFO: loading ./config/command-privileges.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadIrcConfig
    INFO: loading ./config/irc.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadAntharasConfig
    INFO: loading ./config/antharas.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadValakasConfig
    INFO: loading ./config/valakas.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadSailrenConfig
    INFO: loading ./config/sailren.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadSayFilter
    INFO: loading ./config/sayfilter.txt
    INFO : MLog clients using log4j logging.
    INFO : Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; tra
    ce: 10]
    INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acq
    uireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCom
    mitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcqui
    reFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null,
     connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester,
    dataSourceName -> 1hge0xu7v14u34911627as6|1b000e7, debugUnreturnedConnectionStac
    kTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, fac
    toryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityT
    oken -> 1hge0xu7v14u34911627as6|1b000e7, idleConnectionTestPeriod -> 60, initial
    PoolSize -> 3, jdbcUrl -> jdbc:mysql://localhost/l2jdb, lastAcquisitionFailureDe
    faultUser -> null, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdl
    eTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements
    -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 1, numHelperThreads -> 2
    0, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, prope
    rties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnChe
    ckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout ->
    0, usesTraditionalReflectiveProxies -> false ]
    INFO RecipeController: Loaded 871 Recipes.
    INFO Extractable items data: Loaded 327 extractable items!
    SEVERE BitSet ID Factory could not be initialized correctly
    java.sql.SQLException: Unknown column 'obj_id' in 'field list'
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2926)
            at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
            at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)
            at com.mysql.jdbc.Connection.execSQL(Connection.java:2972)
            at com.mysql.jdbc.Connection.execSQL(Connection.java:2902)
            at com.mysql.jdbc.Statement.executeUpdate(Statement.java:929)
            at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStat
    ement.java:64)
            at net.sf.l2j.gameserver.idfactory.IdFactory.extractUsedObjectIDTable(Id
    Factory.java:256)
            at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFa
    ctory.java:86)
            at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactor
    y.java:74)
            at net.sf.l2j.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:127
    )
            at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:208)
            at net.sf.l2j.gameserver.GameServer.main(GameServer.java:610)
    
    INFO IDFactory: 102912 id's avaliable.
    SEVERE Could not read object IDs from DB. Please Check Your Data.
    Exception in thread "main" java.lang.Exception: Could not initialize the ID fact
    ory
            at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:212)
            at net.sf.l2j.gameserver.GameServer.main(GameServer.java:610)


  2. #2
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: [help]Id Factory, Duplicates, Something

    nknown column 'obj_id' in 'field list'


    add it :)

  3. #3
    Novice Qvazzler is offline
    MemberRank
    Aug 2008 Join Date
    3Posts

    Re: [help]Id Factory, Duplicates, Something

    Thank you, how silly of me to not think I could get my hands dirty and add it myself. -.-

    If you want to you can help me with my very last problem before I can get started. It's a very narrowed down issue and I'm almost certain of what's wrong and what needs to be fixed and it has to do with rerouting the dns from the l2.ini

    If you want to, you can help me out this final time here. I've documented the problem thoroughly, and if there's a simple answer to my problem, you will without a doubt know of it.

  4. #4
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: [help]Id Factory, Duplicates, Something

    i will check it

  5. #5
    Novice mariux1415 is offline
    MemberRank
    Dec 2008 Join Date
    2Posts

    Re: [help]Id Factory, Duplicates, Something

    Quote Originally Posted by Qvazzler View Post
    Trying to host my own server and I am fully capable of following english guides and so on, but yet I'm having difficulties hosting my server. I feel like a moron, but I might as well ask for help because I've downloaded at least 6 server packs that all give different error messages.

    The only one that did work was for Kamael, and I'm trying to make an Interlude server. Ironic huh? :sleepy:

    Code:
    Starting L2J Game Server.
    
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config load
    INFO: loading gameserver config
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadConfiguration
    INFO: loading ./config/server.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadHexId
    INFO: loading ./config/hexid.txt
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadRatesConfig
    INFO: loading ./config/rates.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadEnchantConfig
    INFO: loading ./config/enchant.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadPvpConfig
    INFO: loading ./config/pvp.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadTelnetConfig
    INFO: loading ./config/telnet.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadOptionsConfig
    INFO: loading ./config/options.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadOtherConfig
    INFO: loading ./config/other.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadAltConfig
    INFO: loading ./config/altsettings.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadClansConfig
    INFO: loading ./config/clans.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadChampionsConfig
    INFO: loading ./config/champions.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadLotteryConfig
    INFO: loading ./config/lottery.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadWeddingConfig
    INFO: loading ./config/wedding.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadSepulchursConfig
    INFO: loading ./config/sepulchurs.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadClanHallConfig
    INFO: loading ./config/clanhall.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadIdFactoryConfig
    INFO: loading ./config/idfactory.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadFunEnginesConfig
    INFO: loading ./config/fun_engines.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadSevenSignsConfig
    INFO: loading ./config/sevensigns.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadGmAccess
    INFO: loading ./config/GMAccess.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadPrivilegesConfig
    INFO: loading ./config/command-privileges.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadIrcConfig
    INFO: loading ./config/irc.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadAntharasConfig
    INFO: loading ./config/antharas.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadValakasConfig
    INFO: loading ./config/valakas.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadSailrenConfig
    INFO: loading ./config/sailren.properties
    Aug 5, 2008 4:02:05 PM net.sf.l2j.Config loadSayFilter
    INFO: loading ./config/sayfilter.txt
    INFO : MLog clients using log4j logging.
    INFO : Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; tra
    ce: 10]
    INFO : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acq
    uireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCom
    mitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcqui
    reFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null,
     connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester,
    dataSourceName -> 1hge0xu7v14u34911627as6|1b000e7, debugUnreturnedConnectionStac
    kTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, fac
    toryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityT
    oken -> 1hge0xu7v14u34911627as6|1b000e7, idleConnectionTestPeriod -> 60, initial
    PoolSize -> 3, jdbcUrl -> jdbc:mysql://localhost/l2jdb, lastAcquisitionFailureDe
    faultUser -> null, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdl
    eTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements
    -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 1, numHelperThreads -> 2
    0, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, prope
    rties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnChe
    ckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout ->
    0, usesTraditionalReflectiveProxies -> false ]
    INFO RecipeController: Loaded 871 Recipes.
    INFO Extractable items data: Loaded 327 extractable items!
    SEVERE BitSet ID Factory could not be initialized correctly
    java.sql.SQLException: Unknown column 'obj_id' in 'field list'
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2926)
            at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
            at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)
            at com.mysql.jdbc.Connection.execSQL(Connection.java:2972)
            at com.mysql.jdbc.Connection.execSQL(Connection.java:2902)
            at com.mysql.jdbc.Statement.executeUpdate(Statement.java:929)
            at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStat
    ement.java:64)
            at net.sf.l2j.gameserver.idfactory.IdFactory.extractUsedObjectIDTable(Id
    Factory.java:256)
            at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFa
    ctory.java:86)
            at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactor
    y.java:74)
            at net.sf.l2j.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:127
    )
            at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:208)
            at net.sf.l2j.gameserver.GameServer.main(GameServer.java:610)
    
    INFO IDFactory: 102912 id's avaliable.
    SEVERE Could not read object IDs from DB. Please Check Your Data.
    Exception in thread "main" java.lang.Exception: Could not initialize the ID fact
    ory
            at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:212)
            at net.sf.l2j.gameserver.GameServer.main(GameServer.java:610)
    i have the same problem but i dont know what to do could you help me???

    ---------- Post added at 07:28 PM ---------- Previous post was at 05:36 PM ----------

    fixed on my own :)



Advertisement