Advertisement
oktavpua

Untitled

Mar 3rd, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. (/opt/rndnet/conda-env/smaster-modules) [rndnet@epyc-vm0 rndnet_server]$ rndnet_server --config rndnet_server.conf -b 0.0.0.0:6000
  2. Listening for cloud events at None
  3. Listening for project events at db/cloud_db
  4. --------------------------------------------------
  5. Cloud fingerprint: 6B79D95066709F6D
  6. --------------------------------------------------
  7. [2021-03-03 13:19:42 +0300] [26665] [INFO] Starting gunicorn 20.0.4
  8. [2021-03-03 13:19:42 +0300] [26665] [INFO] Listening at: https://0.0.0.0:6000 (26665)
  9. [2021-03-03 13:19:42 +0300] [26665] [INFO] Using worker: eventlet
  10. [2021-03-03 13:19:42 +0300] [26684] [INFO] Booting worker with pid: 26684
  11. [2021-03-03 13:19:42 +0300] [26685] [INFO] Booting worker with pid: 26685
  12. [2021-03-03 13:19:42 +0300] [26686] [INFO] Booting worker with pid: 26686
  13. [2021-03-03 13:19:42 +0300] [26687] [INFO] Booting worker with pid: 26687
  14. [2021-03-03 13:19:42 +0300] [26688] [INFO] Booting worker with pid: 26688
  15. [2021-03-03 13:19:42 +0300] [26689] [INFO] Booting worker with pid: 26689
  16. [2021-03-03 13:19:42 +0300] [26690] [INFO] Booting worker with pid: 26690
  17. [2021-03-03 13:19:42 +0300] [26691] [INFO] Booting worker with pid: 26691
  18. [2021-03-03 13:19:42 +0300] [26692] [INFO] Booting worker with pid: 26692
  19. [2021-03-03 13:19:42 +0300] [26693] [INFO] Booting worker with pid: 26693
  20. [2021-03-03 13:19:42 +0300] [26694] [INFO] Booting worker with pid: 26694
  21. [2021-03-03 13:19:43 +0300] [26695] [INFO] Booting worker with pid: 26695
  22. [2021-03-03 13:19:43 +0300] [26696] [INFO] Booting worker with pid: 26696
  23. [2021-03-03 13:19:43 +0300] [26697] [INFO] Booting worker with pid: 26697
  24. [2021-03-03 13:19:43 +0300] [26698] [INFO] Booting worker with pid: 26698
  25. [2021-03-03 13:19:43 +0300] [26699] [INFO] Booting worker with pid: 26699
  26. 95.105.65.43 - - [03/Mar/2021:13:19:49 +0300] "POST /api/token/RSharafutdinov HTTP/1.1" 200 39 "-" "python-requests/2.25.1" 136188
  27. 95.105.65.43 - - [03/Mar/2021:13:19:49 +0300] "GET /api/current_user HTTP/1.1" 200 225 "-" "python-requests/2.25.1" 19532
  28. Traceback (most recent call last):
  29. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/flask/app.py", line 1950, in full_dispatch_request
  30. rv = self.dispatch_request()
  31. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/flask/app.py", line 1926, in dispatch_request
  32. self.raise_routing_exception(req)
  33. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/flask/app.py", line 1908, in raise_routing_exception
  34. raise request.routing_exception
  35. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/flask/ctx.py", line 350, in match_request
  36. result = self.url_adapter.match(return_rule=True)
  37. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/werkzeug/routing.py", line 1945, in match
  38. raise NotFound()
  39. werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
  40.  
  41. 95.105.65.43 - - [03/Mar/2021:13:19:49 +0300] "GET /api/search/check_ext HTTP/1.1" 404 232 "-" "python-requests/2.25.1" 5069
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement