On Thu, 10 Aug 2006, Nir Nußbaum wrote:
Here is a stack trace example:
*Caused by: java.io.IOException: Invalid header signature; read
2337475350589629764, expected -2226271756974174256
      at org.apache.poi.poifs.storage.HeaderBlockReader.<init>(
HeaderBlockReader.java:91)
      at org.apache.poi.poifs.filesystem.POIFSFileSystem.<init>(
POIFSFileSystem.java:83)

Hmm, something deep within poifs doesn't think that your document is a valid OLE2 stream. Are you sure they're really word format, and not just something else that happens to have been saved as a .doc extension?

For example, I commonly see that error when I try to open RTF files with hwpf.

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to