Dear all, I downloaded the tryton server 3.2.2. I am able to run it, connect with the tryton client (3.2.2) and successfully create a database. But after I create the database from the client, connect to it via the login form I get asked a second time for my password and after I enter it I get following error message:
File "tryton\common\common.pyc", line 1327, in process File "tryton\common\common.pyc", line 1146, in process_exception File "tryton\common\common.pyc", line 1325, in rpc_execute File "tryton\common\common.pyc", line 1316, in run File "tryton\common\common.pyc", line 1343, in process File "tryton\common\common.pyc", line 1336, in return_ The trytond log messages do not contain any errors: [Sun Sep 14 16:37:45 2014] INFO:server:using C:\Users\UIB\hg\tryton\3.2.2\trytond-3.2.2\etc\trytond.conf as configuration file [Sun Sep 14 16:37:45 2014] INFO:server:initialising distributed objects services [Sun Sep 14 16:37:45 2014] INFO:server:starting JSON-RPC protocol on localhost:8000 [Sun Sep 14 16:38:03 2014] INFO:database:connect to "test2" [Sun Sep 14 16:38:03 2014] INFO:database:connect to "template1" [Sun Sep 14 16:38:05 2014] INFO:database:connect to "test2" [Sun Sep 14 16:38:06 2014] INFO:modules:ir:registering classes [Sun Sep 14 16:38:06 2014] INFO:modules:res:registering classes [Sun Sep 14 16:38:06 2014] INFO:modules:tests:registering classes [Sun Sep 14 16:38:06 2014] INFO:modules:webdav:registering classes [Sun Sep 14 16:38:06 2014] INFO:pool:init pool for "test2" [Sun Sep 14 16:38:06 2014] INFO:modules:ir [Sun Sep 14 16:38:06 2014] INFO:modules:ir:register ir.model.graph ... ... [Sun Sep 14 16:38:35 2014] INFO:modules:res:loading user.xml [Sun Sep 14 16:38:36 2014] INFO:modules:res:loading ir.xml [Sun Sep 14 16:38:40 2014] INFO:database:CREATE DB: test2 [Sun Sep 14 16:38:45 2014] INFO:dispatcher:successful login 'admin' from 127.0.0.1:3446 using JSON-RPC on database 'test2' [Sun Sep 14 16:38:47 2014] INFO:dispatcher:successful login 'admin' from 127.0.0.1:3447 using JSON-RPC on database 'test2' My machine: Windows 7 64bit, Installed: - PostgreSQL 9.3 (32bit) - Python 2.7.8 (32bit) > pip list Genshi (0.7) lxml (3.4.0) pip (1.5.6) polib (1.0.5) psycopg2 (2.5.4) python-dateutil (2.2) python-sql (0.4) relatorio (0.6.1) setuptools (5.7) six (1.8.0) The same setup worked for trytond 3.0.0, am I missing some package? Or are any versions not right? Thank you very much! Ivo
