Показать сообщение отдельно
Непрочитано 02.12.2008, 09:55   #1
Аватар для Rayon
Пользователь

Автор темы (Топик Стартер) CCP l2f 11 - Вопросы и ответы

вот такая трабла в гейм сервере при входе.Кто знает?
Код:
08:44:27.546  Registered on login as Server 1 : Bartz
08:45:00.031  Manor System: Next period approved
08:45:01.234  restore: could not restore char data:
java.sql.SQLException: Column 'logoutTime' not found.
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
        at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1093)
        at com.mysql.jdbc.ResultSetImpl.getLong(ResultSetImpl.java:2942)
        at com.mchange.v2.c3p0.impl.NewProxyResultSet.getLong(NewProxyResultSet.
java:2625)
        at ru.l2f.gameserver.model.L2Player.B(Unknown Source)
        at ru.l2f.gameserver.model.L2Player.load(Unknown Source)
        at ru.l2f.gameserver.N.E.G(Unknown Source)
        at ru.l2f.gameserver.M.dB.b(Unknown Source)
        at ru.l2f.gameserver.M.UB.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

java.lang.NullPointerException
        at ru.l2f.gameserver.L.t.g(Unknown Source)
        at ru.l2f.gameserver.L.xA.write(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.D(Unknown Source)
        at ru.l2f.extensions.network.A.run(Unknown Source)
08:45:18.796  Client: ru.l2f.gameserver.N.E@fe7c6b from IP:  - Faile
d running: [C] 11 EnterWorld - L2R Server Version: 11M
java.lang.NullPointerException
        at ru.l2f.gameserver.M.e.b(Unknown Source)
        at ru.l2f.gameserver.M.UB.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
08:45:18.796  Packet not completed. Maybe cheater. IP:
java.lang.NullPointerException
        at ru.l2f.gameserver.L.t.g(Unknown Source)
        at ru.l2f.gameserver.L.xA.write(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.D(Unknown Source)
        at ru.l2f.extensions.network.A.run(Unknown Source)
08:45:27.500  store: could not store char data: com.mysql.jdbc.exceptions.jdbc4.
MySQLSyntaxErrorException: Unknown column 'logoutTime' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'logou
tTime' in 'field list'
        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:406)
        at com.mysql.jdbc.Util.getInstance(Util.java:381)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:1734)
        at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:995)
        at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPr
eparedStatement.java:989)
        at ru.l2f.database.FiltredPreparedStatement.execute(Unknown Source)
        at ru.l2f.gameserver.model.L2Player.store(Unknown Source)
        at ru.l2f.gameserver.model.L2Player.saveCharToDisk(Unknown Source)
        at ru.l2f.gameserver.H.a.A(Unknown Source)
        at ru.l2f.gameserver.model.L2Player.deleteMe(Unknown Source)
        at ru.l2f.gameserver.model.L2Player.logout(Unknown Source)
        at ru.l2f.gameserver.M.z.b(Unknown Source)
        at ru.l2f.gameserver.M.UB.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
        at ru.l2f.gameserver.L.t.g(Unknown Source)
        at ru.l2f.gameserver.L.xA.write(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.D(Unknown Source)
        at ru.l2f.extensions.network.A.run(Unknown Source)
08:49:03.234  restore: could not restore char data:
java.sql.SQLException: Column 'vitPoints' not found.
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
        at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1093)
        at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2734)
        at com.mchange.v2.c3p0.impl.NewProxyResultSet.getInt(NewProxyResultSet.j
ava:2573)
        at ru.l2f.gameserver.model.L2Player.B(Unknown Source)
        at ru.l2f.gameserver.model.L2Player.load(Unknown Source)
        at ru.l2f.gameserver.N.E.G(Unknown Source)
        at ru.l2f.gameserver.M.dB.b(Unknown Source)
        at ru.l2f.gameserver.M.UB.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

java.lang.NullPointerException
        at ru.l2f.gameserver.L.t.g(Unknown Source)
        at ru.l2f.gameserver.L.xA.write(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.D(Unknown Source)
        at ru.l2f.extensions.network.A.run(Unknown Source)
08:49:06.406  Client: ru.l2f.gameserver.N.E@5e0dc0 from IP: 89.252.51.83 - Faile
d running: [C] 11 EnterWorld - L2R Server Version: 11M
java.lang.NullPointerException
        at ru.l2f.gameserver.M.e.b(Unknown Source)
        at ru.l2f.gameserver.M.UB.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
08:49:06.406  Packet not completed. Maybe cheater. IP:
java.lang.NullPointerException
        at ru.l2f.gameserver.L.t.g(Unknown Source)
        at ru.l2f.gameserver.L.xA.write(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.A(Unknown Source)
        at ru.l2f.extensions.network.A.D(Unknown Source)
        at ru.l2f.extensions.network.A.run(Unknown Source)
08:49:48.875  store: could not store char data: com.mysql.jdbc.exceptions.jdbc4.
MySQLSyntaxErrorException: Unknown column 'vitPoints' in 'field list'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'vitPo
ints' in 'field list'
        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:406)
        at com.mysql.jdbc.Util.getInstance(Util.java:381)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
va:1734)
Rayon вне форума Ответить с цитированием