Cannot create Map - Java Error
OruxMaps :: ENGLISH :: ORUXMAPSDESKTOP
Page 1 of 1
Cannot create Map - Java Error
Hi!
First thanks a lot for the application! It is exactly what I wanted to start developing, but now I don't have to... Excellent!
When I try to create my own map I always get an error message in the console window. I use the newest (1.0) version of OruxMapsDesktop and try to use a jpg file with Swiss Grid coordinates. The same problem I get when I calculate the values for WGS84 and change the Projection and Date to WGS84 and UTM. The error message is:
Exception in thread "AWT-EventQueue-0" java.lang.Error: java.lang.reflect.Invoca
tionTargetException
at org.jdesktop.application.ApplicationAction.actionFailed(ApplicationAc
tion.java:859)
at org.jdesktop.application.ApplicationAction.noProxyActionPerformed(App
licationAction.java:665)
at org.jdesktop.application.ApplicationAction.actionPerformed(Applicatio
nAction.java:698)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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)
Caused by: java.lang.reflect.InvocationTargetException
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 org.jdesktop.application.ApplicationAction.noProxyActionPerformed(App
licationAction.java:662)
... 27 more
Caused by: java.lang.NullPointerException
at oruxmapsdesktop.calculadora.DatumAdmin.calibraWGS84Grid(DatumAdmin.ja
va:187)
at oruxmapsdesktop.OruxMapsDesktopView.generaCalibraMC(OruxMapsDesktopVi
ew.java:857)
at oruxmapsdesktop.OruxMapsDesktopView.creaOruxMap(OruxMapsDesktopView.j
ava:801)
... 32 more
My settings are visible on the screenshot.
Thanks a lot and best regards,
Christoph
First thanks a lot for the application! It is exactly what I wanted to start developing, but now I don't have to... Excellent!
When I try to create my own map I always get an error message in the console window. I use the newest (1.0) version of OruxMapsDesktop and try to use a jpg file with Swiss Grid coordinates. The same problem I get when I calculate the values for WGS84 and change the Projection and Date to WGS84 and UTM. The error message is:
Exception in thread "AWT-EventQueue-0" java.lang.Error: java.lang.reflect.Invoca
tionTargetException
at org.jdesktop.application.ApplicationAction.actionFailed(ApplicationAc
tion.java:859)
at org.jdesktop.application.ApplicationAction.noProxyActionPerformed(App
licationAction.java:665)
at org.jdesktop.application.ApplicationAction.actionPerformed(Applicatio
nAction.java:698)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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)
Caused by: java.lang.reflect.InvocationTargetException
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 org.jdesktop.application.ApplicationAction.noProxyActionPerformed(App
licationAction.java:662)
... 27 more
Caused by: java.lang.NullPointerException
at oruxmapsdesktop.calculadora.DatumAdmin.calibraWGS84Grid(DatumAdmin.ja
va:187)
at oruxmapsdesktop.OruxMapsDesktopView.generaCalibraMC(OruxMapsDesktopVi
ew.java:857)
at oruxmapsdesktop.OruxMapsDesktopView.creaOruxMap(OruxMapsDesktopView.j
ava:801)
... 32 more
My settings are visible on the screenshot.
Thanks a lot and best regards,
Christoph
Stumpi- Guest
Re: Cannot create Map - Java Error
Hi, Christoph;
Sorry about this problem!
I have found the bug that causes your problem.
I will correct it this afternoon, and upload a new version of OruxMapsDesktop.
orux
Sorry about this problem!
I have found the bug that causes your problem.
I will correct it this afternoon, and upload a new version of OruxMapsDesktop.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Cannot create Map - Java Error
Hi, Christoph;
Updated OruxMapsDesktop to v.1.0.1, that should correct this bug.
You can download this version:
http://oruxmaps.x10hosting.com/OruxMapsDesktop.zip
regards,
orux
Updated OruxMapsDesktop to v.1.0.1, that should correct this bug.
You can download this version:
http://oruxmaps.x10hosting.com/OruxMapsDesktop.zip
regards,
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Wow...
Hi Orux!
thank you very much for this superfast reply and new version!!! It works perfect now.
Cheers,
Christoph
thank you very much for this superfast reply and new version!!! It works perfect now.
Cheers,
Christoph
Stumpi- Guest
Similar topics
» is it possible to create the map of a whole country?
» Unable to convert ozi-files
» OruxMapsDesktop error "P1: Error parsing coordinate" ...P2...P3..P4
» Support of CH1903 Datum
» Why would you want to create a track?
» Unable to convert ozi-files
» OruxMapsDesktop error "P1: Error parsing coordinate" ...P2...P3..P4
» Support of CH1903 Datum
» Why would you want to create a track?
OruxMaps :: ENGLISH :: ORUXMAPSDESKTOP
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|