Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: spalluruHi Team,
I am using Ftp Get (lal1) node and I am getting below error
########
2014-05-19 16:30:32; Level: 2; Type: 0; Desc: Error accessing/removing uri: file:: java.lang.NullPointerException; File: DeleteFilesMessageHandler.java; Line: 75; Class: com.lavastorm.brain.drone.handlers.DeleteFilesMess ageHandler; Method: handle
2014-05-19 16:30:35; Level: 2; Type: 0; Desc: Unable to find binary 'javaNodeWrapper-2.py' in exec paths.; File: BinaryNodeExecutor.java; Line: 938; Class: com.lavastorm.brain.drone.executors.BinaryNodeExec utor; Method: getBinaryArguments
2014-05-19 16:30:35; Level: 2; Type: 0; Desc: Error executing node: Unable to find binary 'javaNodeWrapper-2.py' in exec paths.; File: BinaryNodeExecutor.java; Line: 1794; Class: com.lavastorm.brain.drone.executors.BinaryNodeExec utor; Method: startExecuting
2014-05-19 16:30:35; Level: 2; Type: 0; Desc: Error while starting execution of node 'FTP+Get': Error executing node: Unable to find binary 'javaNodeWrapper-2.py' in exec paths.; File: ExecuteMessageHandler.java; Line: 642; Class: com.lavastorm.brain.drone.handlers.ExecuteMessageH andler; Method: executePair
######
I have tried searching for file name javaNodeWrapper-2.py but I did not find it under LAE software code tree.
Can you please let me know what the issue is ?
lavadmin@lavasb01:/opt/lavastorm/lae460> find . -name javaNodeWrapper-2.py
lavadmin@lavasb01:/opt/lavastorm/lae460>
-Sreekanth