Modify

Opened 4 years ago

Closed 4 years ago

#20118 closed defect (duplicate)

Using MATSim plugin

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

Description

What steps will reproduce the problem?

  1. Download and open OSM.map file in JOSM
  2. Convert it into MATSim data layer
  3. Simulate it

What is the expected result?

What happens instead?

JOSM windows become freezing, CPU loads to 100%

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

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2020-10-03 13:42:38 +0200 (Sat, 03 Oct 2020)
Build-Date:2020-10-04 01:30:47
Revision:17084
Relative:URL: ^/trunk

Identification: JOSM/1.5 (17084 en) Windows 10 64-Bit
OS Build number: Windows 10 Education 1709 (16299)
Memory Usage: 3673 MB / 3673 MB (546 MB allocated, but free)
Java version: 1.8.0_261-b12, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Screen: \Display0 1366x768 (scaling 1.0x1.0)
Maximum Screen Size: 1366x768
Best cursor sizes: 16x16 -> 32x32, 32x32 -> 32x32
Dataset consistency test: No problems found

Plugins:
+ DirectDownload (35640)
+ DirectUpload (35640)
+ apache-commons (35524)
+ buildings_tools (35640)
+ ejml (35458)
+ geotools (35458)
+ javafx-windows (35458)
+ jts (35458)
+ matsim (1.0.5-3-ge946087)

Last errors/warnings:
- 00032.738 E: Failed to locate image 'open.png'
- 00032.747 E: Failed to locate image 'new.png'
- 00032.966 E: Failed to locate image 'matsim-scenario.png'
- 00032.967 W:  null: Could not get presets icon matsim-scenario.png
- 00032.971 E: Failed to locate image 'images/dialogs/logo.png'
- 00032.972 W:  Link: Could not get presets icon images/dialogs/logo.png
- 01493.156 E: Handled by bug report queue: java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
- 01512.373 W: Warning - <html>JOSM could not find information about the following plugins:<ul><li>apache-commons</li><li>geotools</li><li>jts</li><li>DirectDownload</li><li>buildings_tools</li><li>javafx-windows</li><li>matsim</li><li>DirectUpload</li><li>ejml</li></ul>The plugins are not going to be loaded.</html>


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

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (18) of main
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
	at org.matsim.vis.otfvis.OnTheFlyServer.getQuadConstStateBuffer(OnTheFlyServer.java:228)
	at org.matsim.vis.otfvis.data.OTFClientQuadTree.getConstData(OTFClientQuadTree.java:128)
	at org.matsim.vis.otfvis.opengl.drawer.OTFOGLDrawer.<init>(OTFOGLDrawer.java:140)
	at org.matsim.contrib.josm.gui.OTFDialog.<init>(OTFDialog.java:85)
	at org.matsim.contrib.josm.actions.OTFVisAction.actionPerformed(OTFVisAction.java:62)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.AbstractButton.doClick(Unknown Source)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$500(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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 (4)

comment:1 by subdit.adps.agenda.harian@…, 4 years ago

Hello, I'm new to JOSM. I use JOSM for making MATSim XML network file which from MATSim plugin. I little bit curious about all button in JOSM, voila!, suddenly I faced an error when clicked "Simulate" in JOSM's MATSim plugin

comment:2 by GerdP, 4 years ago

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

comment:3 by GerdP, 4 years ago

The matsim plugin is not maintained by the JOSM team. It seems that the plugin is no longer maintained?
https://github.com/matsim-org/josm-matsim-plugin/issues

comment:4 by skyper, 4 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #20074.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain double-m.
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.