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

mod/gong/view: Difference between revisions

From MoodleDocs
Line 13: Line 13:
On the Gong server, check the log file error_<date>.log and verify the problem:
On the Gong server, check the log file error_<date>.log and verify the problem:
if the latest entry mentions "[...]validateSessionLogin;Failed to validate the user" this means that the user you have logged into Moodle as does not exist in the database of users in Gong.
if the latest entry mentions "[...]validateSessionLogin;Failed to validate the user" this means that the user you have logged into Moodle as does not exist in the database of users in Gong.
<br><br>Easiest way to verify that this is the problem is to create a user in Gong admin with the same username and password as that in Moodle.


<br><br>
<br><br>

Revision as of 17:31, 18 August 2007

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)

    On the Gong server, check the log file error_<date>.log and verify the problem: if the latest entry mentions "[...]validateSessionLogin;Failed to validate the user" this means that the user you have logged into Moodle as does not exist in the database of users in Gong.

    Easiest way to verify that this is the problem is to create a user in Gong admin with the same username and password as that in Moodle.

  • "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.

References: