Forum Problems Installing LAMS: Re: Moodle Lams Integration Error


 
Search: 

5: Re: Moodle Lams Integration Error
In response to 1 06/16/06 06:36 PM
[ Reply | Forward ]
The soap request from Moodle is timing out when trying to contact LAMS for the list of sequences. What's your integration setup like - LAMS and Moodle on the same server, or separate machines? Does this happen consistently, or only once? A spike in network activity could cause this error.

Can you check your LAMS access log in $JBOSS_HOME/server/default/log/localhost_access{today's date}.log - if the soap request from Moodle has reached it, there should be an entry such as

x.x.x.x - - [14/Jun/2006:15:01:47 10000] "GET /lams/services/LearningDesignService?wsdl HTTP/1.1" 200 4595
x.x.x.x - - [14/Jun/2006:15:01:47 10000] "POST /lams/services/LearningDesignService HTTP/1.1" 200 872

Another thing to try is to increase the timeout value in httpd.conf for Moodle. By default I think it is set to 3 minutes:
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

Posted by Jun-Dir Liew

Reply to first post on this page
Back to Problems Installing LAMS