[Mono-bugs] [Bug 76586][Maj] New - MONO_USE_MANAGED_COLLATION=yes causes XML parsing error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 29 02:29:22 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sk68 at cornell.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=76586

--- shadow/76586	2005-10-29 02:29:22.000000000 -0400
+++ shadow/76586.tmp.1310	2005-10-29 02:29:22.000000000 -0400
@@ -0,0 +1,112 @@
+Bug#: 76586
+Product: Mono: Runtime
+Version: 1.1
+OS: unknown
+OS Details: Debian 3.1 Sarge
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: remoting
+AssignedTo: lluis at ximian.com                            
+ReportedBy: sk68 at cornell.edu               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MONO_USE_MANAGED_COLLATION=yes causes XML parsing error
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Turning on the environment variable MONO_USE_MANAGED_COLLATION=yes causes 
+Mono 1.1.9.2 / xsp-1.1.9.2 to throw a RemotingException while loading 
+machine.config
+
+Steps to reproduce the problem:
+1. export MONO_USE_MANAGED_COLLATION=yes
+2. run xsp
+
+Actual Results:
+=========================================================================
+Hit Return to stop the server.
+System.Runtime.Remoting.RemotingException: Configuration 
+file '/usr/local/etc/mono/1.0/machine.config' could not be loaded: Error 
+in element application: Element application not allowed in this context
+
+Server stack trace:
+in <0x0011c> System.Runtime.Remoting.RemotingConfiguration:ReadConfigFile 
+(System.String filename)
+in <0x00037> System.Runtime.Remoting.RemotingConfiguration:Configure 
+(System.String filename)
+in <0x002b6> 
+System.Web.Configuration.WebDefaultConfig:GetConfigFromFileName 
+(System.String filepath, System.Web.HttpContext context)
+in <0x00210> 
+System.Web.Configuration.WebDefaultConfig:GetConfigFromFileName 
+(System.String filepath, System.Web.HttpContext context)
+in <0x00210> 
+System.Web.Configuration.WebDefaultConfig:GetConfigFromFileName 
+(System.String filepath, System.Web.HttpContext context)
+in <0x00210> 
+System.Web.Configuration.WebDefaultConfig:GetConfigFromFileName 
+(System.String filepath, System.Web.HttpContext context)
+in <0x00210> 
+System.Web.Configuration.WebDefaultConfig:GetConfigFromFileName 
+(System.String filepath, System.Web.HttpContext context)
+in <0x00041> System.Web.Configuration.WebDefaultConfig:GetConfig 
+(System.String sectionName, System.Web.HttpContext context)
+in <0x00022> System.Web.Configuration.WebDefaultConfig:GetConfig 
+(System.String sectionName)
+in <0x0001a> System.Configuration.ConfigurationSettings:GetConfig 
+(System.String sectionName)
+in <0x0000d> System.Web.HttpContext:GetAppConfig (System.String name)
+in <0x00043> System.Web.HttpApplication:InitOnce (Boolean full_init)
+in <0x00011> System.Web.HttpApplication:Start (System.Object x)
+in <0x00067> 
+System.Web.HttpApplication:System.Web.IHttpAsyncHandler.BeginProcessRequest
+ (System.Web.HttpContext context, System.AsyncCallback cb, System.Object 
+extraData)
+in <0x001ab> System.Web.HttpRuntime:RealProcessRequest (System.Object o)
+in <0x00026> System.Web.HttpRuntime:ProcessRequest 
+(System.Web.HttpWorkerRequest wr)
+in <0x0000a> Mono.WebServer.MonoWorkerRequest:ProcessRequest ()
+in <0x00043> Mono.WebServer.BaseApplicationHost:ProcessRequest 
+(Mono.WebServer.MonoWorkerRequest mwr)
+in <0x0037f> Mono.WebServer.XSPApplicationHost:ProcessRequest (Int32 
+reqId, Int64 localEPAddr, Int32 localEPPort, Int64 remoteEPAdds, Int32 
+remoteEPPort, System.String verb, System.String path, System.String 
+queryString, System.String protocol, System.Byte[] inputBuffer, 
+System.String redirect, IntPtr socket, Mono.WebServer.SslInformations ssl)
+in (wrapper remoting-invoke-with-check) 
+Mono.WebServer.XSPApplicationHost:ProcessRequest 
+(int,long,int,long,int,string,string,string,string,byte
+[],string,intptr,Mono.WebServer.SslInformations)
+in (wrapper xdomain-dispatch) 
+Mono.WebServer.XSPApplicationHost:ProcessRequest (object,byte[]&,byte[]
+&,int,long,int,long,int,string,string,string,string,byte[],string)
+
+Exception rethrown at [0]:
+
+in (wrapper xdomain-invoke) 
+Mono.WebServer.XSPApplicationHost:ProcessRequest 
+(int,long,int,long,int,string,string,string,string,byte
+[],string,intptr,Mono.WebServer.SslInformations)
+in (wrapper remoting-invoke-with-check) 
+Mono.WebServer.XSPApplicationHost:ProcessRequest 
+(int,long,int,long,int,string,string,string,string,byte
+[],string,intptr,Mono.WebServer.SslInformations)
+in <0x00563> Mono.WebServer.XSPWorker:InnerRun (System.Object state)
+in <0x00022> Mono.WebServer.XSPWorker:Run (System.Object state)
+=========================================================================
+
+Expected Results:
+No Exceptions
+
+How often does this happen? 
+always
+
+Additional Information:
+I am trying to use EUC-KR, which is supported in the OS.  I doubt this has 
+any relevance to this bug, though, just a FYI.  Any EUC-KR support in Mono?


More information about the mono-bugs mailing list