Advertisement
oktavpua

Untitled

Mar 3rd, 2021
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.03 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 08:56:24 +0300] [10571] [INFO] Starting gunicorn 20.0.4
  8. [2021-03-03 08:56:24 +0300] [10571] [INFO] Listening at: https://0.0.0.0:6000 (10571)
  9. [2021-03-03 08:56:24 +0300] [10571] [INFO] Using worker: eventlet
  10. [2021-03-03 08:56:24 +0300] [10633] [INFO] Booting worker with pid: 10633
  11. [2021-03-03 08:56:24 +0300] [10634] [INFO] Booting worker with pid: 10634
  12. [2021-03-03 08:56:24 +0300] [10635] [INFO] Booting worker with pid: 10635
  13. [2021-03-03 08:56:24 +0300] [10636] [INFO] Booting worker with pid: 10636
  14. [2021-03-03 08:56:24 +0300] [10637] [INFO] Booting worker with pid: 10637
  15. [2021-03-03 08:56:25 +0300] [10638] [INFO] Booting worker with pid: 10638
  16. [2021-03-03 08:56:25 +0300] [10639] [INFO] Booting worker with pid: 10639
  17. [2021-03-03 08:56:25 +0300] [10640] [INFO] Booting worker with pid: 10640
  18. [2021-03-03 08:56:25 +0300] [10641] [INFO] Booting worker with pid: 10641
  19. [2021-03-03 08:56:25 +0300] [10642] [INFO] Booting worker with pid: 10642
  20. [2021-03-03 08:56:25 +0300] [10643] [INFO] Booting worker with pid: 10643
  21. [2021-03-03 08:56:25 +0300] [10644] [INFO] Booting worker with pid: 10644
  22. [2021-03-03 08:56:25 +0300] [10645] [INFO] Booting worker with pid: 10645
  23. [2021-03-03 08:56:25 +0300] [10646] [INFO] Booting worker with pid: 10646
  24. [2021-03-03 08:56:25 +0300] [10647] [INFO] Booting worker with pid: 10647
  25. [2021-03-03 08:56:25 +0300] [10648] [INFO] Booting worker with pid: 10648
  26. 95.105.65.43 - - [03/Mar/2021:08:58:22 +0300] "POST /api/token/RSharafutdinov HTTP/1.1" 200 39 "-" "python-requests/2.25.1" 136320
  27. 95.105.65.43 - - [03/Mar/2021:08:58:22 +0300] "GET /api/current_user HTTP/1.1" 200 225 "-" "python-requests/2.25.1" 23885
  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:08:58:22 +0300] "GET /api/search/check_ext HTTP/1.1" 404 232 "-" "python-requests/2.25.1" 5100
  42. [2021-03-03 09:03:34 +0300] [10635] [ERROR] Socket error processing request.
  43. Traceback (most recent call last):
  44. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 65, in handle
  45. util.reraise(*sys.exc_info())
  46. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/util.py", line 625, in reraise
  47. raise value
  48. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 48, in handle
  49. req = next(parser)
  50. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/parser.py", line 41, in __next__
  51. self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)
  52. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 186, in __init__
  53. super().__init__(cfg, unreader)
  54. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 53, in __init__
  55. unused = self.parse(self.unreader)
  56. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 198, in parse
  57. self.get_data(unreader, buf, stop=True)
  58. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 189, in get_data
  59. data = unreader.read()
  60. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/unreader.py", line 37, in read
  61. d = self.chunk()
  62. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/unreader.py", line 64, in chunk
  63. return self.sock.recv(self.mxchunk)
  64. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 231, in recv
  65. return self._base_recv(buflen, flags, into=False)
  66. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 258, in _base_recv
  67. read = self.read(nbytes)
  68. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 176, in read
  69. super(GreenSSLSocket, self).read, *args, **kwargs)
  70. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 150, in _call_trampolining
  71. return func(*a, **kw)
  72. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/ssl.py", line 874, in read
  73. return self._sslobj.read(len, buffer)
  74. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/ssl.py", line 633, in read
  75. v = self._sslobj.read(len)
  76. OSError: [Errno 0] Error
  77. Traceback (most recent call last):
  78. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/authenticate.py", line 224, in post
  79. token = auth_by_passwd(login, args.passwd)
  80. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/authenticate.py", line 28, in auth_by_passwd
  81. u=login, p=str(sk.encrypt(PGPMessage.new(passwd))))
  82. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/database.py", line 111, in select_one
  83. for row in self.select(statement, **kwargs):
  84. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/database.py", line 104, in select
  85. c.execute(statement, kwargs)
  86. psycopg2.errors.RaiseException: ОШИБКА: authentication failure
  87. CONTEXT: функция PL/pgSQL auth_app_user(text,text), строка 13, оператор RAISE
  88.  
  89.  
  90. 95.105.65.43 - - [03/Mar/2021:09:04:02 +0300] "POST /api/token/RSharafutdinov HTTP/1.1" 401 242 "-" "python-requests/2.25.1" 106342
  91. 95.105.65.43 - - [03/Mar/2021:09:04:12 +0300] "POST /api/token/RSharafutdinov HTTP/1.1" 200 39 "-" "python-requests/2.25.1" 128761
  92. 95.105.65.43 - - [03/Mar/2021:09:04:12 +0300] "GET /api/current_user HTTP/1.1" 200 225 "-" "python-requests/2.25.1" 16326
  93. Traceback (most recent call last):
  94. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/flask/app.py", line 1950, in full_dispatch_request
  95. rv = self.dispatch_request()
  96. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/flask/app.py", line 1926, in dispatch_request
  97. self.raise_routing_exception(req)
  98. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/flask/app.py", line 1908, in raise_routing_exception
  99. raise request.routing_exception
  100. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/flask/ctx.py", line 350, in match_request
  101. result = self.url_adapter.match(return_rule=True)
  102. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/werkzeug/routing.py", line 1945, in match
  103. raise NotFound()
  104. 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.
  105.  
  106. 95.105.65.43 - - [03/Mar/2021:09:04:12 +0300] "GET /api/search/check_ext HTTP/1.1" 404 232 "-" "python-requests/2.25.1" 3772
  107.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement