Modify ↓
Opened 16 months ago
Closed 16 months ago
#23406 closed defect (othersoftware)
Failed to export matsim layer as shapefile
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | 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.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2023-12-07 13:35:12 +0100 (Thu, 07 Dec 2023) Build-Date:2023-12-07 16:38:49 Revision:18907 Relative:URL: ^/trunk Identification: JOSM/1.5 (18907 en) Windows 10 64-Bit OS Build number: Windows 10 Enterprise 2009 (19045) Memory Usage: 247 MB / 247 MB (77 MB allocated, but free) Java version: 1.8.0_391-b13, Oracle Corporation, Java HotSpot(TM) Client VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1920×1080 (scaling 1.00×1.00) Maximum Screen Size: 1920×1080 Best cursor sizes: 16×16→48×48, 32×32→48×48 System property file.encoding: Cp1252 System property sun.jnu.encoding: Cp1252 Locale info: en_US Numbers with default locale: 1234567890 -> 1234567890 Dataset consistency test: No problems found Plugins: + apache-commons (36176) + ejml + geotools + jackson (36176) + javafx (36200) + jaxb (36118) + jts (36004) + matsim (d70ae5a) Last errors/warnings: - 00015.932 W: Warning - <html>Plugin geotools requires Java version 11. The current Java version is 8.<br>You have to update Java in order to use this plugin.</html> - 00017.386 W: Warning - <html>Plugin ejml requires Java version 11. The current Java version is 8.<br>You have to update Java in order to use this plugin.</html> - 00018.452 E: unable to find dependency geotools for plugin matsim - 00018.534 E: Failed to locate image 'open.png' - 00018.536 E: Failed to locate image 'new.png' - 00018.562 E: Failed to locate image 'matsim-scenario.png' - 00018.563 W: null: Could not get presets icon matsim-scenario.png - 00018.563 E: Failed to locate image 'images/dialogs/logo.png' - 00018.563 W: Link: Could not get presets icon images/dialogs/logo.png - 00468.726 E: Handled by bug report queue: java.lang.NoClassDefFoundError: org/opengis/referencing/FactoryException. Cause: java.lang.ClassNotFoundException: org.opengis.referencing.FactoryException === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (16) of main java.lang.NoClassDefFoundError: org/opengis/referencing/FactoryException at org.matsim.contrib.josm.actions.ShapeExporter.actionPerformed(ShapeExporter.java:47) 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.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) Caused by: java.lang.ClassNotFoundException: org.opengis.referencing.FactoryException at org.openstreetmap.josm.plugins.PluginClassLoader.loadClass(PluginClassLoader.java:92) at java.lang.ClassLoader.loadClass(Unknown Source) ... 39 more
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Replying to anonymous:
Please, use a 64-Bit java version on a 64-Bit operating system. Your java looks like a 32-bit one.
We highly recommend to use our installer on windows, see wiki:Download#Moredownloadoptions.