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 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/acef8ad7-4290-4550-b7d0-516dcdf063ee%40googlegroups.com.