Opened 14 years ago
Closed 14 years ago
#6163 closed defect (irreproducible)
JOSM unexpected error occurrred
Reported by: | Polyglot | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
I was trying to upload, which I had to try several times, because each time another object needed to be downloaded. After updating the whole dataset, no conflicts were reported though.
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2011-03-28 01:31:46
Last Changed Author: bastiK
Revision: 4008
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2011-03-27 14:42:14 +0200 (Sun, 27 Mar 2011)
Last Changed Rev: 4008
Identification: JOSM/1.5 (4008 nl)
Memory Usage: 247 MB / 247 MB (3 MB allocated, but free)
Java version: 1.6.0_23, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows 7
Dataset consistency test: No problems found
Plugin: AddrInterpolation (25199)
Plugin: DirectUpload (25199)
Plugin: FixAddresses (25374)
Plugin: OpeningHoursEditor (25190)
Plugin: alignways (25199)
Plugin: buildings_tools (25469)
Plugin: contourmerge (25626)
Plugin: download_along (25190)
Plugin: editgpx (25407)
Plugin: ext_tools (25338)
Plugin: mapdust (25657)
Plugin: measurement (25199)
Plugin: public_transport (25192)
Plugin: reverter (25578)
Plugin: scripting (25200)
Plugin: terracer (25199)
Plugin: turnrestrictions (25465)
Plugin: utilsplugin2 (25190)
Plugin: waydownloader (25190)
org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Primitive must be part of the dataset: {Way id=106522485 version=1 MVT nodes=[{Node id=1201368377 version=1 MV lat=50.823661979924516,lon=4.714815384663527}, {Node id=1225460304 version=1 V lat=50.82365621198781,lon=4.7149580319075355}, {Node id=1225459743 version=1 V lat=50.8235145423878,lon=4.714943677059221}, {Node id=1225460153 version=1 MV lat=50.82352240501573,lon=4.714749226919285}, {Node id=1225460006 version=1 V lat=50.82359794489148,lon=4.714756881086959}, {Node id=1225459857 version=1 V lat=50.823595850221146,lon=4.714808683982887}, {Node id=1201368377 version=1 MV lat=50.823661979924516,lon=4.714815384663527}]}
at org.openstreetmap.josm.data.osm.OsmPrimitive.checkDataset(OsmPrimitive.java:343)
at org.openstreetmap.josm.data.osm.OsmPrimitive.getReferrers(OsmPrimitive.java:1287)
at org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.selectionChanged(PropertiesDialog.java:836)
at org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.updateSelection(PropertiesDialog.java:909)
at org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.processDatasetEvent(PropertiesDialog.java:921)
at org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter.dataChanged(DataSetListenerAdapter.java:23)
at org.openstreetmap.josm.data.osm.event.DataChangedEvent.fire(DataChangedEvent.java:26)
at org.openstreetmap.josm.data.osm.event.DatasetEventManager.fireConsolidatedEvents(DatasetEventManager.java:117)
at org.openstreetmap.josm.data.osm.event.DatasetEventManager.access$300(DatasetEventManager.java:27)
at org.openstreetmap.josm.data.osm.event.DatasetEventManager$1.run(DatasetEventManager.java:187)
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.progress.PleaseWaitProgressMonitor$3.run(PleaseWaitProgressMonitor.java:83)
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)
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
I also noticed that your memory is totally used. Try to give JOSM more memory with
-Xmx500m
where 500m is the amount of memory (500MB)
comment:3 by , 14 years ago
Resolution: | → irreproducible |
---|---|
Status: | new → closed |
Ticket #6188 has been marked as a duplicate of this ticket.