Skip to content

Instantly share code, notes, and snippets.

@albertotb
Created April 10, 2015 17:18
Show Gist options
  • Save albertotb/553bb25d939dc7f7b2aa to your computer and use it in GitHub Desktop.
Save albertotb/553bb25d939dc7f7b2aa to your computer and use it in GitHub Desktop.
[I 2015-04-10 19:04:23.453 JupyterHub app:515] Loading cookie_secret from /home/alberto/jupyterhub-master/jupyterhub_cookie_secret
[W 2015-04-10 19:04:23.502 JupyterHub app:251]
Generating CONFIGPROXY_AUTH_TOKEN. Restarting the Hub will require restarting the proxy.
Set CONFIGPROXY_AUTH_TOKEN env or JupyterHub.proxy_auth_token config to avoid this message.
[I 2015-04-10 19:04:23.703 JupyterHub app:608] Not using whitelist. Any authenticated user will be allowed.
[I 2015-04-10 19:04:23.719 JupyterHub app:743] Starting proxy @ http://*:9000/
19:04:24.200 - info: [ConfigProxy] Proxying http://*:9000 to http://localhost:8081
19:04:24.202 - info: [ConfigProxy] Proxy API at http://localhost:9001/api/routes
[I 2015-04-10 19:04:24.296 JupyterHub app:1008] Hub API listening on http://localhost:8081/hub/
[I 2015-04-10 19:05:09.651 JupyterHub log:100] 302 GET / (@127.0.0.1) 1.30ms
[I 2015-04-10 19:05:09.736 JupyterHub log:100] 302 GET /hub (@127.0.0.1) 0.48ms
[E 2015-04-10 19:05:09.742 JupyterHub web:1421] Uncaught exception GET /hub/ (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:9000', method='GET', uri='/hub/', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Host': 'localhost:9000', 'X-Forwarded-For': '127.0.0.1', 'Accept-Language': 'en-US,en;q=0.5', 'X-Forwarded-Port': '9000', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Encoding': 'gzip, deflate', 'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0', 'Connection': 'close', 'X-Forwarded-Proto': 'http'})
Traceback (most recent call last):
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/tornado/web.py", line 1346, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jupyterhub/handlers/pages.py", line 34, in get
custom_html=self.authenticator.custom_html,
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jupyterhub/handlers/base.py", line 301, in render_template
template = self.get_template(name)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jupyterhub/handlers/base.py", line 297, in get_template
return self.settings['jinja2_env'].get_template(name)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jinja2/environment.py", line 791, in get_template
return self._load_template(name, self.make_globals(globals))
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jinja2/environment.py", line 765, in _load_template
template = self.loader.load(self, name, globals)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jinja2/loaders.py", line 113, in load
source, filename, uptodate = self.get_source(environment, name)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jinja2/loaders.py", line 178, in get_source
raise TemplateNotFound(template)
jinja2.exceptions.TemplateNotFound: login.html
[E 2015-04-10 19:05:09.854 JupyterHub web:930] Uncaught exception in write_error
Traceback (most recent call last):
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/tornado/web.py", line 928, in send_error
self.write_error(status_code, **kwargs)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jupyterhub/handlers/base.py", line 350, in write_error
html = self.render_template('error.html', **ns)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jupyterhub/handlers/base.py", line 301, in render_template
template = self.get_template(name)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jupyterhub/handlers/base.py", line 297, in get_template
return self.settings['jinja2_env'].get_template(name)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jinja2/environment.py", line 791, in get_template
return self._load_template(name, self.make_globals(globals))
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jinja2/environment.py", line 765, in _load_template
template = self.loader.load(self, name, globals)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jinja2/loaders.py", line 113, in load
source, filename, uptodate = self.get_source(environment, name)
File "/home/alberto/anaconda/envs/py3k/lib/python3.3/site-packages/jinja2/loaders.py", line 178, in get_source
raise TemplateNotFound(template)
jinja2.exceptions.TemplateNotFound: error.html
[E 2015-04-10 19:05:09.857 JupyterHub log:99] {
"Host": "localhost:9000",
"X-Forwarded-For": "127.0.0.1",
"Accept-Language": "en-US,en;q=0.5",
"X-Forwarded-Port": "9000",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Encoding": "gzip, deflate",
"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0",
"Connection": "close",
"X-Forwarded-Proto": "http"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment