Advertisement
richez77

Untitled

May 8th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. 402459 139917968508672 [2023-05-08 08:51:12,005] 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'
  2. 402459 139917968508672 [2023-05-08 08:51:12,008] INFO trytond.security login succeeded for 'tintin' from '10.8.0.6' on database 'tryton_dev'
  3. 402459 139917968508672 [2023-05-08 08:51:12,008] INFO werkzeug 10.8.0.6 - - [08/May/2023 08:51:12] "POST /tryton_dev/ HTTP/1.1" 200 -
  4. 402459 139917968508672 [2023-05-08 08:51:12,173] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] model.res.user.device.renew>
  5. 402459 139917968508672 [2023-05-08 08:51:12,175] DEBUG trytond.wsgi Exception when processing <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] model.res.user.device.renew>
  6. Traceback (most recent call last):
  7. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 109, in dispatch_request
  8. return endpoint(request, **request.view_args)
  9. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 43, in rpc
  10. return methods.get(request.rpc_method, _dispatch)(
  11. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 81, in wrapper
  12. abort(http.client.UNAUTHORIZED, response=response)
  13. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 876, in abort
  14. _aborter(status, *args, **kwargs)
  15. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 861, in __call__
  16. raise self.mapping[code](*args, **kwargs)
  17. 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.
  18. 402459 139917968508672 [2023-05-08 08:51:12,176] INFO werkzeug 10.8.0.6 - - [08/May/2023 08:51:12] "POST /tryton_dev/ HTTP/1.1" 401 -
  19. 402459 139917968508672 [2023-05-08 08:51:12,288] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] model.res.user.get_preferences>
  20. 402459 139917968508672 [2023-05-08 08:51:12,289] DEBUG trytond.wsgi Exception when processing <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] model.res.user.get_preferences>
  21. Traceback (most recent call last):
  22. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 109, in dispatch_request
  23. return endpoint(request, **request.view_args)
  24. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 43, in rpc
  25. return methods.get(request.rpc_method, _dispatch)(
  26. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 81, in wrapper
  27. abort(http.client.UNAUTHORIZED, response=response)
  28. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 876, in abort
  29. _aborter(status, *args, **kwargs)
  30. File "/home/tryton/.local/lib/python3.9/site-packages/werkzeug/exceptions.py", line 861, in __call__
  31. raise self.mapping[code](*args, **kwargs)
  32. 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.
  33. 402459 139917968508672 [2023-05-08 08:51:12,289] INFO werkzeug 10.8.0.6 - - [08/May/2023 08:51:12] "POST /tryton_dev/ HTTP/1.1" 401 -
  34. 402459 139917968508672 [2023-05-08 08:51:12,403] INFO trytond.wsgi <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  35. 402459 139917968508672 [2023-05-08 08:51:12,405] 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-07T17:51:12.405101\'::timestamp))'
  36. 402459 139917968508672 [2023-05-08 08:51:12,407] 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" IS NULL)) ORDER BY "a"."id" ASC LIMIT 1'
  37. 402459 139917968508672 [2023-05-08 08:51:12,409] DEBUG trytond.backend.postgresql.database b'SELECT COUNT(\'*\') FROM "res_user_login_attempt" AS "a" WHERE ((("a"."login" = \'tintin\') AND ("a"."device_cookie" IS NULL)) AND ("a"."create_date" >= \'2023-05-07T17:51:12.409234\'::timestamp))'
  38. 402459 139917968508672 [2023-05-08 08:51:12,411] DEBUG trytond.wsgi Exception when processing <JSONRequest 10.8.0.6 'http://trytondev:8000/tryton_dev/' [POST] common.db.login>
  39. Traceback (most recent call last):
  40. File "/srv/tryton/6.7/trytond/trytond/wsgi.py", line 109, in dispatch_request
  41. return endpoint(request, **request.view_args)
  42. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 43, in rpc
  43. return methods.get(request.rpc_method, _dispatch)(
  44. File "/srv/tryton/6.7/trytond/trytond/protocols/dispatcher.py", line 53, in login
  45. session = security.login(
  46. File "/srv/tryton/6.7/trytond/trytond/security.py", line 33, in login
  47. user_id = User.get_login(loginname, parameters)
  48. File "/srv/tryton/6.7/trytond/trytond/res/user.py", line 701, in get_login
  49. user_ids.add(func(login, parameters))
  50. File "/srv/tryton/6.7/trytond/trytond/res/user.py", line 744, in _login_password
  51. raise LoginException('password', msg, type='password')
  52. trytond.exceptions.LoginException: ('LoginException', ('password', 'Password for tintin', 'password'))
  53. 402459 139917968508672 [2023-05-08 08:51:12,412] INFO werkzeug 10.8.0.6 - - [08/May/2023 08:51:12] "POST /tryton_dev/ HTTP/1.1" 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement