You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== STACK TRACE ===
Thread: AWT-EventQueue-0 (31) of main
java.lang.NoClassDefFoundError: org/opengis/referencing/FactoryException
at org.matsim.contrib.josm.actions.ShapeExporter.actionPerformed(ShapeExporter.java:47)
at [email protected]/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at [email protected]/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at [email protected]/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at [email protected]/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at [email protected]/javax.swing.AbstractButton.doClick(Unknown Source)
at [email protected]/com.apple.laf.ScreenMenuItem.actionPerformed(Unknown Source)
at [email protected]/java.awt.MenuItem.processActionEvent(Unknown Source)
at [email protected]/java.awt.MenuItem.processEvent(Unknown Source)
at [email protected]/java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
at [email protected]/java.awt.MenuComponent.dispatchEvent(Unknown Source)
at [email protected]/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at [email protected]/java.awt.EventQueue$4.run(Unknown Source)
at [email protected]/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 [email protected]/java.awt.EventQueue$5.run(Unknown Source)
at [email protected]/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 [email protected]/java.awt.EventQueue.dispatchEvent(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.opengis.referencing.FactoryException
at org.openstreetmap.josm.plugins.PluginClassLoader.loadClass(PluginClassLoader.java:82)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 28 more
}}}
The text was updated successfully, but these errors were encountered:
==== What steps will reproduce the problem?
==== What is the expected result?
The MATSim network shape file is created.
==== What happens instead?
Error. Nothing is created.
==== Please provide any additional information below. Attach a screenshot if possible.
{{{
Revision:19160
Build-Date:2024-08-01 15:34:05
Identification: JOSM/1.5 (19160 it) Mac OS X 13.6.9
OS Build number: macOS 13.6.9 (22G830)
Memory Usage: 1540 MB / 4096 MB (742 MB allocated, but free)
Java version: 21.0.4+7-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.apple.laf.AquaLookAndFeel
Screen: Display 69732800 1280x800x32bpp@[Unknown refresh rate] (scaling 2.00×2.00) Display 190599041 1920x1080x32bpp@60Hz (scaling 1.00×1.00)
Maximum Screen Size: 1920×1080
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: it_IT
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=19160, --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:
Last errors/warnings:
=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.
Warning issued by: BugReportExceptionHandler#handleException
=== STACK TRACE ===
Thread: AWT-EventQueue-0 (31) of main
java.lang.NoClassDefFoundError: org/opengis/referencing/FactoryException
at org.matsim.contrib.josm.actions.ShapeExporter.actionPerformed(ShapeExporter.java:47)
at [email protected]/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at [email protected]/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at [email protected]/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at [email protected]/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at [email protected]/javax.swing.AbstractButton.doClick(Unknown Source)
at [email protected]/com.apple.laf.ScreenMenuItem.actionPerformed(Unknown Source)
at [email protected]/java.awt.MenuItem.processActionEvent(Unknown Source)
at [email protected]/java.awt.MenuItem.processEvent(Unknown Source)
at [email protected]/java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
at [email protected]/java.awt.MenuComponent.dispatchEvent(Unknown Source)
at [email protected]/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at [email protected]/java.awt.EventQueue$4.run(Unknown Source)
at [email protected]/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 [email protected]/java.awt.EventQueue$5.run(Unknown Source)
at [email protected]/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 [email protected]/java.awt.EventQueue.dispatchEvent(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at [email protected]/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.opengis.referencing.FactoryException
at org.openstreetmap.josm.plugins.PluginClassLoader.loadClass(PluginClassLoader.java:82)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 28 more
}}}
The text was updated successfully, but these errors were encountered: