03.05.2011, 11:03
(03.05.2011, 10:40)routeconverter Wrote:(03.05.2011, 09:26)scribbly Wrote: I'm having issues with running that release
Strange, RsH reported the same problems. Please download the *.jar variant, start it from the command line (for details: see FAQ) and send me the output. What's printed there?
Just in case the upload oder the compilation went wrong, I've just uploaded a new prerelease. Does the problem stay?
Yes, unfortunately.
Here's the output (is this what you wanted?)
Code:
03/05/2011 6:17:54 PM slash.navigation.converter.gui.RouteConverter startup
INFO: Started RouteConverter 2.4-SNAPSHOT-191 from 2 May 2011 on Windows 7 6.1 amd64 with Java 1.6.0_24 and 466 MByte heap
03/05/2011 6:17:54 PM slash.navigation.gui.Application$1 run
SEVERE: Application class slash.navigation.converter.gui.RouteConverter failed to launch
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key OptionPane.yesButtonText
at java.util.ResourceBundle.getObject(Unknown Source)
at java.util.ResourceBundle.getString(Unknown Source)
at slash.navigation.converter.gui.RouteConverter.patchUIManager(RouteConverter.java:179)
at slash.navigation.converter.gui.RouteConverter.show(RouteConverter.java:185)
at slash.navigation.converter.gui.RouteConverter.startup(RouteConverter.java:148)
at slash.navigation.gui.Application$1.run(Application.java:117)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: Exception in thread "AWT-EventQueue-0"
03/05/2011 6:17:54 PM
SEVERE: java.lang.Error: Application class slash.navigation.converter.gui.RouteConverter failed to launch
03/05/2011 6:17:54 PM
SEVERE: at slash.navigation.gui.Application$1.run(Application.java:123)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.event.InvocationEvent.dispatch(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventQueue.access$000(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventQueue$1.run(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventQueue$1.run(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.security.AccessController.doPrivileged(Native Method)
03/05/2011 6:17:54 PM
SEVERE: at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventQueue.dispatchEvent(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.awt.EventDispatchThread.run(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key OptionPane.yesButtonText
03/05/2011 6:17:54 PM
SEVERE: at java.util.ResourceBundle.getObject(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at java.util.ResourceBundle.getString(Unknown Source)
03/05/2011 6:17:54 PM
SEVERE: at slash.navigation.converter.gui.RouteConverter.patchUIManager(RouteConverter.java:179)
03/05/2011 6:17:54 PM
SEVERE: at slash.navigation.converter.gui.RouteConverter.show(RouteConverter.java:185)
03/05/2011 6:17:54 PM
SEVERE: at slash.navigation.converter.gui.RouteConverter.startup(RouteConverter.java:148)
03/05/2011 6:17:54 PM
SEVERE: at slash.navigation.gui.Application$1.run(Application.java:117)
03/05/2011 6:17:54 PM