PDA

Просмотр полной версии : Ошибка при запуске LoginServer


Undermaker
30.01.2015, 18:22
Loading ...

MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireInc
rement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 100, autoCommitOnCl
ose -> true, automaticTestTable -> null, breakAfterAcquireFailure -> false, chec
koutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassNa
me -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge0x
897ghcshziwjpyy|3581c5f3, debugUnreturnedConnectionStackTraces -> false, descrip
tion -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null
, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge0x897ghcshziw
jpyy|3581c5f3, idleConnectionTestPeriod -> 60, initialPoolSize -> 1, jdbcUrl ->
jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxConnectionAge -
> 0, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, m
axStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize -> 1, numHelpe
rThreads -> 5, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery ->
null, properties -> {user=******, password=******}, propertyCycle -> 0, testCon
nectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnecti
onTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
Loading LoginContoller...
Cached 10 KeyPairs for RSA communication
Stored 20 keys for Blowfish communication
Loaded 127 server names
Exception in thread "main" java.lang.NumberFormatException: Illegal embedded sig
n character
at java.math.BigInteger.<init>(Unknown Source)
at net.sf.l2j.loginserver.GameServerTable.stringToHex (GameServerTable.ja
va:262)
at net.sf.l2j.loginserver.GameServerTable.loadRegiste redGameServers(Game
ServerTable.java:159)
at net.sf.l2j.loginserver.GameServerTable.<init>(GameServerTable.java:88
)
at net.sf.l2j.loginserver.GameServerTable.load(GameSe rverTable.java:70)
at net.sf.l2j.loginserver.L2LoginServer.<init>(L2LoginServer.java:127)
at net.sf.l2j.loginserver.L2LoginServer.main(L2LoginS erver.java:57)

Server terminated abnormaly


Server terminated

Для продолжения нажмите любую клавишу . . .


Ребят все истыкал хз что делать дальше. Выручайте

Добавлено через 50 минут
Ошибку с логин сервером решил.... теперь проблема с гейм сервером. Сборка rusteam2.ru RC3 Full.


Loading ...

MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireInc
rement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 100, autoCommitOnCl
ose -> true, automaticTestTable -> null, breakAfterAcquireFailure -> false, chec
koutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassNa
me -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge0x
897gjecn41umd1d6|ee7d9f1, debugUnreturnedConnectionStackTraces -> false, descrip
tion -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null
, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge0x897gjecn41u
md1d6|ee7d9f1, idleConnectionTestPeriod -> 60, initialPoolSize -> 1, jdbcUrl ->
jdbc:mysql://localhost/l2jdb?useUnicode=yes&characterEncoding=UTF-8, maxAdminist
rativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 600, maxIdleTimeExces
sConnections -> 0, maxPoolSize -> 100, maxStatements -> 100, maxStatementsPerCon
nection -> 0, minPoolSize -> 1, numHelperThreads -> 5, numThreadsAwaitingCheckou
tDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, passw
ord=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectio
nOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiv
eProxies -> false ]
Updated characters online status.
Cleaned 0 elements from database.
IDFactory: 102912 id's available.
Initializing Script Compiler.
C:\server\Rusteam2 (Interlude)\rusteam2.ru RC3 Full\gameserver\data\scripts\hand
ler\voicedcommandhandlers\BlockIp.java:11: cannot access java.lang.Object
bad class file: C:\Program Files\Java\jre1.8.0_31\lib\rt.jar(java/lang/Object.cl
ass)
class file has wrong version 52.0, should be 50.0
Please remove or make sure it appears in the correct subdirectory of the classpa
th.
public class BlockIp implements IVoicedCommandHandler {
^
Compilation successful!
Compiled 6 files.
ScriptCompiler: Class handler.voicedcommandhandlers.BlockIp not found.
java.lang.ClassNotFoundException: handler.voicedcommandhandlers.BlockIp
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa dClasses(ScriptComp
iler.java:362)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.mai n(ScriptCompiler.ja
va:286)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa d(ScriptCompiler.ja
va:248)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:89)
at net.sf.l2j.gameserver.GameServer.main(GameServer.j ava:356)
ScriptCompiler: Class handler.voicedcommandhandlers.NoExp not found.
java.lang.ClassNotFoundException: handler.voicedcommandhandlers.NoExp
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa dClasses(ScriptComp
iler.java:362)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.mai n(ScriptCompiler.ja
va:286)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa d(ScriptCompiler.ja
va:248)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:89)
at net.sf.l2j.gameserver.GameServer.main(GameServer.j ava:356)
ScriptCompiler: Class handler.voicedcommandhandlers.Repair not found.
java.lang.ClassNotFoundException: handler.voicedcommandhandlers.Repair
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa dClasses(ScriptComp
iler.java:362)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.mai n(ScriptCompiler.ja
va:286)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa d(ScriptCompiler.ja
va:248)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:89)
at net.sf.l2j.gameserver.GameServer.main(GameServer.j ava:356)
ScriptCompiler: Class items.scrollsvalakas not found.
java.lang.ClassNotFoundException: items.scrollsvalakas
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa dClasses(ScriptComp
iler.java:362)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.mai n(ScriptCompiler.ja
va:286)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa d(ScriptCompiler.ja
va:248)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:89)
at net.sf.l2j.gameserver.GameServer.main(GameServer.j ava:356)
ScriptCompiler: Class items.primevalpotions not found.
java.lang.ClassNotFoundException: items.primevalpotions
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa dClasses(ScriptComp
iler.java:362)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.mai n(ScriptCompiler.ja
va:286)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa d(ScriptCompiler.ja
va:248)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:89)
at net.sf.l2j.gameserver.GameServer.main(GameServer.j ava:356)
ScriptCompiler: Class items.crystal not found.
java.lang.ClassNotFoundException: items.crystal
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa dClasses(ScriptComp
iler.java:362)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.mai n(ScriptCompiler.ja
va:286)
at net.sf.l2j.gameserver.scripting.ScriptCompiler.loa d(ScriptCompiler.ja
va:248)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:89)
at net.sf.l2j.gameserver.GameServer.main(GameServer.j ava:356)
Initializing Script Manager.
SkillTreeTable: Loaded 35969 skills.
FishingSkillTreeTable: Loaded 109 general skills.
FishingSkillTreeTable: Loaded 8 dwarven skills.
EnchantSkillTreeTable: Loaded 14370 enchant skills.
PledgeSkillTreeTable: Loaded 64 pledge skills
ItemTable: Loaded 1014 Armors.
ItemTable: Loaded 6887 Items.
ItemTable: Loaded 1313 Weapons.
Extractable items data: Loaded 340 extractable items!
Summon items data: Loaded 14 summon items.
L2World: Setting up World Regions
L2World: (95 by 135) World Region Grid set up.
TradeController: Loaded 497 Buylists.
TradeController: Loaded 120 Limited Buylists.
Initializing Walkers Routes Table.
WalkerRoutesTable: Loaded 176 Npc Walker Routes.
RecipeController: Loaded 873 Recipes.
ArmorSetsTable: Loaded 51 armor sets.
FishTable: Loaded 270 Fishes.
SkillSpellbookTable: Loaded 337 Spellbooks.
CharTemplateTable: Loaded 89 Character Templates.
Cache[HTML]: Running lazy cache
Cache[Crest]: 0,000MB on 0 files loaded. (Forget Time: 300s , Capacity: 50)
Restored 0 clans from the database.
NpcTable: Loaded 6532 Npc Templates.
CustomDropList : Added 0 custom droplist
NpcTable: Loaded 455 Minions.
HennaTable: Loaded 180 Templates.
HennaTreeTable: Loaded 7128 Henna Tree Templates.
Helper Buff Table: Loaded 14 Templates.
Initializing ClanHallManager
Loaded: 0 clan halls
Loaded: 44 free clan halls
Initializing CastleManager
Loaded: 9 castles
Initializing SiegeManager
Init CHSiegeManager
Siege of Fortress of Resistance: Mon Feb 09 18:00:00 MSK 2015
Siege of Devastated Castle: Tue Feb 10 18:00:00 MSK 2015
Siege of Fortress of the Dead: Wed Feb 11 18:00:00 MSK 2015
TeleportLocationTable: Loaded 720 Teleport Location Templates.
LevelUpData: Loaded 89 Character Level Up Templates.
Loading zones...
Initializing ArenaManager
Initializing TownManager
Initializing OlympiadStadiaManager
Initializing FishingZoneManager
GrandBossManager: Loaded 15 Grand Boss Zones
Done: loaded 478 zones.
Siege of Oren: Sun Feb 08 16:00:00 MSK 2015
Siege of Giran: Sun Feb 08 16:00:00 MSK 2015
Siege of Gludio: Sat Feb 07 20:00:00 MSK 2015
Siege of Dion: Sat Feb 07 20:00:00 MSK 2015
Siege of Innadril: Sun Feb 08 16:00:00 MSK 2015
Siege of Aden: Sat Feb 07 20:00:00 MSK 2015
Siege of Goddard: Sun Feb 08 16:00:00 MSK 2015
DayNightSpawnManager: Day/Night handler initialized
Siege of Rune: Sat Feb 07 20:00:00 MSK 2015
Siege of Schuttgart: Sat Feb 07 20:00:00 MSK 2015
SpawnTable: Loaded 37211 Npc Spawn Locations.
RaidBossSpawnManager: Loaded 180 Instances
RaidBossSpawnManager: Scheduled 0 Instances
DimensionalRiftManager: Loaded 7 room types with 56 rooms.
DimensionalRiftManager: Loaded 462 dimensional rift spawns, 0 errors.
Announcements: Loaded 2 Announcements.
ManorManager: Loaded 256 seeds
Initializing AuctionManager
Loaded: 38 auction(s)
Initializing BoatManager
Manor System: Manor refresh updated
Manor System: Manor period approve updated
Manor System: New Schedule for period approve @ Sat Jan 31 06:00:39 MSK 2015
Initializing MercTicketManager
Loaded: 0 Mercenary Tickets
Initializing PetitionManager
Initializing AugmentationData.
AugmentationData: Loaded: 52 augmentation stats.
AugmentationData: Loaded: 82 active, 21 passive and 75 chance skills
Initializing ItemsAutoDestroy.
DoorTable: Loaded 547 doors.
FourSepulchersManager: loaded 20 Mysterious-Box spawns.
FourSepulchersManager: loaded 716 Physical type monsters spawns.
FourSepulchersManager: loaded 716 Magical type monsters spawns.
FourSepulchersManager: loaded 92 Church of duke monsters spawns.
FourSepulchersManager: loaded 68 Emperor's grave NPC spawns.
FourSepulchersManager: spawned Conquerors' Sepulcher Manager
FourSepulchersManager: spawned Emperors' Sepulcher Manager
FourSepulchersManager: spawned Great Sages' Sepulcher Manager
FourSepulchersManager: spawned Judges' Sepulcher Manager
FourSepulchersManager: Beginning in Attack time
Fri Jan 30 19:10:39 MSK 2015 Atk announce scheduled to 10.0 minute of this hour.

