Created
December 23, 2015 10:01
-
-
Save barrychapman/e48e85170c15993c53d0 to your computer and use it in GitHub Desktop.
This file contains 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
2015-12-23 11:01:03 tornado.application[214720] [ERROR] Future exception was nev | |
er retrieved: Traceback (most recent call last): | |
File "c:\python27\lib\site-packages\tornado\gen.py", line 1014, in run | |
yielded = self.gen.throw(*exc_info) | |
File "c:\python27\lib\site-packages\circus\arbiter.py", line 648, in manage_wa | |
tchers | |
yield list_to_yield | |
File "c:\python27\lib\site-packages\tornado\gen.py", line 1008, in run | |
value = future.result() | |
File "c:\python27\lib\site-packages\tornado\concurrent.py", line 232, in resul | |
t | |
raise_exc_info(self._exc_info) | |
File "c:\python27\lib\site-packages\tornado\gen.py", line 789, in callback | |
result_list.append(f.result()) | |
File "c:\python27\lib\site-packages\tornado\concurrent.py", line 232, in resul | |
t | |
raise_exc_info(self._exc_info) | |
File "c:\python27\lib\site-packages\tornado\gen.py", line 1014, in run | |
yielded = self.gen.throw(*exc_info) | |
File "c:\python27\lib\site-packages\circus\watcher.py", line 535, in manage_pr | |
ocesses | |
yield self.spawn_processes() | |
File "c:\python27\lib\site-packages\tornado\gen.py", line 1008, in run | |
value = future.result() | |
File "c:\python27\lib\site-packages\tornado\concurrent.py", line 232, in resul | |
t | |
raise_exc_info(self._exc_info) | |
File "c:\python27\lib\site-packages\tornado\gen.py", line 282, in wrapper | |
yielded = next(result) | |
File "c:\python27\lib\site-packages\circus\watcher.py", line 592, in spawn_pro | |
cesses | |
res = self.spawn_process() | |
File "c:\python27\lib\site-packages\circus\watcher.py", line 647, in spawn_pro | |
cess | |
close_child_stderr=self.close_child_stderr) | |
File "c:\python27\lib\site-packages\circus\process.py", line 214, in __init__ | |
self.spawn() | |
File "c:\python27\lib\site-packages\circus\process.py", line 349, in spawn | |
executable=self.executable, **extra) | |
File "c:\python27\lib\site-packages\psutil\__init__.py", line 1170, in __init_ | |
_ | |
self.__subproc = subprocess.Popen(*args, **kwargs) | |
File "c:\python27\lib\subprocess.py", line 710, in __init__ | |
errread, errwrite) | |
File "c:\python27\lib\subprocess.py", line 958, in _execute_child | |
startupinfo) | |
TypeError: environment can only contain strings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment