Modify ↓
Opened 7 years ago
Closed 7 years ago
#16317 closed defect (duplicate)
Download object=Relation solved
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description ¶
What steps will reproduce the problem? ¶
- This appears if theres a ":" in the name, doh!
- leaving ":" out solves the error
- This could be caught in a handler ...
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: 2018-05-06 23:56:40 +0200 (Sun, 06 May 2018) Build-Date:2018-05-06 21:59:07 Revision:13710 Relative:URL: ^/trunk Identification: JOSM/1.5 (13710 en) Windows 8.1 64-Bit OS Build number: Windows 8.1 Pro (9600) Memory Usage: 192 MB / 989 MB (49 MB allocated, but free) Java version: 1.8.0_161-b12, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1920x1080 Maximum Screen Size: 1920x1080 Dataset consistency test: No problems found Plugins: + editgpx (34109) + reltoolbox (34130) Last errors/warnings: - W: No configuration settings found. Using hardcoded default values for all pools. - E: Handled by bug report queue: java.nio.file.InvalidPathException: Illegal char <:> at index 31: %UserProfile%\Downloads\Relation : Far North Cycleway.osm - E: Handled by bug report queue: java.nio.file.InvalidPathException: Illegal char <:> at index 30: %UserProfile%\Downloads\Relation: Kauri Coast TA Cycleway.geojson - E: Handled by bug report queue: java.nio.file.InvalidPathException: Illegal char <:> at index 31: %UserProfile%\Downloads\Relation : Kauri Coast TA Cycleway.osm === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (17) of main java.nio.file.InvalidPathException: Illegal char <:> at index 31: C:\Users\Al\Downloads\Relation : Kauri Coast TA Cycleway.osm at sun.nio.fs.WindowsPathParser.normalize(Unknown Source) at sun.nio.fs.WindowsPathParser.parse(Unknown Source) at sun.nio.fs.WindowsPathParser.parse(Unknown Source) at sun.nio.fs.WindowsPath.parse(Unknown Source) at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source) at java.io.File.toPath(Unknown Source) at org.openstreetmap.josm.io.Compression.getCompressedFileOutputStream(Compression.java:217) at org.openstreetmap.josm.gui.io.importexport.OsmExporter.getOutputStream(OsmExporter.java:79) at org.openstreetmap.josm.gui.io.importexport.OsmExporter.doSave(OsmExporter.java:128) at org.openstreetmap.josm.gui.io.importexport.OsmExporter.save(OsmExporter.java:92) at org.openstreetmap.josm.gui.io.importexport.OsmExporter.exportData(OsmExporter.java:75) at org.openstreetmap.josm.gui.io.importexport.OsmExporter.exportData(OsmExporter.java:59) at org.openstreetmap.josm.actions.SaveActionBase.doInternalSave(SaveActionBase.java:101) at org.openstreetmap.josm.actions.SaveActionBase.doSave(SaveActionBase.java:73) at org.openstreetmap.josm.actions.SaveActionBase.doSave(SaveActionBase.java:60) at org.openstreetmap.josm.actions.SaveActionBase.actionPerformed(SaveActionBase.java:50) 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)
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #16316.