[Mono-list] Mod_mon Error

Collin Goredema collin.gore@verizon.net
12 May 2003 19:40:23 -0700


Can someone help me out? I am trying to run ASP.NET pages on Apache 2
and RedHat Linux 9.0 with mod_mon and mono 0.24. This is the error I
get:

System.ComponentModel.Win32Exception: Cannot find the specified file
in <0x00329> 00 System.Diagnostics.Process:Start_common (System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process)
in <0x00017> 00 System.Diagnostics.Process:Start ()
in <0x0005e> 08 System.Diagnostics.Process:Start ()
in <0x001f0> 00 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters,string[])
in <0x00365> 00 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
in <0x00066> 00 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
in <0x0013b> 00 System.Web.Compilation.CachingCompiler:Compile (System.Web.Compilation.BaseCompiler)
in <0x00076> 00 System.Web.Compilation.BaseCompiler:GetCompiledType ()
in <0x00177> 00 System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x00071> 00 System.Web.UI.ApplicationFileParser:GetCompiledApplicationType (string,System.Web.HttpContext)
in <0x00039> 00 System.Web.HttpApplicationFactory:CompileApp (System.Web.HttpContext)
in <0x00031> 00 System.Web.HttpApplicationFactory:InitializeFactory (System.Web.HttpContext)
in <0x0007e> 00 System.Web.HttpApplicationFactory:GetInstance (System.Web.HttpContext)
in <0x0015c> 00 System.Web.HttpRuntime:InternalExecuteRequest (System.Web.HttpWorkerRequest)

In the Apache error log I get the following:

** (process:1671): CRITICAL **: : shared file [/.wapi/shared_data-0] open error: Permission denied

** (process:1671): WARNING **: Failed to attach shared memory! Falling back to non-shared handles
"error_log" 98L, 5997C


Thank you.