Jenkins build is back to normal : PDFBox-2.0.x #1180

2018-10-09 Thread Apache Jenkins Server
See 



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



Jenkins build is back to normal : PDFBox-2.0.x » PDFBox parent #1180

2018-10-09 Thread Apache Jenkins Server
See 



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



[jira] [Resolved] (PDFBOX-4336) "CMap is invalid" exception thrown

2018-10-09 Thread Tilman Hausherr (JIRA)


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

Tilman Hausherr resolved PDFBOX-4336.
-
Resolution: Fixed

> "CMap is invalid" exception thrown
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Commented] (PDFBOX-4336) "CMap is invalid" exception thrown

2018-10-09 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643980#comment-16643980
 ] 

Tilman Hausherr commented on PDFBOX-4336:
-

Now rendering works and you'll get this log message:

 

Warning  [CMap] Invalid character code sequence 0xE0 (0340) 0x2A (0052) in CMap 
90ms-RKSJ-H

> "CMap is invalid" exception thrown
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Commented] (PDFBOX-4336) "CMap is invalid" exception thrown

2018-10-09 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643973#comment-16643973
 ] 

ASF subversion and git services commented on PDFBOX-4336:
-

Commit 1843331 from til...@apache.org in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1843331 ]

PDFBOX-4336: be lenient ob incorrect character code sequences

> "CMap is invalid" exception thrown
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Commented] (PDFBOX-4336) "CMap is invalid" exception thrown

2018-10-09 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643974#comment-16643974
 ] 

ASF subversion and git services commented on PDFBOX-4336:
-

Commit 1843332 from til...@apache.org in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1843332 ]

PDFBOX-4336: be lenient ob incorrect character code sequences

> "CMap is invalid" exception thrown
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



Build failed in Jenkins: PDFBox-2.0.x #1179

2018-10-09 Thread Apache Jenkins Server
See 

