Created
December 18, 2014 17:10
-
-
Save ruescasd/263299f3f8ff1154eaab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR: Failed to parse info files! | |
| DEBUG:apscheduler.threadpool:Exiting worker thread | |
| call_cmd: calling vmnc -pkey -outi json publicKey_raw publicKey_json | |
| output = Exception in thread "main" verificatum.protocol.ProtocolError: Failed to parse info files! | |
| at verificatum.protocol.mixnet.MixNetElGamalInterface.main(MixNetElGamalInterface.java:342) | |
| Caused by: verificatum.ui.info.InfoException: Error on line: 1 column: 1: Premature end of file. | |
| at verificatum.ui.info.InfoParser.parse(InfoParser.java:99) | |
| at verificatum.ui.info.RootInfo.parse(RootInfo.java:36) | |
| at verificatum.ui.info.ProtocolInfo.parse(ProtocolInfo.java:130) | |
| at verificatum.protocol.mixnet.MixNetElGamalInterface.main(MixNetElGamalInterface.java:340) | |
| Traceback (most recent call last): | |
| File "build/bdist.linux-x86_64/egg/frestq/protocol.py", line 175, in reserve_task | |
| task_output = task.run_action_handler() | |
| File "build/bdist.linux-x86_64/egg/frestq/tasks.py", line 286, in run_action_handler | |
| return self.action_handler(self) | |
| File "./create_election/performer_jobs.py", line 334, in generate_public_key | |
| v_convert_pkey_json(session_privpath) | |
| File "./vmn.py", line 66, in v_convert_pkey_json | |
| "publicKey_json"], cwd=session_privpath, timeout=20, check_ret=0) | |
| File "./utils.py", line 78, in call_cmd | |
| assert check_ret == ret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment