|
|
Author |
Message |
Geie
Joined: 22 May 2007 Posts: 2
|
Posted: Tue May 22, 2007 1:17 am Post subject: An Error occured |
|
|
I recently just redownloaded Java 6.1. Rebooted PC. Re-downloadlatest version of dkp parser 1.4.1 Start DKP parser. Everything looks good. Next Screen comes up for user name and password. Enter in correct information. Parser is now usable. Can click any of the File edit prefreance etc at the top. Click File and Parse new File.
Problems occur. After taking a min or so to act like its going to open a file i get a little box that pops open with this message :
An error occured : For input string "+5 " Details below
Exception: java.lang.NumberFormatException: For input string: "+5"
java.lang.NumberFormatException.forInputString(Unknown Source)
java.lang.Integer.parseInt(Unknown Source)
java.lang.Integer.parseInt(Unknown Source)
com.lokorin.dkplp.Configuration$Value.getAsInt(Unknown Source)
com.lokorin.dkplp.parser.modes.ParseMode.decodeTime(Unknown Source)
com.lokorin.dkplp.parser.modes.ParseMode.decodeParsedData(Unknown Source)
com.lokorin.dkplp.parser.modes.ClassicGroup$ClassicPattern.decodeLines(Unknown Source)
com.lokorin.dkplp.parser.modes.ParseMode.interpret(Unknown Source)
com.lokorin.dkplp.parser.LogParser.parseLog(Unknown Source)
com.lokorin.dkplp.gui.GUI.parseLog(Unknown Source)
com.lokorin.dkplp.gui.GUI.access$3900(Unknown Source)
com.lokorin.dkplp.gui.GUI$40.widgetSelected(Unknown Source)
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
com.lokorin.dkplp.gui.GUI.open(Unknown Source)
com.lokorin.dkplp.gui.GUI.main(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.lokorin.dkplp.gui.SplashWindow.invokeMain(Unknown Source)
com.lokorin.dkplp.gui.Splasher.main(Unknown Source)
Have no idea what has happened. I used it to parse 2 files in the last week or so. Im not aware of any updates to the server. Ideas tips or things you need to know , Found other peoples errors on the site similar but havent been able to help me so far. Heres hoping |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Wed May 23, 2007 9:34 am Post subject: |
|
|
Could you please attach the log you're trying to parse (or send it to me via PM)? The error would seem to happen because something that the parser thinks should be an integer (using the patterns) is "+5".
It could either be a mistake in the patterns or some trash in the log, to locate the problem I need the log though. I also need to know what pattern set you're using (and any custom modifications made to it).
I would also like a small clarification: did it all of a sudden start giving these errors on logs which were previously parsed without any problem? |
|
Back to top |
|
 |
Geie
Joined: 22 May 2007 Posts: 2
|
Posted: Fri May 25, 2007 1:41 pm Post subject: |
|
|
Well the problem has seemed to disappeared on me. Im working with Orcon who posted earlier. After uploading his config .xml things sem to be running smoothly again. So i dont know what the problem was other then now its gone. Least the issues is resolved thou it doesnt help you to know what was wrong for possible update/fixxes.
Thanks for the reply thou. Nice program  |
|
Back to top |
|
 |
|