Hi all
I installed trytond 4.5 in Ubuntu 12.04.5 and apparently I initialized correctly the PostgreSQL database because I ran the following command successfully:
trytond-admin -c tryton.config -d tryton --all
This is what I have in my tryton.config file:
[database]
Then I started the server:
trytond -c etc/trytond.config -v
output:
5078 -1216570624 [2017-05-11 17:39:53,993] INFO trytond.config using etc/trytond.config as configuration files
5078 -1216570624 [2017-05-11 17:39:54,674] WARNING py.warnings /usr/local/lib/python2.7/dist-packages/relatorio-0.6.4-py2.7.egg/relatorio/templates/__init__.py:29: UserWarning: Unable to load plugin 'chart'
warnings.warn("Unable to load plugin '%s'" % name)
5078 -1216570624 [2017-05-11 17:39:54,868] INFO trytond.modules ir:registering classes
5078 -1216570624 [2017-05-11 17:39:54,868] INFO trytond.modules res:registering classes
5078 -1216570624 [2017-05-11 17:39:54,869] INFO trytond.modules tests:registering classes
5078 -1216570624 [2017-05-11 17:39:54,891] INFO werkzeug * Running on
http://localhost:8000/ (Press CTRL+C to quit)
According to the last line, it is running in the port 8000.
I tried to connect with Tryton client v 4.4 installed in Windows 10 in a different computer but in the same network, but when I go to the Profile Editor,and try to connect to the server, I got a Could not connect to Server error message.
I have seen some older posts that describe the same scneario and same error, but I see they have a different output line when they start the service, they have something like this
[Wed May 21 13:28:02 2014] INFO:server:starting JSON-RPC protocol on *:8000
so, I don't have that JSON-RPC in my output, but I have the wekzeug * Running on http://localhost:8000/ output instead
If you have any idea what I can do to solve this, would be much appreciated,
Regards,
Adrian