Skip to content

Instantly share code, notes, and snippets.

@ruescasd
Created April 30, 2015 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruescasd/982db63ed9cf42eb755f to your computer and use it in GitHub Desktop.
Save ruescasd/982db63ed9cf42eb755f to your computer and use it in GitHub Desktop.
Error: Could not find or load main class vfork.ui.info.InfoTool
Traceback (most recent call last):
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/frestq/tasks.py", line 1309, in post_task
task_output = task.run_action_handler()
File "/home/eorchestra/venv/local/lib/python2.7/site-packages/frestq/tasks.py", line 276, in run_action_handler
return self.action_handler_object.execute()
File "./create_election/director_jobs.py", line 66, in execute
election.threshold_parties, session_privpath)
File "./vmn.py", line 21, in go
return func(*args, **kwargs)
File "./vmn.py", line 29, in v_gen_protocol_info
return subprocess.check_call(command, cwd=session_privpath)
File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['vmni', '-prot', '-sid', '0-8003a4de-acda-4221-a4f9-d4f596ee17c3', '-name', '5928', '-nopart', '2', '-thres', '2']' returned non-zero exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment