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

mod/gong/view: Difference between revisions

From MoodleDocs
m (Bad configuration)
 
(Troubleshooting GongAuthenticationServer errors)
Line 1: Line 1:
Error "Cannot connect to Gong Server via Gong Server Authentication Port: xxxx" (where xxxx is usually 8001 unless you've fiddled with it)
Troubleshooting:


Possible causes:
Error "Cannot connect to Gong Server via Gong Server Authentication Port: xxxx" (where xxxx is 8001 by default) 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 so that the Gong server will listen for any authentication connection from the Gong Moodle module. You will need to restart the Gong Server for changes to take effect. '''Note''': 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.

Revision as of 15:40, 18 August 2007

Troubleshooting:

Error "Cannot connect to Gong Server via Gong Server Authentication Port: xxxx" (where xxxx is 8001 by default) can also be caused by not setting the "Auth.AccessList" parameter in the gongServer.ini to the FQDN/IP address of the Moodle server so that the Gong server will listen for any authentication connection from the Gong Moodle module. You will need to restart the Gong Server for changes to take effect. Note: 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.