[SOLVED] No response on http://localhost:9000/#/esv-private


#1

Hallo, after i successfully running the script by using dock install, to go to the link: http://localhost:9000/#/esv-private on Chrome, it gets stuck loading and no response, has anyone an idea how to solve this?


#2

Dear Zewen,

We would need some more details. Could you open your web console (ctrl+shift+I on Firefox and Chrome) and paste the content?
Also, looking into the server log files would be good. Connect to your backend container:

./nrp_installer connect_backend

If this doesn’t work for some reason, open a terminal and type:

sudo docker exec -i -t nrp /bin/bash

From within the docker nrp container, read the logs in /var/log/supervisor/nrp-services_app and /var/log/supervisor/ros-simulation-factory_app and paste here any error you see.

Best
Axel


#3

Dear Axel,

thanks for your reply, i connected to web console and got following.

For backend container, it seems to no error by

]0;bbpnrsoa@04004b96c89b: ~/nrp/srcabbpnrsoa@04004b96c89b:~/nrp/src$ exit


#4

Dear Zewen,

It just looks like your frontend container is not running. Either there is a service on your computer that is blocking port 9000, or the NRP in the frontend container didn’t initialize properly.

Please try to connect to the frontend container:

./nrp_installer connect_frontend

and watch the nrp logs at /var/log/supervisor/nginx
Please paste errors here.

Best regards
Axel


#5

Hallo Axel,

i got following error.


#6

Dear Zewen,

These errors are normal in the frontend container and can be safely ignored. Can you rather look at the log files in /var/log/supervisor/nginx ?


#7

The commands to give in:

./nrp_installer connect_frontend
cd /var/log/supervisor/nginx
tail -50 nginx.err
tail -50 nginx.out

and paste the output of both tails here.


#8

Hi, Axel

thanks for your reply.

