Hi, from looking at the sources of FileInputStream, it means it gets a null file object passed. No idea why... but
On Fri, Jul 18, 2008 at 9:54 AM, <[EMAIL PROTECTED]> wrote: > java.lang.NullPointerException > at java.io.FileInputStream.<init>(FileInputStream.java:103) > at > org.apache.jackrabbit.core.value.BLOBInTempFile.getStream(BLOBInTempFile.java:145) It looks like you are actually not using Jackrabbit 1.4.5, because the call is at a different line in BLOBInTempFile in the 1.4.5 source code (of the jackrabbit-core jar). Try updating and see if it is (hopefully!) fixed. Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]
