Jump to content
  • 0

L2J H5 StartGamingServer Problem


Question

Posted

Hy everyone! I read whole internet but didn't find how can i fix my problem. I started successefuly login and community servers, but now I stuck on GameServer. I get that error - or kind of error:

 

Starting L2J Game Server.

 

Network Config: ipconfig.xml exists using manual configuration...

Loaded 6 Filter Words.

-----------------------------------------------------------------=[ Database ]

GameServer: L2J Server Version:    5937

GameServer: L2J Datapack Version:  9641

Updated characters online status.

Cleaned 0 elements from database in 0 s

Cleaned 0 expired timestamps from database.

BitSetIDFactory: 102912 id's available.

------------------------------------------------------------------=[ Engines ]

Script Engine: java 1.7 - Language: java - Language Version: 1.7

Script Engine: Mozilla Rhino 1.7 release 3 PRERELEASE - Language: ECMAScript - L

anguage Version: 1.8

Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1

--------------------------------------------------------------------=[ World ]

GameTimeController: Started.

Exception in thread "main" java.lang.NoSuchMethodError: com.l2jserver.util.L2Fas

tList.shared()Ljavolution/util/FastList;

        at com.l2jserver.util.L2FastList.<init>(L2FastList.java:64)

        at com.l2jserver.gameserver.model.entity.Instance.<init>(Instance.java:8

3)

        at com.l2jserver.gameserver.instancemanager.InstanceManager.<init>(Insta

nceManager.java:57)

        at com.l2jserver.gameserver.instancemanager.InstanceManager$SingletonHol

der.<clinit>(InstanceManager.java:385)

        at com.l2jserver.gameserver.instancemanager.InstanceManager.getInstance(

InstanceManager.java:380)

        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:206)

        at com.l2jserver.gameserver.GameServer.main(GameServer.java:470)

 

I think it is a problem from java, I tried to reinstall all javas kit and etc but still same problem... here is my IPCONFIG file

 

<?xml version="1.0" encoding="UTF-8"?>

<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->

<!-- Externalhost here (Internet IP) or Localhost IP for local test -->

<gameserver address="192.168.0.101" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd">

<!-- Localhost here -->

<define subnet="127.0.0.0/8" address="127.0.0.1" />

<!-- Internalhosts here (LANs IPs) -->

<define subnet="10.0.0.0/8" address="10.0.0.0" />

<define subnet="172.16.0.0/19" address="172.16.0.0" />

<define subnet="192.168.0.0/16" address="192.168.0.101" />

</gameserver>

 

I don't think it is the problem but ... anyway as I said i started successefully the login server - a friend of mine connected too but server is down (creating acc is working too)

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...