Advertisement
richez77

Untitled

May 8th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.65 KB | None | 0 0
  1. AUTHORIZATION #########################
  2. None
  3. None
  4. 402636 140531116934912 [2023-05-08 09:47:18,690] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/' [POST] common.server.version>
  5. 402636 140531116934912 [2023-05-08 09:47:18,691] INFO werkzeug 10.8.0.6 - - [08/May/2023 09:47:18] "POST / HTTP/1.1" 200 -
  6. AUTHORIZATION #########################
  7. None
  8. None
  9. 402636 140531116934912 [2023-05-08 09:47:19,434] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  10. 402636 140531116934912 [2023-05-08 09:47:19,436] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE (("a"."ip_network" = \'10.8.0.6/32\') AND ("a"."create_date" >= \'2023-05-07T18:47:19.436247\'::timestamp))'
  11. 402636 140531116934912 [2023-05-08 09:47:19,440] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."cookie" AS "cookie", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."login" AS "login", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "res_user_device" AS "a" WHERE (("a"."login" = \'tintin\') AND ("a"."cookie" = \'80227d70afd245e0b8ee74973fa7fa43\')) ORDER BY "a"."id" ASC LIMIT 1'
  12. 402636 140531116934912 [2023-05-08 09:47:19,443] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE ((("a"."login" = \'tintin\') AND ("a"."device_cookie" = \'80227d70afd245e0b8ee74973fa7fa43\')) AND ("a"."create_date" >= \'2023-05-07T18:47:19.442895\'::timestamp))'
  13. 402636 140531116934912 [2023-05-08 09:47:19,445] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."db_id" AS "db_id", "a"."fs_id" AS "fs_id", "a"."fs_values" AS "fs_values", "a"."model" AS "model", "a"."module" AS "module", "a"."noupdate" AS "noupdate", "a"."values" AS "values", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "ir_model_data" AS "a" WHERE (("a"."module" = \'res\') AND ("a"."fs_id" = \'msg_user_password\')) ORDER BY "a"."id" ASC LIMIT 1'
  14. 402636 140531116934912 [2023-05-08 09:47:19,448] DEBUG trytond.backend.postgresql.database b'SELECT "a"."write_date" AS "write_date", "a"."db_id" AS "db_id", "a"."id" AS "id" FROM "ir_model_data" AS "a" WHERE (("a"."id" IN (712)))'
  15. 402636 140531116934912 [2023-05-08 09:47:19,450] DEBUG trytond.backend.postgresql.database b'SELECT "a"."write_date" AS "write_date", "a"."text" AS "text", "a"."id" AS "id" FROM "ir_message" AS "a" WHERE (("a"."id" IN (125)))'
  16. 402636 140531116934912 [2023-05-08 09:47:19,452] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."fuzzy" AS "fuzzy", "a"."lang" AS "lang", "a"."module" AS "module", "a"."name" AS "name", "a"."overriding_module" AS "overriding_module", "a"."res_id" AS "res_id", "a"."src" AS "src", "a"."type" AS "type", "a"."value" AS "value", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "ir_translation" AS "a" WHERE (("a"."lang" = \'en\') AND ("a"."type" = \'model\') AND ("a"."name" = \'ir.message,text\') AND ("a"."value" != \'\') AND ("a"."value" IS NOT NULL) AND ("a"."res_id" IN (125)) AND (("a"."fuzzy" = false) OR ("a"."fuzzy" IS NULL))) ORDER BY "a"."id" ASC'
  17. 402636 140531116934912 [2023-05-08 09:47:19,456] DEBUG trytond.wsgi Exception when processing <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  18. Traceback (most recent call last):
  19. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 109, in dispatch_request
  20. return endpoint(request, **request.view_args)
  21. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 43, in rpc
  22. return methods.get(request.rpc_method, _dispatch)(
  23. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 53, in login
  24. session = security.login(
  25. File "/srv/tryton/6.7/trytond/trytond/security.py", line 33, in login
  26. user_id = User.get_login(loginname, parameters)
  27. File "/srv/tryton/6.7/trytond/trytond/res/user.py", line 701, in get_login
  28. user_ids.add(func(login, parameters))
  29. File "/srv/tryton/6.7/trytond/trytond/res/user.py", line 744, in _login_password
  30. raise LoginException('password', msg, type='password')
  31. trytond.exceptions.LoginException: ('LoginException', ('password', 'Password for tintin', 'password'))
  32. 402636 140531116934912 [2023-05-08 09:47:19,459] INFO werkzeug 10.8.0.6 - - [08/May/2023 09:47:19] "POST /tryton_dev/ HTTP/1.1" 200 -
  33. AUTHORIZATION #########################
  34. None
  35. None
  36. 402636 140531116934912 [2023-05-08 09:47:26,896] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  37. 402636 140531116934912 [2023-05-08 09:47:26,899] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE (("a"."ip_network" = \'10.8.0.6/32\') AND ("a"."create_date" >= \'2023-05-07T18:47:26.898838\'::timestamp))'
  38. 402636 140531116934912 [2023-05-08 09:47:26,902] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."cookie" AS "cookie", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."login" AS "login", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "res_user_device" AS "a" WHERE (("a"."login" = \'tintin\') AND ("a"."cookie" = \'80227d70afd245e0b8ee74973fa7fa43\')) ORDER BY "a"."id" ASC LIMIT 1'
  39. 402636 140531116934912 [2023-05-08 09:47:26,904] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE ((("a"."login" = \'tintin\') AND ("a"."device_cookie" = \'80227d70afd245e0b8ee74973fa7fa43\')) AND ("a"."create_date" >= \'2023-05-07T18:47:26.903831\'::timestamp))'
  40. 402636 140531116934912 [2023-05-08 09:47:26,905] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id", "a"."password_hash", CASE WHEN ("a"."password_reset_expire" > CURRENT_TIMESTAMP) THEN "a"."password_reset" END FROM "res_user" AS "a" WHERE (("a"."login" = \'tintin\') AND ("a"."active" = true))'
  41. 402636 140531116934912 [2023-05-08 09:47:27,355] DEBUG trytond.backend.postgresql.database b'DELETE FROM "res_user_login_attempt" WHERE (("login" = \'tintin\') AND ("device_cookie" = \'80227d70afd245e0b8ee74973fa7fa43\'))'
  42. 402636 140531116934912 [2023-05-08 09:47:27,369] DEBUG trytond.backend.postgresql.database b'INSERT INTO "ir_session" AS "a" ("create_uid", "create_date", "key") VALUES (7, CURRENT_TIMESTAMP, \'a4f7433f4194ebfe71e933662660789fca4fed4f9330c132be6683956a771cff\') RETURNING "a"."id"'
  43. 402636 140531116934912 [2023-05-08 09:47:27,372] DEBUG trytond.backend.postgresql.database b'SELECT "a"."key" AS "key", "a"."write_uid" AS "write_uid", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."write_date" AS "write_date", "a"."id" AS "id" FROM "ir_session" AS "a" WHERE (("a"."id" IN (410)))'
  44. 402636 140531116934912 [2023-05-08 09:47:27,374] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "ir_model" AS "a" WHERE true'
  45. 402636 140531116934912 [2023-05-08 09:47:27,377] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."hostname" AS "hostname", "a"."language" AS "language", "a"."product_price_decimal" AS "product_price_decimal", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "ir_configuration" AS "a" WHERE true ORDER BY "a"."id" ASC LIMIT 1'
  46. 402636 140531116934912 [2023-05-08 09:47:27,379] DEBUG trytond.backend.postgresql.database b'SELECT "a"."language" AS "language", "a"."write_uid" AS "write_uid", "a"."hostname" AS "hostname", "a"."create_date" AS "create_date", "a"."write_date" AS "write_date", "a"."product_price_decimal" AS "product_price_decimal", "a"."create_uid" AS "create_uid", "a"."id" AS "id" FROM "ir_configuration" AS "a" WHERE (("a"."id" IN (1)))'
  47. 402636 140531116934912 [2023-05-08 09:47:27,381] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."action" AS "action", "a"."active" AS "active", "a"."condition" AS "condition", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."limit_number" AS "limit_number", "a"."model" AS "model", "a"."notification_email" AS "notification_email", "a"."on_create" AS "on_create", "a"."on_delete" AS "on_delete", "a"."on_time" AS "on_time", "a"."on_write" AS "on_write", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "ir_trigger" AS "a" LEFT JOIN (SELECT DISTINCT ON ("c"."res_id", "c"."name") "c"."res_id" AS "res_id", "c"."value" AS "value", "c"."name" AS "name" FROM "ir_translation" AS "c" WHERE ((("c"."lang" = \'en\') AND ("c"."type" = \'model\')) AND ("c"."fuzzy" = false)) ORDER BY "c"."res_id", "c"."name", "c"."id" DESC) AS "b" ON (("b"."res_id" = "a"."id") AND ("b"."name" = \'ir.trigger,name\')) WHERE (("a"."model" IN (SELECT "d"."id" AS "id" FROM "ir_model" AS "d" WHERE (("d"."model" = \'ir.session\')))) AND ("a"."on_create" = true) AND ("a"."active" = true)) ORDER BY COALESCE(NULLIF(COALESCE(NULLIF(NULL, \'\'), "b"."value"), \'\'), "a"."name") ASC, "a"."id" ASC'
  48. 402636 140531116934912 [2023-05-08 09:47:27,386] INFO trytond.security login succeeded for 'tintin' from '10.8.0.6' on database 'tryton_dev'
  49. 402636 140531116934912 [2023-05-08 09:47:27,387] INFO werkzeug 10.8.0.6 - - [08/May/2023 09:47:27] "POST /tryton_dev/ HTTP/1.1" 200 -
  50. AUTHORIZATION #########################
  51. Session dGludGluOjc6YTRmNzQzM2Y0MTk0ZWJmZTcxZTkzMzY2MjY2MDc4OWZjYTRmZWQ0ZjkzMzBjMTMyYmU2NjgzOTU2YTc3MWNmZg==
  52. 402636 140531116934912 [2023-05-08 09:47:27,534] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] model.res.user.device.renew>
  53. 402636 140531116934912 [2023-05-08 09:47:27,535] DEBUG trytond.wsgi Exception when processing <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] model.res.user.device.renew>
  54. Traceback (most recent call last):
  55. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 109, in dispatch_request
  56. return endpoint(request, **request.view_args)
  57. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 43, in rpc
  58. return methods.get(request.rpc_method, _dispatch)(
  59. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 81, in wrapper
  60. abort(http.client.UNAUTHORIZED, response=response)
  61. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 876, in abort
  62. _aborter(status, *args, **kwargs)
  63. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 861, in __call__
  64. raise self.mapping[code](*args, **kwargs)
  65. werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
  66. 402636 140531116934912 [2023-05-08 09:47:27,536] INFO werkzeug 10.8.0.6 - - [08/May/2023 09:47:27] "POST /tryton_dev/ HTTP/1.1" 401 -
  67. AUTHORIZATION #########################
  68. Session dGludGluOjc6YTRmNzQzM2Y0MTk0ZWJmZTcxZTkzMzY2MjY2MDc4OWZjYTRmZWQ0ZjkzMzBjMTMyYmU2NjgzOTU2YTc3MWNmZg==
  69. 402636 140531116934912 [2023-05-08 09:47:27,644] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] model.res.user.get_preferences>
  70. 402636 140531116934912 [2023-05-08 09:47:27,645] DEBUG trytond.wsgi Exception when processing <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] model.res.user.get_preferences>
  71. Traceback (most recent call last):
  72. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 109, in dispatch_request
  73. return endpoint(request, **request.view_args)
  74. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 43, in rpc
  75. return methods.get(request.rpc_method, _dispatch)(
  76. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 81, in wrapper
  77. abort(http.client.UNAUTHORIZED, response=response)
  78. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 876, in abort
  79. _aborter(status, *args, **kwargs)
  80. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 861, in __call__
  81. raise self.mapping[code](*args, **kwargs)
  82. werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
  83. 402636 140531116934912 [2023-05-08 09:47:27,646] INFO werkzeug 10.8.0.6 - - [08/May/2023 09:47:27] "POST /tryton_dev/ HTTP/1.1" 401 -
  84. AUTHORIZATION #########################
  85. None
  86. None
  87. 402636 140531116934912 [2023-05-08 09:47:27,795] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  88. 402636 140531116934912 [2023-05-08 09:47:27,797] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE (("a"."ip_network" = \'10.8.0.6/32\') AND ("a"."create_date" >= \'2023-05-07T18:47:27.797313\'::timestamp))'
  89. 402636 140531116934912 [2023-05-08 09:47:27,802] DEBUG trytond.backend.postgresql.database b'SELECT "a"."id" AS "id", "a"."cookie" AS "cookie", "a"."create_date" AS "create_date", "a"."create_uid" AS "create_uid", "a"."login" AS "login", "a"."write_date" AS "write_date", "a"."write_uid" AS "write_uid", CAST(EXTRACT(\'EPOCH\' FROM COALESCE("a"."write_date", "a"."create_date")) AS VARCHAR) AS "_timestamp" FROM "res_user_device" AS "a" WHERE (("a"."login" = \'tintin\') AND ("a"."cookie" = \'80227d70afd245e0b8ee74973fa7fa43\')) ORDER BY "a"."id" ASC LIMIT 1'
  90. 402636 140531116934912 [2023-05-08 09:47:27,804] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE ((("a"."login" = \'tintin\') AND ("a"."device_cookie" = \'80227d70afd245e0b8ee74973fa7fa43\')) AND ("a"."create_date" >= \'2023-05-07T18:47:27.804500\'::timestamp))'
  91. 402636 140531116934912 [2023-05-08 09:47:27,806] DEBUG trytond.wsgi Exception when processing <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  92. Traceback (most recent call last):
  93. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 109, in dispatch_request
  94. return endpoint(request, **request.view_args)
  95. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 43, in rpc
  96. return methods.get(request.rpc_method, _dispatch)(
  97. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 53, in login
  98. session = security.login(
  99. File "/srv/tryton/6.7/trytond/trytond/security.py", line 33, in login
  100. user_id = User.get_login(loginname, parameters)
  101. File "/srv/tryton/6.7/trytond/trytond/res/user.py", line 701, in get_login
  102. user_ids.add(func(login, parameters))
  103. File "/srv/tryton/6.7/trytond/trytond/res/user.py", line 744, in _login_password
  104. raise LoginException('password', msg, type='password')
  105. trytond.exceptions.LoginException: ('LoginException', ('password', 'Password for tintin', 'password'))
  106. 402636 140531116934912 [2023-05-08 09:47:27,807] INFO werkzeug 10.8.0.6 - - [08/May/2023 09:47:27] "POST /tryton_dev/ HTTP/1.1" 200 -
  107.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement