[Mono-devel-list] Solaris 9 mod_mo failure

Bob Meader bob at cci.net
Fri Jan 21 12:15:43 EST 2005


I am getting the following error message in Apache error log
while attempting to read XSP demo pages via http://127.0.0.1/demo.

[Fri Jan 21 09:06:03 2005] [notice] Apache/2.0.52 (Unix) DAV/2
mod_mono/1.0.5 configured -- resuming normal operations

Unhandled Exception: System.Net.Sockets.SocketException: Invalid arguments
in <0x009e8>
System.Net.Sockets.Socket:Select(System.Collections.IList,System.Collections
.IList,System.Collections.IList,int)
in <0x00f8> Mono.ASPNET.SocketPool:SelectRead ()
in <0x0068> Mono.ASPNET.ApplicationServer:RunServer ()
in <0x0008c> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void
()
[Fri Jan 21 09:06:18 2005] [notice] child pid 9984 exit signal Bus error
(10)
[Fri Jan 21 09:06:18 2005] [notice] child pid 9983 exit signal bus error
(10)

My httpd.conf lines added for mod-mono:
LoadModule mono_module /usr/loal/apache2/modules/mod_mono.so
Alias /demo "/usr/local/share/doc/xsp/test"
MonoApplications "/demo:/usr/local/share/doc/xsp/test"
<Location /demo>
  SetHandler mono
</Location>

XSP Webserver works fine.

I did see in prior postings about similiar error message with Solaris
and XSP Webserver.  The suggestion was to try CVS checkout of XSP.
I did a CVS checkout(01/20/05) of both XSP and mod_mono with same result.

Any Hints?








More information about the Mono-devel-list mailing list