Hi,
I started experimenting with Zato 3.0.0rc1.
I installed it using the install.sh script and created a standard quickstart cluster with two servers.
I get a warning in the logs for server2 and I am wondering if I can avoid this warning in some way:
2017-02-23 15:11:49,931 - WARNING - 31094:MainThread - zato.server.connection.connector:140 - Traceback (most recent call last):
File “/opt/APPS/servicebus/tst/zato-3/code/zato-server/src/zato/server/connection/connector/init.py”, line 136, in start
spawn_greenlet(self._spawn_start)
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/greenlet.py”, line 534, in run
result = self._run(*self.args, **self.kwargs)
File “/opt/APPS/servicebus/tst/zato-3/code/zato-server/src/zato/server/connection/connector/init.py”, line 126, in _spawn_start
spawn(self._start).get()
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/greenlet.py”, line 480, in get
self._raise_exception()
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/greenlet.py”, line 171, in _raise_exception
reraise(*self.exc_info)
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/greenlet.py”, line 534, in run
result = self._run(*self.args, **self.kwargs)
File “/opt/APPS/servicebus/tst/zato-3/code/zato-server/src/zato/server/connection/web_socket/init.py”, line 507, in _start
self.server.serve_forever()
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/baseserver.py”, line 347, in serve_forever
self.start()
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/baseserver.py”, line 291, in start
self.init_socket()
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/pywsgi.py”, line 1222, in init_socket
StreamServer.init_socket(self)
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/server.py”, line 80, in init_socket
self.socket = self.get_listener(self.address, self.backlog, self.family)
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/server.py”, line 91, in get_listener
return _tcp_listener(address, backlog=backlog, reuse_addr=self.reuse_addr, family=family)
File “/opt/APPS/servicebus/tst/.buildout/eggs/gevent-1.1.2-py2.7-linux-x86_64.egg/gevent/server.py”, line 177, in _tcp_listener
sock.bind(address)
File “”, line 1, in bind
error: [Errno 98] Address already in use: (u’0.0.0.0’, 48901)
Regards, Jan
PS. Some of the patches could not be applied during the buildout process: