Здравствуйте, гость ( Вход | Регистрация )

Навигация

Ссылки форума

Навигация по форуму

 
Reply to this topicStart new topic
ошибка при запуске Гэим и Логин серверов, сборка RusTeam .,версия 1.4
lRooLeRl
сообщение 27.10.2008, 10:57
Сообщение #1



Новичок
Группа: Newbies
Сообщений: 1
Регистрация: 24.10.2008
Поблагодарили: 0 *


Помогите при запуске Геим сервера выдаёт эту ошибку:
Starting C5 RT-Team Game Server.

loading gameserver config
loading ./config/sayfilter.txt
Say Filter: Loaded 232 words
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 -> 500, autoCommitOnCl
ose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailu
re -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connec
tionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSou
rceName -> 2rvzyp7xedh3m7xlf0lb|1a125f0, debugUnreturnedConnectionStackTraces ->
false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassL
ocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2r
vzyp7xedh3m7xlf0lb|1a125f0, idleConnectionTestPeriod -> 3600, initialPoolSize ->
10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, ma
xConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoo
lSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize
-> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, prefe
rredTestQuery -> null, properties -> {user=******, password=******}, propertyCyc
le -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, un
returnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
C5 RT-Team Server Version: 409:413M
C5 RT-Team DataPack Version: 1132
BitSet ID Factory could not be initialized correctly
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'l2jdb.itemsonground'
doesn't exist
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3249)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1350)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1266)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStat
ement.java:64)
at net.sf.l2j.gameserver.idfactory.IdFactory.extractUsedObjectIDTable(Id
Factory.java:237)
at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFa
ctory.java:84)
at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactor
y.java:72)
at net.sf.l2j.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:113
)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:283)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:667)
IDFactory: 102912 id's available.
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:287)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:667)


а при запуске Логин сервера:
Starting C5 RT-Team Login Server.

loading login config
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 -> 500, autoCommitOnCl
ose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailu
re -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connec
tionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSou
rceName -> 2rvzyp7xedklz9xvjrxn|4b222f, debugUnreturnedConnectionStackTraces ->
false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLo
cation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2rv
zyp7xedklz9xvjrxn|4b222f, idleConnectionTestPeriod -> 3600, initialPoolSize -> 1
0, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxC
onnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolS
ize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -
> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferr
edTestQuery -> null, properties -> {user=******, password=******}, propertyCycle
-> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unre
turnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
Loaded 127 server names
Error while loading Server List:
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'l2jdb.gameservers' d
oesn't exist
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3255)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:1293)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
1428)
at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewPr
oxyPreparedStatement.java:76)
at net.sf.l2j.loginserver.GameServerTable.load(GameServerTable.java:129)

at net.sf.l2j.loginserver.GameServerTable.<init>(GameServerTable.java:84
)
at net.sf.l2j.loginserver.GameServerTable.getInstance(GameServerTable.ja
va:76)
at net.sf.l2j.loginserver.LoginServer.main(LoginServer.java:79)
Stored 10 Keypairs for gameserver communication
Error creating ServerSocket: java.net.BindException: Cannot assign requested add
ress: JVM_Bind
Hostname for external connections is: 127.0.0.1
Hostname for internal connections is: 127.0.0.1
LoginContoller initating
Stored 10 KeyPair for RSA communication
Error creating ServerSocket: java.net.BindException: Cannot assign requested add
ress: JVM_Bind
Ok, Listening for gameServer on port 9014
2 banned IPs defined
Stand Alone LoginServer Listening on port 2100
Telnet server is currently disabled.

server terminated

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

помогите кто знает плизз
Go to the top of the page
 
+Quote Post
St1ng3r
сообщение 2.11.2008, 2:38
Сообщение #2



Мастер
Группа: Advanced Members
Сообщений: 553
Регистрация: 5.2.2008
Поблагодарили: 262 *


Переустанови ДБ и проверь все пути к ней,запускаешь сначало ЛС потом ГС
Go to the top of the page
 
+Quote Post
Егрес
сообщение 2.11.2008, 12:58
Сообщение #3



Познающий
Группа: Advanced Members
Сообщений: 82
Регистрация: 2.4.2008
Поблагодарили: 100 *


Проверь наличие в БД этих баз: l2jdb.gameservers и l2jdb.itemsonground если нету, то в пвпке sql поищи, должны быть там.
Go to the top of the page
 
+Quote Post
Felox
сообщение 4.11.2008, 6:13
Сообщение #4



Новичок
Группа: Members
Сообщений: 7
Регистрация: 21.10.2008
Поблагодарили: 4 *


Цитата(lRooLeRl @ 27.10.2008, 12:02) *
Помогите при запуске Геим сервера выдаёт эту ошибку:
Starting C5 RT-Team Game Server.

loading gameserver config
l Table 'l2jdb.itemsonground' doesn't exist НЕТУ ЭТОЙ БАЗЫ


а при запуске Логин сервера:
Starting C5 RT-Team Login Server.

Table 'l2jdb.gameservers' d oesn't exist НЕТУ ЭТОЙ БАЗЫ...перезалей их!

Для продолжения нажмите любую клавишу . . .
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0

 

RSS Текстовая версия Сейчас: 13.7.2026, 1:13