Jump to content
  • 0

[HELP]Starting Problem


Question

Recommended Posts

  • 0
Posted

Who can help me?Its the raidboss problem..

 

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'l2jdb.grandbos

s_intervallist' doesn't exist

        at sun.reflect.GeneratedConstructorAccessor16.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:1031)

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

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

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

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

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

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

        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja

va:1737)

        at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:

1888)

        at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewPr

oxyPreparedStatement.java:76)

        at net.sf.l2j.gameserver.model.entity.GrandBossState.load(GrandBossState

.java:103)

        at net.sf.l2j.gameserver.model.entity.GrandBossState.<init>(GrandBossSta

te.java:83)

        at net.sf.l2j.gameserver.instancemanager.SailrenManager.<init>(SailrenMa

nager.java:91)

        at net.sf.l2j.gameserver.instancemanager.SailrenManager.<clinit>(Sailren

Manager.java:60)

        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:238)

        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:407)

INFO SailrenManager : State of Sailren is null.

Exception in thread "main" java.lang.NullPointerException

        at net.sf.l2j.gameserver.instancemanager.SailrenManager.init(SailrenMana

ger.java:198)

        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:238)

        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:407)

  • 0
Posted
Table 'l2jdb.grandboss_intervallist' doesn't exist

 

Table 'l2jdb.four_sepulchers_spawnlist' doesn't exist

 

Execute grandboss_intervallist.sql and four_sepulchers_spawnlist.sql via navicat, it should help ;)

Also, maybe execute all .sql related to bosses, bcs with Sailren there is problem too.

  • 0
Posted

can help me with this...its a loginserver problem now

FATAL: Failed to start the Game Server Listener. Reason: Cannot assign requested

address: JVM_Bind

  • 0
Posted

Chech your loginserver.prop

Probably you have like that:

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

LoginHostname = JVM_Bind

 

So change it to * or 127.0.0.1

  • 0
Posted

FATAL: Failed to open server socket. Reason: Cannot assign requested address: bind

 

Lolz, have you changed it to */127.0.0.1? Bcs it looks like you just removed JVM (if I'm not mistaken).

  • 0
Posted

Well, for sure you put wrong IP into configs, so make sure that you have the same loginhost and such to both configs - loginserver and gameserver.

Guest
This topic is now closed to further replies.


×
×
  • Create New...