You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/01/17 18:50:46 UTC

[GitHub] [camel-quarkus] lburgazzoli commented on issue #630: Update to Apache Camel 3.0.1

lburgazzoli commented on issue #630: Update to Apache Camel 3.0.1
URL: https://github.com/apache/camel-quarkus/pull/630#issuecomment-575749725
 
 
   @aldettinger looks like camel-pdf fails in JVM with Apache Camel 3.0.1 with the following error:
   
   ```
   Caused by: java.io.IOException: COSStream has been closed and cannot be read. Perhaps its enclosing PDDocument has been closed?
   	at org.apache.pdfbox.cos.COSStream.checkClosed(COSStream.java:83)
   	at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:168)
   	at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:163)
   	at org.apache.pdfbox.pdmodel.PDPage.getContents(PDPage.java:157)
   	at org.apache.pdfbox.pdfparser.PDFStreamParser.<init>(PDFStreamParser.java:92)
   	at org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:496)
   	at org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:480)
   	at org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:153)
   	at org.apache.pdfbox.text.LegacyPDFStreamEngine.processPage(LegacyPDFStreamEngine.java:139)
   	at org.apache.pdfbox.text.PDFTextStripper.processPage(PDFTextStripper.java:391)
   	at org.apache.pdfbox.text.PDFTextStripper.processPages(PDFTextStripper.java:319)
   	at org.apache.pdfbox.text.PDFTextStripper.writeText(PDFTextStripper.java:266)
   	at org.apache.pdfbox.text.PDFTextStripper.getText(PDFTextStripper.java:227)
   	at org.apache.camel.component.pdf.PdfProducer.doExtractText(PdfProducer.java:104)
   	at org.apache.camel.component.pdf.PdfProducer.process(PdfProducer.java:66)
   ```
   
   See CI's for full logs

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services