Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Webmeetings never initializes

    Kopano Meet & WebMeetings
    4
    11
    2399
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bert64
      bert64 last edited by

      I have webmeetings-0.29.5_1-Debian_8.0 installed, and all the other Kopano functionality appears to work correctly, however the webmeetings icon always remains grey instead of turning green.
      If i access the webmeetings url directly (https://mysite/webmeetings/) it says “Initializing” in the title bar but never appears to complete.
      Comparing side by side with the Kopano demo site (https://demo.kopano.com/webmeetings/) i see a POST request to webapp_auth_userinfo.php and then the demo site makes a request to /webmeetings/ws but my install doesn’t even attempt to make this request (no error, nothing)…
      I can’t seem to find any way to get verbose logging from the webmeeting server, and am completely stumped as to what’s going on. Does anyone have any suggestions?

      1 Reply Last reply Reply Quote 0
      • mcostan
        mcostan last edited by

        Hi,

        Not sure whether you are using the Kopano official turn server, but if not, you may want to follow this thread.

        This is how I got it to work.

        https://forum.kopano.io/topic/119/turn-server/6

        1 Reply Last reply Reply Quote 0
        • fbartels
          fbartels Kopano last edited by fbartels

          to me this sounds a bit like not all of the configured “secrets” match. In the back of the webmeetings admin manual you can find an overview of these.

          @mcostan the turn server only comes into play once an actual user to user connection needs to be established.

          Regards Felix

          Resources:
          https://kopano.com/blog/how-to-get-kopano/
          https://documentation.kopano.io/
          https://kb.kopano.io/

          Support overview:
          https://kopano.com/support/

          mcostan 1 Reply Last reply Reply Quote 0
          • bert64
            bert64 last edited by

            I’ve tried setting all the secrets to the same value, is there any way to get any verbose logging to see where it might be failing?
            According to firebug the with requests are getting a valid response just no websocket request is ever being made

            1 Reply Last reply Reply Quote 0
            • mcostan
              mcostan last edited by

              Are you running this behind NGINX following the Kopano web meetings instructions?

              If you run it behind apache then you need to enable other settings.

              1 Reply Last reply Reply Quote 0
              • mcostan
                mcostan @fbartels last edited by

                @fbartels

                yes you are right apologies. Indeed within the internal network it works without the turn server.

                1 Reply Last reply Reply Quote 0
                • bert64
                  bert64 last edited by

                  Yes running behind nginx as per the installation manual

                  1 Reply Last reply Reply Quote 0
                  • mcostan
                    mcostan last edited by

                    do you get anything in the log file

                    /var/log/kopano/webmeetings.log

                    do you have the service kopano-webmeetings running?

                    i.e. is something like this running:

                    4 S kopano 672 1 0 80 0 - 76116 - 12:22 ? 00:00:13 /usr/sbin/kopano-webmeetings -c /etc/kopano/webmeetings.cfg -l /var/log/kopano/webmeetings.log

                    1 Reply Last reply Reply Quote 0
                    • bert64
                      bert64 last edited by

                      Yes the service is running, and the 8090 port (from memory) is responsive…
                      The logs show the service starting, but no thing after that… no errors and no request logs even when I manually make requests directly to it

                      1 Reply Last reply Reply Quote 0
                      • bert64
                        bert64 last edited by

                        The log just shows:

                        server 2017/06/23 09:41:07 Using '/webmeetings/' base base path.
                        server 2017/06/23 09:41:07.245351 Enabled modules: [contacts roomlocking screensharing youtube presentation]
                        server 2017/06/23 09:41:07.245910 Using the number of CPU's (4) as GOMAXPROCS
                        server 2017/06/23 09:41:07.245918 Max open files are 1024
                        server 2017/06/23 09:41:07.246950 Enabled users handler 'sharedsecret'
                        server 2017/06/23 09:41:07 Starting HTTP server on 127.0.0.1:8090
                        
                        1 Reply Last reply Reply Quote 0
                        • BigCheese
                          BigCheese last edited by

                          @bert64 have you solved the problem? because I’m running into the same thing

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post