Skip to content

Instantly share code, notes, and snippets.

@michwill
Created April 5, 2019 21:27
Show Gist options
  • Save michwill/19e7d33fdbaa5d9fb92babfcfd4ea528 to your computer and use it in GitHub Desktop.
Save michwill/19e7d33fdbaa5d9fb92babfcfd4ea528 to your computer and use it in GitHub Desktop.
Hendrix error
WARNING: Running in Development mode
WARNING: Running in Federated mode
Starting Ursula on 127.0.0.1:11500
Connecting to :TEMPORARY_DOMAIN:
[Errno 13] Permission denied: '/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/hendrix/utils/8000_Flask.pid'
PermissionError [Errno 13] Permission denied: '/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/hendrix/utils/8000_Flask.pid'
Stopping Ursula
Ursula Stopped
Traceback (most recent call last):
File "run_lonely_ursula.py", line 38, in <module>
nucypher_cli.main(args=args, prog_name="nucypher-cli")
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/click/decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/nucypher/cli/characters/ursula.py", line 279, in ursula
node_deployer.run() # <--- Blocking Call (Reactor)
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/hendrix/deploy/base.py", line 177, in run
getattr(self, action)(fd)
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/hendrix/deploy/base.py", line 223, in start
self.pid_file = self.openPidList(pids)
File "/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/hendrix/deploy/base.py", line 265, in openPidList
with open(self.pid, 'w') as pid_file:
PermissionError: [Errno 13] Permission denied: '/home/michwill/tmp/nu/.nu/lib/python3.6/site-packages/hendrix/utils/8000_Flask.pid'
^CException ignored in: <module 'threading' from '/usr/lib/python3.6/threading.py'>
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 1294, in _shutdown
t.join()
File "/usr/lib/python3.6/threading.py", line 1056, in join
self._wait_for_tstate_lock()
File "/usr/lib/python3.6/threading.py", line 1072, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment