Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Документация (https://forum.zone-game.info/forumdisplay.php?f=149)
-   -   Установка сервера Aion-Unique (rev 850+) (https://forum.zone-game.info/showthread.php?t=6161)

Darklamar 25.01.2010 19:13

Re: Установка сервера Aion-Unique (rev 850+)
 
Все заработало, я могу зайти на свой сервер, но вот у других не выходит. Вот скрин:
http://i.piccy.info/i4/a8/19/984bd24...696122437.jpeg
И ещё пишет что ни один сервер не был закреплен за сервером авторизации

BeLiX 25.01.2010 19:52

Re: Установка сервера Aion-Unique (rev 850+)
 
тут уже я туплю (
у меня при подключение видает чтото, что именно понять не могу
вот мой Логинсервер
[SPOILER]Starting Aion-Unique Login Server.

[INFO 2010-01-25 18-44-27] com.aionemu.commons.database.DatabaseFactory:134 - Su
ccessfully connected to database
[INFO 2010-01-25 18-44-35] com.aionemu.commons.database.dao.DAOManager:69 - Load
ed 0 DAO implementations.
[INFO 2010-01-25 18-44-35] com.aionemu.loginserver.network.ncrypt.KeyGen:60 - In
itializing Key Generator...
[ERROR 2010-01-25 18-44-53] com.aionemu.commons.database.dao.DAOManager:106 - DA
O for class com.aionemu.loginserver.dao.GameServersDAO not implemented
Exception in thread "main" com.aionemu.commons.database.dao.DAONotFoundExcept ion
: DAO for class com.aionemu.loginserver.dao.GameServersDAO not implemented
at com.aionemu.commons.database.dao.DAOManager.getDAO (DAOManager.java:10
7)
at com.aionemu.loginserver.GameServerTable.getDAO(Gam eServerTable.java:1
81)
at com.aionemu.loginserver.GameServerTable.load(GameS erverTable.java:67)

at com.aionemu.loginserver.LoginServer.main(LoginServ er.java:75)[/SPOILER]

и Геймсервер[SPOILER] at com.aionemu.gameserver.IDFactoriesInjectionModule. provideAionObjectId
Factory(IDFactoriesInjectionModule.java:48)
... 49 more

9) Error in custom provider, java.lang.RuntimeException: java.lang.reflect.Invoc
ationTargetException
at com.aionemu.gameserver.IDFactoriesInjectionModule. provideAionObjectIdFactor
y(IDFactoriesInjectionModule.java:44)
while locating com.aionemu.gameserver.utils.idfactory.IDFactory annotated with
@com.aionemu.gameserver.utils.idfactory.IDFactoryA ionObject()
for parameter 0 at com.aionemu.gameserver.services.ItemService.<init> (ItemSe
rvice.java:58)
while locating com.aionemu.gameserver.services.ItemService
for parameter 0 at com.aionemu.gameserver.services.DropService.<init> (DropSe
rvice.java:65)
while locating com.aionemu.gameserver.services.DropService
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetExcepti
on
at com.google.inject.internal.ProviderMethod.get(Prov iderMethod.java:106
)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.SingleParameterInjector.inject(S ingleParameterInjec
tor.java:42)
at com.google.inject.SingleParameterInjector.getAll(S ingleParameterInjec
tor.java:66)
at com.google.inject.ConstructorInjector.construct(Co nstructorInjector.j
ava:84)
at com.google.inject.ConstructorBindingImpl$Factory.g et(ConstructorBindi
ngImpl.java:111)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.SingleParameterInjector.inject(S ingleParameterInjec
tor.java:42)
at com.google.inject.SingleParameterInjector.getAll(S ingleParameterInjec
tor.java:66)
at com.google.inject.ConstructorInjector.construct(Co nstructorInjector.j
ava:84)
at com.google.inject.ConstructorBindingImpl$Factory.g et(ConstructorBindi
ngImpl.java:111)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.InjectorBuilder$1.call(InjectorB uilder.java:200)
at com.google.inject.InjectorBuilder$1.call(InjectorB uilder.java:194)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:804)
at com.google.inject.InjectorBuilder.loadEagerSinglet ons(InjectorBuilder
.java:194)
at com.google.inject.InjectorBuilder.injectDynamicall y(InjectorBuilder.j
ava:176)
at com.google.inject.InjectorBuilder.build(InjectorBu ilder.java:113)
at com.google.inject.Guice.createInjector(Guice.java: 92)
at com.google.inject.Guice.createInjector(Guice.java: 69)
at com.google.inject.Guice.createInjector(Guice.java: 59)
at com.aionemu.gameserver.GameServer.<init>(GameServe r.java:69)
at com.aionemu.gameserver.GameServer.main(GameServer. java:86)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.inject.internal.ProviderMethod.get(Prov iderMethod.java:101
)
... 35 more
Caused by: com.aionemu.commons.database.dao.DAONotFoundExcept ion: DAO for class
com.aionemu.gameserver.dao.PlayerDAO not implemented
at com.aionemu.commons.database.dao.DAOManager.getDAO (DAOManager.java:10
7)
at com.aionemu.gameserver.IDFactoriesInjectionModule. provideAionObjectId
Factory(IDFactoriesInjectionModule.java:48)
... 40 more

10) Error in custom provider, java.lang.RuntimeException: java.lang.reflect.Invo
cationTargetException
at com.aionemu.gameserver.IDFactoriesInjectionModule. provideAionObjectIdFactor
y(IDFactoriesInjectionModule.java:44)
while locating com.aionemu.gameserver.utils.idfactory.IDFactory annotated with
@com.aionemu.gameserver.utils.idfactory.IDFactoryA ionObject()
for parameter 1 at com.aionemu.gameserver.world.World.<init>(World.ja va:80)
while locating com.aionemu.gameserver.world.World
for parameter 1 at com.aionemu.gameserver.services.ItemService.<init> (ItemSe
rvice.java:58)
while locating com.aionemu.gameserver.services.ItemService
for parameter 0 at com.aionemu.gameserver.services.DropService.<init> (DropSe
rvice.java:65)
while locating com.aionemu.gameserver.services.DropService
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetExcepti
on
at com.google.inject.internal.ProviderMethod.get(Prov iderMethod.java:106
)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.SingleParameterInjector.inject(S ingleParameterInjec
tor.java:42)
at com.google.inject.SingleParameterInjector.getAll(S ingleParameterInjec
tor.java:66)
at com.google.inject.ConstructorInjector.construct(Co nstructorInjector.j
ava:84)
at com.google.inject.ConstructorBindingImpl$Factory.g et(ConstructorBindi
ngImpl.java:111)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.SingleParameterInjector.inject(S ingleParameterInjec
tor.java:42)
at com.google.inject.SingleParameterInjector.getAll(S ingleParameterInjec
tor.java:66)
at com.google.inject.ConstructorInjector.construct(Co nstructorInjector.j
ava:84)
at com.google.inject.ConstructorBindingImpl$Factory.g et(ConstructorBindi
ngImpl.java:111)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.SingleParameterInjector.inject(S ingleParameterInjec
tor.java:42)
at com.google.inject.SingleParameterInjector.getAll(S ingleParameterInjec
tor.java:66)
at com.google.inject.ConstructorInjector.construct(Co nstructorInjector.j
ava:84)
at com.google.inject.ConstructorBindingImpl$Factory.g et(ConstructorBindi
ngImpl.java:111)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.InjectorBuilder$1.call(InjectorB uilder.java:200)
at com.google.inject.InjectorBuilder$1.call(InjectorB uilder.java:194)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:804)
at com.google.inject.InjectorBuilder.loadEagerSinglet ons(InjectorBuilder
.java:194)
at com.google.inject.InjectorBuilder.injectDynamicall y(InjectorBuilder.j
ava:176)
at com.google.inject.InjectorBuilder.build(InjectorBu ilder.java:113)
at com.google.inject.Guice.createInjector(Guice.java: 92)
at com.google.inject.Guice.createInjector(Guice.java: 69)
at com.google.inject.Guice.createInjector(Guice.java: 59)
at com.aionemu.gameserver.GameServer.<init>(GameServe r.java:69)
at com.aionemu.gameserver.GameServer.main(GameServer. java:86)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.inject.internal.ProviderMethod.get(Prov iderMethod.java:101
)
... 44 more
Caused by: com.aionemu.commons.database.dao.DAONotFoundExcept ion: DAO for class
com.aionemu.gameserver.dao.PlayerDAO not implemented
at com.aionemu.commons.database.dao.DAOManager.getDAO (DAOManager.java:10
7)
at com.aionemu.gameserver.IDFactoriesInjectionModule. provideAionObjectId
Factory(IDFactoriesInjectionModule.java:48)
... 49 more

11) Error in custom provider, java.lang.RuntimeException: java.lang.reflect.Invo
cationTargetException
at com.aionemu.gameserver.IDFactoriesInjectionModule. provideAionObjectIdFactor
y(IDFactoriesInjectionModule.java:44)
while locating com.aionemu.gameserver.utils.idfactory.IDFactory annotated with
@com.aionemu.gameserver.utils.idfactory.IDFactoryA ionObject()
for parameter 1 at com.aionemu.gameserver.world.World.<init>(World.ja va:80)
while locating com.aionemu.gameserver.world.World
for parameter 1 at com.aionemu.gameserver.services.DropService.<init> (DropSe
rvice.java:65)
while locating com.aionemu.gameserver.services.DropService
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetExcepti
on
at com.google.inject.internal.ProviderMethod.get(Prov iderMethod.java:106
)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.SingleParameterInjector.inject(S ingleParameterInjec
tor.java:42)
at com.google.inject.SingleParameterInjector.getAll(S ingleParameterInjec
tor.java:66)
at com.google.inject.ConstructorInjector.construct(Co nstructorInjector.j
ava:84)
at com.google.inject.ConstructorBindingImpl$Factory.g et(ConstructorBindi
ngImpl.java:111)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.SingleParameterInjector.inject(S ingleParameterInjec
tor.java:42)
at com.google.inject.SingleParameterInjector.getAll(S ingleParameterInjec
tor.java:66)
at com.google.inject.ConstructorInjector.construct(Co nstructorInjector.j
ava:84)
at com.google.inject.ConstructorBindingImpl$Factory.g et(ConstructorBindi
ngImpl.java:111)
at com.google.inject.ProviderToInternalFactoryAdapter $1.call(ProviderToI
nternalFactoryAdapter.java:45)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:811)
at com.google.inject.ProviderToInternalFactoryAdapter .get(ProviderToInte
rnalFactoryAdapter.java:42)
at com.google.inject.Scopes$1$1.get(Scopes.java:54)
at com.google.inject.InternalFactoryToProviderAdapter .get(InternalFactor
yToProviderAdapter.java:48)
at com.google.inject.InjectorBuilder$1.call(InjectorB uilder.java:200)
at com.google.inject.InjectorBuilder$1.call(InjectorB uilder.java:194)
at com.google.inject.InjectorImpl.callInContext(Injec torImpl.java:804)
at com.google.inject.InjectorBuilder.loadEagerSinglet ons(InjectorBuilder
.java:194)
at com.google.inject.InjectorBuilder.injectDynamicall y(InjectorBuilder.j
ava:176)
at com.google.inject.InjectorBuilder.build(InjectorBu ilder.java:113)
at com.google.inject.Guice.createInjector(Guice.java: 92)
at com.google.inject.Guice.createInjector(Guice.java: 69)
at com.google.inject.Guice.createInjector(Guice.java: 59)
at com.aionemu.gameserver.GameServer.<init>(GameServe r.java:69)
at com.aionemu.gameserver.GameServer.main(GameServer. java:86)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.inject.internal.ProviderMethod.get(Prov iderMethod.java:101
)
... 35 more
Caused by: com.aionemu.commons.database.dao.DAONotFoundExcept ion: DAO for class
com.aionemu.gameserver.dao.PlayerDAO not implemented
at com.aionemu.commons.database.dao.DAOManager.getDAO (DAOManager.java:10
7)
at com.aionemu.gameserver.IDFactoriesInjectionModule. provideAionObjectId
Factory(IDFactoriesInjectionModule.java:48)
... 40 more

11 errors
at com.google.inject.internal.Errors.throwCreationExc eptionIfErrorsExist
(Errors.java:354)
at com.google.inject.InjectorBuilder.injectDynamicall y(InjectorBuilder.j
ava:179)
at com.google.inject.InjectorBuilder.build(InjectorBu ilder.java:113)
at com.google.inject.Guice.createInjector(Guice.java: 92)
at com.google.inject.Guice.createInjector(Guice.java: 69)
at com.google.inject.Guice.createInjector(Guice.java: 59)
at com.aionemu.gameserver.GameServer.<init>(GameServe r.java:69)
at com.aionemu.gameserver.GameServer.main(GameServer. java:86)

GameServer Terminated Abnormaly, Please Verify Your Files.


GameServer Terminated.

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

Darklamar 26.01.2010 14:33

Re: Установка сервера Aion-Unique (rev 850+)
 
BeLiX, попробуй обновить JDK

Timka 27.01.2010 15:10

Re: Установка сервера Aion-Unique (rev 850+)
 
Почему на свой сервер могу войти только остальным пишет "Невозможно подключится к серверу" пишет такое после того как они выбирают сервер

BeLiX 27.01.2010 18:56

Re: Установка сервера Aion-Unique (rev 850+)
 
Больше никогда не буду винду переустанавливать, переустановил и вожусь с сервером 4 дня и понять не могу в чём у меня проблемы

