12-17-2011, 12:07 PM
GS не запускается до конца выдает ошибку
Вот логи
[ERROR 2011-12-17 15:06:07] gameserver.utils.ThreadUncaughtExceptionHandler:39 - Critical Error - Thread: main terminated abnormaly: gameserver.GameServerError: Can't initialize chat handlers.
gameserver.GameServerError: Can't initialize chat handlers.
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:87)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:53)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:36)
at gameserver.utils.chathandlers.ChatHandlers$SingletonHolder.<clinit>(ChatHandlers.java:122)
at gameserver.utils.chathandlers.ChatHandlers.getInstance(ChatHandlers.java:46)
at gameserver.GameServer.main(GameServer.java:146)
Caused by: java.lang.RuntimeException: Error while compiling classes
at commons.scripting.impl.javacompiler.ScriptCompilerImpl.doCompilation(ScriptCompilerImpl.java:198)
at commons.scripting.impl.javacompiler.ScriptCompilerImpl.compile(ScriptCompilerImpl.java:161)
at commons.scripting.impl.ScriptContextImpl.init(ScriptContextImpl.java:131)
at commons.scripting.scriptmanager.ScriptManager.load(ScriptManager.java:78)
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:83)
... 5 more
А вот полный лог запуска что то не удалось похоже скомпилировать ему как решить?)) буду очень благодарен за помошь
Вот логи
[ERROR 2011-12-17 15:06:07] gameserver.utils.ThreadUncaughtExceptionHandler:39 - Critical Error - Thread: main terminated abnormaly: gameserver.GameServerError: Can't initialize chat handlers.
gameserver.GameServerError: Can't initialize chat handlers.
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:87)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:53)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:36)
at gameserver.utils.chathandlers.ChatHandlers$SingletonHolder.<clinit>(ChatHandlers.java:122)
at gameserver.utils.chathandlers.ChatHandlers.getInstance(ChatHandlers.java:46)
at gameserver.GameServer.main(GameServer.java:146)
Caused by: java.lang.RuntimeException: Error while compiling classes
at commons.scripting.impl.javacompiler.ScriptCompilerImpl.doCompilation(ScriptCompilerImpl.java:198)
at commons.scripting.impl.javacompiler.ScriptCompilerImpl.compile(ScriptCompilerImpl.java:161)
at commons.scripting.impl.ScriptContextImpl.init(ScriptContextImpl.java:131)
at commons.scripting.scriptmanager.ScriptManager.load(ScriptManager.java:78)
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:83)
... 5 more
А вот полный лог запуска что то не удалось похоже скомпилировать ему как решить?)) буду очень благодарен за помошь
Полный лог запуска
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 3012: 6
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 1214: 14
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 1215: 7
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 1212: 8
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 1213: 5
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:175 - Successfully completed siege spawning
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:1277 - Vulnerable Fortresses: 3
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:1278 - Invulnerable Fortresses: 51
[INFO] 2011-12-17 15:06:06 - gameserver.task.AbstractPeriodicTaskManager:35 - ExchangePeriodicTaskManager: Initialized.
[INFO] 2011-12-17 15:06:06 - gameserver.services.PetitionService:49 - Loading PetitionService ...
[INFO] 2011-12-17 15:06:06 - gameserver.services.PetitionService:55 - Successfully loaded 0 database petitions
[INFO] 2011-12-17 15:06:06 - gameserver.utils.i18n.Language:77 - Loaded 4 custom message handlers.
[ERROR] 2011-12-17 15:06:06 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.model.gameobjects.player does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 20
Column: 57
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.services does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 21
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.services does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 22
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.utils does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 23
Column: 38
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.utils.chathandlers does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 24
Column: 51
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol: class AdminCommand
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 26
Column: 26
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : class Player
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 34
Column: 32
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 36
Column: 14
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 40
Column: 13
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvPZoneService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 44
Column: 30
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 45
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 47
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvPZoneService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 50
Column: 30
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 51
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 55
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvpService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 58
Column: 37
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 59
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvpService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 62
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 63
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvpService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 67
Column: 38
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 68
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvpService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 71
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 72
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 76
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvPZoneService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 80
Column: 25
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 81
Column: 25
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 84
Column: 25
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: method does not override or implement a method from a supertype
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 33
Column: 5
[ERROR] 2011-12-17 15:06:07 - gameserver.utils.ThreadUncaughtExceptionHandler:39 - Critical Error - Thread: main terminated abnormaly: gameserver.GameServerError: Can't initialize chat handlers.
gameserver.GameServerError: Can't initialize chat handlers.
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:87)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:53)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:36)
at gameserver.utils.chathandlers.ChatHandlers$SingletonHolder.<clinit>(ChatHandlers.java:122)
at gameserver.utils.chathandlers.ChatHandlers.getInstance(ChatHandlers.java:46)
at gameserver.GameServer.main(GameServer.java:146)
Caused by: java.lang.RuntimeException: Error while compiling classes
at commons.scripting.impl.javacompiler.ScriptCompilerImpl.doCompilation(ScriptCompilerImpl.java:198)
at commons.scripting.impl.javacompiler.ScriptCompilerImpl.compile(ScriptCompilerImpl.java:161)
at commons.scripting.impl.ScriptContextImpl.init(ScriptContextImpl.java:131)
at commons.scripting.scriptmanager.ScriptManager.load(ScriptManager.java:78)
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:83)
... 5 more
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 1214: 14
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 1215: 7
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 1212: 8
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:704 - Spawned ARTIFACT 1213: 5
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:175 - Successfully completed siege spawning
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:1277 - Vulnerable Fortresses: 3
[INFO] 2011-12-17 15:06:06 - gameserver.services.SiegeService:1278 - Invulnerable Fortresses: 51
[INFO] 2011-12-17 15:06:06 - gameserver.task.AbstractPeriodicTaskManager:35 - ExchangePeriodicTaskManager: Initialized.
[INFO] 2011-12-17 15:06:06 - gameserver.services.PetitionService:49 - Loading PetitionService ...
[INFO] 2011-12-17 15:06:06 - gameserver.services.PetitionService:55 - Successfully loaded 0 database petitions
[INFO] 2011-12-17 15:06:06 - gameserver.utils.i18n.Language:77 - Loaded 4 custom message handlers.
[ERROR] 2011-12-17 15:06:06 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.model.gameobjects.player does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 20
Column: 57
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.services does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 21
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.services does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 22
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.utils does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 23
Column: 38
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: package ru.aionknight.gameserver.utils.chathandlers does not exist
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 24
Column: 51
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol: class AdminCommand
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 26
Column: 26
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : class Player
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 34
Column: 32
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 36
Column: 14
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 40
Column: 13
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvPZoneService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 44
Column: 30
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 45
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 47
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvPZoneService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 50
Column: 30
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 51
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 55
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvpService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 58
Column: 37
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 59
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvpService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 62
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 63
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvpService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 67
Column: 38
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 68
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvpService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 71
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 72
Column: 41
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 76
Column: 33
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PvPZoneService
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 80
Column: 25
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 81
Column: 25
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: cannot find symbol
symbol : variable PacketSendUtility
location: class admincommands.PvP
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 84
Column: 25
[ERROR] 2011-12-17 15:06:07 - commons.scripting.impl.javacompiler.ErrorListener:37 - Java Compiler ERROR: method does not override or implement a method from a supertype
Source: /D:/aionser/1/tools/Compiled/GameServer/Dist/GameServer/./data/scripts/system/handlers/admincommands/PvP.java
Line: 33
Column: 5
[ERROR] 2011-12-17 15:06:07 - gameserver.utils.ThreadUncaughtExceptionHandler:39 - Critical Error - Thread: main terminated abnormaly: gameserver.GameServerError: Can't initialize chat handlers.
gameserver.GameServerError: Can't initialize chat handlers.
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:87)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:53)
at gameserver.utils.chathandlers.ChatHandlers.<init>(ChatHandlers.java:36)
at gameserver.utils.chathandlers.ChatHandlers$SingletonHolder.<clinit>(ChatHandlers.java:122)
at gameserver.utils.chathandlers.ChatHandlers.getInstance(ChatHandlers.java:46)
at gameserver.GameServer.main(GameServer.java:146)
Caused by: java.lang.RuntimeException: Error while compiling classes
at commons.scripting.impl.javacompiler.ScriptCompilerImpl.doCompilation(ScriptCompilerImpl.java:198)
at commons.scripting.impl.javacompiler.ScriptCompilerImpl.compile(ScriptCompilerImpl.java:161)
at commons.scripting.impl.ScriptContextImpl.init(ScriptContextImpl.java:131)
at commons.scripting.scriptmanager.ScriptManager.load(ScriptManager.java:78)
at gameserver.utils.chathandlers.ChatHandlers.createChatHandlers(ChatHandlers.java:83)
... 5 more