Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2657 closed defect (duplicate)

Routing plugin crashes

Reported by: anonymous Owned by: team
Priority: major Milestone:
Component: Plugin Version: latest
Keywords: routing Cc:

Description

This happens when I add the routing layer and add a node to route:

Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1620
Node Kind: directory
Last Changed Author: Gubaer
Last Changed Rev: 1620
Last Changed Date: 2009-05-24 23:19:53 +0200 (Sun, 24 May 2009)

Java version: 1.6.0_13
Plugins: routing;utilsplugin;validator;wmsplugin
Plugin routing Version: 15106
Plugin utilsplugin Version: 15127
Plugin validator Version: 15127
Plugin wmsplugin Version: 15091

java.lang.NullPointerException

at com.innovant.josm.jrt.core.RoutingGraph.createGraph(RoutingGraph.java:132)
at com.innovant.josm.jrt.core.RoutingGraph.applyAlgorithm(RoutingGraph.java:277)
at com.innovant.josm.plugin.routing.RoutingModel.getRouteEdges(RoutingModel.java:137)
at com.innovant.josm.plugin.routing.RoutingLayer.paint(RoutingLayer.java:268)
at org.openstreetmap.josm.gui.MapView.paint(MapView.java:275)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
at javax.swing.JComponent.paint(JComponent.java:1036)
at javax.swing.JComponent._paintImmediately(JComponent.java:5096)
at javax.swing.JComponent.paintImmediately(JComponent.java:4880)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:829)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:714)
at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:694)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:128)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Attachments (0)

Change History (2)

comment:1 by stoecker, 15 years ago

Resolution: duplicate
Status: newclosed

comment:2 by stoecker, 15 years ago

Closed as duplicate of #2695.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.