Advertisement
Guest User

Untitled

a guest
May 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.25 KB | None | 0 0
  1. ⇨ http server started on /home/crossbox/app/run/underpriv/crossbox-mail-processor.sock
  2. {"time":"2019-05-20T13:30:29.683153251Z","id":"","remote_ip":"","host":"unix","method":"POST","uri":"/hello","status":200, "latency":6618,"latency_human":"6.618µs","bytes_in":2,"bytes_out":2}
  3.  
  4. ==> /home/crossbox/app/log/backend/crossbox.log <==
  5. core[DEBUG][2019-05-20 13:31:11,663] checked against []
  6. pipelines[DEBUG][2019-05-20 13:31:11,668] running context master_user_login_create, guest
  7. pipelines[DEBUG][2019-05-20 13:31:11,668] running pipe SerializerValidator
  8. pipelines[DEBUG][2019-05-20 13:31:11,669] running pipe LoginCreate
  9. master[INFO][2019-05-20 13:31:11,707] found ip 204.141.42.121 for mx.zoho.com
  10. master[INFO][2019-05-20 13:31:11,707] found some ips to query {'204.141.42.121'}
  11. master[INFO][2019-05-20 13:31:11,714] found ip 216.52.72.121 for mx2.zoho.com
  12. master[INFO][2019-05-20 13:31:11,714] found some ips to query {'216.52.72.121'}
  13. master[INFO][2019-05-20 13:31:11,727] found ip 204.141.42.52 for mx3.zoho.com
  14. master[INFO][2019-05-20 13:31:11,727] found some ips to query {'204.141.42.52'}
  15. core.grpclone[DEBUG][2019-05-20 13:31:11,831] got {'action': 'Hello', 'type': 'HelloRequest', 'data': '{}'}
  16. core.grpclone[DEBUG][2019-05-20 13:31:11,832] response {"action": "Hello", "type": "HelloResponse", "data": "{\"error\": \"\", \"success\": true}"}
  17. core.grpclone[DEBUG][2019-05-20 13:31:11,835] got {'action': 'CreateSystemAccount', 'type': 'CreateSystemAccountRequest', 'data': '{"username": "admincrossbox"}'}
  18. core.grpclone[DEBUG][2019-05-20 13:31:11,878] response {"action": "CreateSystemAccount", "type": "CreateSystemAccountResponse", "data": "{\"error\": \"\", \"success\": true}"}
  19. master[DEBUG][2019-05-20 13:31:11,887] api call to https://accessmymail.com:1703/api/v1/0/0/user/login/
  20. core[DEBUG][2019-05-20 13:31:11,893] checked against []
  21. pipelines[DEBUG][2019-05-20 13:31:11,897] running context user_login_create, guest
  22. pipelines[DEBUG][2019-05-20 13:31:11,898] running pipe ServiceManager
  23. pipelines[DEBUG][2019-05-20 13:31:11,898] running pipe SerializerValidator
  24. pipelines[DEBUG][2019-05-20 13:31:11,899] running pipe UserLogin
  25. pipelines[DEBUG][2019-05-20 13:31:11,980] context has no attribute instance on <core.base.pipes.SerializerValidator object at 0x7f4d907f6d68>
  26. pipelines[DEBUG][2019-05-20 13:31:11,980] finished user_login_create(guest) in 82.66ms
  27. core[ERROR][2019-05-20 13:31:11,980] (1045, "Access denied for user 'root'@'localhost' (using password: NO)")
  28. Traceback (most recent call last):
  29. File "clones/app-development/lib/rest_framework/views.py", line 492, in rest_framework.views.APIView.dispatch
  30. File "clones/app-development/src/pipelines/view.py", line 75, in pipelines.view.PipelineViewSet.create
  31. File "clones/app-development/src/pipelines/view.py", line 40, in pipelines.view.PipelineMixin._proxy
  32. File "clones/app-development/src/pipelines/base.py", line 221, in pipelines.base.Pipeline.run
  33. File "clones/app-development/src/pipelines/base.py", line 137, in pipelines.base.Context.run
  34. File "clones/app-development/src/pipelines/base.py", line 126, in pipelines.base.Context.run
  35. File "clones/app-development/src/pipelines/base .py", line 239, in pipelines.base.run_pipes
  36. File "clones/app-development/src/user/pipes.py", line 852, in user.pipes.UserLogin.run
  37. File "clones/app-development/src/user/pipes.py", line 736, in user.pipes.UserLogin.create
  38. File "clones/app-development/src/user/pipes.py", line 586, in user.pipes.UserLogin.setup_admin
  39. File "clones/app-development/src/user/pipes.py", line 307, in user.pipes.mk_db_if_not_exists
  40. File "clones/app-development/src/user/pipes.py", line 363, in user.pipes.do_mk_db_if_not_exists
  41. File "clones/app-development/src/panels/base.py", line 219, in panels.base.BaseStandaloneDBOAccount.list_databases
  42. File "clones/app-development/src/panels/base.py", line 208, in panels.base.BaseStandaloneDBOAccount.mysql_query
  43. File "clones/app-development/src/panels/base.py", line 186, in panels.base.mysql_query
  44. File "clones/app-development/src/core/utils.py", line 957, in core.utils.get_pymysql_connection
  45. File "/home/crossbox/app/pyenv/lib/python3.7/site-packages/pymysql/__init__.py", line 94, in Connect
  46. return Connection(*args, **kwargs)
  47. File "/home/crossbox/app/pyenv/lib/python3.7/site-packages/pymysql/connections.py", line 325, in __init__
  48. self.connect()
  49. File "/home/crossbox/app/pyenv/lib/python3.7/site-packages/pymysql/connections.py", line 599, in connect
  50. self._request_authentication()
  51. File "/home/crossbox/app/pyenv/lib/python3.7/site-packages/pymysql/connections.py", line 861, in _request_authentication
  52. auth_packet = self._read_packet()
  53. File "/home/crossbox/app/pyenv/lib/python3.7/site-packages/pymysql/connections.py", line 684, in _read_packet
  54. packet.check_error()
  55. File "/home/crossbox/app/pyenv/lib/python3.7/site-packages/pymysql/protocol.py", line 220, in check_error
  56. err.raise_mysql_exception(self._data)
  57. File "/home/crossbox/app/pyenv/lib/python3.7/site-packages/pymysql/err.py", line 109, in raise_mysql_exception
  58. raise errorclass(errno, errval)
  59. pymysql.err.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: NO)")
  60. core[DEBUG][2019-05-20 13:31:11,981] exception OperationalError does not have internal_code when it should
  61. django.request[ERROR][2019-05-20 13:31:11,981] Internal Server Error: /api/v1/0/0/user/login/
  62.  
  63. ==> /home/crossbox/app/log/uwsgi/main.log <==
  64. django.request[ERROR][2019-05-20 13:31:11,981] Internal Server Error: /api/v1/0/0/user/login/
  65. [pid: 4841|app: 0|req: 6/5] 127.0.0.1 () {42 vars in 608 bytes} [Mon May 20 13:31:11 2019] POST /api/v1/0/0/user/login/ => generated 84 bytes in 99 msecs (HTTP/1.1 500) 5 headers in 176 bytes (3 switches on core 48)
  66.  
  67. ==> /home/crossbox/app/log/nginx/crossbox_access.log <==
  68. 127.0.0.1 - - [20/May/2019:13:31:11 +0000] "POST /api/v1/0/0/user/login/ HTTP/1.1" 500 84 "-" "python-requests/2.21.0" "-"
  69.  
  70. ==> /home/crossbox/app/log/backend/crossbox.log <==
  71. pipelines[DEBUG][2019-05-20 13:31:11,993] context has no attribute instance on <core.base.pipes.SerializerValidator object at 0x7f4d9054da20>
  72. pipelines[DEBUG][2019-05-20 13:31:11,993] finished master_user_login_create(guest) in 325.55ms
  73. core[ERROR][2019-05-20 13:31:11,993] {'detail': ErrorDetail(string='Internal server error', code='error'), 'internal_code': ErrorDetail(string='ERROR_GENERIC_OPERATIONAL_ERROR', code='error')}
  74. Traceback (most recent call last):
  75. File "clones/app-development/lib/rest_framework/views.py", line 492, in rest_framework.views.APIView.dispatch
  76. File "clones/app-development/src/pipelines/view.py", line 75, in pipelines.view.PipelineViewSet.create
  77. File "clones/app-development/src/pipelines/view.py", line 40, in pipelines.view.PipelineMixin._proxy
  78. File "clones/app-development/src/pipelines/base.py", line 221, in pipelines.base.Pipeline.run
  79. File "clones/app-development/src/pipelines/base.py", line 137, in pipelines.base.Context.run
  80. File "clones/app-development/src/pipelines/base.py", line 126, in pipelines.base.Context.run
  81. File "clones/app-development/src/pipelines/base.py", line 239, in pipelines.base.run_pipes
  82. File "clones/app-development/src/master/pipes.py", line 236, in master.pipes.LoginCreate.run
  83. File "clones/app-development/src/master/pipes.py", line 240, in master.pipes.LoginCreate.run
  84. File "clones/app-development/src/master/authorizationclient.py", line 124, in master.authorizationclient.AuthorizationClient._do.action
  85. rest_framework.exceptions.APIException: {'detail': ErrorDetail(string='Internal server error', code='error'), 'internal_code': ErrorDetail(string='ERROR_GENERIC_OPERATIONAL_ERROR', code='error')}
  86. django.request[ERROR][2019-05-20 13:31:11,994] Internal Server Error: /api/v1/0/0/master/login/
  87.  
  88. ==> /home/crossbox/app/log/uwsgi/main.log <==
  89. django.request[ERROR][2019-05-20 13:31:11,994] Internal Server Error: /api/v1/0/0/master/login/
  90. [pid: 4841|app: 0|req: 6/6] 172.223.100.18 () {56 vars in 1434 bytes} [Mon May 20 13:31:11 2019] POST /api/v1/0/0/master/login/ => generated 84 bytes in 342 msecs (HTTP/1.1 500) 8 headers in 494 bytes (3 switches on core 49)
  91.  
  92. ==> /home/crossbox/app/log/nginx/crossbox_access.log <==
  93. 172.223.100.18 - - [20/May/2019:13:31:12 +0000] "POST /api/v1/0/0/master/login/ HTTP/1.1" 500 84 "https://accessmymail.com:1703/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36" "-"
  94.  
  95. ==> /home/crossbox/app/log/backend/crossbox.log <==
  96. websocket[DEBUG][2019-05-20 13:31:17,892] Server #0: sending to <WebsocketConnection<127.0.0.1> #139945612082256> ["ping", {"ping_id": "500ae7cfe9093fd201dd3e6239d26d4d8f46bbbf", "authorized": false, "connection_id": 139945612082256}, "0"]
  97. core.grpclone[DEBUG][2019-05-20 13:31:28,656] got {'action': 'Check', 'type': 'CheckRequest', 'data': '{}'}
  98. core.grpclone[DEBUG][2019-05-20 13:31:28,657] response {"action": "Check", "type": "CheckResponse", "data": "{\"errors\": [], \"ok\": true}"}
  99. server[DEBUG][2019-05-20 13:31:28,659] do internal call hello {'message': 'world'}
  100. pipelines[DEBUG][2019-05-20 13:31:28,664] running context server_internals_action, guest
  101. pipelines[DEBUG][2019-05-20 13:31:28,665] running pipe ServiceManager
  102. pipelines[DEBUG][2019-05-20 13:31:28,665] running pipe SerializerValidator
  103. pipelines[DEBUG][2019-05-20 13:31:28,665] running pipe InternalsAction
  104. pipelines[DEBUG][2019-05-20 13:31:28,666] context has no attribute instance on <core.base.pipes.SerializerValidator object at 0x7f47a0789780>
  105. pipelines[DEBUG][2019-05-20 13:31:28,666] finished server_internals_action(guest) in 1.83ms
  106.  
  107. ==> /home/crossbox/app/log/nginx/crossbox_access.log <==
  108. 127.0.0.1 - - [20/May/2019:13:31:28 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Go-http-client/1.1" "-"
  109.  
  110. ==> /home/crossbox/app/log/backend/crossbox.log <==
  111. websocket[DEBUG][2019-05-20 13:31:28,670] Server #0: new socket connection - active connections 0:
  112. websocket[DEBUG][2019-05-20 13:31:28,671] got event connection_lost <websocket.server.CustomWebsocketServerProtocol object at 0x7f47b7d3b630>
  113. core.taskqueue[DEBUG][2019-05-20 13:31:28,671] got taskqueue msg b'{"id":"d47af4de2a8b9e80b463cf5e03dac34d","name":"taskqueue_status_check","taskqueue_status_check":true}'
  114. websocket[DEBUG][2019-05-20 13:31:28,671] closing supplemented reference <WebsocketConnection<127.0.0.1> #139946003510832>
  115. core.taskqueue[DEBUG][2019-05-20 13:31:28,672] processed taskqueue message with COMPLETED_STATUS_CHECK code
  116. websocket[DEBUG][2019-05-20 13:31:28,672] Server #0: is parent None, count 0
  117. websocket[DEBUG][2019-05-20 13:31:28,672] Server #0: closing connection: <WebsocketConnection<127.0.0.1> #139946003510832>
  118. websocket[DEBUG][2019-05-20 13:31:28,673] Server #0: removed <WebsocketConnection<127.0.0.1> #139946003510832>
  119. websocket[DEBUG][2019-05-20 13:31:28,673] Server #0: left rooms 0
  120. websocket[DEBUG][2019-05-20 13:31:28,675] Server #0: called on close event for <WebsocketConnection<127.0.0.1> #139946003510832>
  121. websocket[DEBUG][2019-05-20 13:31:28,679] Server #0: sending to <WebsocketConnection<127.0.0.1> #139946003510832> ["new_ui_update", {"ui_details": {"BUILD": 1553257878938, "VERSION": "0.3.7"}}, "0"]
  122.  
  123. ==> /home/crossbox/app/log/underpriv/crossbox-mail-processor.log <==
  124. {"time":"2019-05-20T13:31:29.672536365Z","id":"","remote_ip":"","host":"unix","method":"POST","uri":"/hello","status":200, "latency":7291,"latency_human":"7.291µs","bytes_in":2,"bytes_out":2}
  125.  
  126. ==> /home/crossbox/app/log/cdc/cdc.log <==
  127.  
  128. ==> /home/crossbox/app/log/backend/root-services.log <==
  129. root_services.manager.installer[DEBUG][2019-05-20 13:31:39,564] got shell runner with command placeholder: find %s -name '*.log'
  130. root_services.manager.installer[DEBUG][2019-05-20 13:31:39,565] shell command after placeholders: find /home/crossbox/app/log -name '*.log'
  131. root_services.manager[DEBUG][2019-05-20 13:31:42,737] writing seek 20477 for /home/crossbox/app/data/tmp/4f8ed85a6e275048a82cbef04ff35fd3.point
  132. root_services.manager[DEBUG][2019-05-20 13:31:42,737] writing seek 167954 for /home/crossbox/app/data/tmp/57849ea9f045f42ad8814a84f0311660.point
  133. root_services.manager[DEBUG][2019-05-20 13:31:42,738] writing seek 255137 for /home/crossbox/app/data/tmp/d612ef211e8e33a5f921624833ad27cf.point
  134. root_services.manager[DEBUG][2019-05-20 13:31:42,738] writing seek 104982 for /home/crossbox/app/data/tmp/042e6bf61ba8f79e4c00afb6852694d4.point
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement