[Mono-list] trouble with xsp/server

John johnp@totcon.com
Tue, 17 Dec 2002 00:52:12 -0500


I just jumped on board but I hope to help out as soon as I get myself up
to speed with things. I checked out the XSP module from cvs and
installed so I could start to check out what has been done for
system.web.. However, I cannot get the server to run. When running it
under mono I get the following error:

** (server.exe:24477): WARNING **: Failed to load library
libkernel32.dll.so (kernel32.dll): libkernel32.dll.so: cannot open
shared object file: No such file or directory

** (server.exe:24477): WARNING **: Failed to load library
libkernel32.dll.so (kernel32.dll): libkernel32.dll.so: cannot open
shared object file: No such file or directory
GC Warning: Finalization cycle involving 8173c40
Listening on port: 8080

Which when hit with a web browser generates the following:

Error
System.Web.HttpException: File does not exist
in <0x000c4> 00 System.Web.StaticFileHandler:ProcessRequest
(System.Web.HttpContext)
in <0x00193> 00 .ExecuteHandlerState:Execute ()
in <0x0005e> 00 .StateMachine:ExecuteState (IStateHandler,bool&)

I am using mono 0.17

I briefly tried to run the files under windows.. it threw IO exceptions
on looking for System.Web. In looking at the makefile it appears I can
compile it with debugging support for windows, and if that is the case I
may attempt to debug it to get more information. If I am missing
something obvious could someone please shed a little light :)  Thanks!

John Parrish