On 18/04/12 14:41 -0300, ariel yabo wrote:
> this is what happens when I type trytond in the command line:
> 
> root@host:/usr/lib/python2.7# trytond
> Traceback (most recent call last):
>   File "/usr/bin/trytond", line 30, in <module>
>     trytond.server.TrytonServer().run()
>   File "/usr/lib/python2.7/dist-packages/trytond/server.py", line 31, in
> __init__
>     CONFIG.parse()
>   File "/usr/lib/python2.7/dist-packages/trytond/config.py", line 94, in
> parse
>     self.load()
>   File "/usr/lib/python2.7/dist-packages/trytond/config.py", line 149, in
> load
>     value = int(value)
> ValueError: invalid literal for int() with base 10: '* :8000'

This is because you use the format of 2.2 with a server <= 2.0
For 2.0, you must set:

    interface = 0.0.0.0
    netrpc = True
    netport = 8070

So please refer to the configuration file of the right version.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgpfzMmGFKOfX.pgp
Description: PGP signature

Reply via email to