[Mono-list] XSP server errors

Paul monolist@bestworldweb.homelinux.com
Sun, 27 Apr 2003 05:41:15 +1200


Hi,

I have done the make, make install on the XSP server and run 
the server in the test directory. This is the output:

[root@paulsmachine test]# mono server.exe

** (server.exe:15836): WARNING **: Shared memory sanity 
check failed.

** (server.exe:15836): WARNING **: Failed to attach shared 
memory! Falling back to non-shared handles
Listening on port: 8080
Root directory: /home/paulb/Documents/xsp-0.3/server/test
Virtual directory: /

Then when I point my browser to 127.0.0.1:8080 I get this 
error: 
---start error-----
Server Error in '/' Application
Compilation Error
Description: Error compiling a resource required to service 
this request. Review your source file and modify it to fix 
this error.

Error message:

Source File: /tmp/tmp74d18f8a.cs

(followed by the source file for a aspx file)
---end error----
When I click refresh I get this error:
----start error------


Error in '/' Application
Error
Description: Error processing request.

Error Message:

Stack Trace:

System.ApplicationException: Error compiling application 
file 
(/home/paulb/Documents/xsp-0.3/server/test/global.asax).
in <0x00097> 00 System.Web.HttpApplicationFactory:CompileApp 
(System.Web.HttpContext)
in <0x00031> 00 
System.Web.HttpApplicationFactory:InitializeFactory 
(System.Web.HttpContext)
in <0x00070> 00 
System.Web.HttpApplicationFactory:GetInstance 
(System.Web.HttpContext)
in <0x00154> 00 
System.Web.HttpRuntime:InternalExecuteRequest 
(System.Web.HttpWorkerRequest)

----end error ----------

What should I do? I am running Linux, the latest binary rpm 
of mono. XSP compiles fine.

Thanks 

Paul