25.04.2018, 14:37
Hab es gerade getestet.
Problem ist immer noch da. Allerdings kommt nun nur noch ein Stack Dump weil wohl die Routine nur noch einmal durchlaufen wird:
"Initialized map divider to 1306": 1306 war der korrekte Wert auf den der Divider hätte landen sollen.
Viele Grüße
Problem ist immer noch da. Allerdings kommt nun nur noch ein Stack Dump weil wohl die Routine nur noch einmal durchlaufen wird:
Code:
Apr 25, 2018 3:34:57 PM slash.navigation.converter.gui.RouteConverter$6 run
INFORMATION: Initialized profile divider to 723
Apr 25, 2018 3:34:57 PM slash.navigation.converter.gui.RouteConverter setMapView
INFORMATION: Initialized map divider to 1306
Apr 25, 2018 3:34:57 PM slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener propertyChange
INFORMATION: Changed map divider to 17
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Unknown Source)
at slash.navigation.converter.gui.RouteConverter$MapSplitPaneListener.propertyChange(RouteConverter.java:1157)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.awt.Component.firePropertyChange(Unknown Source)
at javax.swing.JComponent.firePropertyChange(Unknown Source)
at javax.swing.JSplitPane.setDividerLocation(Unknown Source)
at javax.swing.plaf.basic.BasicSplitPaneUI$BasicHorizontalLayoutManager.layoutContainer(Unknown Source)
at java.awt.Container.layout(Unknown Source)
at java.awt.Container.doLayout(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validate(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.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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.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)
Apr 25, 2018 3:34:57 PM slash.navigation.download.performer.GetPerformer download
INFORMATION: Download from https://api.routeconverter.com/v1/tileservers/?format=xml returned with status code 304 and content length null
"Initialized map divider to 1306": 1306 war der korrekte Wert auf den der Divider hätte landen sollen.
Viele Grüße