Вот например Гейм сервер выдает при запуске
Код:

Starting Aion-Unique Game Server.

[INFO 2010-01-27 17-53-43] com.aionemu.commons.database.DatabaseFactory:134 - Su
ccessfully connected to database
[INFO 2010-01-27 17-53-56] com.aionemu.commons.database.dao.DAOManager:69 - Load
ed 13 DAO implementations.
[INFO 2010-01-27 17-53-59] com.aionemu.gameserver.dataholders.DataManager:123 -
##### STATIC DATA [section beginning] #####
[ERROR 2010-01-27 17-54-26] com.aionemu.gameserver.dataholders.loadingutils.XmlD
ataLoader:133 - Error while merging xml files,e

[INFO 2010-01-27 17-54-26] com.aionemu.gameserver.dataholders.DataManager:123 -
##### STATIC DATA [section beginning] #####

в чём ошибка понять не могу.
переводить пробовал, но англиский плохо знаю (((

Darklamar 27.01.2010 19:44

Re: Установка сервера Aion-Unique (rev 850+)
 
Ошибка при слитии xml файлов...хм...

Wolf 27.01.2010 23:14

Re: Установка сервера Aion-Unique (rev 850+)
 
установил ЗБТру обновил родным ланцером до последней версии, поставил патч 1.5.1.9 (AionRU) регионы не менял в "Aion.ini" в папке "bin32" и "сс" в корне с игрой, т.к.они уже стояли под значением 7.Захожу на сервер и мне выдает такое сообщение:мол региональный клиент не подходит под сервак.Как мне решить эту проблему?

maa 27.01.2010 23:17

Re: Установка сервера Aion-Unique (rev 850+)
 
Цитата:

Сообщение от Timka (Сообщение 52694)
Почему на свой сервер могу войти только остальным пишет "Невозможно подключится к серверу" пишет такое после того как они выбирают сервер

Зарегистрируйте свой сервер и проверьте конфиги в gs и ls

Добавлено через 1 минуту
Цитата:

Сообщение от Timka (Сообщение 52694)
Почему на свой сервер могу войти только остальным пишет "Невозможно подключится к серверу" пишет такое после того как они выбирают сервер

Цитата:

Сообщение от Wolf (Сообщение 52822)
установил ЗБТру обновил родным ланцером до последней версии, поставил патч 1.5.1.9 (AionRU) регионы не менял в "Aion.ini" в папке "bin32" и "сс" в корне с игрой, т.к.они уже стояли под значением 7.Захожу на сервер и мне выдает такое сообщение:мол региональный клиент не подходит под сервак.Как мне решить эту проблему?

НА какой регион настроен сервер ?
И сам клиент ?

Если клиент cc = 2 , то и сервер должен соответствовать двум.

Wolf 27.01.2010 23:43

Re: Установка сервера Aion-Unique (rev 850+)
 
Цитата:

Сообщение от maa (Сообщение 52823)
Зарегистрируйте свой сервер и проверьте конфиги в gs и ls

Добавлено через 1 минуту




НА какой регион настроен сервер ?
И сам клиент ?

Если клиент cc = 2 , то и сервер должен соответствовать двум.

клиент и сервер был настроен на 7!

BeLiX 28.01.2010 16:50

Re: Установка сервера Aion-Unique (rev 850+)
 
Цитата:

Сообщение от Darklamar (Сообщение 52753)
Ошибка при слитии xml файлов...хм...

что-то мне не нравится ваше
Цитата:

Сообщение от Darklamar (Сообщение 52753)
...хм...

можете объяснить что это означает?


Текущее время: 13:12. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot