java-libpst icon indicating copy to clipboard operation
java-libpst copied to clipboard

com.pff.PSTException: Unknown child type with offset id: 0

Open ballamartin opened this issue 8 years ago • 2 comments

Hello, I am using the latest build 0.9.5 with Office 2013 OST Files and everytime after reading some content successfully i get this error:

com.pff.PSTException: Unknown child type with offset id: 0
	at com.pff.PSTObject.detectAndLoadPSTObject(PSTObject.java:761)
	at com.pff.PSTFolder.getNextChild(PSTFolder.java:306)

I also scan my files with Scanpst.exe and correct some errors, but that makes no difference. The maven test are passed successfully.

Do you have any ideas?

Greetings, Martin

ballamartin avatar Sep 18 '17 15:09 ballamartin

Did you find a solution to this exception? I've a similar exception only when using multiple threads.

maximevdk avatar Jan 15 '18 11:01 maximevdk

No. I haven't found a solution to the problem except for catching and ignoring the error messages and continue with the next node. I use a recursive crawler pattern to scan all objects inside the pst/ost files. I dont use multiple threads.

ballamartin avatar Jan 15 '18 12:01 ballamartin