Page 1 of 2

[FIXED] Missing property for key...

Posted: Mon Nov 09, 2009 3:35 am
by rabzer
L2J Revision Number:3695
L2JDP Revision Number:6775
Error:
Login .L2Properties L2Properties: Missing property for key - PacketHandlerDebug
2009.11.09 05:20:35,215 INFO 10 net.sf.l2j.util.L2Properties L2Properties: Missing property for key - RequestServerID
2009.11.09 05:20:35,230 INFO 10 net.sf.l2j.util.L2Properties L2Properties: Missing property for key - AcceptAlternateID
2009.11.09 05:20:35,230 INFO 10 net.sf.l2j.util.L2Properties L2Properties: Missing property for key - DatapackRoot
2009.11.09 05:20:35,230 INFO 10 net.sf.l2j.util.L2Properties L2Properties: Missing property for key - RouterHostname

GAME: L2Properties: Missing property for key - DatapackRoot

In game lost Traders and Gatekeepers and many more...

Re: Missing property for key...

Posted: Mon Nov 09, 2009 6:25 am
by janiii
this missing property keys has nothing to do with your problem. we do have them too missing. you can ignore that warnings and search for the problem you have.

Re: Missing property for key...

Posted: Thu Dec 10, 2009 5:31 am
by babyjason
i had the same "problem"i see it s no problem, i have nothing missing. but i got concerned since i didnt know what could be wrong.

thank you so much jani for calming me down :)

anyways, when u have some problem can u tell me why does it show now at login and not before?

Re: Missing property for key...

Posted: Thu Dec 10, 2009 9:00 am
by Charus
Its coz the new L2Properties class. It search for missing keys at your properties files and if you have some, he informs you. But this keys you see that they missing for login server its used only for gameserver. As janiii says, just ignore it.

Re: Missing property for key...

Posted: Sat Aug 11, 2012 7:31 pm
by serafin333
i have this problem:



Starting L2J Game Server.

Loading GameServer Configuration Files...
L2Properties: Missing property for key - DatapackRoot
java.lang.NumberFormatException: For input string: "x"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at com.l2jserver.Config.load(Config.java:2617)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:505)
Exception in thread "main" java.lang.Error: Failed to Load ./config/l2jmods.prop
erties File.
at com.l2jserver.Config.load(Config.java:2668)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:505)

Server terminated abnormaly


server terminated

Press any key to continue . . .

what can i do??

Re: Missing property for key...

Posted: Sat Aug 11, 2012 7:38 pm
by Zoey76
Where you wrote an "x" write a number :D

Also the missing property key was fixed in Changeset 5534, maybe you consider to use beta branch :D

Re: Missing property for key...

Posted: Sat Aug 11, 2012 9:33 pm
by serafin333
Zoey76 wrote:Where you wrote an "x" write a number :D

Also the missing property key was fixed in Changeset 5534, maybe you consider to use beta branch :D
i can't find to change .
u have a idea where is? :idea:

Re: [FIXED] Missing property for key...

Posted: Sat Aug 11, 2012 9:48 pm
by MELERIX
if you can't find, then configure it again with clean config files.

Re: [FIXED] Missing property for key...

Posted: Sat Aug 11, 2012 11:30 pm
by serafin333
where to search for "x" to change with number?

Re: [FIXED] Missing property for key...

Posted: Sun Aug 12, 2012 12:15 am
by Zoey76
serafin333 wrote:where to search for "x" to change with number?

Code: Select all

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

Re: [FIXED] Missing property for key...

Posted: Sun Aug 12, 2012 8:54 am
by serafin333
Zoey76 wrote:
serafin333 wrote:where to search for "x" to change with number?

Code: Select all

Exception in thread "main" java.lang.Error: Failed to Load ./config/l2jmods.properties File.
i dont understand.
what u wont me to do? :shock:

Re: [FIXED] Missing property for key...

Posted: Sun Aug 12, 2012 9:05 am
by jurchiks
How about "learn to read"?
The error Zoey quoted says where to look for your "x", what more do you want - the exact line in the file?

Re: [FIXED] Missing property for key...

Posted: Sun Aug 12, 2012 11:51 am
by Phear
jurchiks wrote:How about "learn to read"?
The error Zoey quoted says where to look for your "x", what more do you want - the exact line in the file?
LoL , that would be a good start. /delete l2j until he can read. :shock: :shock:

Re: [FIXED] Missing property for key...

Posted: Mon Aug 13, 2012 7:17 am
by serafin333
right.
i have this problem because im new and im not good in Java

Re: [FIXED] Missing property for key...

Posted: Mon Aug 13, 2012 7:39 am
by jurchiks
It's not JavaScript, it's Java.
They are very different languages, and you should start by learning the difference.
There are many good tutorials on the web, so I suggest you try learning some.