Author Topic: Error in job Manager  (Read 3766 times)

0 Members and 1 Guest are viewing this topic.

Offline nairdat

  • New QuantumATK user
  • *
  • Posts: 2
  • Country: ro
  • Reputation: 0
    • View Profile
Error in job Manager
« on: June 13, 2015, 19:28 »
Hi,

I get the following error no matter what i try to simulate, when i send something from script generator to Job Manager and i hit run i get the following error (listed below), i thought it was on my part the problem and i tried 4 tutorials  and still get the same problem.Any ideeas ?

Thanks,
Adrian

The error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File ".\zipdir\NL\__init__.py", line 5, in <module>
  File ".\zipdir\NLEngine.py", line 36, in <module>
  File ".\zipdir\NLEngine.py", line 18, in swig_import_helper
ImportError: DLL load failed: The specified module could not be found.
Traceback (most recent call last):
  File "c:\users\adrian\appdata\local\temp\3653926160422910.py", line 3, in <module>
    from NanoLanguage import *
  File ".\zipdir\NanoLanguage.py", line 2, in <module>
  File ".\zipdir\NLEngine.py", line 36, in <module>
  File ".\zipdir\NLEngine.py", line 18, in swig_import_helper
ImportError: DLL load failed: The specified module could not be found.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Error in job Manager
« Reply #1 on: June 16, 2015, 15:31 »
This is a PATH issue.

ATK 2014 on Windows is sensitive to the path environment variable and you need to remove any references to older installations of ATK 13.8 etc from it, in order for ATK 2014 to operate properly (but, you must also keep the 2014 binary directory in the path). To edit the path, see e.g. http://www.computerhope.com/issues/ch000549.htm.

Actually you can keep the older directories in there, as long as 2014 comes FIRST in the path, but it might also be a good idea to reduce the length of the path, if you have many old versions of ATK installed - if the path grows too long, Windows may actually stop working properly.

This is fixed in 2015 and not really present in 13.8 as far as I recall.
« Last Edit: June 16, 2015, 15:37 by Anders Blom »

Offline nairdat

  • New QuantumATK user
  • *
  • Posts: 2
  • Country: ro
  • Reputation: 0
    • View Profile
Re: Error in job Manager
« Reply #2 on: June 19, 2015, 20:46 »
Never had any other version of Quantum Wise this is my first time intalling ATK.

In my PATH variable i got Matlab, MySQL Server,Git, Java, etc but i can't seem to find any reference to quantumwise, i'm guessing that "C:\Program Files (x86)\QuantumWise\VNL-ATK-2014.2\bin" something like this is missing from there, is this correct ?

Thanks.
« Last Edit: June 19, 2015, 20:49 by nairdat »

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: Error in job Manager
« Reply #3 on: June 22, 2015, 09:37 »
Yes, the directory "QuantumWise\VNL-ATK-2014.2\bin" contains the VNL and ATK executables, and should therefore be in your PATH.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Error in job Manager
« Reply #4 on: September 18, 2015, 23:29 »
Not needed in 2015, but strictly needed in 2014.