|
|
Author |
Message |
Ancaglon
Joined: 28 Sep 2006 Posts: 18
|
Posted: Sun Oct 01, 2006 9:43 pm Post subject: http:// preprocessors broken |
|
|
I was having trouble getting a simple Perl preprocessor running locally, so I tried to test this with your "ventrilo" preproc http://www.lokorin.com/dkplp/preprocessors/ventrilo -- same result:
| Code: |
Version: 1.4.0c
Logging started at Sun Oct 01 22:35:51 BST 2006
java.util.NoSuchElementException: The preprocessor (http://www.lokorin.com/dkplp/preprocessors/ventrilo) could not be loaded, maybe it doesn't exist. See the error log for more information.
at com.lokorin.dkplp.preproc.PreprocessorFactory$PreprocessorType$2.getInstance(Unknown Source)
at com.lokorin.dkplp.preproc.PreprocessorFactory.getInstance(Unknown Source)
at com.lokorin.dkplp.preproc.PreprocessorFactory.getInstance(Unknown Source)
at com.lokorin.dkplp.preproc.PreprocessorHandler.getPreprocessor(Unknown Source)
at com.lokorin.dkplp.parser.LogParser.parseLog(Unknown Source)
at com.lokorin.dkplp.gui.GUI.parseLog(Unknown Source)
at com.lokorin.dkplp.gui.GUI.access$3700(Unknown Source)
at com.lokorin.dkplp.gui.GUI$37.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at com.lokorin.dkplp.gui.GUI.open(Unknown Source)
at com.lokorin.dkplp.gui.GUI.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.lokorin.dkplp.gui.SplashWindow.invokeMain(Unknown Source)
at com.lokorin.dkplp.gui.Splasher.main(Unknown Source)
Caused by: java.lang.IllegalArgumentException: The location identfier is of the wrong type, it should be groovy://.
at com.lokorin.dkplp.preproc.GroovyPreprocessor.<init>(Unknown Source)
... 21 more
java.io.IOException: Failed to load the preprocessor. See the error log for more info. |
Key lines:
The preprocessor (http://www.lokorin.com/dkplp/preprocessors/ventrilo) could not be loaded, maybe it doesn't exist. See the error log for more information.
The location identfier is of the wrong type, it should be groovy:// |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Mon Oct 02, 2006 5:53 am Post subject: |
|
|
Thank you for the error report. I will try to get a temporary fix out as soon as I get the time. The error has been entered as defect DLPC44. |
|
Back to top |
|
 |
Ancaglon
Joined: 28 Sep 2006 Posts: 18
|
Posted: Wed Oct 04, 2006 1:57 pm Post subject: |
|
|
As per the other post, the dev build you posted works correctly with http:// URLs. |
|
Back to top |
|
 |
|