You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Yaniv Kunda (JIRA)" <ji...@apache.org> on 2015/10/01 00:26:04 UTC

[jira] [Commented] (TIKA-1758) BatchCommandLineBuilder fails on systems with whitespace in path

    [ https://issues.apache.org/jira/browse/TIKA-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938972#comment-14938972 ] 

Yaniv Kunda commented on TIKA-1758:
-----------------------------------

Not a hard requirement - can be avoided by converting a Path back to a File (or to a String).

> BatchCommandLineBuilder fails on systems with whitespace in path
> ----------------------------------------------------------------
>
>                 Key: TIKA-1758
>                 URL: https://issues.apache.org/jira/browse/TIKA-1758
>             Project: Tika
>          Issue Type: Bug
>          Components: cli
>            Reporter: Uwe Schindler
>         Attachments: TIKA-1758.patch
>
>
> All tests for CLI module fail with errors like that:
> {noformat}
> Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.048 sec <<< FAILURE! - in org.apache.tika.cli.TikaCLIBatchCommandL
> ineTest
> testTwoDirsNoFlags(org.apache.tika.cli.TikaCLIBatchCommandLineTest)  Time elapsed: 0.026 sec  <<< ERROR!
> java.nio.file.InvalidPathException: Illegal char <"> at index 0: "C:\Users\Uwe Schindler\Projects\TIKA\svn\tika-app\testInput"
>         at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
>         at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
>         at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
>         at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
>         at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
>         at java.nio.file.Paths.get(Paths.java:84)
>         at org.apache.tika.cli.BatchCommandLineBuilder.translateCommandLine(BatchCommandLineBuilder.java:137)
>         at org.apache.tika.cli.BatchCommandLineBuilder.build(BatchCommandLineBuilder.java:51)
>         at org.apache.tika.cli.TikaCLIBatchCommandLineTest.testTwoDirsNoFlags(TikaCLIBatchCommandLineTest.java:127)
> {noformat}
> The reason is that BatchCommandLineBuilder adds quotes for unknown reasons!? If you use ProcessBuilder you don't need that! Not sure what this should do, but the problem is: The first argument (the executable) contains quotes after the method transformed it and breaks the test.
> I have no idea how to fix this, but the quotes should not be in a String[] command line at all.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)