On Wednesday, April 8, 2015 at 10:08:12 AM UTC-5, Sergi Almacellas Abellana wrote: > > 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. >
I tested the same port and another ones with Tryton 3.4 and all is OK. I don't know why I can't connect with Tryton 3.5 > > Is there any firewall blocking this port? > I don't have active the firewall. > Do you try to connect using ipv6? > Sincerely I don't know how to use ipv6. I've always been using ipv4. Thanks
