Author Topic: job manager is not working  (Read 1627 times)

0 Members and 1 Guest are viewing this topic.

Offline Ambika kumari

  • Heavy QuantumATK user
  • ***
  • Posts: 32
  • Country: in
  • Reputation: 0
    • View Profile
job manager is not working
« 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)'

Offline AsifShah

  • QuantumATK Guru
  • ****
  • Posts: 144
  • Country: in
  • Reputation: 2
    • View Profile
Re: job manager is not working
« Reply #1 on: June 9, 2022, 18:20 »
I would suggest use 'atkpython filename' from terminal instead.(Quotes Ignored)

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: job manager is not working
« Reply #2 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.

Offline Ambika kumari

  • Heavy QuantumATK user
  • ***
  • Posts: 32
  • Country: in
  • Reputation: 0
    • View Profile
Re: job manager is not working
« Reply #3 on: June 10, 2022, 09:16 »
thanks
Its working now.