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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76970 --- shadow/76970 2005-12-12 08:36:03.000000000 -0500 +++ shadow/76970.tmp.25043 2005-12-12 08:36:03.000000000 -0500 @@ -0,0 +1,127 @@ +Bug#: 76970 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Gentoo Linux (kernel 2.6.12-gentoo-r4) +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Summary: xsp crashes when application first starts + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +When I starts web application in xsp, application crashes with next stacktrace: + +System.Runtime.Remoting.RemotingException: Configuration file +'/etc/mono/1.0/machine.config' could not be loaded: Error in element +channel: Element channel not allowed in this context ---> +System.Runtime.Remoting.RemotingException: Error in element channel: +Element channel not allowed in this context ---> +System.Runtime.Remoting.RemotingException: Element channel not allowed in +this context +in [0x0003f] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:412) +System.Runtime.Remoting.ConfigHandler:ValidatePath (System.String element, +System.String[] paths) +in [0x000dd] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:470) +System.Runtime.Remoting.ConfigHandler:ParseElement (System.String name, +IAttrList attrs) +in [0x00018] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:435) +System.Runtime.Remoting.ConfigHandler:OnStartElement (System.String name, +IAttrList attrs)--- End of inner exception stack trace --- + +in [0x0005b] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:440) +System.Runtime.Remoting.ConfigHandler:OnStartElement (System.String name, +IAttrList attrs) +in [0x00262] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/Mono.Xml/SmallXmlParser.cs:441) +Mono.Xml.SmallXmlParser:ReadContent () +in [0x0001b] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/Mono.Xml/SmallXmlParser.cs:347) +Mono.Xml.SmallXmlParser:Parse (System.IO.TextReader input, IContentHandler +handler) +in [0x00017] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:124) +System.Runtime.Remoting.RemotingConfiguration:ReadConfigFile (System.String +filename)--- End of inner exception stack trace --- + +in [0x00050] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:129) +System.Runtime.Remoting.RemotingConfiguration:ReadConfigFile (System.String +filename) +in [0x0001b] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/corlib/System.Runtime.Remoting/RemotingConfiguration.cs:108) +System.Runtime.Remoting.RemotingConfiguration:Configure (System.String +filename) +in [0x00163] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.Configuration/WebConfigurationSettings.cs:249) +System.Web.Configuration.WebDefaultConfig:GetConfigFromFileName +(System.String filepath, System.Web.HttpContext context) +in [0x00016] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.Configuration/WebConfigurationSettings.cs:194) +System.Web.Configuration.WebDefaultConfig:GetConfig (System.String +sectionName, System.Web.HttpContext context) +in [0x00007] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.Configuration/WebConfigurationSettings.cs:113) +System.Web.Configuration.WebConfigurationSettings:GetConfig (System.String +sectionName, System.Web.HttpContext context) +in [0x00002] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web/HttpContext.cs:327) +System.Web.HttpContext:GetConfig (System.String name) +in [0x0001b] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.Configuration/CompilationConfiguration.cs:82) +System.Web.Configuration.CompilationConfiguration:GetInstance +(System.Web.HttpContext context) +in [0x00013] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/BaseParser.cs:144) +System.Web.UI.BaseParser:get_CompilationConfig () +in [0x00101] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/TemplateParser.cs:91) +System.Web.UI.TemplateParser:.ctor () +in [0x00001] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/ApplicationFileParser.cs:44) +System.Web.UI.ApplicationFileParser:.ctor (System.String fname, +System.Web.HttpContext context) +in [0x00002] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/ApplicationFileParser.cs:56) +System.Web.UI.ApplicationFileParser:GetCompiledApplicationType +(System.String inputFile, System.Web.HttpContext context) +in [0x0005b] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web/HttpApplicationFactory.cs:373) +System.Web.HttpApplicationFactory:InitType (System.Web.HttpContext context) +in [0x0001c] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web/HttpApplicationFactory.cs:405) +System.Web.HttpApplicationFactory:GetApplication (System.Web.HttpContext +context) +in [0x00017] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web/HttpRuntime.cs:242) +System.Web.HttpRuntime:RealProcessRequest (System.Object o) + +Steps to reproduce the problem: +1. +2. +3. + +Actual Results: +Application hangs. + + + +Expected Results: +Application runs normally. + +How often does this happen? +Every first application load. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
