[Mono-list] A Problem with XSP

Filip Brčić brcha@users.sourceforge.net
Fri, 20 Feb 2004 16:50:40 +0100


--=-D14vtTiEg09aMrV1hAdN
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi!
I am building some web service using Ximian Mono.NET (0.29). After a
system crash, I get a problem with running xsp. And the problem is not
related only to my web service, but to every asp site ran by xsp
(including the included test pages). In particular, I get the following
error when I point my browser to localhost:8080:

        System.ComponentModel.Win32Exception: Some sort of w32 error occurred: 0
        in <0x00308> System.Diagnostics.Process:Start_common (System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process)
        in <0x00016> System.Diagnostics.Process:Start ()
        in <0x0005d> (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
        in <0x001fd> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters,string[],bool)
        in <0x00305> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
        in <0x00059> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
        in <0x00130> System.Web.Compilation.CachingCompiler:Compile (System.Web.Compilation.BaseCompiler)
        in <0x00259> System.Web.Compilation.BaseCompiler:GetCompiledType ()
        in <0x0012d> System.Web.Compilation.AspGenerator:GetCompiledType ()
        in <0x0003b> System.Web.UI.PageParser:CompileIntoType ()
        in <0x0001e> System.Web.UI.TemplateControlParser:GetCompiledInstance ()
        in <0x0004a> System.Web.UI.PageParser:GetCompiledPageInstance (string,string,System.Web.HttpContext)
        in <0x00013> System.Web.UI.PageHandlerFactory:GetHandler (System.Web.HttpContext,string,string,string)
        in <0x001aa> System.Web.HttpApplication:CreateHttpHandler (System.Web.HttpContext,string,string,string)
        in <0x0011f> .CreateHandlerState:Execute ()
        in <0x00076> .StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)

I have recompiled the whole mono suite several times with different
options but nothing happens. Now I am running mono with
--disable-shared-handles options (in configure), but before I did that I
got the error that sounded something like this: "cannot load shared
libraries, falling back to static". I realy don't know what is the
problem. I suspect that the system crash did something to some library
that is being used by mono, but I haven't got a clue which one it is
(all the other programs work just fine). I can reinstall that library,
but I would like to know which one (or at least a clue that would help
me find out which libraries to reinstall), because I wouldn't like to
reinstall the whole system.

Thanx in advance
Filip

PS: Please, include me in reply, because I am not on the list :)
-- 
Filip Brcic <brcha@users.sourceforge.net>
WWWeb:  serbianc.sourceforge.net
Jabber: brcha@elitesecurity.org
ICQ#    40994923

--=-D14vtTiEg09aMrV1hAdN
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
Hi!<BR>
I am building some web service using Ximian Mono.NET (0.29). After a system crash, I get a problem with running xsp. And the problem is not related only to my web service, but to every asp site ran by xsp (including the included test pages). In particular, I get the following error when I point my browser to localhost:8080:
<BLOCKQUOTE>
<PRE>System.ComponentModel.Win32Exception: Some sort of w32 error occurred: 0
in &lt;0x00308&gt; System.Diagnostics.Process:Start_common (System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process)
in &lt;0x00016&gt; System.Diagnostics.Process:Start ()
in &lt;0x0005d&gt; (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
in &lt;0x001fd&gt; Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters,string[],bool)
in &lt;0x00305&gt; Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
in &lt;0x00059&gt; Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
in &lt;0x00130&gt; System.Web.Compilation.CachingCompiler:Compile (System.Web.Compilation.BaseCompiler)
in &lt;0x00259&gt; System.Web.Compilation.BaseCompiler:GetCompiledType ()
in &lt;0x0012d&gt; System.Web.Compilation.AspGenerator:GetCompiledType ()
in &lt;0x0003b&gt; System.Web.UI.PageParser:CompileIntoType ()
in &lt;0x0001e&gt; System.Web.UI.TemplateControlParser:GetCompiledInstance ()
in &lt;0x0004a&gt; System.Web.UI.PageParser:GetCompiledPageInstance (string,string,System.Web.HttpContext)
in &lt;0x00013&gt; System.Web.UI.PageHandlerFactory:GetHandler (System.Web.HttpContext,string,string,string)
in &lt;0x001aa&gt; System.Web.HttpApplication:CreateHttpHandler (System.Web.HttpContext,string,string,string)
in &lt;0x0011f&gt; .CreateHandlerState:Execute ()
in &lt;0x00076&gt; .StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&amp;)</PRE>
</BLOCKQUOTE>
I have recompiled the whole mono suite several times with different options but nothing happens. Now I am running mono with --disable-shared-handles options (in configure), but before I did that I got the error that sounded something like this: &quot;cannot load shared libraries, falling back to static&quot;. I realy don't know what is the problem. I suspect that the system crash did something to some library that is being used by mono, but I haven't got a clue which one it is (all the other programs work just fine). I can reinstall that library, but I would like to know which one (or at least a clue that would help me find out which libraries to reinstall), because I wouldn't like to reinstall the whole system.<BR>
<BR>
Thanx in advance<BR>
Filip<BR>
<BR>
PS: Please, include me in reply, because I am not on the list :)<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>-- 
Filip Brcic &lt;brcha@users.sourceforge.net&gt;
WWWeb:  serbianc.sourceforge.net
Jabber: brcha@elitesecurity.org
ICQ#    40994923</PRE>
</TD>
</TR>
</TABLE>

</BODY>
</HTML>

--=-D14vtTiEg09aMrV1hAdN--