Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryanmacdonaldHas anyone tried the Scanner? I have triedit on several different graphs and keep getting an error on the "LocateIssues" node. Below is the error, any ideas what I am doing wrong?
****** Errors in node LocateIssues
--------- Errlog for Read_Files_and_Discard_Bad.BRGpy_File
Got Python exception
Installing log (10/26/2011 08:24:20) ...
2011-10-26 08:24:22; Level: 3; Type: 0; Desc: "[Errno 2] No such file or directory: '/opt/lavastorm/lib/brain/brg/basic.brg'"; File: "ls.brain.node.brainpython.python2implementationfi le"; Line: 224; Context: "parseFile( ) - Exception"
2011-10-26 08:24:22; Level: 3; Type: 0; Desc: "Error pumping node (Traceback (most recent call last):
File "/opt/lavastorm/lib/python/lavastorm/brain/python1.py", line 912, in Run
while n.pump(quant):
File "/data5/tmp/t820532/LAEUpgradeCompatibilityScanner/default/temp.abnsolava03.6940.953339.1319639060375.prop", line 213, in pump
self.parseFile()
File "/data5/tmp/t820532/LAEUpgradeCompatibilityScanner/default/temp.abnsolava03.6940.953339.1319639060375.prop", line 224, in parseFile
f = open(self.currentFilename, 'r')
IOError: [Errno 2] No such file or directory: '/opt/lavastorm/lib/brain/brg/basic.brg'
)"; File: "ls.brain.node.brainpython.python2implementationfi le"; Line: 224; Context: "parseFile( ) - Exception"
Uninstalling log (10/26/2011 08:24:22) ...
Error in sys.excepthook:Traceback (most recent call last): File "/opt/lavastorm/lib/python/lavastorm/brain/python1.py", line 947, in <lambda> return lambda exc, value, tb: Python1ExceptHook(control, exc, value, tb)TypeError: 'NoneType' object is not callableOriginal exception was:Traceback (most recent call last): File "/data5/tmp/t820532/LAEUpgradeCompatibilityScanner/default/temp.abnsolava03.6940.953340.1319639060375.prop", line 1, in ? import lavastorm.brain.python1 File "/opt/lavastorm/lib/python/lavastorm/brain/python1.py", line 956, in ? runMain() File "/opt/lavastorm/lib/python/lavastorm/brain/python1.py", line 954, in runMain raise BrainNodeException, "Encountered error running node"lavastorm.brain.python1.BrainNodeException: Encountered error running node