bash: /opt/ros/noetic/setup.bash: No such file or directory bash: /home/bbpnrsoa/.local/share/gazebo/setup.sh: No such file or directory bash: /home/bbpnrsoa/nrp/src/GazeboRosPackages/devel/setup.bash: No such file or directory bbpnrsoa@3236be972394:~/nrp/src$ cd /var/log/supervisor/nginx bbpnrsoa@3236be972394:/var/log/supervisor/nginx$ tail -50 nginx.err 2021/05/07 15:27:16 [error] 651#651: *6 open() "/home/bbpnrsoa/nrp/src/ExDFrontend/dist/favicon.ico" failed (2: No such file or directory), client: 172.19.0.1, server: 127.0.0.1, request: "GET /favicon.ico HTTP/1.1", host: "localhost:9000", referrer: "http://localhost:9000/" 2021/05/07 15:27:51 [error] 651#651: *13 open() "/home/bbpnrsoa/nrp/src/ExDFrontend/dist/favicon.ico" failed (2: No such file or directory), client: 172.19.0.1, server: 127.0.0.1, request: "GET /favicon.ico HTTP/1.1", host: "localhost:9000", referrer: "http://localhost:9000/" 2021/05/07 15:32:27 [error] 651#651: *21 open() "/home/bbpnrsoa/nrp/src/ExDFrontend/dist/favicon.ico" failed (2: No such file or directory), client: 172.19.0.1, server: 127.0.0.1, request: "GET /favicon.ico HTTP/1.1", host: "localhost:9000", referrer: "http://localhost:9000/" bbpnrsoa@3236be972394:/var/log/supervisor/nginx$ tail -50 nginx.out 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.678] "GET /node_modules/roslib/src/RosLibBrowserified.js HTTP/1.1" 200 72460 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.685] "GET /scripts/vendor.ca043913.js HTTP/1.1" 200 253862 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.693] "GET /node_modules/angulartics/src/angulartics.js HTTP/1.1" 200 16502 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.696] "GET /node_modules/angulartics-google-analytics/lib/angulartics-ga.js HTTP/1.1" 200 20546 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.698] "GET /node_modules/d3/d3.min.js HTTP/1.1" 200 151725 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.699] "GET /node_modules/n3-charts/build/LineChart.min.js HTTP/1.1" 200 61051 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.702] "GET /node_modules/ng-file-upload/dist/ng-file-upload.js HTTP/1.1" 200 81683 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.715] "GET /node_modules/rxjs/bundles/Rx.min.js HTTP/1.1" 200 149531 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.715] "GET /node_modules/chart.js/dist/Chart.min.js HTTP/1.1" 200 150283 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.715] "GET /node_modules/angular-tree-control/angular-tree-control.js HTTP/1.1" 200 22544 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.719] "GET /node_modules/file-saver/dist/FileSaver.min.js HTTP/1.1" 200 2608 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.725] "GET /node_modules/plotly.js-dist/plotly.js HTTP/1.1" 200 7540527 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.013 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.726] "GET /node_modules/golden-layout/dist/goldenlayout.js HTTP/1.1" 200 147402 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.730] "GET /node_modules/json3/lib/json3.js HTTP/1.1" 200 43065 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.731] "GET /node_modules/jszip/dist/jszip.js HTTP/1.1" 200 376477 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.731] "GET /node_modules/robot-designer/app/web-robot-designer.js HTTP/1.1" 200 507414 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.733] "GET /node_modules/stats.js/build/stats.min.js HTTP/1.1" 200 1965 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.735] "GET /node_modules/v-button/dist/v-button.js HTTP/1.1" 200 3699 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.740] "GET /scripts/app.85d9f873.js HTTP/1.1" 200 395367 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.330] "GET /favicon.ico HTTP/1.1" 404 162 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.331] "GET /config.json HTTP/1.1" 200 2285 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.428] "GET /components/alerts/browser-support/browser-support.template.html HTTP/1.1" 200 479 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.428] "GET /components/alerts/cluster-reservation/cluster-reservation.template.html HTTP/1.1" 200 567 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.443] "GET /assets/angular-hbp-common/Gotham-Book.otf HTTP/1.1" 200 86232 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:33:49 +0200][1620394429.045] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:35:00 +0200][1620394500.298] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:38:39 +0200][1620394719.658] "GET / HTTP/1.1" 304 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:38:40 +0200][1620394720.303] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:38:48 +0200][1620394728.184] "GET / HTTP/1.1" 304 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:39:12 +0200][1620394752.702] "GET / HTTP/1.1" 304 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:45:53 +0200][1620395153.989] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.078] "GET /views/common/home.html HTTP/1.1" 200 6867 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.098] "GET /img/common/tutorial.0587fe64.png HTTP/1.1" 200 169522 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.103] "GET /img/common/example-experiments.77571754.png HTTP/1.1" 200 124293 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.104] "GET /img/common/create_your_collab.a655d8c9.png HTTP/1.1" 200 53652 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.105] "GET /img/common/accounts.99573c37.png HTTP/1.1" 200 77185 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.107] "GET /img/common/documentation.1323b7da.png HTTP/1.1" 200 105473 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.109] "GET /img/common/hbp-logo.e99c1e9f.png HTTP/1.1" 200 42359 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.111] "GET /img/common/Logo_EPFL.b4097b02.png HTTP/1.1" 200 13180 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.119] "GET /img/common/Tum_logo.6de952ac.gif HTTP/1.1" 200 21495 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.120] "GET /img/common/fortiss-logo.e0554979.png HTTP/1.1" 200 7025 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.120] "GET /img/common/SSSA_logo_eng.e1670e5b.png HTTP/1.1" 200 40906 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.120] "GET /img/common/Fzi_logo.518fad9e.png HTTP/1.1" 200 7078 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.162] "GET /assets/angular-hbp-common/Didot.otf HTTP/1.1" 200 173540 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.165] "GET /assets/angular-hbp-common/Gotham-Light.otf HTTP/1.1" 200 83616 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.165] "GET /assets/angular-hbp-common/Gotham-LightItalic.otf HTTP/1.1" 200 86532 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.165] "GET /assets/angular-hbp-common/Gotham-Bold.otf HTTP/1.1" 200 84984 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:49:32 +0200][1620395372.285] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:55:45 +0200][1620395745.155] "GET / HTTP/1.1" 304 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:55:45 +0200][1620395745.821] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - bbpnrsoa@3236be972394:/var/log/supervisor/nginx$ tail -50 nginx.out 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.678] "GET /node_modules/roslib/src/RosLibBrowserified.js HTTP/1.1" 200 72460 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.685] "GET /scripts/vendor.ca043913.js HTTP/1.1" 200 253862 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.693] "GET /node_modules/angulartics/src/angulartics.js HTTP/1.1" 200 16502 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.696] "GET /node_modules/angulartics-google-analytics/lib/angulartics-ga.js HTTP/1.1" 200 20546 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.698] "GET /node_modules/d3/d3.min.js HTTP/1.1" 200 151725 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.699] "GET /node_modules/n3-charts/build/LineChart.min.js HTTP/1.1" 200 61051 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.702] "GET /node_modules/ng-file-upload/dist/ng-file-upload.js HTTP/1.1" 200 81683 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.715] "GET /node_modules/rxjs/bundles/Rx.min.js HTTP/1.1" 200 149531 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.715] "GET /node_modules/chart.js/dist/Chart.min.js HTTP/1.1" 200 150283 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.715] "GET /node_modules/angular-tree-control/angular-tree-control.js HTTP/1.1" 200 22544 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.719] "GET /node_modules/file-saver/dist/FileSaver.min.js HTTP/1.1" 200 2608 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.725] "GET /node_modules/plotly.js-dist/plotly.js HTTP/1.1" 200 7540527 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.013 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.726] "GET /node_modules/golden-layout/dist/goldenlayout.js HTTP/1.1" 200 147402 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.730] "GET /node_modules/json3/lib/json3.js HTTP/1.1" 200 43065 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.731] "GET /node_modules/jszip/dist/jszip.js HTTP/1.1" 200 376477 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.731] "GET /node_modules/robot-designer/app/web-robot-designer.js HTTP/1.1" 200 507414 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.733] "GET /node_modules/stats.js/build/stats.min.js HTTP/1.1" 200 1965 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.735] "GET /node_modules/v-button/dist/v-button.js HTTP/1.1" 200 3699 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:26 +0200][1620394346.740] "GET /scripts/app.85d9f873.js HTTP/1.1" 200 395367 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.330] "GET /favicon.ico HTTP/1.1" 404 162 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.331] "GET /config.json HTTP/1.1" 200 2285 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.428] "GET /components/alerts/browser-support/browser-support.template.html HTTP/1.1" 200 479 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.428] "GET /components/alerts/cluster-reservation/cluster-reservation.template.html HTTP/1.1" 200 567 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:32:27 +0200][1620394347.443] "GET /assets/angular-hbp-common/Gotham-Book.otf HTTP/1.1" 200 86232 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0" 0.000 - 172.19.0.1 - - [07/May/2021:15:33:49 +0200][1620394429.045] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:35:00 +0200][1620394500.298] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:38:39 +0200][1620394719.658] "GET / HTTP/1.1" 304 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:38:40 +0200][1620394720.303] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:38:48 +0200][1620394728.184] "GET / HTTP/1.1" 304 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:39:12 +0200][1620394752.702] "GET / HTTP/1.1" 304 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:45:53 +0200][1620395153.989] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.078] "GET /views/common/home.html HTTP/1.1" 200 6867 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.098] "GET /img/common/tutorial.0587fe64.png HTTP/1.1" 200 169522 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.103] "GET /img/common/example-experiments.77571754.png HTTP/1.1" 200 124293 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.104] "GET /img/common/create_your_collab.a655d8c9.png HTTP/1.1" 200 53652 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.105] "GET /img/common/accounts.99573c37.png HTTP/1.1" 200 77185 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.107] "GET /img/common/documentation.1323b7da.png HTTP/1.1" 200 105473 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.109] "GET /img/common/hbp-logo.e99c1e9f.png HTTP/1.1" 200 42359 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.111] "GET /img/common/Logo_EPFL.b4097b02.png HTTP/1.1" 200 13180 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.119] "GET /img/common/Tum_logo.6de952ac.gif HTTP/1.1" 200 21495 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.120] "GET /img/common/fortiss-logo.e0554979.png HTTP/1.1" 200 7025 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.120] "GET /img/common/SSSA_logo_eng.e1670e5b.png HTTP/1.1" 200 40906 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.120] "GET /img/common/Fzi_logo.518fad9e.png HTTP/1.1" 200 7078 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.162] "GET /assets/angular-hbp-common/Didot.otf HTTP/1.1" 200 173540 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.165] "GET /assets/angular-hbp-common/Gotham-Light.otf HTTP/1.1" 200 83616 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.165] "GET /assets/angular-hbp-common/Gotham-LightItalic.otf HTTP/1.1" 200 86532 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:46:01 +0200][1620395161.165] "GET /assets/angular-hbp-common/Gotham-Bold.otf HTTP/1.1" 200 84984 "-" "http://localhost:9000/styles/main.50336384.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:49:32 +0200][1620395372.285] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:55:45 +0200][1620395745.155] "GET / HTTP/1.1" 304 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 - 172.19.0.1 - - [07/May/2021:15:55:45 +0200][1620395745.821] "GET /config.json HTTP/1.1" 304 0 "-" "http://localhost:9000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" 0.000 -


#9

Ok, I don’t see any issue here. Can you give me the backend logs? (please format them a bit so that lines returns are kept).

./nrp_installer connect_backend
cd /var/log/supervisor/nrp-services_app
tail -20 nrp-services_app.err
tail -20 nrp-services_app.out
cd /var/log/supervisor/ros-simulation-factory_app
tail -20 ros-simulation-factory_app.err
tail -20 ros-simulation-factory_app.out

Best


#10

bbpnrsoa@04004b96c89b:/var/log/supervisor/nrp-services_app$ tail -20 nrp-services_app.err

Set PythonHome to /home/bbpnrsoa/.opt/platform_venv
Python main interpreter initialized at 0x55a6b2a08d30
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 146112 bytes (142 KB) for 8 cores
*** Operational MODE: threaded ***
/home/bbpnrsoa/nrp/src/ExDBackend/hbp-flask-restful-swagger-master/flask_restful_swagger/swagger.py:322: SyntaxWarning: “is not” with a literal. Did you mean “!=”?
if op.get(att_name) and att_name is not ‘nickname’:
2021-05-07 15:23:18,288 [MainThread ] [hbp_nrp_back] [WARNING] Application started with uWSGI or any other framework. logging to console by default !
WSGI app 0 (mountpoint=’’) ready in 1 seconds on interpreter 0x55a6b2a08d30 pid: 1327 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI worker 1 (and the only) (pid: 1327, cores: 8)
2021-05-07 15:28:18,125 [Thread-5 ] [hbp_nrp_back] [INFO] Start cleanup
2021-05-07 15:33:17,948 [Thread-5 ] [hbp_nrp_back] [INFO] Start cleanup
2021-05-07 15:38:17,818 [Thread-5 ] [hbp_nrp_back] [INFO] Start cleanup
2021-05-07 15:43:17,680 [Thread-5 ] [hbp_nrp_back] [INFO] Start cleanup
2021-05-07 15:48:17,502 [Thread-5 ] [hbp_nrp_back] [INFO] Start cleanup
2021-05-07 15:53:17,310 [Thread-5 ] [hbp_nrp_back] [INFO] Start cleanup
2021-05-07 15:58:17,103 [Thread-5 ] [hbp_nrp_back] [INFO] Start cleanup

bbpnrsoa@04004b96c89b:/var/log/supervisor/nrp-services_app$ tail -20 nrp-services_app.out

bbpnrsoa@04004b96c89b:/var/log/supervisor/nrp-services_app$ cd /var/log/supervisor/ros-simulation-factory_app
bbpnrsoa@04004b96c89b:/var/log/supervisor/ros-simulation-factory_app$ tail -20 ros-simulation-factory_app.err
/home/bbpnrsoa/.opt/platform_venv/lib/python3.8/site-packages/pyNN/nest/init.py:53: UserWarning:Unable to install NEST extensions. Certain models may not be available.

bbpnrsoa@04004b96c89b:/var/log/supervisor/ros-simulation-factory_app$ tail -20 ros-simulation-factory_app.out

Built: Feb 10 2021 02:44:28
This program is provided AS IS and comes with
NO WARRANTY. See the file LICENSE for details.
Problems or suggestions?
Visit https://www.nest-simulator.org
Type ‘nest.help()’ to find out more about NEST.
May 07 15:23:17 evalrcfile [Warning]:
NEST has created its configuration file $HOME/.nestrc
May 07 15:23:17 evalrcfile [Warning]:
If this troubles you, type ‘/nestrc help’ at the prompt to learn more.
CSAConnector: libneurosim support not available in NEST.
Falling back on PyNN’s default CSAConnector.
Please re-compile NEST using --with-libneurosim=PATH
2021-05-07 15:23:18,914 [Thread-3 ] [rospy.intern] [INFO] topic[/rosout] adding connection to [/rosout], count 0


#11

Dear Zewen,

I tried to replicate your issue by performing a fresh docker install and I ran into some problems indeed. I reported them in a bug report for the dev team:
https://hbpneurorobotics.atlassian.net/browse/NUIT-257

I’m not sure if they are the same that you face, but at least there is something wrong in the installation. So let’s follow this ticket’s progress.

Thanks for reporting
Axel


#12

Meanwhile, if you can tell us your set up: wich operating system (windows, mac, ubuntu 18 or 20?), the docker version (type docker --version). If there were errors reported while installing, that would help a lot.
Best regards
Axel


#13

Dear Axel,

thanks for your reply and reporting, i used MacOS 11.3 and the docker version is 20.10.5.

Best,
Zewen


#14

Dear Zewen,

I am trying on my side but in Ubuntu 18 there is indeed a small problem that a developer fixed like this, maybe it helps on your side?

"I have tested on ubuntu20 and windows10 and nrp_installer was working fine. for ubuntu18 I encountered a problem. for ubuntu18 I have downloaded latest nrp_installer from here :

https://neurorobotics-files.net/index.php/s/83zqkdp5PXQXMzz/download

then cleaned the docker’s everything with sudo docker system prune -a then tried this : ./nrp_installer.sh install latest and the containers could not be started since nrp_net docker network could not be created. It has overlap with another docker network that I had (I don’t what was that) . so I did sudo docker network prune then retried and everything was working fine. So I suggest to do the sudo docker system prune -a (be careful it will clean all your docker image and containers) and then test if it does not work do the sudo docker network prune . let me know if it worked for you or not. "


#15

Hi Axel,

Unfortunately, I tried to clear the docker and redownload your installation file, but the problem is still the same as the first one. I don’t know when the university’s computer room will be opened. There should be no problem with the operation on windows.


#16

Ok, thank you Zewen for trying. We will have the dev team try it on macos.


#17

The fix has been deployed and is included in NRP 3.2.0.