Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • HSLF Error/Exception

    6 answers - 884 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    I am using the July 4th poi jars with lucene for indexing. For a
    particular PowerPoint file I am getting the following exception. Anyone
    know why?
    I am using the hpsf package to get the metadata.
    Error finding Current User Atom:
    java.io.FileNotFoundException: no such entry: "Current User"
    Exception in thread "main" java.lang.RuntimeException: Creation support
    for Current User Atom not complete
    at
    <init>(CurrentUserAtom.java:87)
    at
    (HSLFSlideShow.java:226)
    at <init>(HSLFSlideShow.java:110)
    at <init>(HSLFSlideShow.java:93)
    at
    <init>(PowerPointExtractor.java:84)
    at (PowerPointHandler.java:22)
    thanks,
    suba suresh.
    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
  • No.1 | | 729 bytes | |

    Wed, 26 Jul 2006, Suba Suresh wrote:
    I am using the July 4th poi jars with lucene for indexing. For a
    particular PowerPoint file I am getting the following exception. Anyone
    know why?

    I wonder if it's some really old powerpoint file? Can you try opening it
    in powerpoint, and see if you can get it to tell you what format it's in?

    All powerpoint files should have a CurrentUser stream. It points to where
    you can find the PersistPtr, and without that, you can't tell which
    records to use.

    Nick

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
  • No.2 | | 1357 bytes | |

    Nick, Can you help me with this? I even tried the new nightly build and
    looked into the source code. The java file mentions that it is a special
    stream in the PowerPoint file stream. I am getting this error for only
    one file.

    thanks,
    suba suresh.

    Suba Suresh wrote:
    I am using the July 4th poi jars with lucene for indexing. For a
    particular PowerPoint file I am getting the following exception. Anyone
    know why?
    I am using the hpsf package to get the metadata.

    Error finding Current User Atom:
    java.io.FileNotFoundException: no such entry: "Current User"
    Exception in thread "main" java.lang.RuntimeException: Creation support
    for Current User Atom not complete
    at
    <init>(CurrentUserAtom.java:87)
    at
    (HSLFSlideShow.java:226)

    at <init>(HSLFSlideShow.java:110)
    at <init>(HSLFSlideShow.java:93)
    at
    <init>(PowerPointExtractor.java:84)

    at (PowerPointHandler.java:22)

    thanks,
    suba suresh.

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
  • No.3 | | 540 bytes | |

    Thu, 27 Jul 2006, Suba Suresh wrote:
    Nick, Can you help me with this? I even tried the new nightly build and
    looked into the source code. The java file mentions that it is a special
    stream in the PowerPoint file stream. I am getting this error for only
    one file.

    See my earlier suggestion. I think it might be a really old file

    Nick

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
  • No.4 | | 925 bytes | |

    When you say "really old", is there a format or version number? As the
    hwpf libraries work only for 97-02 file format.

    suba suresh.

    Nick Burch wrote:
    Thu, 27 Jul 2006, Suba Suresh wrote:

    >Nick, Can you help me with this? I even tried the new nightly build
    >and looked into the source code. The java file mentions that it is a
    >special stream in the PowerPoint file stream. I am getting this error
    >for only one file.


    See my earlier suggestion. I think it might be a really old file

    Nick

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
  • No.5 | | 700 bytes | |

    Thu, 27 Jul 2006, Suba Suresh wrote:
    When you say "really old", is there a format or version number? As the
    hwpf libraries work only for 97-02 file format.

    Not sure. I know it'll work for PPT97 and newer. I don't have any older
    documents to try with, so it's quite possible that older versions will
    have a different file structure, and not be compatible.

    If you do identify the first version of PPT we don't support, shout and
    I'll put that on the site

    Nick

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
  • No.6 | | 1014 bytes | |

    Will let you know once I know the version number.

    suba suresh.

    suba
    Nick Burch wrote:
    Thu, 27 Jul 2006, Suba Suresh wrote:

    >When you say "really old", is there a format or version number? As the
    >hwpf libraries work only for 97-02 file format.


    Not sure. I know it'll work for PPT97 and newer. I don't have any older
    documents to try with, so it's quite possible that older versions will
    have a different file structure, and not be compatible.

    If you do identify the first version of PPT we don't support, shout and
    I'll put that on the site

    Nick

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/

    To unsubscribe, e-mail: poi-user-unsubscribe (AT) jakarta (DOT) apache.org
    Mailing List: #poi
    The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/

Re: HSLF Error/Exception


max 4000 letters.
Your nickname that display:
In order to stop the spam: 5 + 5 =
QUESTION ON "Java"

EMSDN.COM