El 08/04/15 a les 16:57, Fabyc ha escrit:
Hi Sergi.On Wednesday, April 8, 2015 at 9:44:20 AM UTC-5, Sergi Almacellas Abellana wrote: El 08/04/15 a les 16:17, Fabyc ha escrit: > Hi. > > I've downloaded Tryton: hg nclone http://hg.tryton.org/trytond > > I've running the server and when I try to connect from client, it is > always the same problem about I can't do it: "Can not connect to > the server". > > Is there some new parameter in config file of Tryton or some new option? > It should work with the same file format. > I've installed all modules with all permissions and I use the same config > file than I'm using in Tryton 3.4. The OS user is the same I'm using to. > > I can connect without any problem to my Tryton 3.4 I have running. > > In the config file I have set the access for any IP address: 0.0.0.0:8000 <http://0.0.0.0:8000> > Could you start the server with the --verbose option and check for the output? I have the config file with the option for output in console. I run the server with the option you said and I don't have any new output. Only the same indicating Tryton is running. I run the server like this: ~/.virtualenvs/trytond35$ server/bin/trytond -c /etc/tryton-server-stt35.conf --verbose --logconf /etc/tryton-log35.conf The output is: Wed Apr 08 14:47:38 2015] INFO:server:using etc/tryton-log35.conf as logging configuration file Wed Apr 08 14:47:38 2015] INFO:trytond.server:using etc/tryton-server-stt35.conf as configuration file Wed Apr 08 14:47:38 2015] INFO:trytond.server:initialising distributed objects services Wed Apr 08 14:47:38 2015] INFO:trytond.server:starting JSON-RPC SSL protocol on 0.0.0.0:8035
So the output says that trytond is running on port 8035 and listening to ipv4 interfaces. So you should be able to connect to this server from any client running 3.5 versions.
Is there any firewall blocking this port? Do you try to connect using ipv6? -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk
