[Pkg-mono-devel] mono-xsp: Process has not been started.
Chris Capon
abyss@pathcom.com
Thu, 10 Feb 2005 02:58:16 -0500
I am trying to get the xsp server to deliver pages. After installing
mono-xsp and monodoc-http, the error message below is returned to the
web browser.
When I try to install my own aspx pages (nice simple ones with only
HTML) I get the same error.
Here are the mono packages I have installed, all of them at the current
Debian testing level. All packages have been removed and reinstalled
again, but the problem remains.
mono-gac
mono-jay
mono-mcs
mono-utils
monodevelop
monodoc
monodoc-base
monodoc-browser
monodoc-http
monodoc-manual
mono-common
mono-jit
libmono0
mono-assemblies-arch
mono-assemblies-base
mono-xsp
This has also been tried under Apache using mono-apache-server but the
same error occurs with it too.
Is something else supposed to be started ahead of time? What process is
the message refering to?
Thanks in advance,
Chris.
Server error in '/monodoc' application
------------------------------------------------------------------------
*Description: *Error processing request.
*Error Message: *HTTP 500.
*Stack Trace: * ||
System.InvalidOperationException: Process has not been started.
in <0x0003b> System.Diagnostics.Process:get_ExitCode ()
in <0x00050> (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_ExitCode ()
in <0x002bd> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters,string[])
in <0x0044a> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
in <0x00050> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
in <0x00171> System.Web.Compilation.CachingCompiler:Compile (System.Web.Compilation.BaseCompiler)
in <0x002ea> System.Web.Compilation.BaseCompiler:GetCompiledType ()
in <0x00251> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x00036> System.Web.UI.PageParser:CompileIntoType ()
in <0x00018> System.Web.UI.TemplateControlParser:GetCompiledInstance ()
in <0x00050> System.Web.UI.PageParser:GetCompiledPageInstance (string,string,System.Web.HttpContext)
in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler (System.Web.HttpContext,string,string,string)
in <0x0034e> System.Web.HttpApplication:CreateHttpHandler (System.Web.HttpContext,string,string,string)
in <0x0011f> CreateHandlerState:Execute ()
in <0x00084> StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)