Modify

Opened 10 years ago

Closed 10 years ago

#10953 closed defect (fixed)

Exception while updating multipolygon

Reported by: Vort_ Owned by: team
Priority: normal Milestone: 15.01
Component: Core Version:
Keywords: template_report Cc:

Description (last modified by Don-vip)

What steps will reproduce the problem?

  1. Open file kolyma.osm
  2. Select objects like this:

Screenshot

  1. Press Ctrl+Shift+B

What is the expected result?

Multipolygon is updated or error message is generated if it can't be done.

What happens instead?

Exception.

Please provide any additional information below. Attach a screenshot if possible.

Don't upload this to OSM server.

Revision: 7906
Repository Root: http://josm.openstreetmap.de/svn
Relative URL: ^/trunk
Last Changed Author: Don-vip
Last Changed Date: 2014-12-29 00:13:58 +0100 (Mon, 29 Dec 2014)
Build-Date: 2014-12-29 00:11:17
URL: http://josm.openstreetmap.de/svn/trunk
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last Changed Rev: 7906

Identification: JOSM/1.5 (7906 ru) Windows 7 64-Bit
Memory Usage: 385 MB / 1801 MB (223 MB allocated, but free)
Java version: 1.8.0_05, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
VM arguments: [-Djava.security.policy=file:D:\Java_x64\jre8\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=C:\Users\Vort\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-68a69e4e, -Djnlpx.remove=false, -Dsun.awt.warmup=true, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.splashport=40924, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe, -Djnlpx.vmargs=-Djava.util.Arrays.useLegacyMergeSort=true -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp]
Dataset consistency test: No problems found

Plugins:
- ext_tools (30738)
- reverter (30892)

Last errors/warnings:
- E: java.lang.IllegalArgumentException: Expected unique id > 0 for primitive 'id', got -31 407
- E: java.lang.IllegalArgumentException: Expected unique id > 0 for primitive 'id', got -31 407
- E: java.lang.IllegalArgumentException: Expected unique id > 0 for primitive 'id', got -31 407
- E: java.lang.IllegalArgumentException: Expected unique id > 0 for primitive 'id', got -31 407

java.lang.IllegalArgumentException: Expected unique id > 0 for primitive 'id', got -31 407
	at org.openstreetmap.josm.tools.CheckParameterUtil.ensureValidPrimitiveId(CheckParameterUtil.java:31)
	at org.openstreetmap.josm.io.OsmServerObjectReader.<init>(OsmServerObjectReader.java:97)
	at org.openstreetmap.josm.io.OsmServerObjectReader.<init>(OsmServerObjectReader.java:81)
	at org.openstreetmap.josm.gui.dialogs.relation.DownloadRelationTask.realRun(DownloadRelationTask.java:82)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:93)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:161)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

Attachments (2)

josm_mp_bug.png (167.3 KB ) - added by Vort_ 10 years ago.
Screenshot
kolyma.osm (1.5 MB ) - added by Vort_ 10 years ago.
Datafile

Download all attachments as: .zip

Change History (6)

by Vort_, 10 years ago

Attachment: josm_mp_bug.png added

Screenshot

by Vort_, 10 years ago

Attachment: kolyma.osm added

Datafile

comment:1 by Don-vip, 10 years ago

Milestone: 15.01

comment:2 by Don-vip, 10 years ago

In 7945/josm:

see #10953 - fix crash and EDT violation

comment:3 by Don-vip, 10 years ago

Description: modified (diff)

comment:4 by Don-vip, 10 years ago

Resolution: fixed
Status: newclosed

In 7946/josm:

fix #10953 - handle "incomplete but new" relations

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.