[Mono-list] XSP and Mod_Mono Server Problems

Lluis Sanchez lluis@ximian.com
Thu, 22 Jul 2004 14:24:23 +0200


On dj, 2004-07-22 at 14:08, Biju Arjunan wrote:
> I have installed Mono1.0 on Redhat Fedora Core 1,MonoDevelop, C# complilers etc are working fine, but when I tried to make xsp or mod_mono ready for developing webservices I am  facing the following problems.
> 
> Prob No 1
> --------------
>  
> I started the XSP server, but when going to htt://localhost::8081/ (I statred the XSP server for listening on port 8081) I am getting the following error.
> Description: Error processing request.
>  
> Error Message: HTTP 500.
>  
> Stack Trace:
>  
> System.Runtime.Remoting.RemotingException: Configuration file '/etc/mono/machine.config' could not be loaded: Type 'System.Runtime.Remoting.Channels.Http.HttpClientChannel, System.Runtime.Remoting, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' not found
> in <0x00110> System.Runtime.Remoting.RemotingConfiguration:ReadConfigFile (string)
> in <0x00043> System.Runtime.Remoting.RemotingConfiguration:Configure (string)
> in <0x00367> System.Web.Configuration.WebDefaultConfig:GetConfigFromFileName (string,System.Web.HttpContext)
> in <0x00055> System.Web.Configuration.WebDefaultConfig:GetConfig (string,System.Web.HttpContext)
> in <0x00030> System.Web.Configuration.WebDefaultConfig:GetConfig (string)
> in <0x00016> System.Web.Configuration.WebConfigurationSettings:GetConfig (string)
> in <0x0000b> System.Web.HttpContext:GetAppConfig (string)
> in <0x0003a> System.Web.TraceManager:.ctor ()
> in <0x0004c> System.Web.HttpRuntimenFirstRequestStart (System.Web.HttpContext)
>  
> Any idea what is the problem?

The problem is that XSP is not finding the System.Runtime.Remoting
assembly. Do you have it installed?

>  
> Prob No 2 (mod_mon server)
> -----------------------------------
> I installed the mod_mon_server from the rpm but I cann't find  any shared library associated with mod_mo_server as a result of it the LoadModule is failing.
>  
> Quick reply appreciated
> 
> Thanks, 
> Biju A