Le Fri, 15 Jun 2012 02:12:58 -0700 (PDT),
"[email protected]" <[email protected]> a écrit :

> 
> hi, pls am new to gnu health...i try to install following the wikibook
> direction but whenever i try to start trytond server i receive the
> following error at the end of the day...please i need some1 to come to
> my aid.
> thanks
> 
> File "/usr/lib/python2.7/SocketServer.py", line 408, in __init__
>     self.server_bind()
>   File "/usr/lib/python2.7/dist-packages/trytond/protocols/
> jsonrpc.py", line 249, in server_bind
>     SimpleJSONRPCServer.server_bind(self)
>   File "/usr/lib/python2.7/SocketServer.py", line 419, in server_bind
>     self.socket.bind(self.server_address)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> socket.error: [Errno 98] Address already in use
> 

This means that the server is already running (or that there is another
process using the same port).

To find the trytond process, you can use:

  ps aux | grep trytond

To check who is using the port:

  netstat -pant | grep 8000


hth
-- 

Bertrand Chenal

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Email: [email protected]
Website: http://www.b2ck.com/

-- 
-- 
[email protected] mailing list



Reply via email to