Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException in (PSTAttachment.java:119) #31

Closed
stanpalatnik opened this issue Jun 22, 2015 · 1 comment
Closed

NullPointerException in (PSTAttachment.java:119) #31

stanpalatnik opened this issue Jun 22, 2015 · 1 comment

Comments

@stanpalatnik
Copy link

I'm parsing a message from a PST, and running into an NPE that originates from PSTAttachment.java line 119:
com.pff.PSTAttachment.getFileInputStream(PSTAttachment.java:119)

In the pst lib I have, line 119 consists of :
if (attachmentDataObject.isExternalValueReference) {
..

I'm not sure if this a bug, or indicates if the message/attachment is corrupt. Should I be catching this?

I'm using the 0.8.1 release

@rjohnsondev
Copy link
Owner

I understand this was probably too long ago (hence closing) however I have more time these days to try and address these issues, so don't hesitate to re-open if you are in a position to help me look into it further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants