[FIXED] Missing property for key...

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
rabzer
Posts: 5
Joined: Mon Dec 15, 2008 10:36 pm

[FIXED] Missing property for key...

Post 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...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Missing property for key...

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper โ™€
I don't give private support - PM will be ignored!
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Missing property for key...

Post 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?
User avatar
Charus
L2j Veteran
L2j Veteran
Posts: 410
Joined: Thu Feb 16, 2006 1:24 pm

Re: Missing property for key...

Post 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.
serafin333
Posts: 6
Joined: Wed Aug 01, 2012 9:47 am

Re: Missing property for key...

Post 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??
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Missing property for key...

Post 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
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
serafin333
Posts: 6
Joined: Wed Aug 01, 2012 9:47 am

Re: Missing property for key...

Post 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:
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

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

Post by MELERIX »

if you can't find, then configure it again with clean config files.
serafin333
Posts: 6
Joined: Wed Aug 01, 2012 9:47 am

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

Post by serafin333 »

where to search for "x" to change with number?
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

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

Post 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.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
serafin333
Posts: 6
Joined: Wed Aug 01, 2012 9:47 am

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

Post 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:
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

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

Post 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?
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.
Phear
Posts: 111
Joined: Wed Jun 25, 2008 6:36 pm
Location: USA

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

Post 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:
Q-Basic, VB, C# , Java Engineer
serafin333
Posts: 6
Joined: Wed Aug 01, 2012 9:47 am

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

Post by serafin333 »

right.
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.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

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

Post 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.
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.
Post Reply