error Exception

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
There is no support for other server builds than the official provided by l2jserver.com
Post Reply
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

error Exception

Post by professional »

plz help me for my 2 error in concole

Code: Select all

[12/02 04:29:03] Exception: loadCastleData(): Column 'side' not found.
java.sql.SQLException: Column 'side' not found.
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:996)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:935)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:924)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:870)
        at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1064)
        at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5201)
        at com.mchange.v2.c3p0.impl.NewProxyResultSet.getString(NewProxyResultSe
t.java:908)
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:650)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:246)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:283)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:284)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:475)
and this

Code: Select all

[12/02 05:24:41] ------------------------------------------------=[ Database ]
[12/02 05:24:42] GameServer: Used memory: 56MB
[12/02 05:24:42] Updated characters online status.
[12/02 05:24:42] Could not clean up database: Unknown column 'forums.forum_paren
t' in 'where clause'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'forum
s.forum_parent' in 'where clause'
        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:377)
        at com.mysql.jdbc.Util.getInstance(Util.java:360)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2526)
        at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1618)
        at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1549)
        at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStat
ement.java:436)
        at com.l2jserver.gameserver.idfactory.IdFactory.cleanUpDB(IdFactory.java
:284)
        at com.l2jserver.gameserver.idfactory.IdFactory.<init>(IdFactory.java:14
8)
        at com.l2jserver.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFac
tory.java:54)
        at com.l2jserver.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:
162)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:188)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:475)

[12/02 05:24:42] Cleaned 0 expired timestamps from database.
[12/02 05:24:42] BitSetIDFactory: 102912 id's available.
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: error Exception

Post by Aikimaniac »

What revision you have ? Is it L2J or some custom fork? Both table miss some columns...
Image
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

Re: error Exception

Post by professional »

Aikimaniac wrote:What revision you have ? Is it L2J or some custom fork? Both table miss some columns...
i have l2jserver Ertheia new i new download is in ECLIPS this link
https://github.com/L2J/L2J_Server.git
https://github.com/L2J/L2J_DataPack.git
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

Re: error Exception

Post by professional »

plz help me
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: error Exception

Post by Aikimaniac »

Image
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

Re: error Exception

Post by professional »

Aikimaniac wrote:Did you update your database ?

https://github.com/L2J/L2J_DataPack/blo ... update.sql
tnx brothe this problem fixet :X bot i have a new problem . .

Code: Select all

eserver.enums.CastleSide.
java.lang.IllegalArgumentException: No enum constant com.l2jserver.gameserver.en
ums.CastleSide.
        at java.lang.Enum.valueOf(Unknown Source)
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:650)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:246)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:283)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:284)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:475)

[12/02 11:35:31] Exception: loadCastleData(): No enum constant com.l2jserver.gam
eserver.enums.CastleSide.

User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: error Exception

Post by St3eT »

Maybe you have to think about new nickname. :roll:
If i should be black sheep for sure no as punishment
Image
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

Re: error Exception

Post by professional »

St3eT wrote:Maybe you have to think about new nickname. :roll:
no man i just download and run build.xml and run game.server and update my database sql.. i dont change config
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

Re: error Exception

Post by professional »

cannot help me ? :(
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: error Exception

Post by Zoey76 »

Seems you need to update your source code, both core and datapack (make sure both are ertheia) and recompile.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
professional
Posts: 58
Joined: Sun Jul 17, 2011 5:03 pm

Re: error Exception

Post by professional »

Zoey76 wrote:Seems you need to update your source code, both core and datapack (make sure both are ertheia) and recompile.
my core is update but have this problem . . .
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: error Exception

Post by Gladicek »

Show us what you use.
ImageImage
L2J retired
Post Reply