Antharas: dead; spawn date: 01.01.1970 03:00
Baium: dead; spawn date: 01.01.1970 03:00
Valakas: dead; spawn date: 01.01.1970 03:00
QueenAnt: dead; spawn date: 01.01.1970 03:00
Zaken: dead; spawn date: 01.01.1970 03:00
Frintezza: live; farm delay: 5min.
Orfen: dead; spawn date: 01.01.1970 03:00
Core: dead; spawn date: 01.01.1970 03:00
StaticObject: Loaded 29 StaticObject Templates.
SevenSigns: Currently in the Competition (Quest Event) period!
SevenSigns: The Seal of Avarice remains unclaimed.
SevenSigns: The Seal of Gnosis remains unclaimed.
SevenSigns: The Seal of Strife remains unclaimed.
SevenSigns: The competition, if the current trend continues, will end in a tie t
his week.
SevenSigns: Next period begins in 2 days, 22 hours and 49 mins.
SevenSignsFestival: The first Festival of Darkness cycle begins in 2 minute(s).
Olympiad System: Loading Olympiad System....
Olympiad System: Currently in Olympiad Period
Olympiad System: 2449 minutes until period ends
Olympiad System: Next weekly change is in 9907 minutes
Olympiad System: Loaded 0 Nobles
Olympiad System: Competition Period Starts in 0 days, 0 hours and 50 mins.
Olympiad System: Event starts/started : Fri Jan 30 20:00:39 MSK 2015
Hero System: Loaded 0 Heroes.
Hero System: Loaded 0 all time Heroes.
Initializing CursedWeaponsManager
ChatHandler: Loaded 12 handlers.
ItemHandler: Loaded 2027 handlers.
SkillHandler: Loaded 73 handlers.
AdminCommandHandler: Loaded 384 handlers.
UserCommandHandler: Loaded 15 handlers.
AccessLevels: Loaded 6 from database.
AdminCommandAccessRights: Loaded 361 from database.
Loaded: 0 Cron Tasks.
Loaded: 0 AI Scripts.
Loaded: 0 NPC Instance Scripts.
Loaded: 0 Quest Scripts.
Loaded: 0 Handlers Scripts.
Loaded: 0 Zones Scripts.
Loaded: 0 Default Scripts.
Loaded: 0 Other Scripts.
ScriptManager: Loaded 0 Objects.
Initializing QuestManager
Loaded: 385 quests
Initializing FloodProtector
TvTEventEngine[TvTManager.TvTManager()]: Engine is disabled.

---------------
AI Loader rusteam2.ru:
---------------
- AncientEgg
- DrChaos
- Hot Springs Debuffs
- Transform
- Eva Box
- Fog Monsters
---------------

All ThreadPools are now stoped
SIGTERM received. Shutting down NOW!
Seven Signs Festival Data ... Saved
Seven Sings Data ... Saved
Raid Boss Spawn Data ... Saved
Grand Boss Spawn Data ... Saved
Scripts Data ... Saved
Trade Controller Data ... Saved
Olympiad Data ... Saved
Cursed Weapons Data ... Saved
Castle Manor Manager Data ... Saved
Data saved. All players disconnected, shutting down.

Server terminated

Для продолжения нажмите любую клавишу . . .