QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: Ambika kumari on June 9, 2022, 16:20

Title: job manager is not working
Post by: Ambika kumari on June 9, 2022, 16:20
On opening job manager showing this error.
Traceback (most recent call last):
  File "zipdir\NL\GUI\MainWindow\MainWindow.py", line 1011, in jobManager
  File "zipdir\NL\GUI\MainWindow\MainWindow.py", line 1026, in jobManagerReference
  File "zipdir\NL\GUI\MainWindow\MainWindow.py", line 1043, in singletonTool
  File "zipdir\NL\GUI\Tools\JobManager\JobManager.py", line 271, in __init__
  File "zipdir\NL\GUI\Tools\JobManager\JobManager.py", line 421, in loadSettings
  File "zipdir\NL\GUI\Tools\JobManager\JobManager.py", line 390, in settings
  File "zipdir\NL\IO\NLSaveUtilities.py", line 902, in nlread
  File "zipdir\NL\IO\HDF5.py", line 541, in readHDF5
  File "zipdir\NL\IO\HDF5.py", line 984, in inspectHDF5
  File "zipdir\NL\IO\HDF5.py", line 235, in contents
  File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
  File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
  File "build\lib\site-packages\h5py-2.7.1-py3.6-win-amd64.egg\h5py\_hl\group.py", line 167, in __getitem__
  File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
  File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
  File "h5py\h5o.pyx", line 190, in h5py.h5o.open
KeyError: 'Unable to open object (bad heap free list)'
Title: Re: job manager is not working
Post by: AsifShah on June 9, 2022, 18:20
I would suggest use 'atkpython filename' from terminal instead.(Quotes Ignored)
Title: Re: job manager is not working
Post by: Anders Blom on June 9, 2022, 19:34
Older versions were susceptible to corruption of the Job Manager files. This is hopefully fixed in the newest version, but if you run into this for older versions, you will need to delete the jobs.hdf5 file (name might be different) in .vnl in your home directory. If the problem remains, delete state.hdf5 and as a last resort reset the Job Manager entirely by removing machines.hdf5 but hopefully that will not be needed.
Title: Re: job manager is not working
Post by: Ambika kumari on June 10, 2022, 09:16
thanks
Its working now.