Forums | Mahara Community
Mahara/Moodle integration
/
Manage peer giving me an error
28 April 2013, 21:36
Hi all
I am able to add Mahara as a peer to my installation of Moodle but it throws up an error when I click on the services tab under manage peers. I am trying to set up SSO. The page keeps saying that the connection was reset. If I click on the services under all hosts it works. I am currently running Moodle and Mahara using XAMPP on Windows 8.
Any help would be greatly appreciated.
Tim
30 April 2013, 9:58
Hello Tim,
Is there an error code associated with it in the error log? Did you set up networking on Mahara as well? Did you follow the instructions on https://wiki.mahara.org/images/7/75/Mahoodle-updated-en.pdf ?
Cheers
Kristina
20 June 2013, 3:35
Hello Kristina,
I am having the exact same error, i.e. when opening the services tab under managing peers.
Networking is set up on Mahara and i followed the instructions exactly as in the .pdf that you linked.
I have Mahara and Moodle setup on an XAMPP server on Windows 7
Here are the logs generated in error.log from my apache server:
[Wed Jun 19 14:14:10.510372 2013] [mpm_winnt:notice] [pid 1940:tid 216] AH00428: Parent: child process exited with status 3221225477 -- Restarting.
[Wed Jun 19 14:14:13.725694 2013] [ssl:warn] [pid 1940:tid 216] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Jun 19 14:14:14.129734 2013] [mpm_winnt:notice] [pid 1940:tid 216] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Wed Jun 19 14:14:14.129734 2013] [mpm_winnt:notice] [pid 1940:tid 216] AH00456: Server built: Aug 18 2012 12:41:37
[Wed Jun 19 14:14:14.129734 2013] [core:notice] [pid 1940:tid 216] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Jun 19 14:14:14.177739 2013] [mpm_winnt:notice] [pid 1940:tid 216] AH00418: Parent: Created child process 1792
[Wed Jun 19 14:14:16.070928 2013] [ssl:warn] [pid 1792:tid 228] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Jun 19 14:14:16.137935 2013] [mpm_winnt:notice] [pid 1792:tid 228] AH00354: Child: Starting 150 worker threads.
And looking at the Windows event viewer i find an application error with this line:
Faulting application path: C:\xampp\apache\bin\httpd.exe
upon looking into the first line in the error.log, I find on google this thread:
http://www.apachelounge.com/viewtopic.php?t=4543
Which suggests adding these lines to the httpd.conf file:
AcceptFilter http none
EnableSendfile Off
EnableMMAP off
TraceEnable off
I did that but it didn´t seem to help at all.
A few google threads suggested this solution:
Copying the php5apache.dll, libmysql.dll files from php folder to apache/bin folder or to system32 folder..
I did both but to no avail.
If you know of a solution (or anything that might help) it would be highly appreciated :)
Best regards,
Halldór Kristjánsson