Modify

Opened 31 hours ago

#24860 new defect

resolve conflict for relations

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

Description

What steps will reproduce the problem?

Hard to say. I was doing LOTS of relations and multipolygon work, and the conflict occurred earlier. Then I when to merge and chose the LHS -> delete, and crash

What is the expected result?

What happens instead?

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

Revision:19481
Build-Date:2026-02-01 11:45:25

Identification: JOSM/1.5 (19481 en) Mac OS X 26.5.2
OS Build number: macOS 26.5.2 (25F84)
Memory Usage: 1384 MB / 12288 MB (126 MB allocated, but free)
Java version: 24.0.2+12, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.apple.laf.AquaLookAndFeel
Screen: Display 2 3008x1692x32bpp@60Hz (scaling 2.00×2.00)
Maximum Screen Size: 3008×1692
Best cursor sizes: 16×16→16×16, 32×32→32×32
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: en_CR
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=19481, -XX:MaxRAMPercentage=75.0, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=/Applications/JOSM.app/Contents/MacOS/JOSM]
Dataset consistency test: No problems found

Plugins:
+ PicLayer (273)
+ apache-commons (36474)
+ buildings_tools (36474)
+ ejml (36483)
+ geotools (36483)
+ jackson (36502)
+ jaxb (36483)
+ jts (36483)
+ measurement (36474)
+ opendata (36503)
+ pmtiles (36474)
+ reverter (36474)
+ scripting (v0.4.2)
+ utilsplugin2 (36497)

Tagging presets:
+ ${HOME}/.josm/jim_presets.xml

Map paint styles:
- https://josm.openstreetmap.de/josmfile?page=Styles/Surface&zip=1
- https://josm.openstreetmap.de/josmfile?page=Styles/MTB&zip=1

Last errors/warnings:
- 17220.264 W: java.io.IOException: Attribution is not loaded yet
- 17220.265 W: java.io.IOException: Attribution is not loaded yet
- 17220.265 W: java.io.IOException: Attribution is not loaded yet
- 26891.974 W: java.net.SocketTimeoutException: Connect timed out
- 29710.902 W: java.net.SocketTimeoutException: Connect timed out
- 31819.634 W: java.net.SocketTimeoutException: Read timed out. Cause: java.net.SocketTimeoutException: Read timed out
- 33889.590 W: Conflict in data - <html>This relation has been changed outside of the editor.<br>You cannot apply your changes and continue editing.<br><br>Do you want to create a conflict and close the editor?</html>
- 37039.356 W: Conflict in data - <html>This relation has been changed outside of the editor.<br>You cannot apply your changes and continue editing.<br><br>Do you want to create a conflict and close the editor?</html>
- 37050.989 W: Warning - <html>The data to be uploaded participates in unresolved conflicts of layer 'JOSM_Export.osm'.<br>You have to resolve them first.</html>
- 40028.421 E: Handled by bug report queue: java.lang.IllegalArgumentException: Parameter 'data' must not be null



=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (40) of main
java.lang.IllegalArgumentException: Parameter 'data' must not be null
	at org.openstreetmap.josm.tools.CheckParameterUtil.ensureParameterNotNull(CheckParameterUtil.java:26)
	at org.openstreetmap.josm.command.Command.<init>(Command.java:138)
	at org.openstreetmap.josm.command.conflict.ConflictResolveCommand.<init>(ConflictResolveCommand.java:32)
	at org.openstreetmap.josm.command.conflict.TagConflictResolveCommand.<init>(TagConflictResolveCommand.java:46)
	at org.openstreetmap.josm.gui.conflict.pair.tags.TagMergeModel.buildResolveCommand(TagMergeModel.java:187)
	at org.openstreetmap.josm.gui.conflict.pair.ConflictResolver.buildResolveCommand(ConflictResolver.java:289)
	at org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog$ApplyResolutionAction.actionPerformed(ConflictResolutionDialog.java:205)
	at java.desktop@24.0.2/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at java.desktop@24.0.2/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at java.desktop@24.0.2/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at java.desktop@24.0.2/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at java.desktop@24.0.2/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.desktop@24.0.2/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.processMouseEvent(Unknown Source)
	at java.desktop@24.0.2/javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.processEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.Container.processEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop@24.0.2/java.awt.WaitDispatchSupport$2.run(Unknown Source)
	at java.desktop@24.0.2/java.awt.WaitDispatchSupport.enter(Unknown Source)
	at java.desktop@24.0.2/java.awt.Dialog.show(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.show(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.setVisible(Unknown Source)
	at java.desktop@24.0.2/java.awt.Window.setVisible(Unknown Source)
	at java.desktop@24.0.2/java.awt.Dialog.setVisible(Unknown Source)
	at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:468)
	at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:260)
	at org.openstreetmap.josm.gui.dialogs.ConflictDialog.resolve(ConflictDialog.java:217)
	at org.openstreetmap.josm.gui.dialogs.ConflictDialog$ResolveAction.actionPerformed(ConflictDialog.java:482)
	at java.desktop@24.0.2/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at java.desktop@24.0.2/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at java.desktop@24.0.2/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at java.desktop@24.0.2/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at java.desktop@24.0.2/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.desktop@24.0.2/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.processMouseEvent(Unknown Source)
	at java.desktop@24.0.2/javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.processEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.Container.processEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@24.0.2/java.awt.EventDispatchThread.run(Unknown Source)

Attachments (0)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain team.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from team to the specified user.
Next status will be 'needinfo'. The owner will be changed from team to anonymous.
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from team to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.