Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#2649 closed defect (fixed)

josm crashes once data is collected, just before opening the editing window

Reported by: francois@… Owned by: team
Priority: major Component: Core
Version: latest Keywords:
Cc:

Description

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 1.5.0_18-b02 (Sun Microsystems Inc.)
Main-class: JOSM
Main-Version: 1615 SVN
Main-Date: 2009-05-23T20:38:01.044913ZJava version: 1.5.0_18
Plugins: cadastre-fr;editgpx;livegps;multipoly;osmarender;usertools;utilsplugin;validator;wmsplugin
Plugin editgpx Version: 15186
Plugin livegps Version: 14120
Plugin multipoly Version: ${version.entry.commit.revision}
Plugin osmarender Version: 14406
Plugin usertools Version: 14125
Plugin utilsplugin Version: 15127
Plugin validator Version: 15127
Plugin wmsplugin Version: 15091
Plugin cadastre-fr Version: 14121

java.lang.NoSuchMethodError: org.openstreetmap.josm.data.osm.Way.isClosed()Ljava/lang/Boolean;

at org.openstreetmap.josm.data.osm.visitor.MapPaintVisitor.drawMultipolygon(MapPaintVisitor.java:848)
at org.openstreetmap.josm.data.osm.visitor.MapPaintVisitor.visit(MapPaintVisitor.java:501)
at org.openstreetmap.josm.data.osm.Relation.visit(Relation.java:31)
at org.openstreetmap.josm.data.osm.visitor.MapPaintVisitor.visitAll(MapPaintVisitor.java:1290)
at org.openstreetmap.josm.gui.layer.OsmDataLayer.paint(OsmDataLayer.java:210)
at org.openstreetmap.josm.gui.MapView.paint(MapView.java:275)
at javax.swing.JComponent.paintChildren(JComponent.java:843)
at javax.swing.JComponent.paint(JComponent.java:1015)
at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4972)
at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4925)
at javax.swing.JComponent._paintImmediately(JComponent.java:4868)
at javax.swing.JComponent.paintImmediately(JComponent.java:4675)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Attachments (0)

Change History (4)

comment:1 Changed 4 years ago by anonymous

Ticket closed, problem solved. I did an ant clean, then rebuilt josm, and it works now. Thanks.

comment:2 Changed 4 years ago by stoecker

Ticket #2603 has been marked as a duplicate of this ticket.

comment:3 follow-up: Changed 4 years ago by ulfl

  • Resolution set to fixed
  • Status changed from new to closed

seems this one is solved now?!?

comment:4 in reply to: ↑ 3 Changed 4 years ago by anonymous

Replying to ulfl:

seems this one is solved now?!?

yes, it is fixed now. thx.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.