[FIXED] Missing property for key...
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 5
- Joined: Mon Dec 15, 2008 10:36 pm
[FIXED] Missing property for key...
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...
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...
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Missing property for key...
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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper โ
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper โ
I don't give private support - PM will be ignored!
-
- Posts: 575
- Joined: Wed Dec 02, 2009 7:59 pm
Re: Missing property for key...
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?
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?
- Charus
- L2j Veteran
- Posts: 410
- Joined: Thu Feb 16, 2006 1:24 pm
Re: Missing property for key...
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.
-
- Posts: 6
- Joined: Wed Aug 01, 2012 9:47 am
Re: Missing property for key...
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??
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??
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Missing property for key...
Where you wrote an "x" write a number 
Also the missing property key was fixed in Changeset 5534, maybe you consider to use beta branch

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

Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 6
- Joined: Wed Aug 01, 2012 9:47 am
Re: Missing property for key...
i can't find to change .Zoey76 wrote:Where you wrote an "x" write a number
Also the missing property key was fixed in Changeset 5534, maybe you consider to use beta branch
u have a idea where is?

- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: [FIXED] Missing property for key...
if you can't find, then configure it again with clean config files.
-
- Posts: 6
- Joined: Wed Aug 01, 2012 9:47 am
Re: [FIXED] Missing property for key...
where to search for "x" to change with number?
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: [FIXED] Missing property for key...
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.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 6
- Joined: Wed Aug 01, 2012 9:47 am
Re: [FIXED] Missing property for key...
i dont understand.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.
what u wont me to do?

- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: [FIXED] Missing property for key...
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?
The error Zoey quoted says where to look for your "x", what more do you want - the exact line in the file?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 111
- Joined: Wed Jun 25, 2008 6:36 pm
- Location: USA
Re: [FIXED] Missing property for key...
LoL , that would be a good start. /delete l2j until he can read.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?


Q-Basic, VB, C# , Java Engineer
-
- Posts: 6
- Joined: Wed Aug 01, 2012 9:47 am
Re: [FIXED] Missing property for key...
right.
i have this problem because im new and im not good in Java
i have this problem because im new and im not good in Java
Last edited by serafin333 on Mon Aug 13, 2012 10:27 am, edited 1 time in total.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: [FIXED] Missing property for key...
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.
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.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.