i get 404 msg , reading bokeh.html

i study bokeh-server in Bokeh ver0.82.
i start bokeserver mode multi user and redis.

···

~/bokeh-master0.82 python bokeh-server -m --backend redis &
Bokeh Server Configuration
==========================
python version : 2.7.9
bokeh version : 5bc0c55fb5ffff582fbf325e742ee1567be382a4
listening : 127.0.0.1:5006
backend : redis (start=True, port=7001)
python options : debug:OFF, verbose:OFF, filter-logs:OFF, multi-user:ON
js options : splitjs:OFF, debugjs:OFF

well,
I get 404 error msg ,
when bokehhtml is rendering.


2015-04-16 10:33:56,684:INFO:tornado.access:302 POST /bokeh/login (127.0.0.1) 4.06ms
2015-04-16 10:33:56,730:INFO:tornado.access:200 GET /bokeh/ (127.0.0.1) 20.59ms
2015-04-16 10:33:56,804:WARNING:tornado.access:404 GET /bokehjs/static/css/bokeh.css (127.0.0.1) 3.19ms
2015-04-16 10:33:56,807:WARNING:tornado.access:404 GET /bokehjs/static/js/bokeh.js (127.0.0.1) 2.08ms

Please tell me solution method of this problem.

regard

I am guessing you have some problem with your installation. Can you provide more details about your platform and how you installed? Can you try blowing away anything bokeh-related in your site-packages and re-installing?

Bryan

···

On Apr 15, 2015, at 11:33 PM, Shikwan Yen <[email protected]> wrote:

i study bokeh-server in Bokeh ver0.82.
i start bokeserver mode multi user and redis.

----------------------------------------------
\~/bokeh\-master0\.82 python bokeh-server -m --backend redis &
    Bokeh Server Configuration
    ==========================
    python version : 2.7.9
    bokeh version : 5bc0c55fb5ffff582fbf325e742ee1567be382a4
    listening : 127.0.0.1:5006
    backend : redis (start=True, port=7001)
    python options : debug:OFF, verbose:OFF, filter-logs:OFF, multi-user:ON
    js options : splitjs:OFF, debugjs:OFF
--------------------------------------------------

well,
I get 404 error msg ,
when bokehhtml is rendering.

-------------------------------------------------
2015-04-16 10:33:56,684:INFO:tornado.access:302 POST /bokeh/login (127.0.0.1) 4.06ms
2015-04-16 10:33:56,730:INFO:tornado.access:200 GET /bokeh/ (127.0.0.1) 20.59ms
2015-04-16 10:33:56,804:WARNING:tornado.access:404 GET /bokehjs/static/css/bokeh.css (127.0.0.1) 3.19ms
2015-04-16 10:33:56,807:WARNING:tornado.access:404 GET /bokehjs/static/js/bokeh.js (127.0.0.1) 2.08ms
------------------------------------------------

Please tell me solution method of this problem.

regard

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/82b18480-658d-4770-9391-8ee5dfce5c7f%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Bryan

THX for yor advice.

i try reconstruction enviroment.

2015年4月16日木曜日 13時33分22秒 UTC+9 Shikwan Yen:

···

i study bokeh-server in Bokeh ver0.82.
i start bokeserver mode multi user and redis.


~/bokeh-master0.82 python bokeh-server -m --backend redis &
Bokeh Server Configuration
==========================
python version : 2.7.9
bokeh version : 5bc0c55fb5ffff582fbf325e742ee1567be382a4
listening : 127.0.0.1:5006
backend : redis (start=True, port=7001)
python options : debug:OFF, verbose:OFF, filter-logs:OFF, multi-user:ON
js options : splitjs:OFF, debugjs:OFF

well,
I get 404 error msg ,
when bokehhtml is rendering.


2015-04-16 10:33:56,684:INFO:tornado.access:302 POST /bokeh/login (127.0.0.1) 4.06ms
2015-04-16 10:33:56,730:INFO:tornado.access:200 GET /bokeh/ (127.0.0.1) 20.59ms
2015-04-16 10:33:56,804:WARNING:tornado.access:404 GET /bokehjs/static/css/bokeh.css (127.0.0.1) 3.19ms
2015-04-16 10:33:56,807:WARNING:tornado.access:404 GET /bokehjs/static/js/bokeh.js (127.0.0.1) 2.08ms

Please tell me solution method of this problem.

regard