Advertisement
LucasMSF2

log.0.txt(1)

Jan 13th, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1.  
  2. 2022-01-13 14:59:01.261 INFO: [1] MainKt.handleCommandLineArgs#185: Jibri run with args [--config, /etc/jitsi/jibri/config.json]
  3. 2022-01-13 14:59:01.309 INFO: [1] MainKt.setupLegacyConfig#210: Checking legacy config file /etc/jitsi/jibri/config.json
  4. 2022-01-13 14:59:01.309 INFO: [1] MainKt.setupLegacyConfig#213: Legacy config file /etc/jitsi/jibri/config.json doesn't exist
  5. 2022-01-13 14:59:01.509 INFO: [1] MainKt.main#55: Jibri starting up with id jibri1
  6. 2022-01-13 14:59:01.751 INFO: [1] JwtInfo$Companion.fromConfig#154: got jwtConfig: {}
  7.  
  8. 2022-01-13 14:59:01.751 INFO: [1] JwtInfo$Companion.fromConfig#164: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: /etc/jitsi/jibri/jibri.conf: 79: No configuration setting found for k>
  9. 2022-01-13 14:59:01.884 INFO: [1] MainKt.main#125: Using port 3333 for internal HTTP API
  10. 2022-01-13 14:59:01.894 FINE: [16] WebhookClient$updateStatus$1.invokeSuspend#107: Updating 0 subscribers of status
  11. 2022-01-13 14:59:02.095 INFO: [1] XmppApi.updatePresence#144: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to conne>
  12. 2022-01-13 14:59:02.101 INFO: [1] XmppApi.start#97: Connecting to xmpp environment on amproom.lamp-services.com with config XmppEnvironmentConfig(name=prod environment, xmppServerHosts=[amproom.lamp-services.>
  13. 2022-01-13 14:59:02.101 INFO: [1] XmppApi.start#109: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted
  14. 2022-01-13 14:59:02.118 INFO: [1] MainKt.main#151: Using port 2222 for HTTP API
  15. 2022-01-13 14:59:02.121 INFO: [27] [hostname=amproom.lamp-services.com id=amproom.lamp-services.com] MucClient.initializeConnectAndJoin#272: Initializing a new MucClient for [ org.jitsi.xmpp.mucclient.MucClie>
  16. 2022-01-13 14:59:02.135 WARNING: [27] MucClient.createXMPPTCPConnectionConfiguration#114: Disabling certificate verification!
  17. 2022-01-13 14:59:02.159 INFO: [27] [hostname=amproom.lamp-services.com id=amproom.lamp-services.com] MucClient.initializeConnectAndJoin#331: Dispatching a thread to connect and login.
  18. 2022-01-13 14:59:02.538 WARNING: [27] [hostname=amproom.lamp-services.com id=amproom.lamp-services.com] MucClient.lambda$getConnectAndLoginCallable$8#622: [MucClient id=amproom.lamp-services.com hostname=ampr>
  19. org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [amproom.lamp-services.com:5222] (amproom.lamp-services.com/216.238.104.99:5222)'>
  20. at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334)
  21. at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:663)
  22. at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:846)
  23. at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:529)
  24. at org.jitsi.xmpp.mucclient.MucClient.lambda$getConnectAndLoginCallable$8(MucClient.java:617)
  25. at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:167)
  26. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  27. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  28. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  29. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  30. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  31. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  32. at java.lang.Thread.run(Thread.java:748)
  33. 2022-01-13 14:59:07.639 INFO: [27] [hostname=amproom.lamp-services.com id=amproom.lamp-services.com] MucClient$2.connected#304: Connected.
  34. 2022-01-13 14:59:07.639 INFO: [27] [hostname=amproom.lamp-services.com id=amproom.lamp-services.com] MucClient.lambda$getConnectAndLoginCallable$8#628: Logging in.
  35. 2022-01-13 14:59:07.686 INFO: [27] [hostname=amproom.lamp-services.com id=amproom.lamp-services.com] MucClient$2.authenticated#310: Authenticated, b=false
  36. 2022-01-13 14:59:07.762 INFO: [27] [hostname=amproom.lamp-services.com id=amproom.lamp-services.com] MucClient$MucWrapper.join#748: Joined MUC: jibribrewery@internal.auth.amproom.lamp-services.com
  37. 2022-01-13 15:00:01.880 FINE: [16] WebhookClient$updateStatus$1.invokeSuspend#107: Updating 0 subscribers of status
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement