You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Lars Torunski (JIRA)" <ji...@apache.org> on 2010/10/28 18:38:22 UTC

[jira] Created: (PDFBOX-880) ClassCastException: COSDictionary cannot be cast to COSStream

ClassCastException: COSDictionary cannot be cast to COSStream
-------------------------------------------------------------

                 Key: PDFBOX-880
                 URL: https://issues.apache.org/jira/browse/PDFBOX-880
             Project: PDFBox
          Issue Type: Bug
          Components: Parsing
    Affects Versions: 1.3.1, 1.2.1
         Environment: /fundsdoc.vw_de0009765511doc4.pdf
            Reporter: Lars Torunski


Similar to PDFBOX-813 we are getting a ClassCastException in PDFontFactory.createFont

Stacktrace is from the 1.3.1 release. During our development process we got the exception with the 1.2.1 release also.

java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
        at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:115)
        at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:76)
        at org.apache.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:115)
        at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:243)
        at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:225)
        at org.apache.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:441)
        at org.apache.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:365)
        at org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:321)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Commented] (PDFBOX-880) ClassCastException: COSDictionary cannot be cast to COSStream

Posted by "Lars Torunski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012368#comment-13012368 ] 

Lars Torunski commented on PDFBOX-880:
--------------------------------------

With 1.5.0 this problem doesn't exists anymore.

Please close this issue.

> ClassCastException: COSDictionary cannot be cast to COSStream
> -------------------------------------------------------------
>
>                 Key: PDFBOX-880
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-880
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 1.2.1, 1.3.1, 1.4.0
>         Environment: /fundsdoc.vw_de0009765511doc4.pdf
> /fundsdoc.vw_de0009765511doc3.pdf
>            Reporter: Lars Torunski
>
> Similar to PDFBOX-813 we are getting a ClassCastException in PDFontFactory.createFont
> Stacktrace is from the 1.3.1 release. During our development process we got the exception with the 1.2.1 release also.
> java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:115)
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:76)
>         at org.apache.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:115)
>         at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:243)
>         at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:225)
>         at org.apache.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:441)
>         at org.apache.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:365)
>         at org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:321)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (PDFBOX-880) ClassCastException: COSDictionary cannot be cast to COSStream

Posted by "Lars Torunski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Torunski updated PDFBOX-880:
---------------------------------

    Affects Version/s: 1.4.0

Problem still exists with 1.4.0

java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
        at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:115)
        at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:76)
        at org.apache.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:115)
        at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:243)
        at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:225)
        at org.apache.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:442)
        at org.apache.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:366)
        at org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:322)
        at de.oppenheim.pws.search.index.PdfFile.getDocument(PdfFile.java:86)

> ClassCastException: COSDictionary cannot be cast to COSStream
> -------------------------------------------------------------
>
>                 Key: PDFBOX-880
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-880
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 1.2.1, 1.3.1, 1.4.0
>         Environment: /fundsdoc.vw_de0009765511doc4.pdf
>            Reporter: Lars Torunski
>
> Similar to PDFBOX-813 we are getting a ClassCastException in PDFontFactory.createFont
> Stacktrace is from the 1.3.1 release. During our development process we got the exception with the 1.2.1 release also.
> java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:115)
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:76)
>         at org.apache.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:115)
>         at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:243)
>         at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:225)
>         at org.apache.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:441)
>         at org.apache.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:365)
>         at org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:321)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PDFBOX-880) ClassCastException: COSDictionary cannot be cast to COSStream

Posted by "Lars Torunski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Torunski updated PDFBOX-880:
---------------------------------

    Environment: 
/fundsdoc.vw_de0009765511doc4.pdf
/fundsdoc.vw_de0009765511doc3.pdf

  was:/fundsdoc.vw_de0009765511doc4.pdf


> ClassCastException: COSDictionary cannot be cast to COSStream
> -------------------------------------------------------------
>
>                 Key: PDFBOX-880
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-880
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 1.2.1, 1.3.1, 1.4.0
>         Environment: /fundsdoc.vw_de0009765511doc4.pdf
> /fundsdoc.vw_de0009765511doc3.pdf
>            Reporter: Lars Torunski
>
> Similar to PDFBOX-813 we are getting a ClassCastException in PDFontFactory.createFont
> Stacktrace is from the 1.3.1 release. During our development process we got the exception with the 1.2.1 release also.
> java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:115)
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:76)
>         at org.apache.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:115)
>         at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:243)
>         at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:225)
>         at org.apache.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:441)
>         at org.apache.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:365)
>         at org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:321)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Closed] (PDFBOX-880) ClassCastException: COSDictionary cannot be cast to COSStream

Posted by "Andreas Lehmkühler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler closed PDFBOX-880.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0
         Assignee: Andreas Lehmkühler

Thanks for the feedback Lars. Set to closed

> ClassCastException: COSDictionary cannot be cast to COSStream
> -------------------------------------------------------------
>
>                 Key: PDFBOX-880
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-880
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 1.2.1, 1.3.1, 1.4.0
>         Environment: /fundsdoc.vw_de0009765511doc4.pdf
> /fundsdoc.vw_de0009765511doc3.pdf
>            Reporter: Lars Torunski
>            Assignee: Andreas Lehmkühler
>             Fix For: 1.5.0
>
>
> Similar to PDFBOX-813 we are getting a ClassCastException in PDFontFactory.createFont
> Stacktrace is from the 1.3.1 release. During our development process we got the exception with the 1.2.1 release also.
> java.lang.ClassCastException: org.apache.pdfbox.cos.COSDictionary cannot be cast to org.apache.pdfbox.cos.COSStream
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:115)
>         at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:76)
>         at org.apache.pdfbox.pdmodel.PDResources.getFonts(PDResources.java:115)
>         at org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:243)
>         at org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:225)
>         at org.apache.pdfbox.util.PDFTextStripper.processPage(PDFTextStripper.java:441)
>         at org.apache.pdfbox.util.PDFTextStripper.processPages(PDFTextStripper.java:365)
>         at org.apache.pdfbox.util.PDFTextStripper.writeText(PDFTextStripper.java:321)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira