Closed zepp-div closed 3 years ago
Hello @zepp-div ,
It seems to be an error accessing the Database when saving the new connection. Please, can you check if it is working? How about the resources in minikube? I have had problems with the resources allocated to minikube and I have had to allocate more by parameters.
Hi, @DimShadoWWW The error occurs when accessing the interface for creating a new connection. We haven't gotten to saving the new connection yet = (
I noticed that the problem arises with a multi-node configuration of a Kubernetes cluster (regardless of the cluster - bare-metal or minikube)
Additional
Could not handle broker message: ('SCHEDULER_JOB_EXECUTED':'100004') `{"'action'":"'100004'","'cid'":"'274997cf626f4e008b88f88a'","'job_type'":"'interval_based'","'msg_type'":"'0001'","'name'":"'zato.outgoing.sql.auto-ping'","'payload'":"''","'service'":"'zato.outgoing.sql.auto-ping'"}`, e:`'Traceback (most recent call last):
File "/opt/zato_dir/zato/code/zato-server/src/zato/server/service/__init__.py", line 729, in update_handle
response = set_response_func(service, data_format=data_format, transport=transport, **kwargs)
File "/opt/zato_dir/zato/code/zato-server/src/zato/server/service/__init__.py", line 551, in set_response_data
response = response.getvalue(serialize=kw'`
Could not ping ODB, e:`'Traceback (most recent call last):
File "/opt/zato_dir/zato/code/zato-server/src/zato/server/service/internal/outgoing/sql.py", line 256, in handle
self.server.sql_pool_store[ZATO_ODB_POOL_NAME].pool.ping(self.server.fs_sql_config)
File "/opt/zato_dir/zato/code/zato-common/src/zato/common/odb/api.py", line 354, in ping
func = self.engine.connect().execute
File "/opt/zato_dir/zato/cod'`
Error in cleanup: `'Traceback (most recent call last):
File "/opt/zato_dir/zato/code/lib/python3.6/site-packages/pg8000/core.py", line 1908, in execute
self._flush()
File "/usr/lib/python3.6/socket.py", line 604, in write
return self._sock.send(b)
File "/opt/zato_dir/zato/code/lib/python3.6/site-packages/gevent/_socket3.py", line 515, in send
return self._sock.send(data, flags)
BrokenPipeError: [Err'`
@zepp-div , it seems to be related to your overlay network. Which networking model are you using to connect the nodes?
@DimShadoWWW , we use calico
Hello @zepp-div , I have tried to reproduce your problem, but I have not succeeded. Please, can you give me more information about your environment? Are you only using Calico as networking stack or are you using it on top of flannel networking?
thanks
@DimShadoWWW ,
calico
is used as a standalone network plugin
What additional information would be good to provide? Maybe there is an actual example of a deployment in Kubernetes?
Hello @zepp-div,
the idea with Docker quickstart, Kubernetes, Vagrant, Ansible etc. is that you can use them as a starting point for your own customisation. Just like you did with calico which is not part of what we ship.
What you are doing here is that you are asking for support with something that we did not produce and it is not really possible to do it over GitHub because it is no longer part of what we ourselves built.
To get this kind of assistance, you would need commercial support. Please feel free to contact me on dsuch at zato.io to discuss it.
Thank you.
No activity - I am closing the ticket. @zepp-div Please feel free to reopen if the question does not include any customisations that were not produced by us or please contact me on email per the message above.
Hi! Continuation of issue [#1108]
We are trying to deploy a service to kubernetes. Trying bare-metal and minikube After deployment, we catch the server error 500 when working with the
connections->sftp
section. The problem is floating, it occurs every other time (50 to 50 success / error).there is an error in the server log:
Based on the commit
e6a637f1d83f755023bce43fa3ef0aedbeae9d44