[Mono-bugs] [Bug 79736][Cri] New - System.TypeInitializationException when reading config file

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 25 00:09:58 EDT 2006


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 xumuk at ngs.ru.

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

--- shadow/79736	2006-10-25 00:09:58.000000000 -0400
+++ shadow/79736.tmp.19202	2006-10-25 00:09:58.000000000 -0400
@@ -0,0 +1,79 @@
+Bug#: 79736
+Product: Mono: Runtime
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: xumuk at ngs.ru               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.TypeInitializationException when reading config file
+
+version 1.1.17.1,
+Description of Problem:
+I get Exception diring config  file reading. I can not figure out when it begun
+System.TypeInitializationException: An exception was thrown by the type
+initializer for System.Xml.Serialization.XmlSer)
+  at System.Configuration.ConfigurationData.ThrowException (System.String
+text, System.Xml.XmlTextReader reader) [0x000
+  at System.Configuration.ConfigurationData.ReadSection
+(System.Xml.XmlTextReader reader, System.String sectionName) [0
+  at System.Configuration.ConfigurationData.ReadSections
+(System.Xml.XmlTextReader reader, System.String configSection)
+  at System.Configuration.ConfigurationData.ReadSectionGroup
+(System.Xml.XmlTextReader reader, System.String configSect
+  at System.Configuration.ConfigurationData.ReadSections
+(System.Xml.XmlTextReader reader, System.String configSection)
+  at System.Configuration.ConfigurationData.ReadConfigFile
+(System.Xml.XmlTextReader reader) [0x00000]
+  at System.Configuration.ConfigurationData.Load (System.String fileName)
+[0x00000] --- End of inner exception stack tr-
+
+  at <0x00000> <unknown method>
+  at System.Web.Services.Protocols.TypeStubInfo.Initialize () [0x00000]
+  at System.Web.Services.Protocols.LogicalTypeInfo.CreateTypeStubInfo
+(System.Type type) [0x00000]
+  at System.Web.Services.Protocols.LogicalTypeInfo.GetTypeStub
+(System.String protocolName) [0x00000]
+  at System.Web.Services.Protocols.TypeStubManager.GetTypeStub (System.Type
+t, System.String protocolName) [0x00000]
+  at System.Web.Services.Protocols.SoapHttpClientProtocol..ctor () [0x00000]
+  at SoapServer.Auth.Authentication..ctor () [0x00000]
+  at (wrapper remoting-invoke-with-check)
+SoapServer.Auth.Authentication:.ctor ()
+  at SoapServer.SoapServer.ExecuteOpenAPI (System.String content,
+System.String serverAddr, SoapServer.IOHelper logger,
+  at SoapServer.SoapServer.ReadCallback (IAsyncResult ar) [0x00000]
+
+Steps to reproduce the problem:
+1. Get attached sources, compile
+2. run the program
+3. telnet to host 9995
+4. send this: <?xml version="1.0" encoding="utf-8"?>
+<commands
+testid="116168548080"><execution_info><atef_user_email>email at host.com</atef_user_email><host_login>administrator</host_login><host_passwd>pass</host_passwd><plesk_login>admin</plesk_login><plesk_passwd>pass</plesk_passwd><server_addr>127.0.0.1</server_addr><executor>pleskdotnet</executor></execution_info><action><Client
+id="1">
+		<Create>
+			<Login>vjwm4y</Login>
+			<Password>qweqwe</Password>
+			<PersonalName>vjwm4y</PersonalName>
+<SecurityGroupId>07ee5c9e-22ac-42b9-a52e-6d79a75b3971</SecurityGroupId>
+			<save_result save_variable="ClientId"/>
+		</Create>
+	</Client></action></commands>
+
+Actual Results:
+Exception
+
+Expected Results:
+normal work
+
+How often does this happen? 
+always


More information about the mono-bugs mailing list