Advertisement
Guest User

Untitled

a guest
Mar 21st, 2020
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 76.90 KB | None | 0 0
  1. 2020.03.21 13:39:30 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Registering shutdown hook (standalone mode)
  2. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Servers Cache
  3. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Components Cache
  4. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Users Cache
  5. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing AnonymousUsers Cache
  6. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing User Sessions
  7. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Roster
  8. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for RosterItems
  9. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Multicast Service
  10. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Offline Message Size
  11. 2020.03.21 13:39:31 WARN  [main]: org.jivesoftware.util.SystemProperty - Class org.igniterealtime.openfire.plugin.avatarresizer.DelegateVCardProvider was not found
  12. java.lang.ClassNotFoundException: org.igniterealtime.openfire.plugin.avatarresizer.DelegateVCardProvider
  13.     at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_242]
  14.     at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
  15.     at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
  16.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  17.     at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
  18.     at org.jivesoftware.util.SystemProperty.lambda$static$10(SystemProperty.java:101) ~[xmppserver-4.5.1.jar:4.5.1]
  19.     at org.jivesoftware.util.SystemProperty.getValue(SystemProperty.java:305) [xmppserver-4.5.1.jar:4.5.1]
  20.     at org.jivesoftware.util.SystemProperty.<init>(SystemProperty.java:257) [xmppserver-4.5.1.jar:4.5.1]
  21.     at org.jivesoftware.util.SystemProperty.<init>(SystemProperty.java:36) [xmppserver-4.5.1.jar:4.5.1]
  22.     at org.jivesoftware.util.SystemProperty$Builder.build(SystemProperty.java:678) [xmppserver-4.5.1.jar:4.5.1]
  23.     at org.jivesoftware.openfire.vcard.VCardManager.<clinit>(VCardManager.java:55) [xmppserver-4.5.1.jar:4.5.1]
  24.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_242]
  25.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_242]
  26.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_242]
  27.     at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_242]
  28.     at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_242]
  29.     at org.jivesoftware.openfire.XMPPServer.loadModule(XMPPServer.java:834) [xmppserver-4.5.1.jar:4.5.1]
  30.     at org.jivesoftware.openfire.XMPPServer.loadModules(XMPPServer.java:779) [xmppserver-4.5.1.jar:4.5.1]
  31.     at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:683) [xmppserver-4.5.1.jar:4.5.1]
  32.     at org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:268) [xmppserver-4.5.1.jar:4.5.1]
  33.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_242]
  34.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_242]
  35.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_242]
  36.     at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_242]
  37.     at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_242]
  38.     at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:92) [startup.jar:4.5.1]
  39.     at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:56) [startup.jar:4.5.1]
  40. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for VCard
  41. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Privacy Lists
  42. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for File Transfer Cache
  43. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Offline Presence Cache
  44. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Last Activity Cache
  45. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for User
  46. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Remote Users Existence
  47. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Components Sessions
  48. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Connection Managers Sessions
  49. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Incoming Server Sessions
  50. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Sessions by Hostname
  51. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Validated Domains
  52. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Client Session Info Cache
  53. 2020.03.21 13:39:31 WARN  [main]: org.jivesoftware.util.SystemProperty - Class org.igniterealtime.openfire.plugin.avatarresizer.DelegateVCardProvider was not found
  54. java.lang.ClassNotFoundException: org.igniterealtime.openfire.plugin.avatarresizer.DelegateVCardProvider
  55.     at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_242]
  56.     at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
  57.     at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
  58.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  59.     at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
  60.     at org.jivesoftware.util.SystemProperty.lambda$static$10(SystemProperty.java:101) ~[xmppserver-4.5.1.jar:4.5.1]
  61.     at org.jivesoftware.util.SystemProperty.getValue(SystemProperty.java:305) [xmppserver-4.5.1.jar:4.5.1]
  62.     at org.jivesoftware.openfire.vcard.VCardManager.initialize(VCardManager.java:259) [xmppserver-4.5.1.jar:4.5.1]
  63.     at org.jivesoftware.openfire.XMPPServer.initModules(XMPPServer.java:846) [xmppserver-4.5.1.jar:4.5.1]
  64.     at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:685) [xmppserver-4.5.1.jar:4.5.1]
  65.     at org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:268) [xmppserver-4.5.1.jar:4.5.1]
  66.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_242]
  67.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_242]
  68.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_242]
  69.     at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_242]
  70.     at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_242]
  71.     at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:92) [startup.jar:4.5.1]
  72.     at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:56) [startup.jar:4.5.1]
  73. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Directed Presences
  74. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for PEPServiceManager
  75. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for File Transfer
  76. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Published Items
  77. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Disco Server Features
  78. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Disco Server Items
  79. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Components
  80. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Entity Capabilities
  81. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Entity Capabilities Users
  82. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Group
  83. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Group Metadata Cache
  84. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.openfire.pubsub.PubSubModule - Publish-Subscribe Domain: pubsub.openfire.codeularity.local
  85. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl - Mehrbenutzerchat Domain: conference.openfire.codeularity.local
  86. 2020.03.21 13:39:31 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Openfire 4.5.1 [21.03.2020 13:39:31]
  87. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.SessionManager#CONFLICT_LIMIT
  88. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.XMPPServerInfo#XMPP_DOMAIN
  89. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.admin.AdminManager#ADMIN_PROVIDER
  90. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.admin.DefaultAdminProvider#ADMIN_JIDS
  91. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.admin.GroupBasedAdminProvider#GROUP_NAME
  92. 2020.03.21 13:39:32 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.EncryptionArtifactFactory - Creating new SslContextFactory instance
  93. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.auth.AuthFactory#PASSWORD_KEY
  94. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.auth.AuthFactory#AUTH_PROVIDER
  95. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.auth.HybridAuthProvider#PRIMARY_PROVIDER
  96. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.auth.HybridAuthProvider#SECONDARY_PROVIDER
  97. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.auth.HybridAuthProvider#TERTIARY_PROVIDER
  98. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.cluster.ClusterMonitor#ENABLED
  99. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.container.PluginServlet#ALLOW_LOCAL_FILE_READING
  100. 2020.03.21 13:39:32 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.disco.IQDiscoInfoHandler#ENABLED
  101. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.group.GroupManager#GROUP_PROVIDER
  102. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.keystore.CertificateStoreWatcher#ENABLED
  103. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.ldap.LdapManager#LDAP_PAGE_SIZE
  104. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for LDAP UserDN
  105. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.ldap.LdapVCardProvider#STORE_AVATAR_IN_DB
  106. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.lockout.LockOutManager#LOCKOUT_PROVIDER
  107. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler#PROPERTY_ENABLED
  108. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.net.SASLAuthentication#SKIP_PEER_CERT_REVALIDATION_CLIENT
  109. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the 'ANONYMOUS' SASL mechanism.
  110. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the 'PLAIN' SASL mechanism.
  111. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the 'DIGEST-MD5' SASL mechanism.
  112. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the 'CRAM-MD5' SASL mechanism.
  113. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the 'SCRAM-SHA-1' SASL mechanism.
  114. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the 'JIVE-SHAREDSECRET' SASL mechanism.
  115. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the 'GSSAPI' SASL mechanism.
  116. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the 'EXTERNAL' SASL mechanism.
  117. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.sasl.AnonymousSaslServer#ENABLED
  118. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.sasl.ExternalClientSaslServer#PROPERTY_SASL_EXTERNAL_CLIENT_SUPPRESS_MATCHING_REALMNAME
  119. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.sasl.ScramSha1SaslServer#ITERATION_COUNT
  120. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.security.SecurityAuditManager#AUDIT_PROVIDER
  121. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.spi.EncryptionArtifactFactory#TRUST_MANAGER_CLASS
  122. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.spi.EncryptionArtifactFactory#SSLCONTEXT_PROTOCOL
  123. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.spi.LegacyConnectionAcceptor#STARTUP_RETRY_DELAY
  124. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.streammanagement.StreamManager#LOCATION_ENABLED
  125. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.streammanagement.StreamManager#MAX_SERVER_ENABLED
  126. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.streammanagement.StreamManager#ACTIVE
  127. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.update.UpdateManager#ENABLED
  128. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.update.UpdateManager#NOTIFY_ADMINS
  129. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.update.UpdateManager#LAST_UPDATE_CHECK
  130. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.update.UpdateManager#UPDATE_FREQUENCY
  131. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.update.UpdateManager#PROXY_HOST
  132. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.update.UpdateManager#PROXY_PORT
  133. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.user.UserManager#USER_PROVIDER
  134. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.user.UserManager#REMOTE_DISCO_INFO_TIMEOUT
  135. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.user.UserManager#USER_PROPERTY_PROVIDER
  136. 2020.03.21 13:39:33 INFO  [main]: org.jivesoftware.openfire.XMPPServer - Accessing SystemProperty field org.jivesoftware.openfire.vcard.VCardManager#VCARD_PROVIDER
  137. 2020.03.21 13:39:33 INFO  [pool-6-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Favicon Misses
  138. 2020.03.21 13:39:33 INFO  [pool-6-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Favicon Hits
  139. 2020.03.21 13:39:33 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.container.AdminConsolePlugin - Admin-Konsole lauscht auf:
  140.   http://openfire.codeularity.local:9090
  141.   https://openfire.codeularity.local:9091
  142. 2020.03.21 13:39:33 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'admin'.
  143. 2020.03.21 13:39:33 WARN  [pool-7-thread-2]: org.jivesoftware.util.SystemProperty - Class org.igniterealtime.openfire.plugin.avatarresizer.DelegateVCardProvider was not found
  144. java.lang.ClassNotFoundException: org.igniterealtime.openfire.plugin.avatarresizer.DelegateVCardProvider
  145.     at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_242]
  146.     at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
  147.     at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
  148.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  149.     at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
  150.     at org.jivesoftware.util.SystemProperty.lambda$static$10(SystemProperty.java:101) ~[xmppserver-4.5.1.jar:4.5.1]
  151.     at org.jivesoftware.util.SystemProperty.getValue(SystemProperty.java:305) [xmppserver-4.5.1.jar:4.5.1]
  152.     at org.jivesoftware.util.SystemProperty$1.propertySet(SystemProperty.java:198) [xmppserver-4.5.1.jar:4.5.1]
  153.     at org.jivesoftware.util.PropertyEventDispatcher.dispatchEvent(PropertyEventDispatcher.java:87) [xmppserver-4.5.1.jar:4.5.1]
  154.     at org.jivesoftware.util.JiveProperties.put(JiveProperties.java:302) [xmppserver-4.5.1.jar:4.5.1]
  155.     at org.jivesoftware.util.JiveGlobals.setProperty(JiveGlobals.java:833) [xmppserver-4.5.1.jar:4.5.1]
  156.     at org.jivesoftware.util.JiveGlobals.setProperty(JiveGlobals.java:815) [xmppserver-4.5.1.jar:4.5.1]
  157.     at org.igniterealtime.openfire.plugin.avatarresizer.AvatarResizerPlugin.initializePlugin(AvatarResizerPlugin.java:25) [avatarResizer-lib.jar!/:?]
  158.     at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java:664) [xmppserver-4.5.1.jar:4.5.1]
  159.     at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:374) [xmppserver-4.5.1.jar:4.5.1]
  160.     at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:362) [xmppserver-4.5.1.jar:4.5.1]
  161.     at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_242]
  162.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_242]
  163.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_242]
  164.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  165. 2020.03.21 13:39:33 ERROR [pool-7-thread-2]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while loading plugin 'avatarresizer':
  166. java.lang.ClassCastException: org.jivesoftware.openfire.vcard.DefaultVCardProvider cannot be cast to org.igniterealtime.openfire.plugin.avatarresizer.DelegateVCardProvider
  167.     at org.igniterealtime.openfire.plugin.avatarresizer.AvatarResizerPlugin.initializePlugin(AvatarResizerPlugin.java:27) ~[avatarResizer-lib.jar!/:?]
  168.     at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java:664) [xmppserver-4.5.1.jar:4.5.1]
  169.     at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:374) [xmppserver-4.5.1.jar:4.5.1]
  170.     at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:362) [xmppserver-4.5.1.jar:4.5.1]
  171.     at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_242]
  172.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_242]
  173.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_242]
  174.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  175. 2020.03.21 13:39:33 INFO  [pool-7-thread-4]: org.igniterealtime.openfire.plugins.certificatemanager.DirectoryWatcher - Watching '/usr/share/openfire/resources/security/hotdeploy' for updates for installed certificate chains and private keys.
  176. 2020.03.21 13:39:33 INFO  [pool-7-thread-2]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'dbaccess'.
  177. 2020.03.21 13:39:33 INFO  [pool-7-thread-3]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'bookmarks'.
  178. 2020.03.21 13:39:33 INFO  [pool-7-thread-2]: org.ifsoft.draw.openfire.PluginImpl - draw disabled
  179. 2020.03.21 13:39:33 INFO  [pool-7-thread-4]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'certificatemanager'.
  180. 2020.03.21 13:39:33 INFO  [pool-7-thread-2]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'draw'.
  181. 2020.03.21 13:39:33 INFO  [pool-7-thread-1]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'clientcontrol'.
  182. 2020.03.21 13:39:33 INFO  [pool-7-thread-3]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'justmarried'.
  183. 2020.03.21 13:39:33 INFO  [pool-7-thread-2]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'motd'.
  184. 2020.03.21 13:39:33 INFO  [pool-7-thread-3]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'pushnotification'.
  185. 2020.03.21 13:39:33 INFO  [pool-7-thread-2]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'randomavatar'.
  186. 2020.03.21 13:39:33 INFO  [pool-7-thread-3]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'registration'.
  187. 2020.03.21 13:39:33 INFO  [pool-7-thread-2]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'search'.
  188. 2020.03.21 13:39:33 INFO  [pool-7-thread-3]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'usercreation'.
  189. 2020.03.21 13:39:33 INFO  [pool-7-thread-1]: org.jivesoftware.openfire.plugin.ofgasi.JigasiWrapper - Native lib folder already exist.
  190. 2020.03.21 13:39:33 INFO  [pool-7-thread-1]: org.jivesoftware.openfire.plugin.ofgasi.JigasiWrapper - Configured with user ID: false, configured with password: false, configured with server address: false. All are required for the module to be used.
  191. 2020.03.21 13:39:33 INFO  [pool-7-thread-2]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'userimportexport'.
  192. 2020.03.21 13:39:34 INFO  [pool-7-thread-3]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'userstatus'.
  193. 2020.03.21 13:39:34 INFO  [pool-7-thread-1]: org.jitsi.videobridge.openfire.PluginImpl - Native lib folder already exist.
  194. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.service.libjitsi.LibJitsi - Successfully started LibJitsi using as implementation: org.jitsi.impl.libjitsi.LibJitsiOSGiImpl
  195. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: net.java.sip.communicator.impl.configuration.ConfigurationActivator - Using properties file configuration store.
  196. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vendor=Private Build
  197. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.java.launcher=SUN_STANDARD
  198. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.management.compiler=HotSpot 64-Bit Tiered Compilers
  199. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - os.name=Linux
  200. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.boot.class.path=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/classes
  201. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.service.protocol.MIN_MEDIA_PORT_NUMBER=10000
  202. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vm.specification.vendor=Oracle Corporation
  203. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.runtime.version=1.8.0_242-8u242-b08-0ubuntu3~18.04-b08
  204. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - user.name=openfire
  205. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.impl.configuration.USE_PROPFILE_CONFIG=true
  206. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - user.language=en
  207. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.boot.library.path=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64
  208. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.service.media.MIN_PORT_NUMBER=10000
  209. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.version=1.8.0_242
  210. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - user.timezone=Etc/UTC
  211. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.arch.data.model=64
  212. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.endorsed.dirs=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/endorsed
  213. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.cpu.isalist=
  214. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.jnu.encoding=UTF-8
  215. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - file.encoding.pkg=sun.io
  216. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - file.separator=/
  217. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.specification.name=Java Platform API Specification
  218. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.class.version=52.0
  219. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - jetty.git.hash=e1bc35120a6617ee3df052294e433f3a25ce7097
  220. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.service.media.DISABLE_VIDEO_SUPPORT=true
  221. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - openfire.lib.dir=/usr/share/openfire/lib
  222. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.home=/usr/lib/jvm/java-8-openjdk-amd64/jre
  223. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vm.info=mixed mode
  224. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - org.jitsi.videobridge.PING_INTERVAL=-1
  225. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - os.version=4.15.0-91-generic
  226. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - path.separator=:
  227. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vm.version=25.242-b08
  228. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.awt.printerjob=sun.print.PSPrinterJob
  229. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.io.unicode.encoding=UnicodeLittle
  230. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - awt.toolkit=sun.awt.X11.XToolkit
  231. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - openfireHome=/usr/share/openfire
  232. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - user.home=/var/lib/openfire
  233. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.specification.vendor=Oracle Corporation
  234. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.library.path=/var/lib/openfire/plugins/ofmeet/lib-videobridge/native:/var/lib/openfire/plugins/ofmeet/lib-jigasi/native:/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
  235. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vendor.url=http://java.oracle.com/
  236. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - org.jitsi.service.audionotifier.AudioNotifierService=org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
  237. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.service.protocol.MAX_MEDIA_PORT_NUMBER=20000
  238. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vm.vendor=Private Build
  239. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.runtime.name=OpenJDK Runtime Environment
  240. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.java.command=/usr/share/openfire/lib/startup.jar
  241. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.class.path=/usr/share/openfire/lib/startup.jar
  242. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.SC_LOG_DIR_LOCATION=/usr/share/openfire/plugins/ofmeet
  243. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vm.specification.name=Java Virtual Machine Specification
  244. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.SC_HOME_DIR_LOCATION=/usr/share/openfire/plugins/ofmeet
  245. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.service.media.DISABLE_AUDIO_SUPPORT=true
  246. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vm.specification.version=1.8
  247. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.cpu.endian=little
  248. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - sun.os.patch.level=unknown
  249. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.awt.headless=true
  250. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - org.jitsi.impl.neomedia.device.Video4Linux2System.disabled=true
  251. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - org.jitsi.videobridge.defaultOptions=2
  252. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.io.tmpdir=/tmp
  253. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.service.media.MAX_PORT_NUMBER=20000
  254. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vendor.url.bug=http://bugreport.sun.com/bugreport/
  255. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.SC_CACHE_DIR_LOCATION=/usr/share/openfire/plugins/ofmeet
  256. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - os.arch=amd64
  257. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
  258. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.ext.dirs=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext:/usr/java/packages/lib/ext
  259. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - user.dir=/
  260. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - org.ice4j.ice.harvest.USE_DYNAMIC_HOST_HARVESTER=true
  261. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - line.separator=
  262.  
  263. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.vm.name=OpenJDK 64-Bit Server VM
  264. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - org.jitsi.impl.neomedia.device.PulseAudioSystem.disabled=true
  265. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - org.jitsi.impl.neomedia.device.ImgStreamingSystem.disabled=true
  266. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - org.jitsi.impl.neomedia.device.PortAudioSystem.disabled=true
  267. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - log4j.configurationFile=/usr/share/openfire/lib/log4j2.xml
  268. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - file.encoding=UTF-8
  269. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - java.specification.version=1.8
  270. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - net.java.sip.communicator.SC_HOME_DIR_NAME=classes
  271. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - Normal classloader
  272. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - failed to find jitsi-defaults.properties with class loader, will continue without it.
  273. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - Normal classloader
  274. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.configuration.ConfigurationServiceImpl - failed to find jitsi-default-overrides.properties with class loader, will continue without it.
  275. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: net.java.sip.communicator.impl.resources.ResourceManagementActivator - Resource manager STARTED
  276. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: net.java.sip.communicator.impl.resources.ResourceManagementActivator - Resource manager REGISTERED
  277. 2020.03.21 13:39:34 ERROR [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.osgi.framework.BundleImpl - Error starting bundle: net.java.sip.communicator.impl.netaddr.NetaddrActivator@777fd4de
  278. java.lang.ExceptionInInitializerError: null
  279.     at net.java.sip.communicator.util.NetworkUtils.determineAnyAddress(NetworkUtils.java:1149) ~[jitsi-util-2.13.f6042d3.jar!/:?]
  280.     at net.java.sip.communicator.util.NetworkUtils.<clinit>(NetworkUtils.java:62) ~[jitsi-util-2.13.f6042d3.jar!/:?]
  281.     at net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl.initRandomPortSocket(NetworkAddressManagerServiceImpl.java:433) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  282.     at net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl.start(NetworkAddressManagerServiceImpl.java:107) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  283.     at net.java.sip.communicator.impl.netaddr.NetaddrActivator.start(NetaddrActivator.java:89) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  284.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  285.     at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  286.     at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  287.     at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  288.     at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  289.     at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  290. Caused by: java.lang.NullPointerException
  291.     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) ~[?:1.8.0_242]
  292.     at java.lang.Runtime.loadLibrary0(Runtime.java:871) ~[?:1.8.0_242]
  293.     at java.lang.System.loadLibrary(System.java:1124) ~[?:1.8.0_242]
  294.     at java.net.NetworkInterface$1.run(NetworkInterface.java:59) ~[?:1.8.0_242]
  295.     at java.net.NetworkInterface$1.run(NetworkInterface.java:57) ~[?:1.8.0_242]
  296.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_242]
  297.     at java.net.NetworkInterface.<clinit>(NetworkInterface.java:56) ~[?:1.8.0_242]
  298.     ... 11 more
  299. 2020.03.21 13:39:34 ERROR [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.osgi.framework.launch.FrameworkImpl - Error changing start level
  300. org.osgi.framework.BundleException: BundleActivator.start
  301.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:327) ~[jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  302.     at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  303.     at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  304.     at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  305.     at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  306.     at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  307. Caused by: java.lang.ExceptionInInitializerError
  308.     at net.java.sip.communicator.util.NetworkUtils.determineAnyAddress(NetworkUtils.java:1149) ~[jitsi-util-2.13.f6042d3.jar!/:?]
  309.     at net.java.sip.communicator.util.NetworkUtils.<clinit>(NetworkUtils.java:62) ~[jitsi-util-2.13.f6042d3.jar!/:?]
  310.     at net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl.initRandomPortSocket(NetworkAddressManagerServiceImpl.java:433) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  311.     at net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl.start(NetworkAddressManagerServiceImpl.java:107) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  312.     at net.java.sip.communicator.impl.netaddr.NetaddrActivator.start(NetaddrActivator.java:89) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  313.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) ~[jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  314.     ... 5 more
  315. Caused by: java.lang.NullPointerException
  316.     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) ~[?:1.8.0_242]
  317.     at java.lang.Runtime.loadLibrary0(Runtime.java:871) ~[?:1.8.0_242]
  318.     at java.lang.System.loadLibrary(System.java:1124) ~[?:1.8.0_242]
  319.     at java.net.NetworkInterface$1.run(NetworkInterface.java:59) ~[?:1.8.0_242]
  320.     at java.net.NetworkInterface$1.run(NetworkInterface.java:57) ~[?:1.8.0_242]
  321.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_242]
  322.     at java.net.NetworkInterface.<clinit>(NetworkInterface.java:56) ~[?:1.8.0_242]
  323.     at net.java.sip.communicator.util.NetworkUtils.determineAnyAddress(NetworkUtils.java:1149) ~[jitsi-util-2.13.f6042d3.jar!/:?]
  324.     at net.java.sip.communicator.util.NetworkUtils.<clinit>(NetworkUtils.java:62) ~[jitsi-util-2.13.f6042d3.jar!/:?]
  325.     at net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl.initRandomPortSocket(NetworkAddressManagerServiceImpl.java:433) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  326.     at net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl.start(NetworkAddressManagerServiceImpl.java:107) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  327.     at net.java.sip.communicator.impl.netaddr.NetaddrActivator.start(NetaddrActivator.java:89) ~[jitsi-netaddr-2.13.f6042d3.jar!/:?]
  328.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) ~[jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  329.     ... 5 more
  330. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: net.java.sip.communicator.impl.packetlogging.PacketLoggingActivator - Packet Logging Service ...[REGISTERED]
  331. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.version.AbstractVersionActivator - JVB Version: JVB 0.1.build.SVN
  332. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.rest.AbstractJettyBundleActivator - Not starting the Jetty service for org.jitsi.videobridge.rest.PublicRESTBundleActivator(port=-1)
  333. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.rest.AbstractJettyBundleActivator - Not starting the Jetty service for org.jitsi.videobridge.rest.PublicClearPortRedirectBundleActivator(port=8080)
  334. 2020.03.21 13:39:34 WARN  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.videobridge.util.UlimitCheck - Running with open files limit 1048576 (hard 1048576), thread limit 7728 (hard 7728). These values are too low and they will limit the number of participants that the bridge can serve simultaneously.
  335. 2020.03.21 13:39:34 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.videobridge.VideobridgeExpireThread - Starting with 60 second interval.
  336. 2020.03.21 13:39:34 WARN  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.videobridge.Videobridge - No authorized source regexp configured. Will accept requests from any source.
  337. 2020.03.21 13:39:34 ERROR [org.jitsi.util.concurrent.RecurringRunnableExecutor.thread-org.jitsi.videobridge.health.Health]: org.jitsi.util.concurrent.RecurringRunnableExecutor - The invocation of the method org.jitsi.videobridge.health.Health.run() threw an exception.
  338. java.lang.NoClassDefFoundError: Could not initialize class net.java.sip.communicator.util.NetworkUtils
  339.     at net.java.sip.communicator.util.PortTracker.setRange(PortTracker.java:92) ~[jitsi-util-2.13.f6042d3.jar!/:?]
  340.     at net.java.sip.communicator.util.PortTracker.<init>(PortTracker.java:60) ~[jitsi-util-2.13.f6042d3.jar!/:?]
  341.     at org.jitsi.videobridge.TransportManager.<clinit>(TransportManager.java:64) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  342.     at org.jitsi.videobridge.health.Health.doCheck(Health.java:220) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  343.     at org.jitsi.videobridge.health.Health.doRun(Health.java:495) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  344.     at org.jitsi.util.concurrent.PeriodicRunnableWithObject.run(PeriodicRunnableWithObject.java:87) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  345.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.run(RecurringRunnableExecutor.java:216) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  346.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.runInThread(RecurringRunnableExecutor.java:292) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  347.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.access$000(RecurringRunnableExecutor.java:36) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  348.     at org.jitsi.util.concurrent.RecurringRunnableExecutor$1.run(RecurringRunnableExecutor.java:328) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  349. 2020.03.21 13:39:35 INFO  [pool-7-thread-4]: org.jivesoftware.openfire.archive.ArchiveIndexer[CONVERSATION] - Lucene index is clean.
  350. 2020.03.21 13:39:35 INFO  [pool-7-thread-4]: org.jivesoftware.openfire.archive.ArchiveIndexer[MUCSEARCH] - Lucene index is clean.
  351. 2020.03.21 13:39:35 INFO  [pool-7-thread-4]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin 'monitoring'.
  352. 2020.03.21 13:39:36 WARN  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration - Codec org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder is NOT successfully registered
  353. java.lang.ExceptionInInitializerError: null
  354.     at org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder.<clinit>(JNIDecoder.java:81) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  355.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  356.     at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
  357.     at org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration.registerCustomCodecs(FMJPlugInConfiguration.java:252) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  358.     at org.jitsi.impl.neomedia.MediaServiceImpl.setupFMJ(MediaServiceImpl.java:1630) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  359.     at org.jitsi.impl.neomedia.MediaServiceImpl.<clinit>(MediaServiceImpl.java:251) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  360.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  361.     at java.lang.Class.forName(Class.java:264) [?:1.8.0_242]
  362.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.initializeService(LibJitsiImpl.java:173) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  363.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.getService(LibJitsiImpl.java:131) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  364.     at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:91) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  365.     at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:95) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  366.     at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:172) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  367.     at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:124) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  368.     at org.jitsi.videobridge.Videobridge.start(Videobridge.java:1545) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  369.     at org.jitsi.videobridge.VideobridgeBundleActivator.start(VideobridgeBundleActivator.java:55) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  370.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  371.     at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  372.     at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  373.     at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  374.     at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  375.     at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  376. Caused by: java.lang.NullPointerException
  377.     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) ~[?:1.8.0_242]
  378.     at java.lang.Runtime.loadLibrary0(Runtime.java:871) ~[?:1.8.0_242]
  379.     at java.lang.System.loadLibrary(System.java:1124) ~[?:1.8.0_242]
  380.     at org.jitsi.util.JNIUtils.loadLibrary(JNIUtils.java:55) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  381.     at org.jitsi.util.JNIUtils.loadLibrary(JNIUtils.java:40) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  382.     at org.jitsi.impl.neomedia.codec.audio.opus.Opus.<clinit>(Opus.java:81) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  383.     ... 22 more
  384. 2020.03.21 13:39:36 WARN  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration - Codec org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder is NOT successfully registered
  385. java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.impl.neomedia.codec.audio.opus.Opus
  386.     at org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder.<clinit>(JNIEncoder.java:99) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  387.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  388.     at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
  389.     at org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration.registerCustomCodecs(FMJPlugInConfiguration.java:252) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  390.     at org.jitsi.impl.neomedia.MediaServiceImpl.setupFMJ(MediaServiceImpl.java:1630) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  391.     at org.jitsi.impl.neomedia.MediaServiceImpl.<clinit>(MediaServiceImpl.java:251) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  392.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  393.     at java.lang.Class.forName(Class.java:264) [?:1.8.0_242]
  394.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.initializeService(LibJitsiImpl.java:173) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  395.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.getService(LibJitsiImpl.java:131) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  396.     at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:91) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  397.     at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:95) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  398.     at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:172) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  399.     at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:124) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  400.     at org.jitsi.videobridge.Videobridge.start(Videobridge.java:1545) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  401.     at org.jitsi.videobridge.VideobridgeBundleActivator.start(VideobridgeBundleActivator.java:55) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  402.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  403.     at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  404.     at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  405.     at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  406.     at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  407.     at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  408. 2020.03.21 13:39:36 WARN  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration - Codec org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder is NOT successfully registered
  409. java.lang.ExceptionInInitializerError: null
  410.     at org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder.<clinit>(JNIDecoder.java:63) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  411.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  412.     at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
  413.     at org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration.registerCustomCodecs(FMJPlugInConfiguration.java:252) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  414.     at org.jitsi.impl.neomedia.MediaServiceImpl.setupFMJ(MediaServiceImpl.java:1630) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  415.     at org.jitsi.impl.neomedia.MediaServiceImpl.<clinit>(MediaServiceImpl.java:251) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  416.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  417.     at java.lang.Class.forName(Class.java:264) [?:1.8.0_242]
  418.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.initializeService(LibJitsiImpl.java:173) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  419.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.getService(LibJitsiImpl.java:131) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  420.     at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:91) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  421.     at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:95) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  422.     at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:172) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  423.     at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:124) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  424.     at org.jitsi.videobridge.Videobridge.start(Videobridge.java:1545) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  425.     at org.jitsi.videobridge.VideobridgeBundleActivator.start(VideobridgeBundleActivator.java:55) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  426.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  427.     at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  428.     at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  429.     at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  430.     at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  431.     at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  432. Caused by: java.lang.NullPointerException
  433.     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) ~[?:1.8.0_242]
  434.     at java.lang.Runtime.loadLibrary0(Runtime.java:871) ~[?:1.8.0_242]
  435.     at java.lang.System.loadLibrary(System.java:1124) ~[?:1.8.0_242]
  436.     at org.jitsi.util.JNIUtils.loadLibrary(JNIUtils.java:55) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  437.     at org.jitsi.util.JNIUtils.loadLibrary(JNIUtils.java:40) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  438.     at org.jitsi.impl.neomedia.codec.audio.speex.Speex.<clinit>(Speex.java:45) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  439.     ... 22 more
  440. 2020.03.21 13:39:36 WARN  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration - Codec org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder is NOT successfully registered
  441. java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.impl.neomedia.codec.audio.speex.Speex
  442.     at org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder.<clinit>(JNIEncoder.java:57) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  443.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  444.     at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
  445.     at org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration.registerCustomCodecs(FMJPlugInConfiguration.java:252) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  446.     at org.jitsi.impl.neomedia.MediaServiceImpl.setupFMJ(MediaServiceImpl.java:1630) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  447.     at org.jitsi.impl.neomedia.MediaServiceImpl.<clinit>(MediaServiceImpl.java:251) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  448.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  449.     at java.lang.Class.forName(Class.java:264) [?:1.8.0_242]
  450.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.initializeService(LibJitsiImpl.java:173) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  451.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.getService(LibJitsiImpl.java:131) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  452.     at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:91) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  453.     at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:95) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  454.     at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:172) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  455.     at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:124) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  456.     at org.jitsi.videobridge.Videobridge.start(Videobridge.java:1545) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  457.     at org.jitsi.videobridge.VideobridgeBundleActivator.start(VideobridgeBundleActivator.java:55) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  458.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  459.     at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  460.     at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  461.     at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  462.     at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  463.     at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  464. 2020.03.21 13:39:36 WARN  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration - Codec org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler is NOT successfully registered
  465. java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.impl.neomedia.codec.audio.speex.Speex
  466.     at org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler.<clinit>(SpeexResampler.java:62) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  467.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  468.     at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
  469.     at org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration.registerCustomCodecs(FMJPlugInConfiguration.java:252) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  470.     at org.jitsi.impl.neomedia.MediaServiceImpl.setupFMJ(MediaServiceImpl.java:1630) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  471.     at org.jitsi.impl.neomedia.MediaServiceImpl.<clinit>(MediaServiceImpl.java:251) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  472.     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
  473.     at java.lang.Class.forName(Class.java:264) [?:1.8.0_242]
  474.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.initializeService(LibJitsiImpl.java:173) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  475.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.getService(LibJitsiImpl.java:131) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  476.     at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:91) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  477.     at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:95) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  478.     at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:172) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  479.     at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:124) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  480.     at org.jitsi.videobridge.Videobridge.start(Videobridge.java:1545) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  481.     at org.jitsi.videobridge.VideobridgeBundleActivator.start(VideobridgeBundleActivator.java:55) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  482.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  483.     at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  484.     at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  485.     at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  486.     at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  487.     at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  488. 2020.03.21 13:39:36 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.impl.libjitsi.LibJitsiImpl - Failed to initialize service implementation org.jitsi.impl.neomedia.MediaServiceImpl.
  489. java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
  490.     at java.awt.Dimension.<clinit>(Dimension.java:88) ~[?:1.8.0_242]
  491.     at org.jitsi.impl.neomedia.device.DeviceConfiguration.<clinit>(DeviceConfiguration.java:196) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  492.     at org.jitsi.impl.neomedia.MediaServiceImpl.<init>(MediaServiceImpl.java:160) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  493.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_242]
  494.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_242]
  495.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_242]
  496.     at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_242]
  497.     at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_242]
  498.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.initializeService(LibJitsiImpl.java:196) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  499.     at org.jitsi.impl.libjitsi.LibJitsiImpl$ServiceLock.getService(LibJitsiImpl.java:131) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  500.     at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:91) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  501.     at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:95) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  502.     at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:172) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  503.     at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:124) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  504.     at org.jitsi.videobridge.Videobridge.start(Videobridge.java:1545) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  505.     at org.jitsi.videobridge.VideobridgeBundleActivator.start(VideobridgeBundleActivator.java:55) [jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  506.     at org.jitsi.impl.osgi.framework.BundleImpl.start(BundleImpl.java:307) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  507.     at org.jitsi.impl.osgi.framework.launch.FrameworkImpl.startLevelChanged(FrameworkImpl.java:472) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  508.     at org.jitsi.impl.osgi.framework.startlevel.FrameworkStartLevelImpl$Command.run(FrameworkStartLevelImpl.java:137) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  509.     at org.jitsi.impl.osgi.framework.AsyncExecutor.runInThread(AsyncExecutor.java:122) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  510.     at org.jitsi.impl.osgi.framework.AsyncExecutor.access$000(AsyncExecutor.java:28) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  511.     at org.jitsi.impl.osgi.framework.AsyncExecutor$1.run(AsyncExecutor.java:231) [jitsi-android-osgi-1.0-20180322.162617-2.jar!/:?]
  512. 2020.03.21 13:39:36 INFO  [pool-7-thread-1]: org.jitsi.xmpp.component.ComponentBase - Component org.jitsi.videobridge. config:
  513. 2020.03.21 13:39:36 INFO  [pool-7-thread-1]: org.jitsi.xmpp.component.ComponentBase -   ping interval: -1 ms
  514. 2020.03.21 13:39:36 INFO  [pool-7-thread-1]: org.jitsi.xmpp.component.ComponentBase -   ping timeout: 5000 ms
  515. 2020.03.21 13:39:36 INFO  [pool-7-thread-1]: org.jitsi.xmpp.component.ComponentBase -   ping threshold: 3
  516. 2020.03.21 13:39:36 INFO  [org.jitsi.impl.osgi.framework.AsyncExecutor]: org.jitsi.videobridge.octo.OctoRelay - Octo relay not configured.
  517. 2020.03.21 13:39:36 ERROR [pool-7-thread-1]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while loading plugin 'ofmeet':
  518. java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.videobridge.TransportManager
  519.     at org.jitsi.videobridge.openfire.PluginImpl.initializePlugin(PluginImpl.java:366) ~[?:?]
  520.     at org.jivesoftware.openfire.plugin.ofmeet.videobridge.JvbPluginWrapper.initialize(JvbPluginWrapper.java:75) ~[?:?]
  521.     at org.igniterealtime.openfire.plugins.ofmeet.modularity.ModuleManager.loadModule(ModuleManager.java:109) ~[modularity-0.9.5.jar!/:?]
  522.     at org.jivesoftware.openfire.plugin.ofmeet.OfMeetPlugin.loadAllModules(OfMeetPlugin.java:254) ~[ofmeet-0.9.5.jar!/:?]
  523.     at org.jivesoftware.openfire.plugin.ofmeet.OfMeetPlugin.initializePlugin(OfMeetPlugin.java:141) ~[ofmeet-0.9.5.jar!/:?]
  524.     at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java:664) [xmppserver-4.5.1.jar:4.5.1]
  525.     at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:374) [xmppserver-4.5.1.jar:4.5.1]
  526.     at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:362) [xmppserver-4.5.1.jar:4.5.1]
  527.     at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_242]
  528.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_242]
  529.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_242]
  530.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  531. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.container.PluginMonitor - Finished processing all plugins.
  532. 2020.03.21 13:39:36 INFO  [Thread-19]: org.ice4j.ice.harvest.MappingCandidateHarvesters - Initialized mapping harvesters (delay=519ms).  stunDiscoveryFailed=false
  533. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s] - Started.
  534. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s-legacyMode] - Started.
  535. 2020.03.21 13:39:36 WARN  [pool-6-thread-1]: org.jivesoftware.openfire.spi.LegacyConnectionAcceptor - Configuration allows for up to 16 threads, although implementation is limited to exactly one.
  536. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_s2s] - Started.
  537. 2020.03.21 13:39:36 WARN  [pool-6-thread-1]: org.jivesoftware.openfire.spi.LegacyConnectionAcceptor - Configuration allows for up to 16 threads, although implementation is limited to exactly one.
  538. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_s2s-legacyMode] - Started.
  539. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[component] - Started.
  540. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[component-legacyMode] - Started.
  541. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[connection_manager] - Started.
  542. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[connection_manager-legacyMode] - Started.
  543. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.spi.EncryptionArtifactFactory - Creating new SslContextFactory instance
  544. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.http.HttpSessionManager - Starting instance
  545. 2020.03.21 13:39:36 INFO  [pool-6-thread-1]: org.jivesoftware.openfire.http.HttpBindManager - HTTP bind service started
  546. 2020.03.21 13:39:44 ERROR [org.jitsi.util.concurrent.RecurringRunnableExecutor.thread-org.jitsi.videobridge.health.Health]: org.jitsi.util.concurrent.RecurringRunnableExecutor - The invocation of the method org.jitsi.videobridge.health.Health.run() threw an exception.
  547. java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.videobridge.IceUdpTransportManager
  548.     at org.jitsi.videobridge.health.Health.doCheck(Health.java:220) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  549.     at org.jitsi.videobridge.health.Health.doRun(Health.java:495) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  550.     at org.jitsi.util.concurrent.PeriodicRunnableWithObject.run(PeriodicRunnableWithObject.java:87) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  551.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.run(RecurringRunnableExecutor.java:216) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  552.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.runInThread(RecurringRunnableExecutor.java:292) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  553.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.access$000(RecurringRunnableExecutor.java:36) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  554.     at org.jitsi.util.concurrent.RecurringRunnableExecutor$1.run(RecurringRunnableExecutor.java:328) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  555. 2020.03.21 13:39:54 ERROR [org.jitsi.util.concurrent.RecurringRunnableExecutor.thread-org.jitsi.videobridge.health.Health]: org.jitsi.util.concurrent.RecurringRunnableExecutor - The invocation of the method org.jitsi.videobridge.health.Health.run() threw an exception.
  556. java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.videobridge.IceUdpTransportManager
  557.     at org.jitsi.videobridge.health.Health.doCheck(Health.java:220) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  558.     at org.jitsi.videobridge.health.Health.doRun(Health.java:495) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  559.     at org.jitsi.util.concurrent.PeriodicRunnableWithObject.run(PeriodicRunnableWithObject.java:87) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  560.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.run(RecurringRunnableExecutor.java:216) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  561.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.runInThread(RecurringRunnableExecutor.java:292) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  562.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.access$000(RecurringRunnableExecutor.java:36) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  563.     at org.jitsi.util.concurrent.RecurringRunnableExecutor$1.run(RecurringRunnableExecutor.java:328) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  564. 2020.03.21 13:40:04 ERROR [org.jitsi.util.concurrent.RecurringRunnableExecutor.thread-org.jitsi.videobridge.health.Health]: org.jitsi.util.concurrent.RecurringRunnableExecutor - The invocation of the method org.jitsi.videobridge.health.Health.run() threw an exception.
  565. java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.videobridge.IceUdpTransportManager
  566.     at org.jitsi.videobridge.health.Health.doCheck(Health.java:220) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  567.     at org.jitsi.videobridge.health.Health.doRun(Health.java:495) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  568.     at org.jitsi.util.concurrent.PeriodicRunnableWithObject.run(PeriodicRunnableWithObject.java:87) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  569.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.run(RecurringRunnableExecutor.java:216) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  570.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.runInThread(RecurringRunnableExecutor.java:292) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  571.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.access$000(RecurringRunnableExecutor.java:36) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  572.     at org.jitsi.util.concurrent.RecurringRunnableExecutor$1.run(RecurringRunnableExecutor.java:328) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  573. 2020.03.21 13:40:14 ERROR [org.jitsi.util.concurrent.RecurringRunnableExecutor.thread-org.jitsi.videobridge.health.Health]: org.jitsi.util.concurrent.RecurringRunnableExecutor - The invocation of the method org.jitsi.videobridge.health.Health.run() threw an exception.
  574. java.lang.NoClassDefFoundError: Could not initialize class org.jitsi.videobridge.IceUdpTransportManager
  575.     at org.jitsi.videobridge.health.Health.doCheck(Health.java:220) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  576.     at org.jitsi.videobridge.health.Health.doRun(Health.java:495) ~[jitsi-videobridge-1.1-20190125.162313-103.jar!/:?]
  577.     at org.jitsi.util.concurrent.PeriodicRunnableWithObject.run(PeriodicRunnableWithObject.java:87) ~[libjitsi-1.0-20190128.210332-374.jar!/:?]
  578.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.run(RecurringRunnableExecutor.java:216) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  579.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.runInThread(RecurringRunnableExecutor.java:292) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  580.     at org.jitsi.util.concurrent.RecurringRunnableExecutor.access$000(RecurringRunnableExecutor.java:36) [libjitsi-1.0-20190128.210332-374.jar!/:?]
  581.     at org.jitsi.util.concurrent.RecurringRunnableExecutor$1.run(RecurringRunnableExecutor.java:328) [libjitsi-1.0-20190128.210332-374.jar!/:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement