thanga_22

Untitled

Jul 10th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. 2020-07-10 03:53:32.792 INFO: [1] org.jitsi.jibri.Main.main() Jibri run with args [--config, /etc/jitsi/jibri/config.json]
  2. 2020-07-10 03:53:32.800 INFO: [1] org.jitsi.jibri.Main.main() Using config file /etc/jitsi/jibri/config.json
  3. 2020-07-10 03:53:32.800 INFO: [1] org.jitsi.jibri.Main.main() Using port 3333 for internal HTTP API
  4. 2020-07-10 03:53:32.801 INFO: [1] org.jitsi.jibri.Main.main() Using port 2222 for the HTTP API
  5. 2020-07-10 03:53:33.991 INFO: [1] org.jitsi.jibri.Main.loadConfig() Parsed config:
  6. JibriConfig(recordingDirectory=/recordings, singleUseMode=false, enabledStatsD=true, finalizeRecordingScriptPath=, xmppEnvironments=[XmppEnvironmentConfig(name=prod environment, xmppServerHosts=[connect.abc.com], xmppDomain=connect.abc.com, controlLogin=XmppCredentials(domain=auth.connect.abc.com, username=jibri, password=jibri@abc), controlMuc=XmppMuc(domain=internal.auth.connect.abc.com, roomName=JibriBrewery, nickname=abc-Connect), sipControlMuc=null, callLogin=XmppCredentials(domain=recorder.connect.abc.com, username=recorder, password=recorder@abc), stripFromRoomDomain=conference., usageTimeoutMins=0, trustAllXmppCerts=true)])
  7. 2020-07-10 03:53:35.032 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime() A provider org.jitsi.jibri.api.http.internal.InternalHttpApi registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.jibri.api.http.internal.InternalHttpApi will be ignored.
  8. 2020-07-10 03:53:35.617 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.updatePresence() Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections
  9. 2020-07-10 03:53:35.619 INFO: [1] org.jitsi.xmpp.mucclient.MucClientManager.log() Setting a presence extension: org.jitsi.xmpp.extensions.jibri.JibriStatusPacketExt@771158fb
  10. 2020-07-10 03:53:35.636 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.start() Connecting to xmpp environment on connect.abc.com with config XmppEnvironmentConfig(name=prod environment, xmppServerHosts=[connect.abc.com], xmppDomain=connect.abc.com, controlLogin=XmppCredentials(domain=auth.connect.abc.com, username=jibri, password=jibri@abc), controlMuc=XmppMuc(domain=internal.auth.connect.abc.com, roomName=JibriBrewery, nickname=abc-Connect), sipControlMuc=null, callLogin=XmppCredentials(domain=recorder.connect.abc.com, username=recorder, password=recorder@abc), stripFromRoomDomain=conference., usageTimeoutMins=0, trustAllXmppCerts=true)
  11. 2020-07-10 03:53:35.636 INFO: [1] org.jitsi.jibri.api.xmpp.XmppApi.start() The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
  12. 2020-07-10 03:53:35.702 WARNING: [19] org.jitsi.xmpp.mucclient.MucClient.log() Disabling certificate verification!
  13. 2020-07-10 03:53:35.805 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime() A provider org.jitsi.jibri.api.http.HttpApi registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.jibri.api.http.HttpApi will be ignored.
  14. 2020-07-10 03:54:05.724 WARNING: [28] org.jivesoftware.smackx.ping.PingManager.pingServerIfNecessary() XMPPConnection was not authenticated
  15. 2020-07-10 03:54:05.824 SEVERE: [19] org.jitsi.xmpp.mucclient.MucClientManager.log() Failed to initialize and start a MucClient:
  16. org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: 'connect.abc.com:5222' failed because: connect.abc.com/<instance-ip> exception: java.net.SocketTimeoutException: connect timed out
  17. at org.jivesoftware.smack.SmackException$ConnectionException.from(SmackException.java:278)
  18. at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:619)
  19. at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:902)
  20. at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:383)
  21. at org.jitsi.xmpp.mucclient.MucClient.initializeConnectAndJoin(MucClient.java:277)
  22. at org.jitsi.xmpp.mucclient.MucClientManager.lambda$addMucClient$0(MucClientManager.java:152)
  23. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  24. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  25. at java.lang.Thread.run(Thread.java:748)
Add Comment
Please, Sign In to add comment