Advertisement
oktavpua

Untitled

Mar 3rd, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.92 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:16:45 +0300] [26409] [INFO] Starting gunicorn 20.0.4
  8. [2021-03-03 13:16:45 +0300] [26409] [INFO] Listening at: https://0.0.0.0:6000 (26409)
  9. [2021-03-03 13:16:45 +0300] [26409] [INFO] Using worker: eventlet
  10. [2021-03-03 13:16:45 +0300] [26428] [INFO] Booting worker with pid: 26428
  11. [2021-03-03 13:16:46 +0300] [26429] [INFO] Booting worker with pid: 26429
  12. [2021-03-03 13:16:46 +0300] [26430] [INFO] Booting worker with pid: 26430
  13. [2021-03-03 13:16:46 +0300] [26431] [INFO] Booting worker with pid: 26431
  14. [2021-03-03 13:16:46 +0300] [26432] [INFO] Booting worker with pid: 26432
  15. [2021-03-03 13:16:46 +0300] [26433] [INFO] Booting worker with pid: 26433
  16. [2021-03-03 13:16:46 +0300] [26434] [INFO] Booting worker with pid: 26434
  17. [2021-03-03 13:16:46 +0300] [26435] [INFO] Booting worker with pid: 26435
  18. [2021-03-03 13:16:46 +0300] [26436] [INFO] Booting worker with pid: 26436
  19. [2021-03-03 13:16:46 +0300] [26437] [INFO] Booting worker with pid: 26437
  20. [2021-03-03 13:16:46 +0300] [26438] [INFO] Booting worker with pid: 26438
  21. [2021-03-03 13:16:46 +0300] [26439] [INFO] Booting worker with pid: 26439
  22. [2021-03-03 13:16:46 +0300] [26440] [INFO] Booting worker with pid: 26440
  23. [2021-03-03 13:16:46 +0300] [26441] [INFO] Booting worker with pid: 26441
  24. [2021-03-03 13:16:46 +0300] [26442] [INFO] Booting worker with pid: 26442
  25. [2021-03-03 13:16:46 +0300] [26443] [INFO] Booting worker with pid: 26443
  26. [2021-03-03 13:17:14 +0300] [26443] [ERROR] Socket error processing request.
  27. Traceback (most recent call last):
  28. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 65, in handle
  29. util.reraise(*sys.exc_info())
  30. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/util.py", line 625, in reraise
  31. raise value
  32. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 48, in handle
  33. req = next(parser)
  34. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/parser.py", line 41, in __next__
  35. self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)
  36. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 186, in __init__
  37. super().__init__(cfg, unreader)
  38. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 53, in __init__
  39. unused = self.parse(self.unreader)
  40. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 198, in parse
  41. self.get_data(unreader, buf, stop=True)
  42. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 189, in get_data
  43. data = unreader.read()
  44. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/unreader.py", line 37, in read
  45. d = self.chunk()
  46. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/unreader.py", line 64, in chunk
  47. return self.sock.recv(self.mxchunk)
  48. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 231, in recv
  49. return self._base_recv(buflen, flags, into=False)
  50. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 258, in _base_recv
  51. read = self.read(nbytes)
  52. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 176, in read
  53. super(GreenSSLSocket, self).read, *args, **kwargs)
  54. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 150, in _call_trampolining
  55. return func(*a, **kw)
  56. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/ssl.py", line 874, in read
  57. return self._sslobj.read(len, buffer)
  58. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/ssl.py", line 633, in read
  59. v = self._sslobj.read(len)
  60. OSError: [Errno 0] Error
  61. [2021-03-03 13:17:19 +0300] [26441] [ERROR] Socket error processing request.
  62. Traceback (most recent call last):
  63. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 65, in handle
  64. util.reraise(*sys.exc_info())
  65. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/util.py", line 625, in reraise
  66. raise value
  67. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/workers/base_async.py", line 48, in handle
  68. req = next(parser)
  69. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/parser.py", line 41, in __next__
  70. self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)
  71. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 186, in __init__
  72. super().__init__(cfg, unreader)
  73. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 53, in __init__
  74. unused = self.parse(self.unreader)
  75. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 198, in parse
  76. self.get_data(unreader, buf, stop=True)
  77. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/message.py", line 189, in get_data
  78. data = unreader.read()
  79. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/unreader.py", line 37, in read
  80. d = self.chunk()
  81. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/http/unreader.py", line 64, in chunk
  82. return self.sock.recv(self.mxchunk)
  83. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 231, in recv
  84. return self._base_recv(buflen, flags, into=False)
  85. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 258, in _base_recv
  86. read = self.read(nbytes)
  87. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 176, in read
  88. super(GreenSSLSocket, self).read, *args, **kwargs)
  89. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/eventlet/green/ssl.py", line 150, in _call_trampolining
  90. return func(*a, **kw)
  91. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/ssl.py", line 874, in read
  92. return self._sslobj.read(len, buffer)
  93. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/ssl.py", line 633, in read
  94. v = self._sslobj.read(len)
  95. OSError: [Errno 0] Error
  96. ^CStopping event listener at db/cloud_db
  97. [2021-03-03 13:17:32 +0300] [26409] [INFO] Handling signal: int
  98. [2021-03-03 13:17:32 +0300] [26436] [INFO] Worker exiting (pid: 26436)
  99. [2021-03-03 13:17:32 +0300] [26435] [INFO] Worker exiting (pid: 26435)
  100. [2021-03-03 13:17:32 +0300] [26438] [INFO] Worker exiting (pid: 26438)
  101. [2021-03-03 13:17:32 +0300] [26437] [INFO] Worker exiting (pid: 26437)
  102. [2021-03-03 13:17:32 +0300] [26439] [INFO] Worker exiting (pid: 26439)
  103. [2021-03-03 13:17:32 +0300] [26440] [INFO] Worker exiting (pid: 26440)
  104. [2021-03-03 13:17:32 +0300] [26441] [INFO] Worker exiting (pid: 26441)
  105. [2021-03-03 13:17:32 +0300] [26442] [INFO] Worker exiting (pid: 26442)
  106. [2021-03-03 13:17:32 +0300] [26443] [INFO] Worker exiting (pid: 26443)
  107. [2021-03-03 13:17:33 +0300] [26428] [INFO] Worker exiting (pid: 26428)
  108. [2021-03-03 13:17:33 +0300] [26429] [INFO] Worker exiting (pid: 26429)
  109. [2021-03-03 13:17:33 +0300] [26430] [INFO] Worker exiting (pid: 26430)
  110. [2021-03-03 13:17:33 +0300] [26431] [INFO] Worker exiting (pid: 26431)
  111. [2021-03-03 13:17:33 +0300] [26432] [INFO] Worker exiting (pid: 26432)
  112. [2021-03-03 13:17:33 +0300] [26433] [INFO] Worker exiting (pid: 26433)
  113. [2021-03-03 13:17:33 +0300] [26434] [INFO] Worker exiting (pid: 26434)
  114. [2021-03-03 13:17:33 +0300] [26409] [INFO] Shutting down: Master
  115. Disconnecting users from db:cloud_db...
  116. Traceback (most recent call last):
  117. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/arbiter.py", line 224, in run
  118. handler()
  119. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/gunicorn/arbiter.py", line 262, in handle_int
  120. raise StopIteration
  121. StopIteration
  122.  
  123. During handling of the above exception, another exception occurred:
  124.  
  125. Traceback (most recent call last):
  126. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/__init__.py", line 113, in on_exit
  127. """)
  128. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/database.py", line 96, in execute
  129. c.execute(statement, kwargs)
  130. psycopg2.errors.UndefinedTable: ОШИБКА: отношение "blockflow.active_scheduler" не существует
  131. LINE 3: delete from blockflow.active_sch...
  132. ^
  133.  
  134.  
  135. (/opt/rndnet/conda-env/smaster-modules) [rndnet@epyc-vm0 rndnet_server]$ rndnet_server --config rndnet_server.conf -b 0.0.0.0:6000
  136. Listening for cloud events at None
  137. Listening for project events at db/cloud_db
  138. --------------------------------------------------
  139. Cloud fingerprint: 6B79D95066709F6D
  140. --------------------------------------------------
  141. [2021-03-03 13:17:36 +0300] [26500] [INFO] Starting gunicorn 20.0.4
  142. [2021-03-03 13:17:36 +0300] [26500] [INFO] Listening at: https://0.0.0.0:6000 (26500)
  143. [2021-03-03 13:17:36 +0300] [26500] [INFO] Using worker: eventlet
  144. [2021-03-03 13:17:36 +0300] [26519] [INFO] Booting worker with pid: 26519
  145. [2021-03-03 13:17:36 +0300] [26520] [INFO] Booting worker with pid: 26520
  146. [2021-03-03 13:17:36 +0300] [26521] [INFO] Booting worker with pid: 26521
  147. [2021-03-03 13:17:36 +0300] [26522] [INFO] Booting worker with pid: 26522
  148. [2021-03-03 13:17:36 +0300] [26523] [INFO] Booting worker with pid: 26523
  149. [2021-03-03 13:17:37 +0300] [26524] [INFO] Booting worker with pid: 26524
  150. [2021-03-03 13:17:37 +0300] [26525] [INFO] Booting worker with pid: 26525
  151. [2021-03-03 13:17:37 +0300] [26526] [INFO] Booting worker with pid: 26526
  152. [2021-03-03 13:17:37 +0300] [26527] [INFO] Booting worker with pid: 26527
  153. [2021-03-03 13:17:37 +0300] [26528] [INFO] Booting worker with pid: 26528
  154. [2021-03-03 13:17:37 +0300] [26529] [INFO] Booting worker with pid: 26529
  155. [2021-03-03 13:17:37 +0300] [26530] [INFO] Booting worker with pid: 26530
  156. [2021-03-03 13:17:37 +0300] [26532] [INFO] Booting worker with pid: 26532
  157. [2021-03-03 13:17:37 +0300] [26533] [INFO] Booting worker with pid: 26533
  158. [2021-03-03 13:17:37 +0300] [26534] [INFO] Booting worker with pid: 26534
  159. [2021-03-03 13:17:37 +0300] [26535] [INFO] Booting worker with pid: 26535
  160. Traceback (most recent call last):
  161. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/authenticate.py", line 224, in post
  162. token = auth_by_passwd(login, args.passwd)
  163. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/authenticate.py", line 28, in auth_by_passwd
  164. u=login, p=str(sk.encrypt(PGPMessage.new(passwd))))
  165. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/database.py", line 111, in select_one
  166. for row in self.select(statement, **kwargs):
  167. File "/opt/rndnet/conda-env/smaster-modules/lib/python3.6/site-packages/rndnet_server/database.py", line 104, in select
  168. c.execute(statement, kwargs)
  169. psycopg2.errors.RaiseException: ОШИБКА: authentication failure
  170. CONTEXT: функция PL/pgSQL auth_app_user(text,text), строка 13, оператор RAISE
  171.  
  172.  
  173. 95.105.65.43 - - [03/Mar/2021:13:18:35 +0300] "POST /api/token/RSharafutdinov HTTP/1.1" 401 242 "-" "python-requests/2.25.1" 126855
  174.  
  175.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement