You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Roberto,
I used docker run -it --name jitsi-meet -p 443:443 robertoandrade/jitsi-meet
I chose localhost = mydomainname and generate self-signed certificate (Choice 1).
Everything worked fine until line where it got stuck 2016-00-29 15:46:49.800 INFO: [1] java.util.prefs.run() Created user preferences directory.
I wait like 10-20 minutes to see if this was a ling but it kept stuck there.
Root OS is Debian 8.
[ ok ] Restarting Prosody XMPP Server: prosody.
Stopping jitsi-videobridge: jvb doesn't seem to be running.
Starting jitsi-videobridge: jvb started.
Stopping jicofo: jicofo doesn't seem to be running.
Starting jicofo: jicofo started.
[ ok ] Restarting nginx: nginx.
2016-00-29 15:46:48.579 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() sun.io.unicode.encoding=UnicodeLittle
2016-00-29 15:46:48.579 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() sun.cpu.endian=little
2016-00-29 15:46:48.580 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
2016-00-29 15:46:48.580 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() net.java.sip.communicator.service.media.MIN_PORT_NUMBER=10000
2016-00-29 15:46:48.580 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() net.java.sip.communicator.service.protocol.MAX_MEDIA_PORT_NUMBER=20000
2016-00-29 15:46:48.580 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() sun.cpu.isalist=
2016-00-29 15:46:48.606 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() Normal classloader
2016-00-29 15:46:48.606 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() failed to find jitsi-defaults.properties with class loader, will continue without it.
2016-00-29 15:46:48.607 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() Normal classloader
2016-00-29 15:46:48.607 INFO: [9] org.jitsi.impl.configuration.ConfigurationServiceImpl.info() failed to find jitsi-default-overrides.properties with class loader, will continue without it.
2016-00-29 15:46:48.926 INFO: [9] impl.resources.ResourceManagementActivator.start().70 Resource manager STARTED
2016-00-29 15:46:48.941 INFO: [9] impl.resources.ResourceManagementActivator.start().79 Resource manager REGISTERED
2016-00-29 15:46:49.027 INFO: [9] impl.netaddr.NetworkAddressManagerServiceImpl.start().81 Network Address Manager ...[ STARTED ]
2016-00-29 15:46:49.032 INFO: [9] impl.netaddr.NetworkAddressManagerServiceImpl.start().87 Network Address Manager Service ...[REGISTERED]
2016-00-29 15:46:49.045 INFO: [9] impl.packetlogging.PacketLoggingActivator.start().89 Packet Logging Service ...[REGISTERED]
2016-00-29 15:46:49.068 INFO: [9] org.jitsi.videobridge.metrics.MetricLoggingHandler.info() Metric services enabled: 0
2016-00-29 15:46:49.664 INFO: [9] org.jitsi.videobridge.version.VersionActivator.start().76 Jitsi Videobridge Version: JVB 0.1.495
2016-00-29 15:46:49.713 INFO: [9] org.jitsi.videobridge.osgi.OSGiBundleActivator.info() net.java.sip.communicator.SC_HOME_DIR_NAME=.sip-communicator
2016-00-29 15:46:49.713 INFO: [9] org.jitsi.videobridge.osgi.OSGiBundleActivator.info() net.java.sip.communicator.SC_HOME_DIR_LOCATION=/usr/share/jitsi-videobridge
2016-00-29 15:46:49.800 INFO: [1] java.util.prefs.run() Created user preferences directory.
The text was updated successfully, but these errors were encountered:
Hello Roberto,
I used
docker run -it --name jitsi-meet -p 443:443 robertoandrade/jitsi-meet
I chose localhost = mydomainname and generate self-signed certificate (Choice 1).
Everything worked fine until line where it got stuck
2016-00-29 15:46:49.800 INFO: [1] java.util.prefs.run() Created user preferences directory.
I wait like 10-20 minutes to see if this was a ling but it kept stuck there.
Root OS is Debian 8.
The text was updated successfully, but these errors were encountered: