Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

mod/gong/view: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Línia 19: Línia 19:
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>
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>


However, if Moodle board '''does exist''' and you still get this error, this can mean that ...
However, if Moodle board '''does exist''' and you still get this error, this can mean that the board name you used '''does not''' contain a forward slash ("/") which it '''must''' (Gong's Java code depends on it!)


</ul>
</ul>

Revisió del 18:14, 18 ago 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.

    However, if Moodle board does exist and you still get this error, this can mean that the board name you used does not contain a forward slash ("/") which it must (Gong's Java code depends on it!)

References: