[Mono-list] XSP and Mod_Mono Server Problems
Jonathan Stowe
jns@gellyfish.com
Thu, 22 Jul 2004 15:33:53 +0100
On Thu, 2004-07-22 at 13: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?
Er, yes it is telling you quite clearly:
"Configuration file '/etc/mono/machine.config' could not be loaded"
is that file present and is it readable by the appropriate user - if it
isn't there is it somewhere else? If so you probably can make a
symlink.
/J\