Jump to content
  • 0

Error!


Question

Posted

I will copy and paste error messages!

 

Loading GameServer Configuration Files...

[Fatal Error] ipconfig.xml:9:1: XML document structures must start and end within the same entity.

org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.

at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)

at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)

at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)

at com.l2jserver.Config.load(Config.java:1114)

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

Exception in thread "main" java.lang.Error: Failed to Load ./config/ipconfig.xml File.

at com.l2jserver.Config.load(Config.java:1162)

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

 

 

And this is my ipconfig.xml file:

 

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

<!-- Put old contents of ExternalHostname here, used by default -->

<gameserver address="46.4.0.83">

        <!-- Localhost access -->

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

        <!-- LAN's, put old contents of InternalHostname here -->

        <gameserver address="127.0.0.1.">

</gameserver>

 

 

5 answers to this question

Recommended Posts

  • 0
Posted

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

<!-- Put old contents of ExternalHostname here, used by default -->

<gameserver address="WEWEWE">

<!-- Localhost access -->

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

<!-- LAN's, put old contents of InternalHostname here -->

<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.0" />

</gameserver>

 

put your external IP instead of WEWEWE and DONT TOUCH anything else

  • 0
Posted

Once i do so,i get huge size log files i can not even open!

this is gonna drive me mad,also i get same shit server DOWN with 9999 ping!

only login server works fine!

  • 0
Posted

I got this:

at com.l2jserver.gameserver.skills.Calculator.calc(Calculator.java:177)

        at com.l2jserver.gameserver.model.actor.stat.CharStat.calcStat(CharStat.java:101)

        at com.l2jserver.gameserver.model.actor.stat.CharStat.getMaxVisibleHp(CharStat.java:276)

        at com.l2jserver.gameserver.model.actor.L2Character.getMaxVisibleHp(L2Character.java:6820)

        at com.l2jserver.gameserver.model.actor.L2Character.initCharStatusUpdateValues(L2Character.java:437)

        at com.l2jserver.gameserver.model.actor.L2Npc.<init>(L2Npc.java:538)

        at com.l2jserver.gameserver.model.actor.L2Attackable.<init>(L2Attackable.java:328)

        at com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance.<init>(L2MonsterInstance.java:65)

        ... 16 more

 

  • 0
Posted

and when i do java0.log

2010.10.17 16:18:39,365 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,366 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,366 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,366 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,367 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,367 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,367 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,368 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,368 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

2010.10.17 16:18:39,368 WARNING 10      com.l2jserver.gameserver.model.L2Spawn  NPC 35372 class not found

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock