Jump to content
Sign in to follow this  
Amia

L2phoenix

Recommended Posts

Всем привет. Помогите пожалуйста с этой ошибкой разобраться.

 

 

 

Starting L2P Login Server.

 

java.io.FileNotFoundException: .\config\log.properties (═х єфрхЄё  эрщЄш єърчрээ

√щ Їрщы)

at java.io.FileInputStream.open(Native Method)

at java.io.FileInputStream.<init>(Unknown Source)

at l2p.loginserver.L2LoginServer.<init>(Unknown Source)

at l2p.loginserver.L2LoginServer.main(Unknown Source)

07.01.2012 1:16:24 l2p.Config load

INFO: Gameserver Version: 24727, build date: 2011.11.09 01:21

07.01.2012 1:16:24 l2p.Config load

INFO: loading login config

java.io.FileNotFoundException: .\config\loginserver.properties (═х єфрхЄё  эрщЄш

єърчрээ√щ Їрщы)

at java.io.FileInputStream.open(Native Method)

at java.io.FileInputStream.<init>(Unknown Source)

at l2p.Config.loadPropertiesFile(Unknown Source)

at l2p.Config.loadPropertiesFile(Unknown Source)

at l2p.Config.load(Unknown Source)

at l2p.loginserver.L2LoginServer.<init>(Unknown Source)

at l2p.loginserver.L2LoginServer.main(Unknown Source)

Exception in thread "main" java.lang.Error: Failed to Load ./config/loginserver.

properties File. [builddate = 2011.11.09 01:21]

at l2p.Config.load(Unknown Source)

at l2p.loginserver.L2LoginServer.<init>(Unknown Source)

at l2p.loginserver.L2LoginServer.main(Unknown Source)

 

Server terminated abnormaly

 

 

server terminated

 

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

Share this post


Link to post
Share on other sites

(═х єфрхЄё эрщЄш єърчрээ

√щ Їрщы)

))

что то русское

Share this post


Link to post
Share on other sites
(═х єфрхЄё эрщЄш єърчрээ

√щ Їрщы)

))

что то русское

 

 

Вот именно) А что там должно быть?) Есть ли у вас аська?

Share this post


Link to post
Share on other sites

\config\log.properties ---> нету файла, из папки default скопируйте все файлы в папку config

Share this post


Link to post
Share on other sites
\config\log.properties ---> нету файла, из папки default скопируйте все файлы в папку config

 

 

Спасибо помогло... Но сейчас в гейм сервере это дело

 

 

 

 

Making a full backup into 07.01.2012-02'34'00_backup_full.sql

 

"mysqldump.exe" не является внутренней или внешней

командой, исполняемой программой или пакетным файлом.

 

Backup complite 07.01.2012-02'34'00_backup_full.sql

 

Starting L2P Game Server.

 

01:34:00.233 Gameserver Version: 24727, build date: 2011.11.09 01:21

01:34:00.278 Loading gameserver config.

01:34:00.403 MLog clients using java 1.4+ standard logging.

01:34:00.580 Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true

; trace: 10]

01:34:00.722 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 -> 1b60jcv8k1e58pl62kc8gj|5ca352a5, debugUnreturnedConnectionStackTraces ->

false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassL

ocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1b

60jcv8k1e58pl62kc8gj|5ca352a5, idleConnectionTestPeriod -> 60, initialPoolSize -

> 1, jdbcUrl -> jdbc:mysql://localhost/l2pdb, maxAdministrativeTaskTime -> 0, ma

xConnectionAge -> 0, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxP

oolSize -> 50, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSiz

e -> 1, numHelperThreads -> 5, numThreadsAwaitingCheckoutDefaultUser -> 0, prefe

rredTestQuery -> null, properties -> {user=******, password=******}, propertyCyc

le -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, un

returnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]

01:34:01.138 Abuse: Loaded 18 abuse words.

01:34:01.197 loading xml GMAccess

01:34:01.199 Loading Protection config.

01:34:01.219 Could not execute query 'SELECT IFNULL(MAX(`op_id`),0) FROM `log_i

tems`': com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2pdb.

log_items' doesn't exist

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2pdb.log_item

s' doesn't exist

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

 

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

 

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou

rce)

at java.lang.reflect.Constructor.newInstance(Unknown Source)

at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)

at com.mysql.jdbc.Util.getInstance(Util.java:386)

at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3597)

at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3529)

at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1990)

at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2151)

at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2619)

at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2569)

at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1521)

at com.mchange.v2.c3p0.impl.NewProxyStatement.executeQuery(NewProxyState

ment.java:35)

at l2p.database.FiltredStatement.executeQuery(Unknown Source)

at l2p.database.mysql.get(Unknown Source)

at l2p.util.Log.<clinit>(Unknown Source)

at l2p.gameserver.GameServer.main(Unknown Source)

Exception in thread "main" java.lang.ExceptionInInitializerError

at l2p.gameserver.GameServer.main(Unknown Source)

Caused by: java.lang.NullPointerException

at l2p.util.Log.<clinit>(Unknown Source)

... 1 more

 

Server terminated abnormaly

 

 

server terminated

 

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

Share this post


Link to post
Share on other sites
Если я не ошибаюсь, то нету в базе log_items.sql

 

 

А её можно откуда то выдрать?

Share this post


Link to post
Share on other sites

Попробуй залить в ручную, файл находится в

 

...sql/install

Share this post


Link to post
Share on other sites
Попробуй залить в ручную, файл находится в

 

...sql/install

 

 

Вроде всё пошло но с кучей ошибок.. Вы не ставили эту сборку?

Share this post


Link to post
Share on other sites
Ставил, давно

 

 

Сможете через тим зайти глянуть? Папробывать поставить. Есле что дам на пивко)

Share this post


Link to post
Share on other sites
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...