... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
modified routeconverter.html
#12
This latest 1.34-snapshot-1.403 also hangs on startup with
Code:
2010-06-02 17:57:43.290 java[22392:c0b] [Java CocoaComponent compatibility mode]: Enabled 2010-06-02 17:57:43.291 java[22392:c0b] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000 java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at slash.navigation.gui.Application.invokeNativeInterfaceMethod(Application.java:85) at slash.navigation.gui.Application.openNativeInterface(Application.java:94) at slash.navigation.gui.Application.launch(Application.java:103) at slash.navigation.converter.gui.RouteConverter6.main(RouteConverter6.java:48) Caused by: java.lang.IllegalStateException: The version of SWT that is required is 3.6M7 or later! at chrriis.dj.nativeswing.swtimpl.NativeInterface.initialize(NativeInterface.java:184) at chrriis.dj.nativeswing.swtimpl.NativeInterface.open(NativeInterface.java:239) ... 8 more java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at slash.navigation.gui.Application.invokeNativeInterfaceMethod(Application.java:85) at slash.navigation.gui.Application.runNativeInterfaceEventPump(Application.java:98) at slash.navigation.gui.Application.launch(Application.java:123) at slash.navigation.converter.gui.RouteConverter6.main(RouteConverter6.java:48) Caused by: java.lang.IllegalStateException: Cannot run the event pump when the interface is not initialized! at chrriis.dj.nativeswing.swtimpl.NativeInterface.runEventPump(NativeInterface.java:378) ... 8 more Logging to /var/folders/+R/+RmeG2o8EleS+UbdOPEbWE+++TI/-Tmp-/RouteConverter.log
log:
Code:
2-jun-2010 17:59:41 slash.navigation.converter.gui.RouteConverter startup INFO: Started RouteConverter 1.34-SNAPSHOT-1.403 van 2 juni 2010 on Mac OS X 10.5.8 x86_64 with Java 1.6.0_20 and 126 MByte heap 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication createFrame INFO: Graphics device is \Display0 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication openFrame INFO: Screen size is java.awt.Rectangle[x=0,y=0,width=1440,height=900] 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication crop INFO: Cropping value 1073 for preferenceWidth to [0;2147483647] gives 1073 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication crop INFO: Cropping value 1073 for width to [-4;1448] gives 1073 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication crop INFO: Cropping value 623 for preferencesHeight to [0;2147483647] gives 623 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication crop INFO: Cropping value 623 for height to [-4;908] gives 623 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication openFrame INFO: Frame size is java.awt.Dimension[width=1073,height=623] 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication crop INFO: Cropping value 145 for x to [-4;375] gives 145 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication crop INFO: Cropping value 108 for y to [-4;285] gives 108 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication openFrame INFO: Frame location is java.awt.Point[x=145,y=108] 2-jun-2010 17:59:41 slash.navigation.gui.SingleFrameApplication openFrame INFO: Frame state is 0 2-jun-2010 17:59:42 SEVERE: Exception in thread "AWT-EventQueue-0" 2-jun-2010 17:59:42 SEVERE: java.lang.IllegalStateException: The Native Swing framework is not initialized! Please refer to the instructions to set it up properly. 2-jun-2010 17:59:42 SEVERE: at chrriis.dj.nativeswing.NativeSwing.checkInitialized(NativeSwing.java:192) 2-jun-2010 17:59:42 SEVERE: at chrriis.dj.nativeswing.NativeSwing.addNativeComponentWrapper(NativeSwing.java:161) 2-jun-2010 17:59:42 SEVERE: at chrriis.dj.nativeswing.NativeComponentWrapper.checkParent(NativeComponentWrapper.java:45) 2-jun-2010 17:59:42 SEVERE: at chrriis.dj.nativeswing.NativeComponentWrapper.access$0(NativeComponentWrapper.java:37) 2-jun-2010 17:59:42 SEVERE: at chrriis.dj.nativeswing.NativeComponentWrapper$1.hierarchyChanged(NativeComponentWrapper.java:69) 2-jun-2010 17:59:42 SEVERE: at java.awt.Component.processHierarchyEvent(Component.java:6515) 2-jun-2010 17:59:42 SEVERE: at java.awt.Component.processEvent(Component.java:6134) 2-jun-2010 17:59:42 SEVERE: at java.awt.Component.dispatchEventImpl(Component.java:4714) 2-jun-2010 17:59:42 SEVERE: at java.awt.Component.dispatchEvent(Component.java:4544) 2-jun-2010 17:59:42 SEVERE: at java.awt.Component.createHierarchyEvents(Component.java:5364) 2-jun-2010 17:59:42 SEVERE: at java.awt.Container.createHierarchyEvents(Container.java:1357) 2-jun-2010 17:59:42 SEVERE: at java.awt.Container.createHierarchyEvents(Container.java:1357) 2-jun-2010 17:59:42 SEVERE: at java.awt.Container.createHierarchyEvents(Container.java:1357) 2-jun-2010 17:59:42 SEVERE: at java.awt.Container.createHierarchyEvents(Container.java:1357) 2-jun-2010 17:59:42 SEVERE: at java.awt.Container.addImpl(Container.java:1088) 2-jun-2010 17:59:42 SEVERE: at java.awt.Container.add(Container.java:927) 2-jun-2010 17:59:42 SEVERE: at slash.navigation.converter.gui.RouteConverter$3.run(RouteConverter.java:233) 2-jun-2010 17:59:42 SEVERE: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) 2-jun-2010 17:59:42 SEVERE: at java.awt.EventQueue.dispatchEvent(EventQueue.java:633) 2-jun-2010 17:59:42 SEVERE: at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) 2-jun-2010 17:59:42 SEVERE: at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) 2-jun-2010 17:59:42 SEVERE: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) 2-jun-2010 17:59:42 SEVERE: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) 2-jun-2010 17:59:42 SEVERE: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) 2-jun-2010 17:59:42 SEVERE: at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


When starting the jar with "java -jar RouteConverterPrereleaseMac64.jar" it works without map.
The "tools->Geocode postion" works great. I can simply add addresses and Google finds them RouteConverter adds them. Again: great!

Edit: remark about coordinates position removed
Reply


Messages In This Thread
modified routeconverter.html - by hvdwolf - 31.05.2010, 13:16
RE: modified routeconverter.html - by hvdwolf - 31.05.2010, 19:37
RE: modified routeconverter.html - by hvdwolf - 01.06.2010, 10:29
RE: modified routeconverter.html - by hvdwolf - 01.06.2010, 12:59
RE: modified routeconverter.html - by hvdwolf - 01.06.2010, 19:28
RE: modified routeconverter.html - by hvdwolf - 02.06.2010, 07:57
RE: modified routeconverter.html - by hvdwolf - 02.06.2010, 17:14
RE: modified routeconverter.html - by hvdwolf - 03.06.2010, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)