Skip to content

Instantly share code, notes, and snippets.

@robholland
Created January 20, 2011 13:23
Show Gist options
  • Save robholland/787863 to your computer and use it in GitHub Desktop.
Save robholland/787863 to your computer and use it in GitHub Desktop.
Unhandled Java Exception:
java.lang.NullPointerException
at java.lang.Object.getClass(libgcj.11.dylib)
at java.lang.System.arraycopy(libgcj.11.dylib)
at java.io.BufferedOutputStream.write(libgcj.11.dylib)
at java.io.FilterOutputStream.write(libgcj.11.dylib)
at com.lowagie.text.pdf.OutputStreamCounter.write(pdftk)
at com.lowagie.text.pdf.PdfIndirectObject.writeTo(pdftk)
at com.lowagie.text.pdf.PdfWriter$PdfBody.add(pdftk)
at com.lowagie.text.pdf.PdfWriter$PdfBody.add(pdftk)
at com.lowagie.text.pdf.PdfWriter$PdfBody.add(pdftk)
at com.lowagie.text.pdf.PdfWriter.addToBody(pdftk)
at com.lowagie.text.pdf.PdfWriter.releaseTemplate(pdftk)
at com.lowagie.text.pdf.AcroFields.setField(pdftk)
at com.lowagie.text.pdf.AcroFields.setFields(pdftk)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment