Issue2684

classification
Title: WindowsError:[Error 123] The filename,directory name,or volume label syntax is incorrect.
Type: crash Severity: normal
Components: Any Versions: Jython 2.7
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jeff.allen, jythontest2018
Priority: normal Keywords:

Created on 2018-05-12.08:31:03 by jythontest2018, last changed 2018-05-12.10:50:45 by jeff.allen.

Files
File name Uploaded Description Edit Remove
sh.JPG jythontest2018, 2018-05-12.08:31:03
Messages
msg11973 (view) Author: Jeff Allen (jeff.allen) Date: 2018-05-12.10:50:44
The bizarre file paths indicate that this problem is being reported by the jython launcher (jython.exe) itself, before it gets to launch the Java application.

We appear to be here: https://hg.python.org/jython/file/v2.7.0/src/shell/jython.py#l435 where the command line the launcher has painstakingly built actually gets used. Would you try launching with the --print option to show us what it was trying to execute?

I'd prefer text in the message to a screenshot, as long as it looks correct.

Do you perhaps have a user name that does not consist of ASCII characters (or other paths that might matter here)?
History
Date User Action Args
2018-05-12 10:50:45jeff.allensetpriority: normal
nosy: + jeff.allen
messages: + msg11973
severity: urgent -> normal
milestone: Jython 2.7.0 ->
2018-05-12 08:31:04jythontest2018create