Modify ↓
Opened 10 years ago
Closed 10 years ago
#12723 closed defect (duplicate)
Attempting to upload 15 houses causes JOSM to crash & burn. Oh dear.
| Reported by: | alexkemp | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin terracer | Version: | |
| Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Enter 1 detached + 7 semi-detached houses
- Press upload
- Yes, you were right. It crashed again.
What is the expected result?
Upload to server + a happy bunny
What happens instead?
No, I'm sorry. The memory is just too, too close. IT'S SO HORRIBLE!!!!!
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2016-03-13 01:17:21 +0100 (Sun, 13 Mar 2016)
Build-Date:2016-03-13 02:35:00
Revision:9979
Relative:URL: ^/trunk
Identification: JOSM/1.5 (9979 en_GB) Linux Debian GNU/Linux 8.3 (jessie)
Memory Usage: 154 MB / 247 MB (28 MB allocated, but free)
Java version: 1.8.0_77-b03, Oracle Corporation, Java HotSpot(TM) Client VM
VM arguments: [-Djava.net.useSystemProxies=true]
Dataset consistency test:
[NO DATASET] {Way id=-13563 version=0 MVT nodes=[{Node id=-13559 version=0 MV lat=52.96517651153449,lon=-1.1293556403597549}, {Node id=-13596 version=0 MV lat=52.96519462619095,lon=-1.129444435562094}, {Node id=-13597 version=0 MV lat=52.9652947867429,lon=-1.129388109172781}, {Node id=-13560 version=0 MV lat=52.96527667212841,lon=-1.129299313970442}, {Node id=-13559 version=0 MV lat=52.96517651153449,lon=-1.1293556403597549}]} is referenced by {Relation id=-13601 version=0 VT [way -13563, way -13600]} but not found in dataset
Plugins:
- DirectUpload (30762)
- HouseNumberTaggingTool (31772)
- buildings_tools (31895)
- continuosDownload (1446070193)
- imagery_offset_db (32046)
- imageryadjust (31772)
- terracer (31895)
- utilsplugin2 (32099)
Last errors/warnings:
- E: org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Relation member must be part of the same dataset as relation(relation -13601, way -13563)
- E: org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Primitive must be part of the dataset: {Way id=-13563 version=0 MVT nodes=[{Node id=-13559 version=0 MV lat=52.96517651153449,lon=-1.1293556403597549}, {Node id=-13596 version=0 MV lat=52.96519462619095,lon=-1.129444435562094}, {Node id=-13597 version=0 MV lat=52.9652947867429,lon=-1.129388109172781}, {Node id=-13560 version=0 MV lat=52.96527667212841,lon=-1.129299313970442}, {Node id=-13559 version=0 MV lat=52.96517651153449,lon=-1.1293556403597549}]}
org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Primitive must be part of the dataset: {Way id=-13563 version=0 MVT nodes=[{Node id=-13559 version=0 MV lat=52.96517651153449,lon=-1.1293556403597549}, {Node id=-13596 version=0 MV lat=52.96519462619095,lon=-1.129444435562094}, {Node id=-13597 version=0 MV lat=52.9652947867429,lon=-1.129388109172781}, {Node id=-13560 version=0 MV lat=52.96527667212841,lon=-1.129299313970442}, {Node id=-13559 version=0 MV lat=52.96517651153449,lon=-1.1293556403597549}]}
at org.openstreetmap.josm.data.osm.OsmPrimitive.checkDataset(OsmPrimitive.java:342)
at org.openstreetmap.josm.data.osm.OsmPrimitive.getReferrers(OsmPrimitive.java:1086)
at org.openstreetmap.josm.data.osm.OsmPrimitive.getReferrers(OsmPrimitive.java:1107)
at org.openstreetmap.josm.data.validation.tests.Addresses.getAndCheckAssociatedStreets(Addresses.java:80)
at org.openstreetmap.josm.data.validation.tests.Addresses.checkHouseNumbersWithoutStreet(Addresses.java:110)
at org.openstreetmap.josm.data.validation.tests.Addresses.visit(Addresses.java:135)
at org.openstreetmap.josm.data.osm.Way.accept(Way.java:211)
at org.openstreetmap.josm.data.validation.Test.visit(Test.java:211)
at org.openstreetmap.josm.actions.upload.ValidateUploadHook.checkUpload(ValidateUploadHook.java:62)
at org.openstreetmap.josm.actions.UploadAction.checkPreUploadConditions(UploadAction.java:204)
at org.openstreetmap.josm.actions.UploadAction.uploadData(UploadAction.java:228)
at org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:268)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6535)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6300)
at java.awt.Container.processEvent(Container.java:2236)
at java.awt.Component.dispatchEventImpl(Component.java:4891)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
at java.awt.Container.dispatchEventImpl(Container.java:2280)
at java.awt.Window.dispatchEventImpl(Window.java:2750)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
...<snip>...
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
| Component: | Core → Plugin terracer |
|---|
comment:2 by , 10 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Closed as duplicate of #12695.