-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why controller.py can not run? Could anybody help me? #46
Comments
check line 22 of runnode.sh file. That code originally set 6g. So you should change that value. |
|
having the same issue also... 😢
tried this and lowered the memories allocated, but same :( |
solved the problem! In '''SourcererCC/clone-detector/''' folder, run the following command:
Install ant if you do not have it. ======= |
Thanks for your message! While I would suggest the authors should explicitly specify |
When I was running python controller.py ,the following exception came out:
search will be carried out with 2 nodes
loading previous run state
previous run state 1
current state: 1
flushing current state 1
running new command /mnt/hgfs/G/SourcererCC-master/clone-detector/restore-gtpm.sh
running new command /mnt/hgfs/G/SourcererCC-master/clone-detector/runnodes.sh init 1
Traceback (most recent call last):
File "controller.py", line 180, in
controller.execute()
File "controller.py", line 144, in execute
raise ScriptControllerException("error during init.")
main.ScriptControllerException: error during init.
How can I deal with this trouble? Could you help me?
The text was updated successfully, but these errors were encountered: