Modify ↓
Opened 3 years ago
Closed 3 years ago
#22226 closed defect (duplicate)
InvalidPathException when clicking "Open file" due to a special filename
| Reported by: | Owned by: | team | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Cuando quiero abrir carpetas locales en Ubuntu 22.04
What is the expected result?
Que se despliegue la lista de carpetas y archivos
What happens instead?
No realiza ninguna acción
Please provide any additional information below. Attach a screenshot if possible.
Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2022-07-07 23:02:39 +0200 (Thu, 07 Jul 2022)
Revision:18513
Build-Date:2022-07-08 01:30:57
URL:https://josm.openstreetmap.de/svn/trunk
Identification: JOSM/1.5 (18513 es) Linux Ubuntu 22.04 LTS
Memory Usage: 658 MB / 7994 MB (421 MB allocated, but free)
Java version: 11.0.15+10-Ubuntu-0ubuntu0.20.04.1, Private Build, OpenJDK 64-Bit Server VM
Look and Feel: javax.swing.plaf.metal.MetalLookAndFeel
Screen: :0.0 1920×1080 (scaling 1.00×1.00)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→16×16, 32×32→32×32
Environment variable LANG: es_AR.UTF-8
System property file.encoding: ANSI_X3.4-1968
System property sun.jnu.encoding: ANSI_X3.4-1968
Locale info: es_US
Numbers with default locale: 1234567890 -> 1234567890
Desktop environment: ubuntu:GNOME
VM arguments: [-Duser.home=${HOME}]
Plugins:
+ apache-commons (35924)
+ apache-http (35924)
+ buildings_tools (35997)
+ ejml (35924)
+ geotools (35959)
+ jackson (35958)
+ jaxb (35952)
+ jna (35924)
+ jts (35976)
+ mapwithai (1.9.16)
+ mapwithai-dev (1.9.16)
+ opendata (35984)
+ utilsplugin2 (36001)
Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/MapWithAI&zip=1
Last errors/warnings:
- 00031.965 W: java.net.SocketTimeoutException: Read timed out
- 00031.966 E: java.net.SocketTimeoutException: Read timed out
- 00031.966 E: org.openstreetmap.josm.io.OsmTransferException: No se ha podido conectar con el servidor OSM. Por favor, verifique su conexión a Internet.. Causa: java.net.SocketTimeoutException: Read timed out
- 00035.109 E: No se pudo localizar la imagen 'MapWithAI'
- 00035.210 E: No se pudo localizar la imagen 'MapWithAI'
- 00061.509 E: Handled by bug report queue: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /home/<user.name>/M��sica
- 00061.510 E: Handled by bug report queue: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /home/<user.name>/M��sica
- 00061.511 E: Handled by bug report queue: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /home/<user.name>/M��sica
- 00061.515 E: Handled by bug report queue: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /home/<user.name>/M��sica
=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.
Warning issued by: BugReportExceptionHandler#handleException
=== STACK TRACE ===
Thread: Basic L&F File Loading Thread (82)
java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /home/horacio/M��sica
at java.base/sun.nio.fs.UnixPath.encode(UnixPath.java:145)
at java.base/sun.nio.fs.UnixPath.<init>(UnixPath.java:69)
at java.base/sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:279)
at java.base/java.nio.file.Path.of(Path.java:147)
at java.base/java.nio.file.Paths.get(Paths.java:69)
at java.desktop/sun.awt.shell.ShellFolder.getShellFolder(ShellFolder.java:247)
at java.desktop/javax.swing.filechooser.FileSystemView.getFiles(FileSystemView.java:523)
at java.desktop/javax.swing.plaf.basic.BasicDirectoryModel$FilesLoader.run0(BasicDirectoryModel.java:300)
at java.desktop/javax.swing.plaf.basic.BasicDirectoryModel$FilesLoader.run(BasicDirectoryModel.java:289)
at java.base/java.lang.Thread.run(Thread.java:829)
Attachments (1)
Change History (2)
by , 3 years ago
| Attachment: | Captura desde 2022-07-18 11-20-40.png added |
|---|
comment:1 by , 3 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
| Summary: | No permite abrir carpetas locales → InvalidPathException when clicking "Open file" due to a special filename |
Note:
See TracTickets
for help on using tickets.



Closed as duplicate of #14596.