Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: mod/gong/view.

mod/gong/view

From MoodleDocs

Troubleshooting Errors:

  • "Cannot connect to Gong Server via Gong Server Authentication Port: xxxx" (where xxxx is 8001 by default)

    In addition to possibilities mentioned on the error screen, this can also be caused by not setting the "Auth.AccessList" parameter in the gongServer.ini to the domain name/IP address of the Moodle server which enables the Gong server to listen for any authentication connections from the Gong Moodle module. Note:
    1. You will need to restart the Gong Server for changes to take effect.
    2. Watch the output of the server when starting, the line "Listening for authentication session information on pppp" (where pppp is the value of "Auth.Port") means something else is causing this error.


  • "Incorrect user parameters. Please contact your web administrator for more information" (inside a blue box; designates the Gong applet).

    Confirm this is the problem by checking the Gong server log file (usually in logs/ and called error_<date>.log) and looking near its end for "[...]validateSessionLogin;Failed to validate the user". This error means that the user you have logged into Moodle as does not exist in the database of users that Gong keeps (in the file users.xml). Solution: Create a user using Gong admin which has the same username and password as that you are using to log into Moodle.

  • "Incorrect board parameters. Please contact your web administrator for more information" (inside a blue box; designates the Gong applet).

    Confirm this is the problem by checking the Gong server log file (usually in logs/ and called error_<date>.log) and looking near its end for "[...]getAuthSession;Board name cannot be empty". In order to make the integration work you have to use either the Gong application or the Gong applet to create a board called Moodle first (this requirement will be obsoleted in the next version of Gong). To check, login as admin and verify that a board called "Moodle" exists.

    If the Moodle board does exist and you still get this error, check if:
    • The name of the "Gong base path" does not contain a forward slash ("/") - it must
    • The entry in file mod/gong/config.php for line $GONG_CONFIG['GongBasePath'] matches exactly the "Gong base path:" for the Gong Activity in Moodle (e.g., all are '/Moodle').

References: