SpawnTable: Spawn could not be initialized!

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

SpawnTable: Spawn could not be initialized!

Post by KGB1st »

Whaaaat :shock: :shock: :shock: :shock:
SPOILER:

Code: Select all

[22/03 11:08:03] SpawnTable: Spawn could not be initialized!
java.lang.ClassNotFoundException: com/l2jserver/gameserver/model/actor/instance//Instance
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at com.l2jserver.gameserver.model.L2Spawn.<init>(L2Spawn.java:151)
        at com.l2jserver.gameserver.model.L2Spawn.<init>(L2Spawn.java:164)
        at com.l2jserver.gameserver.datatables.SpawnTable.addSpawn(SpawnTable.java:302)
        at com.l2jserver.gameserver.datatables.SpawnTable.addSpawn(SpawnTable.java:354)
        at com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTable.java:280)
        at com.l2jserver.gameserver.datatables.SpawnTable.load(SpawnTable.java:73)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:309)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:473)

[22/03 11:08:03] SpawnTable: Spawn could not be initialized!
java.lang.ClassNotFoundException: com/l2jserver/gameserver/model/actor/instance//Instance
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at com.l2jserver.gameserver.model.L2Spawn.<init>(L2Spawn.java:151)
        at com.l2jserver.gameserver.model.L2Spawn.<init>(L2Spawn.java:164)
        at com.l2jserver.gameserver.datatables.SpawnTable.addSpawn(SpawnTable.java:302)
        at com.l2jserver.gameserver.datatables.SpawnTable.addSpawn(SpawnTable.java:354)
        at com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTable.java:280)
        at com.l2jserver.gameserver.datatables.SpawnTable.load(SpawnTable.java:73)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:309)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:473)
Error occur via
String className = "com.l2jserver.gameserver.model.actor.instance." + _template.getType() + "Instance";
_template.getType() returns empty string, and we have an error.

Please check General config section to debug this..

Code: Select all

# ---------------------------------------------------------------------------
# Custom Components
# ---------------------------------------------------------------------------

# Default: False
CustomSpawnlistTable = True

# Option to save GM spawn only in the custom table.
# Default: False
SaveGmSpawnOnCustom = True

# Default: False
CustomNpcData = False

# Default: False
CustomTeleportTable = False

# Default: False
CustomNpcBufferTables = True

# Default: False
CustomSkillsLoad = False

# Default: False
CustomItemsLoad = True

# Default: False
CustomMultisellLoad = False

# Default: False
CustomBuyListLoad = False
Post Reply