Modify

Opened 16 years ago

Closed 16 years ago

#3364 closed defect (fixed)

routes plugin - selecting way

Reported by: vsandre Owned by: jttt
Priority: normal Milestone:
Component: Plugin routes Version: latest
Keywords: selecting way Cc:

Description

Exception while displaying data with a bicycle or hiking route with the latest r2018
routes plugin revision: 16683

Exception occurred during event dispatching:
java.lang.IllegalAccessError: tried to access field org.openstreetmap.josm.data.
osm.Way.nodes from class org.openstreetmap.josm.plugins.routes.PathBuilder
        at org.openstreetmap.josm.plugins.routes.PathBuilder.addWay(PathBuilder.
java:20)
        at org.openstreetmap.josm.plugins.routes.RouteLayer.addRelation(RouteLay
er.java:90)
        at org.openstreetmap.josm.plugins.routes.RouteLayer.paint(RouteLayer.jav
a:109)
        at org.openstreetmap.josm.gui.MapView.paint(MapView.java:370)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintToOffscreen(Unknown Source)
        at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown S
ource)
        at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
        at javax.swing.RepaintManager.paint(Unknown Source)
        at javax.swing.JComponent._paintImmediately(Unknown Source)
        at javax.swing.JComponent.paintImmediately(Unknown Source)
        at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
        at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknow
n Source)
        at java.awt.event.InvocationEvent.dispatch(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.pumpEventsForFilter(Unknown Source)
        at java.awt.Dialog$1.run(Unknown Source)
        at java.awt.Dialog$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Dialog.show(Unknown Source)
        at java.awt.Component.show(Unknown Source)
        at java.awt.Component.setVisible(Unknown Source)
        at java.awt.Window.setVisible(Unknown Source)
        at java.awt.Dialog.setVisible(Unknown Source)
        at org.openstreetmap.josm.gui.PleaseWaitDialog.setVisible(PleaseWaitDial
og.java:90)
        at org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor$4.run(P
leaseWaitProgressMonitor.java:93)
        at java.awt.event.InvocationEvent.dispatch(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)

See also #3363.
I am not sure if it is josm problem or a plugin problem so I send a trac twice.

Attachments (0)

Change History (1)

comment:1 by Gubaer, 16 years ago

Resolution: fixed
Status: newclosed

Please update to the latest version of the routes plugin. There should be a new version compatible with JOSM r2012 and higher.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain jttt.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.