Re: Could not execute operation due to backend exception


hadoopmarc@...
 

Hi Laura,

Down the stacktrace you can note:
Caused by: com.sleepycat.je.DiskLimitException: (JE 18.3.12) Disk usage is not within je.maxDisk or je.freeDisk limits and write operations are prohibited: maxDiskLimit=0 freeDiskLimit=5,368,709,120 adjustedMaxDiskLimit=0 maxDiskOverage=0 freeDiskShortage=4,704,661,504 diskFreeSpace=664,047,616 availableLogSize=-4,704,661,504 totalLogSize=103,399 activeLogSize=103,399 reservedLogSize=0 protectedLogSize=0 protectedLogSizeMap={}
After some googling you can conclude that your JanusGraph disk is short of 4.7 GB of space for running JanusGraph with BerkeleyjeDB. Maybe check the logs folder.

No problem you asked; stacktraces can be daunting when very long and it was good to include the entire stacktrace!

Best wishes,    Marc

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.