El 10/03/16 a les 02:24, Manipal Singh ha escrit:
I'm getting this error now:

Traceback (most recent call last):
   File "../trytond/bin/trytond", line 80, in <module>
     server.TrytonServer(options).run()
   File
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py",
line 79, in run
     self.start_servers()
   File
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py",
line 195, in start_servers
     self.jsonrpcd.append(JSONRPCDaemon(hostname, port, ssl))
   File
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/protocols/jsonrpc.py",
line 395, in __init__
     self.server = server_class((interface, port), handler_class, 0)
   File
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/protocols/jsonrpc.py",
line 330, in __init__
     bind_and_activate)
   File "/usr/lib/python2.7/SocketServer.py", line 419, in __init__
     self.server_bind()
   File
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/protocols/jsonrpc.py",
line 359, in server_bind
     SimpleJSONRPCServer.server_bind(self)
   File "/usr/lib/python2.7/SocketServer.py", line 430, 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

You have another server process listening on the same port. So stop one of them or use a different port for the second one.

--
Sergi Almacellas Abellana
www.koolpi.com
Twitter: @pokoli_srk

--
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/56E12D4D.5040507%40koolpi.com.

Reply via email to