Katib: Katib model-frontend Error

Created on 14 Sep 2018  路  9Comments  路  Source: kubeflow/katib

These is no err log when i deployment katib, but whey i try the demo ,When i curl ip:3000,here is my log

<h1>Not Found</h1>
<h2>404</h2>
<pre>Error: Not Found
    at /modeldb/frontend/app.js:33:13
    at Layer.handle [as handle_request] (/modeldb/frontend/node_modules/express/lib/router/layer.js:95:5)
    at trim_prefix (/modeldb/frontend/node_modules/express/lib/router/index.js:312:13)
    at /modeldb/frontend/node_modules/express/lib/router/index.js:280:7
    at Function.process_params (/modeldb/frontend/node_modules/express/lib/router/index.js:330:12)
    at next (/modeldb/frontend/node_modules/express/lib/router/index.js:271:10)
    at cookieParser (/modeldb/frontend/node_modules/cookie-parser/index.js:56:14)
    at Layer.handle [as handle_request] (/modeldb/frontend/node_modules/express/lib/router/layer.js:95:5)
    at trim_prefix (/modeldb/frontend/node_modules/express/lib/router/index.js:312:13)
    at /modeldb/frontend/node_modules/express/lib/router/index.js:280:7</pre>
kinquestion

All 9 comments

@YujiOshima Can you help me?

@xieydd Hmm, do you have any problems on model-db-backend?
If not, please try to access http://127.0.0.1:3000/projects

@YujiOshima Thanks a lot,but it don`t work;

katib          modeldb-backend-6f5546d69f-tfzmn                          1/1       Running            0          2h        0/0        10.99.133.51   00-25-90-c0-f7-88
katib          modeldb-db-57b855f5b7-6xf76                               1/1       Running            0          2h        0/0        10.99.8.193    00-25-90-c0-f7-c8
katib          modeldb-frontend-675cd94799-bg99w                         1/1       Running            0          1h        0/0        10.99.2.103    0c-c4-7a-15-e1-9c

$ curl 127.0.0.1:3000/projects
<h1>Not Found</h1>
<h2>404</h2>
<pre>Error: Not Found
    at /modeldb/frontend/app.js:33:13
    at Layer.handle [as handle_request] (/modeldb/frontend/node_modules/express/lib/router/layer.js:95:5)
    at trim_prefix (/modeldb/frontend/node_modules/express/lib/router/index.js:312:13)
    at /modeldb/frontend/node_modules/express/lib/router/index.js:280:7
    at Function.process_params (/modeldb/frontend/node_modules/express/lib/router/index.js:330:12)
    at next (/modeldb/frontend/node_modules/express/lib/router/index.js:271:10)
    at cookieParser (/modeldb/frontend/node_modules/cookie-parser/index.js:56:14)
    at Layer.handle [as handle_request] (/modeldb/frontend/node_modules/express/lib/router/layer.js:95:5)
    at trim_prefix (/modeldb/frontend/node_modules/express/lib/router/index.js:312:13)
    at /modeldb/frontend/node_modules/express/lib/router/index.js:280:7</pre>

//modeldb-frontend container log
[root@0c-c4-7a-15-e1-9c ~]# docker logs e7d42ecb7e21
Backend is up - executing command

> [email protected] start /modeldb/frontend
> node ./bin/www "--host" "modeldb-backend"

GET / 404 14.665 ms - 889
GET / 404 2.022 ms - 889
GET /projects 404 1.253 ms - 889

Oh, please try http://127.0.0.1:3000/katib.
It may be a mistake on demo doc.
If you use this manifest, the ROOT_PATH was set.

@YujiOshima Thanks a lot , it works;

$ curl 127.0.0.1:3000/katib
Redirecting to <a href="/katib/">/katib/</a>

Tensorboard is not support yet in this demo?

when Redirecte to http://10.10.15.5:32300/tensorboard/random-example/i49076d26cefa4b1/ in chrome
Not Found
404
Error: Not Found
    at /modeldb/frontend/app.js:33:13
    at Layer.handle [as handle_request] (/modeldb/frontend/node_modules/express/lib/router/layer.js:95:5)
    at trim_prefix (/modeldb/frontend/node_modules/express/lib/router/index.js:312:13)
    at /modeldb/frontend/node_modules/express/lib/router/index.js:280:7
    at Function.process_params (/modeldb/frontend/node_modules/express/lib/router/index.js:330:12)
    at next (/modeldb/frontend/node_modules/express/lib/router/index.js:271:10)
    at cookieParser (/modeldb/frontend/node_modules/cookie-parser/index.js:56:14)
    at Layer.handle [as handle_request] (/modeldb/frontend/node_modules/express/lib/router/layer.js:95:5)
    at trim_prefix (/modeldb/frontend/node_modules/express/lib/router/index.js:312:13)
    at /modeldb/frontend/node_modules/express/lib/router/index.js:280:7

@YujiOshima I am sorry to distrub you , but the problem is not solved yet.

@xieydd Sorry for a late reply.
Yes, the Tensorboard is not supported yet.. sorry.
I have a plan to integrate tensorboard. I understand it is useful and important.

Thanks for your reply馃槤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sakaia picture sakaia  路  3Comments

fvde picture fvde  路  5Comments

gyliu513 picture gyliu513  路  6Comments

hyeonsangjeon picture hyeonsangjeon  路  6Comments

gyliu513 picture gyliu513  路  7Comments