[ 
https://issues.apache.org/jira/browse/PDFBOX-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4179:
------------------------------------
    Description: 
{code:java}
initializationError(org.apache.pdfbox.preflight.integration.TestValidFiles)  
Time elapsed: 0.016 s  <<< ERROR!
java.lang.IllegalArgumentException: Parameter 'directory' is not a directory:
    at 
org.apache.pdfbox.preflight.integration.TestValidFiles.initializeParameters(TestValidFiles.java:91)
{code}
{{System.getProperty(ISARTOR_FILES);}} returns an empty string and not null in 
the preflight test {{TestValidFiles}}. I have no idea why this is so, and it 
isn't important enough to research (I suspect it is related to the version 
update of commons-io, but couldn't prove it). In 1.8 it returned null.

  was:
{code}
initializationError(org.apache.pdfbox.preflight.integration.TestValidFiles)  
Time elapsed: 0.016 s  <<< ERROR!
java.lang.IllegalArgumentException: Parameter 'directory' is not a directory:
    at 
org.apache.pdfbox.preflight.integration.TestValidFiles.initializeParameters(TestValidFiles.java:91)
{code}


{{System.getProperty(ISARTOR_FILES);}} returns an empty string and not null in 
the preflight test {{TestValidFiles}}. I have no idea why this is so, and it 
isn't important enough to research. In 1.8 it returned null.


> Preflight test fails: Parameter 'directory' is not a directory
> --------------------------------------------------------------
>
>                 Key: PDFBOX-4179
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4179
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 2.0.9
>            Reporter: Tilman Hausherr
>            Priority: Minor
>             Fix For: 2.0.10, 3.0.0 PDFBox
>
>
> {code:java}
> initializationError(org.apache.pdfbox.preflight.integration.TestValidFiles)  
> Time elapsed: 0.016 s  <<< ERROR!
> java.lang.IllegalArgumentException: Parameter 'directory' is not a directory:
>     at 
> org.apache.pdfbox.preflight.integration.TestValidFiles.initializeParameters(TestValidFiles.java:91)
> {code}
> {{System.getProperty(ISARTOR_FILES);}} returns an empty string and not null 
> in the preflight test {{TestValidFiles}}. I have no idea why this is so, and 
> it isn't important enough to research (I suspect it is related to the version 
> update of commons-io, but couldn't prove it). In 1.8 it returned null.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to