Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature plot doesn't work: ReferenceError: Bokeh is not defined (404) in Docker Image #257

Open
seb-koch opened this issue May 16, 2018 · 1 comment

Comments

@seb-koch
Copy link

Hi,

i am using the latest docker image and the example data. It seems like the bokeh library isn't loaded properly.

Steps to reproduce

  • use docker image
  • use the example data
  • create project -> data -> features
  • click on the feature set, error is caught in console as it's failing to plot ( i guess)

Problem
I suppose there should be graphs appearing if i click on the "Features".
screen shot 2018-05-16 at 14 55 13

Error message
bundle.js:30198 Uncaught (in promise) ReferenceError: Bokeh is not defined at bokeh_render_plot (bundle.js:30198) at ref (bundle.js:30252) at attachRef (bundle.js:86965) at Object.ReactRef.attachRefs (bundle.js:86987) at ReactDOMComponent.attachRefs (bundle.js:14220) at CallbackQueue.notifyAll (bundle.js:22270) at ReactReconcileTransaction.close (bundle.js:86843) at ReactReconcileTransaction.closeAll (bundle.js:16853) at ReactReconcileTransaction.perform (bundle.js:16800) at ReactUpdatesFlushTransaction.perform (bundle.js:16787)

@seb-koch seb-koch changed the title Feature plot doesn't work: ReferenceError: Bokeh is not defined Feature plot doesn't work: ReferenceError: Bokeh is not defined (404) in Docker Image May 17, 2018
@seb-koch
Copy link
Author

seb-koch commented May 17, 2018

It seems like the bokeh library isn't properly installed or failed to build (random guessing here). The logs state that it wasn't found by the browser (404).

nginx-bad-access.log: - - [16/May/2018:11:56:36 +0000] "GET /bokeh.css.map HTTP/1.1" 404 69 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36" nginx-bad-access.log: - - [17/May/2018:07:31:27 +0000] "GET /static/build/bokeh.js.map HTTP/1.1" 404 69 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36" nginx-bad-access.log: - - [17/May/2018:07:31:27 +0000] "GET /bokeh.css.map HTTP/1.1" 404 69 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36" app.log:WARNING:tornado.access:404 GET /static/build/bokeh.js.map (127.0.0.1) 93.04ms app.log:WARNING:tornado.access:404 GET /bokeh.css.map (127.0.0.1) 1.92ms app.log:WARNING:tornado.access:404 GET /static/build/bokeh.js.map (127.0.0.1) 4.87ms app.log:WARNING:tornado.access:404 GET /bokeh.css.map (127.0.0.1) 2.10ms app.log:WARNING:tornado.access:404 GET /static/build/bokeh.js.map (127.0.0.1) 3.03ms app.log:WARNING:tornado.access:404 GET /bokeh.css.map (127.0.0.1) 4.09ms app.log:WARNING:tornado.access:404 GET /static/build/bokeh.js.map (127.0.0.1) 4.11ms app.log:WARNING:tornado.access:404 GET /bokeh.css.map (127.0.0.1) 1.58ms

I would even try to reinstall it into the container just to test it but make fails, i guess because i am not root and thus can't execute the compiler. Any help would be appreciated @acrellin - Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant