10-18-2012, 10:18 AM
При запуске Gameserver вылетает ошибка
Как можно решить данную проблему?
Компилировал исходники с помощью "jdk1.7.0_01"
Щас стоит "jre6"
Заметил что когда устанавливаешь разные версии "jre" ошибки всегда разные....
Или посоветуйте какую лучше java использовать и через какую "jdk" лучше компилировать исходники...
З.ы с меня спасибки
Код:
Starting L2-LT Game Server.
15:12:09.468 Loading gameserver config.
15:12:10.687 Abuse: Loaded 18 abuse words.
15:12:11.125 loading xml GMAccess
15:12:11.453 MLog clients using java 1.4+ standard logging.
15:12:11.671 Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true
; trace: 10]
15:12:11.953 Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSourc
e [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 100,
autoCommitOnClose -> true, automaticTestTable -> null, breakAfterAcquireFailure
-> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectio
nTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSource
Name -> 1b61at18qumznrf4zymyx|ca470, debugUnreturnedConnectionStackTraces -> fal
se, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocat
ion -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1b61at
18qumznrf4zymyx|ca470, idleConnectionTestPeriod -> 60, initialPoolSize -> 1, jdb
cUrl -> jdbc:mysql://localhost/wb_service_team?useUnicode=true&characterEncoding
=UTF-8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 60
0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 100, m
axStatementsPerConnection -> 0, minPoolSize -> 1, numHelperThreads -> 5, numThre
adsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {
user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> fa
lse, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTr
aditionalReflectiveProxies -> false ]
15:12:12.453 Loaded 418 translit entrys
15:12:12.546 Clear characters online status and accesslevel.
15:12:12.671 Total cleaned: 0, updated: 0 elements in database.
15:12:12.781 IdFactory: Table characters contains 0 rows
15:12:12.781 IdFactory: Table clan_data contains 0 rows
15:12:12.781 IdFactory: Table couples contains 0 rows
15:12:12.796 IdFactory: Table items contains 0 rows
15:12:12.796 IdFactory: Table pets contains 0 rows
15:12:12.796 IdFactory: Table ally_data contains 0 rows
15:12:12.796 IdFactory: Extracting 0 used id's from data tables...
15:12:12.796 IdFactory: Extracted 0 used id's from characters
15:12:12.796 IdFactory: Extracted 0 used id's from items
15:12:12.796 IdFactory: Extracted 0 used id's from couples
15:12:12.796 IdFactory: Extracted 0 used id's from ally_data
15:12:12.796 IdFactory: Extracted 0 used id's from clan_data
15:12:12.796 IdFactory: Extracted 0 used id's from pets
15:12:12.796 IdFactory: Successfully extracted 0 used id's from data tables.
15:12:12.796 IDFactory: 102912 id's available.
15:12:12.921 CrestCache: Loaded 0 crests
15:12:12.953 Initializing AuctionManager
15:12:13.078 Loaded: 38 active auction(s)
15:12:22.656 PetSkillsTable: Loaded 2197 skills.
15:12:23.296 XmlArmorLoader: Loaded 3333 Armors
15:12:23.296 XmlArmorLoader: Loaded 240 Rare Armors
15:12:23.296 XmlArmorLoader: Loaded 58 PvP Armors
15:12:24.390 XmlWeaponLoader: Loaded 3936 Weapons
15:12:24.390 XmlWeaponLoader: Loaded 752 Rare Weapons
15:12:24.390 XmlWeaponLoader: Loaded 500 PvP Weapons
15:12:24.390 XmlWeaponLoader: Loaded 1602 SA Weapons
15:12:25.062 XmlEtcItemLoader: Loaded 10596 EtcItems
15:12:25.328 TradeController: Loaded 4 file(s).
15:12:25.328 TradeController: Loaded 22350 Items.
15:12:25.328 TradeController: Loaded 691 Buylists.
15:12:25.546 RecipeController: Loaded 1000 Recipes.
15:12:28.156 SkillTreeTable: Loaded 17086 skills.
15:12:28.156 SkillTreeTable: Loaded 109 fishing skills.
15:12:28.156 SkillTreeTable: Loaded 20 transformation skills.
15:12:28.156 SkillTreeTable: Loaded 64 clan skills.
15:12:28.156 SkillTreeTable: Loaded 526 enchanted skills.
15:12:28.156 SkillTreeTable: Loaded 18 pledge skills.
15:12:28.171 SkillSpellbookTable: Loaded 361 Spellbooks.
15:12:28.218 CharTemplateTable: Loaded 206 Character Templates.
15:12:28.218 NpcTable: Loaded 426 AI params for 308 NPCs.
15:12:28.375 Scripts loading...
15:12:35.578 Can't compile scripts!
15:12:35.578 Scripts loaded with errors. Loaded 832 classes.
Server halting [status=0] / Reason: Scripts loaded with errors. Loaded 832 class
es.
server terminated
Для продолжения нажмите любую клавишу . . .
Как можно решить данную проблему?
Компилировал исходники с помощью "jdk1.7.0_01"
Щас стоит "jre6"
Заметил что когда устанавливаешь разные версии "jre" ошибки всегда разные....
Или посоветуйте какую лучше java использовать и через какую "jdk" лучше компилировать исходники...
З.ы с меня спасибки