…danke für den Hinweis! Keine Routenanzeige. Keine Fehlermeldung in der GUI

Deshalb oben der “GPX” Auszug. Wenn man da in der Mitte die Punkte entfernt kann man das zum Testen nachvollziehen.

Ich kann diese GPX Files mit anderen Tools problemlosladen Oruxmaps,Gpsprune etc.

…aber in der Konsole:


E:\MyWorkDir\_MyMapTools\Trackguru\trackguru_v081\trackguru>java -jar trackguru.
jar
java.io.IOException: javax.xml.stream.XMLStreamException: Event type START_ELEME
NT specified did not match with current parser event COMMENT
        at io.jenetics.jpx.GPX$Reader.read(GPX.java:1072)
        at io.jenetics.jpx.GPX.read(GPX.java:1820)
        at nop.gpx.track.Track.loadGPX11(Track.java:115)
        at nop.gpx.track.Track.<init>(Track.java:57)
        at nop.gpx.Controller.setSelectedTrack(Controller.java:210)
        at nop.gpx.gui.TrackLister.selectTrack(TrackLister.java:169)
        at nop.gpx.gui.TrackLister.lambda$new$2(TrackLister.java:102)
        at javax.swing.JList.fireSelectionValueChanged(Unknown Source)
        at javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source
)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source
)
        at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Sou
rce)
        at javax.swing.JList.setValueIsAdjusting(Unknown Source)
        at javax.swing.plaf.basic.BasicListUI$Handler.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.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$500(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
rivilege(Unknown Source)
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
rivilege(Unknown Source)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
rivilege(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: javax.xml.stream.XMLStreamException: Event type START_ELEMENT specifi
ed did not match with current parser event COMMENT
        at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.require(U
nknown Source)
        at io.jenetics.jpx.CloseableXMLStreamReader.require(CloseableXMLStreamRe
ader.java:59)
        at io.jenetics.jpx.ElemReader.read(XMLReader.java:516)
        at io.jenetics.jpx.GPX$Reader.read(GPX.java:1067)
        ... 45 more