John Preston wrote:
> When it happens to me (it hasn't happened recently) I tracked it down 
> to the
> BitStoreManager.store method at line 332
>
> 320   // Where on the file system will this new bitstream go?
> 321  GeneralFile file = getFile(bitstream);
> 322
> 323   // Make the parent dirs if necessary
> 324  GeneralFile parent = file.getParentFile();
> 325
> 326  if (!parent.exists())
> 327  {
> 328     parent.mkdirs();
> 329  }
> 330
> 331  //Create the corresponding file and open it
> 332  file.createNewFile();
>
> I don't have that many files, so I don't think the file system has run 
> out
> of inodes, but I guess I should really see what the current state is.

Could you wind up to debug logging and try to find out which files are 
failing and which succeeding?

Best regards,
jim

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to