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
 
(15 intermediate revisions by one other user not shown)
Line 4: Line 4:


<li>"Cannot connect to Gong Server via Gong Server Authentication Port: xxxx" (where xxxx is 8001 by default)<br><br>
<li>"Cannot connect to Gong Server via Gong Server Authentication Port: xxxx" (where xxxx is 8001 by default)<br><br>
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 [http://en.wikipedia.org/wiki/FQDN FQDN]/[http://en.wikipedia.org/wiki/IP_address IP address] of the Moodle server which enables the Gong server to listen for any authentication connections from the Gong Moodle module. '''Note:'''<ol>
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 [http://en.wikipedia.org/wiki/Domain_name domain name]/[http://en.wikipedia.org/wiki/IP_address IP address] of the Moodle server which enables the Gong server to listen for any authentication connections from the Gong Moodle module. '''Note:'''<ol>
<li>You will need to restart the Gong Server for changes to take effect.
<li>You will need to restart the Gong Server for changes to take effect.
<li>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.
<li>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.
</ol>
</ol>
<br>
<li>"Incorrect user parameters. Please contact your web administrator for more information" (inside a blue box; designates the Gong applet).<br><br>
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.


<br><br>
<br><br>
<li>"Incorrect user parameters. Please contact your web administrator for more information" (inside a blue box; designates the Gong applet)<br><br>
<li>"Incorrect board parameters. Please contact your web administrator for more information" (inside a blue box; designates the Gong applet).<br><br>
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.
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.<br><br>


<br><br>
If the Moodle board '''does exist''' and you still get this error, check if:<br>
<li>"Board name cannot be empty"<br><br>
<ul>
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.
<li>The name of the "Gong base path" '''does not''' contain a forward slash ("/") - it '''must'''
<li>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').
</ul>


</ul>
</ul>
Line 23: Line 30:


<ul>
<ul>
<li>http://moodle.org/mod/forum/discuss.php?d=50418
<li>http://gong.ust.hk/moodle_inst.html (Instructions for Integrating Gong with Moodle)
<li>http://moodle.org/mod/forum/discuss.php?d=73751
<li>http://gong.ust.hk/doc_faq.html#moodle_questions (Gong FAQ concerning Moodle)
<li>http://moodle.org/mod/forum/discuss.php?d=50418 (Gong Module for Moodle Forum)
<li>http://moodle.org/mod/forum/discuss.php?d=73751 (Gong Integration with Moodle)
</ul>
</ul>

Latest revision as of 05:52, 22 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).

    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: