LStore FAQ

From ReddNet
Revision as of 09:55, 6 June 2006 by 129.59.170.97 (talk)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
      • Question1: I am getting AllocateHardByte Failure on the IBP depots while uploading. What should I do? The error may look similar to :
       edu.utk.cs.loci.ibp.IBPException: Allocation failed
       at edu.utk.cs.loci.ibp.ProtocolService.allocate(ProtocolService.java:114)
       at edu.utk.cs.loci.ibp.ProtocolService.allocateHardByteArray(ProtocolService.java:127)
       at edu.utk.cs.loci.ibp.Depot.allocateHardByteArray(Depot.java:109)
       at edu.utk.cs.loci.exnode.WriteJob.execute(WriteJob.java:88)
       at edu.utk.cs.loci.exnode.WriteThread.run(WriteThread.java:26)
       edu.utk.cs.loci.ibp.IBPException: Allocation failed
       at edu.utk.cs.loci.ibp.ProtocolService.allocate(ProtocolService.java:114)
       at edu.utk.cs.loci.ibp.ProtocolService.allocateHardByteArray(ProtocolService.java:127)


Answer: In the past we have seen this problem occur due to a mis-configuration of the IBP depot itself. Usually if the depot is mounted on a directory that does not exist it will give allocation failures. For example: if you have the ibp depot set up (in the ibp.cfg file) to be mounted on /foo. If /foo does not exist...you will see this kind of a failure. The fix is easy. Just match the directory structure.