Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONNECTION FAILED: connection.otherError #17

Closed
amitkverma-1977 opened this issue Aug 21, 2020 · 2 comments
Closed

CONNECTION FAILED: connection.otherError #17

amitkverma-1977 opened this issue Aug 21, 2020 · 2 comments

Comments

@amitkverma-1977
Copy link

Hi ,

Until now this setup used to work perfectly.
Suddenly when I installed afresh the web client is not able to connect. I am seeing this issue in console logs at client.

2020-08-21T09:45:40.193Z [modules/xmpp/xmpp.js] <A.connectionHandler>: (TIME) Strophe connfail[item-not-found]: 4319.934999999532
Logger.js:154 2020-08-21T09:45:40.195Z [modules/xmpp/xmpp.js] <A.connectionHandler>: (TIME) Strophe disconnected[item-not-found]: 4321.874999999636
Logger.js:154 2020-08-21T09:45:40.196Z [modules/statistics/statistics.js] <Function.S.sendAnalyticsAndLog>: {"type":"operational","action":"connection.failed","attributes":{"error_type":"connection.otherError","error_message":"item-not-found","suspend_time":0,"time_since_last_success":null}}

app.bundle.min.js?v=4074:126 2020-08-21T09:45:55.578Z [connection.js] <a.u>: CONNECTION FAILED: connection.otherError

Logger.js:154 2020-08-21T09:46:22.953Z [connection.js] <a.u>: CONNECTION FAILED: connection.otherError

.....

app.bundle.min.js?v=4074:126 2020-08-21T09:47:55.972Z [connection.js] <a.u>: CONNECTION FAILED: connection.otherError

UDP ports are open on AWS EC2 instances

Can you please suggest what could be the reason?

Thanks
Amit

@wolfm89
Copy link
Contributor

wolfm89 commented Sep 4, 2020

Where are you running the setup? You're mentioning AWS EC2 but this setup was only tested against Kubernetes in the IONOS cloud. Are you using AWS EKS?
Are the logs you posted from the web container? You need to figure out between what components the connection problems appear.

@amitkverma-1977
Copy link
Author

I am using AWS EC2 and installing K8s cluster using kops on it. And then installing this setup via kustomize. It works perfectly. Last time it was an issue with AWS UDP ports. Even though all UDP ports were open on AWS but media did not reach the EC2 servers.
I realized that UP ports are required to be opened as soon the cluster is ready and before installing this app. Its wierd but somehow this works for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants