
Originally Posted by
Tony True
Caused by: java.lang.NumberFormatException: For input string: "500
"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at handling.channel.ChannelServer.run_startup_configurations(ChannelServer.java:102)
... 3 more
Please check a setup of "net.sf.odinms.world.exp = 500".
Code:
99: public final void run_startup_configurations() {
100: setChannel(this.channel);
101: try {
102: this.expRate = Integer.parseInt(ServerProperties.getProperty("net.sf.odinms.world.exp"));