--
[...truncated 381.26 KB...]
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
 (183 kB at 2.8 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/5.5.5/lucene-sandbox-5.5.5.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/5.5.5/lucene-sandbox-5.5.5.jar
 (232 kB at 2.4 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.196/h2-1.4.196.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/5.5.5/lucene-queries-5.5.5.jar
 (251 kB at 2.6 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/5.5.5/lucene-queryparser-5.5.5.jar
 (403 kB at 3.7 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
 (85 kB at 740 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar 
(396 kB at 2.6 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.jar
 (301 kB at 2.0 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.1/retirejs-core-3.0.1.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/5.5.5/lucene-analyzers-common-5.5.5.jar
 (1.6 MB at 9.7 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/json/json/20140107/json-20140107.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.1/retirejs-core-3.0.1.jar
 (27 kB at 161 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3/minlog-1.3.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/json/json/20140107/json-20140107.jar 
(65 kB at 369 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.8.17/compiler-0.8.17.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3/minlog-1.3.jar
 (5.6 kB at 31 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar
 (242 kB at 1.3 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/3.3.2/dependency-check-utils-3.3.2.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.8.17/compiler-0.8.17.jar
 (116 kB at 595 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/3.3.2/dependency-check-utils-3.3.2.jar
 (38 kB at 186 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
 (35 kB at 171 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
 (50 kB at 226 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
 (164 kB at 715 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.196/h2-1.4.196.jar 
(1.8 MB at 7.8 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/5.5.5/lucene-core-5.5.5.jar
 (2.4 MB at 10.0 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded: 

Build failed in Jenkins: PDFBox-2.0.x » PDFBox parent #1179

2018-10-09 Thread Apache Jenkins Server
See 


--
[...truncated 215.65 KB...]
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
 (3.3 kB at 335 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
 (3.5 kB at 292 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
 (1.8 kB at 160 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
 (12 kB at 1.1 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
 (1.7 kB at 157 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
 (21 kB at 1.9 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom
 (7.5 kB at 536 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom
 (12 kB at 1.1 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom
 (5.1 kB at 365 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom
 (43 kB at 3.3 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
 (770 B at 70 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
 (4.8 kB at 440 kB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
 (14 kB at 1.3 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/3.3.2/dependency-check-core-3.3.2.jar
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/com/vdurmont/semver4j/2.2.0/semver4j-2.2.0.jar
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6/joda-time-1.6.jar
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/com/vdurmont/semver4j/2.2.0/semver4j-2.2.0.jar
 (27 kB at 1.8 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
 (41 kB at 2.0 MB/s)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
 (215 kB at 5.1 MB/s)
[INFO] Downloading: 

Build failed in Jenkins: PDFBox-2.0.x #1178

2018-10-09 Thread Apache Jenkins Server
See 

--
Started by user tilman
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace 

Cleaning up 
Deleting 
Updating http://svn.apache.org/repos/asf/pdfbox/branches/2.0 at revision 
'2018-10-09T18:48:43.780 +'
At revision 1843324

No changes for http://svn.apache.org/repos/asf/pdfbox/branches/2.0 since the 
previous build
Parsing POMs
Established TCP socket on 58277
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[2.0] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx1g -cp 
/home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.0 
/home/jenkins/jenkins-slave/slave.jar 
/home/jenkins/jenkins-slave/maven35-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 58277
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
 
-Dmaven.repo.local= 
clean deploy -Ppedantic -Dmaven.source.skip=true
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] PDFBox parent
[INFO] Apache FontBox
[INFO] Apache XmpBox
[INFO] Apache PDFBox
[INFO] Apache Preflight
[INFO] Apache Preflight application
[INFO] Apache PDFBox Debugger
[INFO] Apache PDFBox tools
[INFO] Apache PDFBox application
[INFO] Apache PDFBox Debugger application
[INFO] Apache PDFBox examples
[INFO] PDFBox reactor
[INFO] 
[INFO] 
[INFO] Building PDFBox parent 2.0.13-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ pdfbox-parent ---
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$3; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Scanning folder 
' for files matching 
the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Computing warning deltas based on reference build #1175
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ pdfbox-parent ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (check-java-version) @ 
pdfbox-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ 
pdfbox-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
pdfbox-parent >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
pdfbox-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pdfbox-parent ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ pdfbox-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[INFO] 
[INFO] --- dependency-check-maven:3.3.2:check (default) @ pdfbox-parent ---
[INFO] Central analyzer disabled
[INFO] 

Build failed in Jenkins: PDFBox-2.0.x » PDFBox parent #1178

2018-10-09 Thread Apache Jenkins Server
See 


--
Established TCP socket on 58277
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
/home/jenkins/jenkins-slave/workspace/PDFBox-2.0.x/2.0/pom.xml 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/PDFBox-2.0.x/.repository
 clean deploy -Ppedantic -Dmaven.source.skip=true
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] PDFBox parent
[INFO] Apache FontBox
[INFO] Apache XmpBox
[INFO] Apache PDFBox
[INFO] Apache Preflight
[INFO] Apache Preflight application
[INFO] Apache PDFBox Debugger
[INFO] Apache PDFBox tools
[INFO] Apache PDFBox application
[INFO] Apache PDFBox Debugger application
[INFO] Apache PDFBox examples
[INFO] PDFBox reactor
[INFO] 
[INFO] 
[INFO] Building PDFBox parent 2.0.13-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ pdfbox-parent ---
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$3; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Scanning folder 
'
 for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Computing warning deltas based on reference build #1175
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ pdfbox-parent ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (check-java-version) @ 
pdfbox-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ 
pdfbox-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
pdfbox-parent >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
pdfbox-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pdfbox-parent ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ pdfbox-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[INFO] 
[INFO] --- dependency-check-maven:3.3.2:check (default) @ pdfbox-parent ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (22 ms)
[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ pdfbox-parent 
---
[INFO] Installing 

Build failed in Jenkins: PDFBox-2.0.x #1177

2018-10-09 Thread Apache Jenkins Server
See 

--
Started by user tilman
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace 

Cleaning up 
Deleting 
Updating http://svn.apache.org/repos/asf/pdfbox/branches/2.0 at revision 
'2018-10-09T18:35:36.210 +'
At revision 1843322

No changes for http://svn.apache.org/repos/asf/pdfbox/branches/2.0 since the 
previous build
Parsing POMs
Established TCP socket on 51789
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[2.0] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx1g -cp 
/home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.0 
/home/jenkins/jenkins-slave/slave.jar 
/home/jenkins/jenkins-slave/maven35-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 51789
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
 
-Dmaven.repo.local= 
clean deploy -Ppedantic -Dmaven.source.skip=true
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] PDFBox parent
[INFO] Apache FontBox
[INFO] Apache XmpBox
[INFO] Apache PDFBox
[INFO] Apache Preflight
[INFO] Apache Preflight application
[INFO] Apache PDFBox Debugger
[INFO] Apache PDFBox tools
[INFO] Apache PDFBox application
[INFO] Apache PDFBox Debugger application
[INFO] Apache PDFBox examples
[INFO] PDFBox reactor
[INFO] 
[INFO] 
[INFO] Building PDFBox parent 2.0.13-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ pdfbox-parent ---
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$3; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Scanning folder 
' for files matching 
the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Computing warning deltas based on reference build #1175
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ pdfbox-parent ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (check-java-version) @ 
pdfbox-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ 
pdfbox-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
pdfbox-parent >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
pdfbox-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pdfbox-parent ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ pdfbox-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[INFO] 
[INFO] --- dependency-check-maven:3.3.2:check (default) @ pdfbox-parent ---
[INFO] Central analyzer disabled
[INFO] 

Build failed in Jenkins: PDFBox-2.0.x » PDFBox parent #1177

2018-10-09 Thread Apache Jenkins Server
See 


--
Established TCP socket on 51789
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
/home/jenkins/jenkins-slave/workspace/PDFBox-2.0.x/2.0/pom.xml 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/PDFBox-2.0.x/.repository
 clean deploy -Ppedantic -Dmaven.source.skip=true
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] PDFBox parent
[INFO] Apache FontBox
[INFO] Apache XmpBox
[INFO] Apache PDFBox
[INFO] Apache Preflight
[INFO] Apache Preflight application
[INFO] Apache PDFBox Debugger
[INFO] Apache PDFBox tools
[INFO] Apache PDFBox application
[INFO] Apache PDFBox Debugger application
[INFO] Apache PDFBox examples
[INFO] PDFBox reactor
[INFO] 
[INFO] 
[INFO] Building PDFBox parent 2.0.13-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ pdfbox-parent ---
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$3; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Scanning folder 
'
 for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Computing warning deltas based on reference build #1175
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ pdfbox-parent ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (check-java-version) @ 
pdfbox-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ 
pdfbox-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
pdfbox-parent >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
pdfbox-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pdfbox-parent ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ pdfbox-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[INFO] 
[INFO] --- dependency-check-maven:3.3.2:check (default) @ pdfbox-parent ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (16 ms)
[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ pdfbox-parent 
---
[INFO] Installing 

Jenkins build is back to normal : PDFBox-trunk #4255

2018-10-09 Thread Apache Jenkins Server
See 


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



Build failed in Jenkins: PDFBox-2.0.x #1176

2018-10-09 Thread Apache Jenkins Server
See 


Changes:

[tilman] PDFBOX-4335: add @Override, close overlay object in utility (SonarQube 
complaints)

[tilman] PDFBOX-4333: Reduce the total number of break and continue statements 
in this loop for SonarQube

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace 

Cleaning up 
Deleting 
Updating http://svn.apache.org/repos/asf/pdfbox/branches/2.0 at revision 
'2018-10-09T18:29:12.146 +'
U pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
U pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java
U pdfbox/src/main/java/org/apache/pdfbox/pdfparser/COSParser.java
U 
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/ValidateXImage.java
U tools/src/main/java/org/apache/pdfbox/tools/OverlayPDF.java
At revision 1843320

Parsing POMs
Established TCP socket on 41093
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[2.0] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx1g -cp 
/home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.0 
/home/jenkins/jenkins-slave/slave.jar 
/home/jenkins/jenkins-slave/maven35-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 41093
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
 
-Dmaven.repo.local= 
clean deploy -Ppedantic -Dmaven.source.skip=true
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] PDFBox parent
[INFO] Apache FontBox
[INFO] Apache XmpBox
[INFO] Apache PDFBox
[INFO] Apache Preflight
[INFO] Apache Preflight application
[INFO] Apache PDFBox Debugger
[INFO] Apache PDFBox tools
[INFO] Apache PDFBox application
[INFO] Apache PDFBox Debugger application
[INFO] Apache PDFBox examples
[INFO] PDFBox reactor
[INFO] 
[INFO] 
[INFO] Building PDFBox parent 2.0.13-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ pdfbox-parent ---
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$3; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Scanning folder 
' for files matching 
the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Computing warning deltas based on reference build #1175
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ pdfbox-parent ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (check-java-version) @ 
pdfbox-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ 
pdfbox-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
pdfbox-parent >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
pdfbox-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pdfbox-parent ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ pdfbox-parent ---
[INFO] 

Build failed in Jenkins: PDFBox-2.0.x » PDFBox parent #1176

2018-10-09 Thread Apache Jenkins Server
See 


--
Established TCP socket on 41093
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
/home/jenkins/jenkins-slave/workspace/PDFBox-2.0.x/2.0/pom.xml 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/PDFBox-2.0.x/.repository
 clean deploy -Ppedantic -Dmaven.source.skip=true
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] PDFBox parent
[INFO] Apache FontBox
[INFO] Apache XmpBox
[INFO] Apache PDFBox
[INFO] Apache Preflight
[INFO] Apache Preflight application
[INFO] Apache PDFBox Debugger
[INFO] Apache PDFBox tools
[INFO] Apache PDFBox application
[INFO] Apache PDFBox Debugger application
[INFO] Apache PDFBox examples
[INFO] PDFBox reactor
[INFO] 
[INFO] 
[INFO] Building PDFBox parent 2.0.13-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ pdfbox-parent ---
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$2; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$3; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Scanning folder 
'
 for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[WARNING] Attempt to (de-)serialize anonymous class 
hudson.plugins.analysis.core.HealthAwareReporter$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[TASKS] Computing warning deltas based on reference build #1175
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ pdfbox-parent ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (check-java-version) @ 
pdfbox-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ 
pdfbox-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
pdfbox-parent >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
pdfbox-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ pdfbox-parent ---
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
pdfbox-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ pdfbox-parent ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ pdfbox-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 1 licenses.
[INFO] 
[INFO] --- dependency-check-maven:3.3.2:check (default) @ pdfbox-parent ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] starting getUpdatesNeeded() ...
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (14505 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (12467 ms)
[INFO] Begin database maintenance.
[INFO] End database maintenance.
[INFO] Check for updates complete (59209 ms)
[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 

Build failed in Jenkins: PDFBox-trunk #4254

2018-10-09 Thread Apache Jenkins Server
See 

--
[...truncated 5.95 KB...]
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
at hudson.scm.SCM.checkout(SCM.java:504)
at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at 
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.remoting.ProxyException: java.io.IOException
at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:216)
at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
at 
hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: 
 at 
hudson.remoting.Channel@4a9b0fcb:H33
at hudson.FilePath.act(FilePath.java:1043)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Cleaning up 
ERROR: Failed to update http://svn.apache.org/repos/asf/pdfbox/trunk
org.tmatesoft.svn.core.SVNException: svn: E155032: The pristine text with 
checksum '$sha1$0d8a658d1ecd3fa00dd8f46d24a9d2fdef18f3e4' was found in the DB 
but not on disk
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
at 
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbPristines.checkPristine(SvnWcDbPristines.java:159)
at 
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbPristines.getPristinePath(SvnWcDbPristines.java:184)
at 
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.getPristinePath(SVNWCDb.java:1724)
at 
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.isTextModified(SVNWCContext.java:754)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.assembleStatus(SVNStatusEditor17.java:356)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.sendStatusStructure(SVNStatusEditor17.java:216)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.getDirStatus(SVNStatusEditor17.java:742)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.walkStatus(SVNStatusEditor17.java:665)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.run(SvnNgGetStatus.java:132)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.run(SvnNgGetStatus.java:27)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
at 

[jira] [Commented] (PDFBOX-4335) Overlay should implement Closeable

2018-10-09 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643873#comment-16643873
 ] 

ASF subversion and git services commented on PDFBOX-4335:
-

Commit 1843320 from til...@apache.org in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1843320 ]

PDFBOX-4335: add @Override, close overlay object in utility (SonarQube 
complaints)

> Overlay should implement Closeable
> --
>
> Key: PDFBOX-4335
> URL: https://issues.apache.org/jira/browse/PDFBOX-4335
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Utilities
>Affects Versions: 2.0.12
>Reporter: Wiktor Kwapisiewicz
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: 
> 0001-PDFBOX-4335-Implement-java.io.Closeable-in-Overlay.patch
>
>
> `org.apache.pdfbox.multipdf.Overlay` class has `close` method but it doesn't 
> implement Closeable interface. Other classes, such as PDDocument, do 
> implement it.
> Attached patch.



--
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



[jira] [Commented] (PDFBOX-4335) Overlay should implement Closeable

2018-10-09 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643871#comment-16643871
 ] 

ASF subversion and git services commented on PDFBOX-4335:
-

Commit 1843319 from til...@apache.org in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1843319 ]

PDFBOX-4335: add @Override, close overlay object in utility (SonarQube 
complaints)

> Overlay should implement Closeable
> --
>
> Key: PDFBOX-4335
> URL: https://issues.apache.org/jira/browse/PDFBOX-4335
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Utilities
>Affects Versions: 2.0.12
>Reporter: Wiktor Kwapisiewicz
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: 
> 0001-PDFBOX-4335-Implement-java.io.Closeable-in-Overlay.patch
>
>
> `org.apache.pdfbox.multipdf.Overlay` class has `close` method but it doesn't 
> implement Closeable interface. Other classes, such as PDDocument, do 
> implement it.
> Attached patch.



--
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



Build failed in Jenkins: PDFBox-trunk #4253

2018-10-09 Thread Apache Jenkins Server
See 

--
[...truncated 5.69 KB...]
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
at hudson.scm.SCM.checkout(SCM.java:504)
at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at 
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.remoting.ProxyException: java.io.IOException
at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:216)
at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:168)
at 
hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1041)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:1017)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:990)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: 
 at 
hudson.remoting.Channel@4a9b0fcb:H33
at hudson.FilePath.act(FilePath.java:1043)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:937)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:864)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Cleaning up 
ERROR: Failed to update http://svn.apache.org/repos/asf/pdfbox/trunk
org.tmatesoft.svn.core.SVNException: svn: E155032: The pristine text with 
checksum '$sha1$0d8a658d1ecd3fa00dd8f46d24a9d2fdef18f3e4' was found in the DB 
but not on disk
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:70)
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
at 
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbPristines.checkPristine(SvnWcDbPristines.java:159)
at 
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbPristines.getPristinePath(SvnWcDbPristines.java:184)
at 
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.getPristinePath(SVNWCDb.java:1724)
at 
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.isTextModified(SVNWCContext.java:754)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.assembleStatus(SVNStatusEditor17.java:356)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.sendStatusStructure(SVNStatusEditor17.java:216)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.getDirStatus(SVNStatusEditor17.java:742)
at 
org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.walkStatus(SVNStatusEditor17.java:665)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.run(SvnNgGetStatus.java:132)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetStatus.run(SvnNgGetStatus.java:27)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
at 

[jira] [Commented] (PDFBOX-4333) ClassCastException when loading PDF

2018-10-09 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643820#comment-16643820
 ] 

ASF subversion and git services commented on PDFBOX-4333:
-

Commit 1843318 from til...@apache.org in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1843318 ]

PDFBOX-4333: Reduce the total number of break and continue statements in this 
loop for SonarQube

> ClassCastException when loading PDF
> ---
>
> Key: PDFBOX-4333
> URL: https://issues.apache.org/jira/browse/PDFBOX-4333
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.12
>Reporter: Robin Schimpf
>Assignee: Tilman Hausherr
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: ClassCastException COSArray instead of COSObject, 
> ClassCastException COSBoolean instead of COSObject, ClassCastException 
> COSFloat instead of COSObject, ClassCastException COSInteger instead of 
> COSObject, ClassCastException COSName instead of COSObject, 
> ClassCastException COSNull instead of COSObject, ClassCastException COSString 
> instead of COSObject
>
>
> Fuzzing PDF loading with [JQF|https://github.com/rohanpadhye/jqf] triggered a 
> ClassCastException. All attached files trigger the exception for a different 
> class but are basically the same.
> {code:java}
> org.apache.pdfbox.cos.COSArray cannot be cast to 
> org.apache.pdfbox.cos.COSObject
> java.lang.ClassCastException: org.apache.pdfbox.cos.COSArray cannot be cast 
> to org.apache.pdfbox.cos.COSObject
>     at 
> org.apache.pdfbox.pdfparser.COSParser.checkPagesDictionary(COSParser.java:2337)
>     at org.apache.pdfbox.pdfparser.COSParser.checkPages(COSParser.java:2321)
>     at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:193)
>     at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:220)
>     at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1160)
>     at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1057)
>     ...
> {code}
> The Code used for fuzzing is
> {code:java}
> PDDocument.load(inputStream)
> {code}
> Throwing an Exception is ok since no other PDF reader I tried is able to load 
> the files. But it should not be an ClassCastException.



--
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



[jira] [Commented] (PDFBOX-4333) ClassCastException when loading PDF

2018-10-09 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643819#comment-16643819
 ] 

ASF subversion and git services commented on PDFBOX-4333:
-

Commit 1843317 from til...@apache.org in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1843317 ]

PDFBOX-4333: Reduce the total number of break and continue statements in this 
loop for SonarQube

> ClassCastException when loading PDF
> ---
>
> Key: PDFBOX-4333
> URL: https://issues.apache.org/jira/browse/PDFBOX-4333
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.12
>Reporter: Robin Schimpf
>Assignee: Tilman Hausherr
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: ClassCastException COSArray instead of COSObject, 
> ClassCastException COSBoolean instead of COSObject, ClassCastException 
> COSFloat instead of COSObject, ClassCastException COSInteger instead of 
> COSObject, ClassCastException COSName instead of COSObject, 
> ClassCastException COSNull instead of COSObject, ClassCastException COSString 
> instead of COSObject
>
>
> Fuzzing PDF loading with [JQF|https://github.com/rohanpadhye/jqf] triggered a 
> ClassCastException. All attached files trigger the exception for a different 
> class but are basically the same.
> {code:java}
> org.apache.pdfbox.cos.COSArray cannot be cast to 
> org.apache.pdfbox.cos.COSObject
> java.lang.ClassCastException: org.apache.pdfbox.cos.COSArray cannot be cast 
> to org.apache.pdfbox.cos.COSObject
>     at 
> org.apache.pdfbox.pdfparser.COSParser.checkPagesDictionary(COSParser.java:2337)
>     at org.apache.pdfbox.pdfparser.COSParser.checkPages(COSParser.java:2321)
>     at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:193)
>     at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:220)
>     at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1160)
>     at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1057)
>     ...
> {code}
> The Code used for fuzzing is
> {code:java}
> PDDocument.load(inputStream)
> {code}
> Throwing an Exception is ok since no other PDF reader I tried is able to load 
> the files. But it should not be an ClassCastException.



--
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



[jira] [Commented] (PDFBOX-4163) Java 11 compile error

2018-10-09 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643782#comment-16643782
 ] 

Tilman Hausherr commented on PDFBOX-4163:
-

Yes that won't go away. Get that file here
https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR
or this way:
{code:xml}

javax.activation
activation
1.1.1

{code}


> Java 11 compile error
> -
>
> Key: PDFBOX-4163
> URL: https://issues.apache.org/jira/browse/PDFBOX-4163
> Project: PDFBox
>  Issue Type: Bug
>  Components: XmpBox
>Reporter: simon steiner
>Priority: Major
>  Labels: jdk11
>
> mvn clean install -DskipTests
> xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java:[403,34] package 
> javax.xml.bind does not exist



--
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



[jira] [Comment Edited] (PDFBOX-4163) Java 11 compile error

2018-10-09 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643782#comment-16643782
 ] 

Tilman Hausherr edited comment on PDFBOX-4163 at 10/9/18 5:31 PM:
--

Yes that won't go away, we need DataSource. Get that file here
 
[https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR]
 or this way:
{code:xml}

javax.activation
activation
1.1.1

{code}


was (Author: tilman):
Yes that won't go away. Get that file here
https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR
or this way:
{code:xml}

javax.activation
activation
1.1.1

{code}


> Java 11 compile error
> -
>
> Key: PDFBOX-4163
> URL: https://issues.apache.org/jira/browse/PDFBOX-4163
> Project: PDFBox
>  Issue Type: Bug
>  Components: XmpBox
>Reporter: simon steiner
>Priority: Major
>  Labels: jdk11
>
> mvn clean install -DskipTests
> xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java:[403,34] package 
> javax.xml.bind does not exist



--
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



[jira] [Comment Edited] (PDFBOX-4336) "CMap is invalid" exception thrown

2018-10-09 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643775#comment-16643775
 ] 

Tilman Hausherr edited comment on PDFBOX-4336 at 10/9/18 5:28 PM:
--

The PDF has a code that isn't part of the CMap and the exception message thrown 
by {{CMap.readCode()}} is not helpful. We can be more lenient and just return 0.


was (Author: tilman):
The PDF has a code that isn't part of the CMap and the exception message is not 
helpful. We can be more lenient and just return 0.

> "CMap is invalid" exception thrown
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Commented] (PDFBOX-4336) "CMap is invalid" exception thrown

2018-10-09 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643775#comment-16643775
 ] 

Tilman Hausherr commented on PDFBOX-4336:
-

The PDF has a code that isn't part of the CMap and the exception message is not 
helpful. We can be more lenient and just return 0.

> "CMap is invalid" exception thrown
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Updated] (PDFBOX-4336) "CMap is invalid" exception thrown

2018-10-09 Thread Tilman Hausherr (JIRA)


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

Tilman Hausherr updated PDFBOX-4336:

Summary: "CMap is invalid" exception thrown  (was: Error generating preview 
image)

> "CMap is invalid" exception thrown
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Updated] (PDFBOX-4336) Error generating preview image

2018-10-09 Thread Tilman Hausherr (JIRA)


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

Tilman Hausherr updated PDFBOX-4336:

Fix Version/s: 3.0.0 PDFBox
   2.0.13

> Error generating preview image
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Fix For: 2.0.13, 3.0.0 PDFBox
>
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Resolved] (PDFBOX-4332) XMP dates contain time zone, while document info dates do not, and this isn't detected by preflight (2)

2018-10-09 Thread Tilman Hausherr (JIRA)


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

Tilman Hausherr resolved PDFBOX-4332.
-
Resolution: Fixed

> XMP dates contain time zone, while document info dates do not, and this isn't 
> detected by preflight (2)
> ---
>
> Key: PDFBOX-4332
> URL: https://issues.apache.org/jira/browse/PDFBOX-4332
> Project: PDFBox
>  Issue Type: Bug
>  Components: XmpBox
>Affects Versions: 1.8.16
>Reporter: Tilman Hausherr
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 1.8.17
>
>
> The two last commits ({color:#33}[ 
> {color}[https://svn.apache.org/r1660004]{color:#33} ] and [ 
> [https://svn.apache.org/r1660034] ]){color} of PDFBOX-2619 were not made in 
> the 1.8 branch and that resulted in test failures on the machine of 
> [~talli...@apache.org].
> org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.testAllInfoSynhcronized
> org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.testBadPrefixSchemas
>  



--
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



Re: Apache PDFBox Board Report October 2018 due

2018-10-09 Thread Maruan Sahyoun
+1

Maruan
 
> Hi,
> 
> find attached a quick draft of the board report we're expected to submit this
> month. It's based upon the report template which can be found at [1]
> 
> 
> Any further comments, objections or additions?
> 
> 
> 
> ## Description:
>   - the Apache PDFBox library is an open source Java tool for working with PDF
> documents.
> 
> ## Issues:
>   - there are no issue requiring board attention at this time.
> 
> ## Activity:
>   - we released 2 new PDFBox versions and one new JBIG2 version
>   - 1.8.16 and 2.0.12 were released to fix CVE-2018-11797. It was reported 
> through security@
>   - Tilman is working on making PDFBox compatible with java 11
>   - we are collaborating with Daniel Persson to explain a jdk related 
> performance issue with some rendering cases
> 
> ## Health report:
>   - there is a steady stream of contributions, bug reports and questions on 
> the
> mailing lists
> 
> ## PMC changes:
> 
>   - Currently 21 PMC members.
>   - No new PMC members added in the last 3 months
>   - Last PMC addition was Matthäus Mayer on Mon Oct 16 2017
> 
> ## Committer base changes:
> 
>   - Currently 21 committers.
>   - No new committers added in the last 3 months
>   - Last committer addition was Joerg O. Henne at Mon Oct 09 2017
> 
> ## Releases:
> 
>   - 1.8.16 was released on Fri Oct 05 2018
>   - 2.0.12 was released on Fri Oct 05 2018
>   - 3.0.2 JBIG2 was released on Tue Sep 25 2018
> 
> 
> 
> Andreas
> 
> [1] https://reporter.apache.org/?pdfbox
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
> For additional commands, e-mail: dev-h...@pdfbox.apache.org
> 
-- 
Maruan Sahyoun

FileAffairs GmbH
Josef-Schappe-Straße 21
40882 Ratingen

Tel: +49 (2102) 89497 88
Fax: +49 (2102) 89497 91
sahy...@fileaffairs.de
www.fileaffairs.de

Geschäftsführer: Maruan Sahyoun
Handelsregister: AG Düsseldorf, HRB 53837
UST.-ID: DE248275827


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



Re: Apache PDFBox Board Report October 2018 due

2018-10-09 Thread Timo Boehme

+1

Thanks
Timo

Am 08.10.18 um 17:35 schrieb Andreas Lehmkuehler:

Hi,

find attached a quick draft of the board report we're expected to submit 
this

month. It's based upon the report template which can be found at [1]


Any further comments, objections or additions?



## Description:
  - the Apache PDFBox library is an open source Java tool for working 
with PDF

    documents.

## Issues:
  - there are no issue requiring board attention at this time.

## Activity:
  - we released 2 new PDFBox versions and one new JBIG2 version
  - 1.8.16 and 2.0.12 were released to fix CVE-2018-11797. It was 
reported through security@

  - Tilman is working on making PDFBox compatible with java 11
  - we are collaborating with Daniel Persson to explain a jdk related 
performance issue with some rendering cases


## Health report:
  - there is a steady stream of contributions, bug reports and questions 
on the

    mailing lists

## PMC changes:

  - Currently 21 PMC members.
  - No new PMC members added in the last 3 months
  - Last PMC addition was Matthäus Mayer on Mon Oct 16 2017

## Committer base changes:

  - Currently 21 committers.
  - No new committers added in the last 3 months
  - Last committer addition was Joerg O. Henne at Mon Oct 09 2017

## Releases:

  - 1.8.16 was released on Fri Oct 05 2018
  - 2.0.12 was released on Fri Oct 05 2018
  - 3.0.2 JBIG2 was released on Tue Sep 25 2018



Andreas

[1] https://reporter.apache.org/?pdfbox

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




--
Timo Boehme
OntoChem IT Solutions GmbH
Blücherstraße 24
06120 Halle (Saale)
Germany

phone: +49 345 478 047 4| fax: +49 345 478 047 1
email: timo.boe...@ontochem.com | web: www.ontochem.com
HRB 21962 Amtsgericht Stendal   | USt-IdNr.: DE815563824
managing director : Lutz Weber


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



[jira] [Commented] (PDFBOX-4332) XMP dates contain time zone, while document info dates do not, and this isn't detected by preflight (2)

2018-10-09 Thread Tim Allison (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643285#comment-16643285
 ] 

Tim Allison commented on PDFBOX-4332:
-

+1 all good now.  Thank you!

> XMP dates contain time zone, while document info dates do not, and this isn't 
> detected by preflight (2)
> ---
>
> Key: PDFBOX-4332
> URL: https://issues.apache.org/jira/browse/PDFBOX-4332
> Project: PDFBox
>  Issue Type: Bug
>  Components: XmpBox
>Affects Versions: 1.8.16
>Reporter: Tilman Hausherr
>Assignee: Tilman Hausherr
>Priority: Major
> Fix For: 1.8.17
>
>
> The two last commits ({color:#33}[ 
> {color}[https://svn.apache.org/r1660004]{color:#33} ] and [ 
> [https://svn.apache.org/r1660034] ]){color} of PDFBOX-2619 were not made in 
> the 1.8 branch and that resulted in test failures on the machine of 
> [~talli...@apache.org].
> org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.testAllInfoSynhcronized
> org.apache.pdfbox.preflight.metadata.TestSynchronizedMetadataValidation.testBadPrefixSchemas
>  



--
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



[jira] [Updated] (PDFBOX-4336) Error generating preview image

2018-10-09 Thread Nico Prenzel (JIRA)


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

Nico Prenzel updated PDFBOX-4336:
-
Attachment: test.pdf

> Error generating preview image
> --
>
> Key: PDFBOX-4336
> URL: https://issues.apache.org/jira/browse/PDFBOX-4336
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.11, 2.0.12
>Reporter: Nico Prenzel
>Priority: Minor
> Attachments: test.pdf
>
>
> The follwoing error is thrown within the preview generation. With Adobe 
> Reader or Foxit the file is able to open and correctly shown.
>  
> CMap is invalid
> org.apache.fontbox.cmap.CMap readCode: 123
> org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
> org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
> org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
> org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
> org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
> org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
> org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
> org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
> org.apache.pdfbox.rendering.PageDrawer drawPage: 254
> org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
> org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
> vlh.Tools.PDF.PDFBoxUtil generateImage: 863
> vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Created] (PDFBOX-4336) Error generating preview image

2018-10-09 Thread Nico Prenzel (JIRA)
Nico Prenzel created PDFBOX-4336:


 Summary: Error generating preview image
 Key: PDFBOX-4336
 URL: https://issues.apache.org/jira/browse/PDFBOX-4336
 Project: PDFBox
  Issue Type: Bug
  Components: Rendering
Affects Versions: 2.0.12, 2.0.11
Reporter: Nico Prenzel
 Attachments: test.pdf

The follwoing error is thrown within the preview generation. With Adobe Reader 
or Foxit the file is able to open and correctly shown.

 

CMap is invalid
org.apache.fontbox.cmap.CMap readCode: 123
org.apache.pdfbox.pdmodel.font.PDType0Font readCode: 521
org.apache.pdfbox.contentstream.PDFStreamEngine showText: 699
org.apache.pdfbox.contentstream.PDFStreamEngine showTextString: 595
org.apache.pdfbox.contentstream.operator.text.ShowText process: 55
org.apache.pdfbox.contentstream.PDFStreamEngine processOperator: 848
org.apache.pdfbox.contentstream.PDFStreamEngine processStreamOperators: 503
org.apache.pdfbox.contentstream.PDFStreamEngine processStream: 477
org.apache.pdfbox.contentstream.PDFStreamEngine processPage: 150
org.apache.pdfbox.rendering.PageDrawer drawPage: 254
org.apache.pdfbox.rendering.PDFRenderer renderImage: 245
org.apache.pdfbox.rendering.PDFRenderer renderImageWithDPI: 179
vlh.Tools.PDF.PDFBoxUtil generateImage: 863
vlh.notes.BSTArchive.File.pdf.PdfFileExtend generatePreviewImage: 170



--
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



[jira] [Comment Edited] (PDFBOX-4163) Java 11 compile error

2018-10-09 Thread simon steiner (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643084#comment-16643084
 ] 

simon steiner edited comment on PDFBOX-4163 at 10/9/18 11:42 AM:
-

If i run {color:#80}new {color}PreflightParser(afile); I get on Java 11, 
are these javax classes actually needed by pdfbox:

java.lang.NoClassDefFoundError: javax/activation/DataSource


was (Author: ssteiner1):
If i run {color:#80}new {color}PreflightParser(afile); I get on Java 11, 
are these classes actually needed by pdfbox:

java.lang.NoClassDefFoundError: javax/activation/DataSource

> Java 11 compile error
> -
>
> Key: PDFBOX-4163
> URL: https://issues.apache.org/jira/browse/PDFBOX-4163
> Project: PDFBox
>  Issue Type: Bug
>  Components: XmpBox
>Reporter: simon steiner
>Priority: Major
>  Labels: jdk11
>
> mvn clean install -DskipTests
> xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java:[403,34] package 
> javax.xml.bind does not exist



--
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



[jira] [Commented] (PDFBOX-4163) Java 11 compile error

2018-10-09 Thread simon steiner (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16643084#comment-16643084
 ] 

simon steiner commented on PDFBOX-4163:
---

If i run {color:#80}new {color}PreflightParser(afile); I get on Java 11, 
are these classes actually needed by pdfbox:

java.lang.NoClassDefFoundError: javax/activation/DataSource

> Java 11 compile error
> -
>
> Key: PDFBOX-4163
> URL: https://issues.apache.org/jira/browse/PDFBOX-4163
> Project: PDFBox
>  Issue Type: Bug
>  Components: XmpBox
>Reporter: simon steiner
>Priority: Major
>  Labels: jdk11
>
> mvn clean install -DskipTests
> xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java:[403,34] package 
> javax.xml.bind does not exist



--
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



[jira] [Commented] (PDFBOX-4163) Java 11 compile error

2018-10-09 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16642857#comment-16642857
 ] 

Tilman Hausherr commented on PDFBOX-4163:
-

[~ssteiner1] were you testing with the trunk or with the 2.0 branch? If you had 
tested with the trunk, please test again.

> Java 11 compile error
> -
>
> Key: PDFBOX-4163
> URL: https://issues.apache.org/jira/browse/PDFBOX-4163
> Project: PDFBox
>  Issue Type: Bug
>  Components: XmpBox
>Reporter: simon steiner
>Priority: Major
>  Labels: jdk11
>
> mvn clean install -DskipTests
> xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java:[403,34] package 
> javax.xml.bind does not exist



--
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