[IPython-dev] Unable to start Jupityr on Docker using "Quick start" instructions
roalexan
roalexan at microsoft.com
Wed Oct 29 08:51:49 EDT 2014
I looked over this github posting, and it looks like it's describing a
scenario where tmpnb goes down. In my case, it appears that it is up, but
the proxy service is not redirecting the browser to use one of the available
containers. When I go to http://MYHOST.cloudapp.net:8000 I get the browser
error and see this in the log file (for tmpnb):
[I 141029 12:40:03 web:1811] 304 GET / (127.0.0.1) 6.97ms
[W 141029 12:40:03 orchestrate:70] The container pool is empty!
[I 141029 12:40:03 web:1811] 304 GET /spawn/ (127.0.0.1) 2.30ms
even though doing sudo docker ps shows 10 containers ready to go. BTW, just
to confuse the issue, sometimes it does work. I get a new notebook, and I
see the below in the log file. Even in this working case, however, it seems
odd that it had to spawn a new container.
[I 141029 12:40:03 web:1811] 304 GET / (127.0.0.1) 6.97ms
[W 141029 12:40:03 orchestrate:70] The container pool is empty!
[I 141029 12:40:03 web:1811] 304 GET /spawn/ (127.0.0.1) 2.30ms
[I 141029 12:42:15 spawnpool:94] Releasing container
[PooledContainer(id=u'81a97cb3558ca2f9a6e8980ff7208a73d3331b9de422cec840ced77c451e168f',
path=u'/user-WteHc10JAoUj')].
[W 141029 12:42:39 dockworker:99] [u'Your kernel does not support swap limit
capabilities. Limitation discarded.']
[I 141029 12:42:39 dockworker:102] Created container
12bfbbedd1745a572a84ff75ae7bab5e1cc92e660d2aef0f5fbe8e0012b24119
[I 141029 12:42:39 spawnpool:234] Waiting for a container to launch at
[127.0.0.1:49153].
[I 141029 12:42:39 spawnpool:266] Booting server at [user-kCEzbZem6Lbv],
getting HTTP status [599]
[I 141029 12:42:40 spawnpool:266] Booting server at [user-kCEzbZem6Lbv],
getting HTTP status [599]
[I 141029 12:42:40 spawnpool:266] Booting server at [user-kCEzbZem6Lbv],
getting HTTP status [599]
[I 141029 12:42:40 spawnpool:266] Booting server at [user-kCEzbZem6Lbv],
getting HTTP status [599]
[I 141029 12:42:40 spawnpool:266] Booting server at [user-kCEzbZem6Lbv],
getting HTTP status [599]
[I 141029 12:42:40 spawnpool:266] Booting server at [user-kCEzbZem6Lbv],
getting HTTP status [599]
[I 141029 12:42:41 spawnpool:266] Booting server at [user-kCEzbZem6Lbv],
getting HTTP status [599]
[I 141029 12:42:41 spawnpool:266] Booting server at [user-kCEzbZem6Lbv],
getting HTTP status [599]
[I 141029 12:42:41 spawnpool:272] Server [user-kCEzbZem6Lbv] at address
[127.0.0.1:49153] has booted! Have at it.
[I 141029 12:42:41 spawnpool:219] Proxied path [user-kCEzbZem6Lbv] to port
[49153].
[I 141029 12:42:41 spawnpool:225] Adding container
[PooledContainer(id=u'12bfbbedd1745a572a84ff75ae7bab5e1cc92e660d2aef0f5fbe8e0012b24119',
path='user-kCEzbZem6Lbv')] to the pool.
[I 141029 12:42:41 spawnpool:175] Replaced [1] stale containers.
[I 141029 12:45:19 web:1811] 304 GET / (127.0.0.1) 3.48ms
[I 141029 12:45:19 orchestrate:53] Allocated [user-kCEzbZem6Lbv] from the
pool.
[I 141029 12:45:19 web:1811] 302 GET /spawn/ (127.0.0.1) 0.82ms
Let me know if this email thread is the best way to continue, or if entering
issues in github is the best way to move forward.
--
View this message in context: http://python.6.x6.nabble.com/Unable-to-start-Jupityr-on-Docker-using-Quick-start-instructions-tp5075454p5076012.html
Sent from the IPython - Development mailing list archive at Nabble.com.
More information about the IPython-dev
mailing list