Advertisement
Guest User

Untitled

a guest
May 17th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Fri May 17 19:35:17 2013] INFO:server:using /etc/trytond.conf as configuration file
  2. [Fri May 17 19:35:17 2013] INFO:server:initialising distributed objects services
  3. [Fri May 17 19:35:17 2013] DEBUG:psycopg2:installed. Logging using Python logging module
  4. [Fri May 17 19:35:17 2013] INFO:database:connect to "tryton"
  5. Traceback (most recent call last):
  6. File "/usr/bin/trytond", line 104, in <module>
  7. trytond.server.TrytonServer(options).run()
  8. File "/usr/lib/python2.7/dist-packages/trytond/server.py", line 98, in run
  9. raise Exception("'%s' is not a Tryton database!" % db_name)
  10. Exception: 'tryton' is not a Tryton database!
  11. root@helix:~# trytond -u all -d tryton
  12. [Fri May 17 19:35:37 2013] INFO:server:using /etc/trytond.conf as configuration file
  13. [Fri May 17 19:35:37 2013] INFO:server:initialising distributed objects services
  14. [Fri May 17 19:35:37 2013] DEBUG:psycopg2:installed. Logging using Python logging module
  15. [Fri May 17 19:35:37 2013] INFO:database:connect to "tryton"
  16. Traceback (most recent call last):
  17. File "/usr/bin/trytond", line 104, in <module>
  18. trytond.server.TrytonServer(options).run()
  19. File "/usr/lib/python2.7/dist-packages/trytond/server.py", line 98, in run
  20. raise Exception("'%s' is not a Tryton database!" % db_name)
  21. Exception: 'tryton' is not a Tryton database!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement