question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No response received within reply timeout - While waiting for establishing TLS

See original GitHub issue

I’m using the quick-install version on my Debian Buster server.

When I change something in the config file: /etc/jitsi/meet/www.mydomain.de-config.js and initiate a restart of services to take effect:

service jicofo restart
service jitsi-videobridge2 restart
service prosody restart
service nginx restart

I get this error message in jvb.log:

2020-04-09 15:04:51.539 WARNUNG: [34] [hostname=localhost id=shard] MucClient.lambda$getConnectAndLoginCallable$7#643: [MucClient id=shard hostname=localhost] error connecting org.jivesoftware.smack.SmackException$NoResponseException: No response received within reply timeout. Timeout was 5000ms (~5s). While waiting for establishing TLS at org.jivesoftware.smack.SmackException$NoResponseException.newWith(SmackException.java:93) at org.jivesoftware.smack.SynchronizationPoint.checkForResponse(SynchronizationPoint.java:272) at org.jivesoftware.smack.SynchronizationPoint.checkIfSuccessOrWait(SynchronizationPoint.java:157) at org.jivesoftware.smack.SynchronizationPoint.checkIfSuccessOrWaitOrThrow(SynchronizationPoint.java:128) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:908) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:383) at org.jitsi.xmpp.mucclient.MucClient.lambda$getConnectAndLoginCallable$7(MucClient.java:638) at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 2020-04-09 15:04:56.490 WARNUNG: [36] org.jivesoftware.smackx.ping.PingManager.pingServerIfNecessary: XMPPConnection was not authenticated

JVB stops working. Even after a restart. What helps: update-ca-certificates -f

Everything starts working as expected. Any ideas?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
damenchocommented, Apr 9, 2020

You may have another error before that which is the source of the problem XMPPConnection was not authenticated. There is a known installation problem with Debian 10, which is now fixed in debian unstable packages (which will soon go into stable). The problem was with re-order of the install sequence (asking for jvb password where it shouldn’t) and having wrong jvb password in sip-communicator.properties and in prosody.

0reactions
Mebuscommented, Apr 15, 2020

You may have another error before that which is the source of the problem XMPPConnection was not authenticated. There is a known installation problem with Debian 10, which is now fixed in debian unstable packages (which will soon go into stable). The problem was with re-order of the install sequence (asking for jvb password where it shouldn’t) and having wrong jvb password in sip-communicator.properties and in prosody.

The current unstable update (2.0.4456-1) fixed this strange issue for me. Thanks! 😊

Read more comments on GitHub >

github_iconTop Results From Across the Web

Smack 4.1 No Response within reply timeout - Stack Overflow
I have successfully connected to local openfire server and logged in without SSL. Here is my code public class NewClientActivity extends Activity {...
Read more >
Connection issue using TLS - Smack Support
SmackException$NoResponseException: No response received within reply timeout. Timeout was 10000ms (~10s). While waiting for establishing ...
Read more >
JICOFO: 303 Failed to connect/login: No response received ...
I´m not able to record call using JIBRI. ... While waiting for establishing TLS ... No response received within reply timeout.
Read more >
What happens in a TLS handshake? | SSL ... - Cloudflare
A TLS handshake enables clients and servers to establish a secure connection and create session keys. Learn more about how a TLS vs...
Read more >
RFC 3261: SIP: Session Initiation Protocol
The Session Initiation Protocol (SIP) works in concert with these protocols by ... layer returns a timeout error because the REGISTER yielded no...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found