Modify

Opened 8 months ago

Last modified 8 months ago

#23682 new defect

Matsim Plugin simulate issue

Reported by: anonymous Owned by: double-m
Priority: normal Milestone:
Component: Plugin matsim Version:
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

What is the expected result?

What happens instead?

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

Revision:19067
Build-Date:2024-05-02 13:12:51

Identification: JOSM/1.5 (19067 en) Windows 11 64-Bit
OS Build number: Windows 10 Home 23H2 (22631)
Memory Usage: 774 MB / 4010 MB (275 MB allocated, but free)
Java version: 21.0.3+9-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Screen: \Display0 1920×1080 (scaling 1.50×1.50)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→48×48, 32×32→48×48
System property file.encoding: UTF-8
System property sun.jnu.encoding: Cp1252
Locale info: en_US
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=1.5.19067, --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.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=%UserProfile%\AppData\Local\JOSM\JOSM.exe]
Dataset consistency test: No problems found

Plugins:
+ CustomizePublicTransportStop (36126)
+ ElevationProfile (36243)
+ FastDraw (36226)
+ FixAddresses (36258)
+ Mapillary (3904)
+ Relation.Validation.Plugin (1.0.1)
+ apache-commons (36176)
+ ejml (36176)
+ geochat (36149)
+ geotools (36176)
+ indoorhelper (1.2.3)
+ jackson (36176)
+ javafx (36200)
+ jaxb (36118)
+ jts (36004)
+ libphonenumber (8.13.37)
+ mapathoner (1.5.5)
+ matsim (d70ae5a)
+ openqa (v0.3.3)
+ phonenumber (1.1.1)
+ pt_assistant (633)
+ public_transport (36258)
+ routes (36196)
+ routing (36226)
+ wikipedia (605)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransport&zip=1
+ <josm.pref>\plugins\indoorhelper\resources\sit.mapcss

Last errors/warnings:
- 00169.009 W: Already here java.net.SocketTimeoutException: Read timed out
- 00169.109 E: Failed to locate image 'https://www.fs.usda.gov/themes/custom/fs_uswds/logo.svg'
- 00177.130 E: Handled by bug report queue: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1
- 00185.515 W: java.util.zip.ZipException: zip file is empty
- 00185.515 W: PluginException: : org.openstreetmap.josm.plugins.PluginException: Invalid jar file '<josm.pref>\plugins\ImproveOsm.jar.new'
- 00185.516 W: Failed to scan file 'ImproveOsm.jar.new' for plugin information. Skipping.
- 00199.161 W: java.net.SocketTimeoutException: Read timed out. Cause: java.net.SocketTimeoutException: Read timed out
- 00199.162 W: Already here java.net.SocketTimeoutException: Read timed out
- 00199.263 E: Failed to locate image 'https://www.fs.usda.gov/themes/custom/fs_uswds/logo.svg'
- 00223.663 E: Handled by bug report queue: java.lang.IllegalArgumentException: There exists already a node with id = 6745758628.



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

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (31) of main
java.lang.IllegalArgumentException: There exists already a node with id = 6745758628.
Existing node: [id=6745758628][coord=[x=-1.0829165374309363E7][y=3889225.3876595227]][type=null][nof_inlinks=0][nof_outlinks=0]
Node to be added: [id=6745758628][coord=[x=-1.0829165374309363E7][y=3889225.3876595227]][type=null][nof_inlinks=0][nof_outlinks=0].
Node is not added to the network.
	at org.matsim.core.network.NetworkImpl.addNode(NetworkImpl.java:179)
	at org.matsim.contrib.josm.model.Export.toScenario(Export.java:41)
	at org.matsim.contrib.josm.actions.OTFVisAction.actionPerformed(OTFVisAction.java:40)
	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at java.desktop/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at java.desktop/javax.swing.AbstractButton.doClick(Unknown Source)
	at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
	at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
	at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.desktop/java.awt.Component.processEvent(Unknown Source)
	at java.desktop/java.awt.Container.processEvent(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

Attachments (0)

Change History (1)

comment:1 by stoecker, 8 months ago

Component: CorePlugin matsim
Owner: changed from team to double-m

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain double-m.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from double-m to the specified user.
Next status will be 'needinfo'. The owner will be changed from double-m 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 double-m 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.