Advertisement
Guest User

Untitled

a guest
Mar 6th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/lib/python35/dist-packages/trytond/wsgipy", line 70, in dispatch_request
  3. selfcheck_request_size(request, max_request_size)
  4. File "/usr/local/lib/python35/dist-packages/trytond/wsgipy", line 50, in check_request_size
  5. if requestuser_id:
  6. File "/werkzeug/utilspy", line 73, in __get__
  7. value = selffunc(obj)
  8. File "/usr/local/lib/python35/dist-packages/trytond/protocols/wrapperspy", line 66, in user_id
  9. context={'_request': selfcontext})
  10. File "/usr/local/lib/python35/dist-packages/trytond/securitypy", line 70, in check
  11. with Transaction()start(dbname, user, context=context) as transaction:
  12. File "/usr/local/lib/python35/dist-packages/trytond/transactionpy", line 94, in start
  13. autocommit=autocommit)
  14. File "/usr/local/lib/python35/dist-packages/trytond/backend/postgresql/databasepy", line 129, in get_connection
  15. connset_isolation_level(ISOLATION_LEVEL_REPEATABLE_READ)
  16. psycopg2OperationalError: server closed the connection unexpectedly
  17. This probably means the server terminated abnormally
  18. before or while processing the request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement