[Mono-bugs] [Bug 562207] New: Remoting dosn't work with 2.4.3
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Dec 10 10:54:44 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=562207
http://bugzilla.novell.com/show_bug.cgi?id=562207#c0
Summary: Remoting dosn't work with 2.4.3
Classification: Mono
Product: Mono: Runtime
Version: 2.4.x
Platform: All
OS/Version: Windows Server 2008 R2
Status: NEW
Severity: Critical
Priority: P5 - None
Component: remoting
AssignedTo: lluis at novell.com
ReportedBy: mailing at mono.developer.kr
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0
I attach a source code for to reproduce below.
c:\Projects\ConsoleApplication1\bin\Debug>mono ConsoleApplication1.exe
Running on Windows. (P:2)
Running with the Mono VM
Unhandled Exception: System.Xml.XmlException: 'xsi' is undeclared namespace.
Li
ne 2, position 54.
Server stack trace:
at Mono.Xml2.XmlTextReader.ReadStartTag () [0x00000]
at Mono.Xml2.XmlTextReader.ReadContent () [0x00000]
at Mono.Xml2.XmlTextReader.ReadContent () [0x00000]
at Mono.Xml2.XmlTextReader.Read () [0x00000]
at System.Xml.XmlTextReader.Read () [0x00000]
at System.Xml.XmlReader.ReadStartElement () [0x00000]
at System.Runtime.Serialization.Formatters.Soap.SoapReader.Deserialize
(System
IO.Stream inStream, ISoapMessage soapMessage) [0x00000]
at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize
(Sys
tem.IO.Stream serializationStream,
System.Runtime.Remoting.Messaging.HeaderHandl
er handler) [0x00000]
at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize
(Sys
tem.IO.Stream serializationStream) [0x00000]
at System.Runtime.Remoting.Channels.SoapServerFormatterSink.ProcessMessage
(IS
erverChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders
requestH
eaders, System.IO.Stream requestStream, IMessage& responseMsg,
ITransportHeaders
& responseHeaders, System.IO.Stream& responseStream) [0x00000]
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(System.Runtime.Rem
oting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc,
System.Object[]
& out_args) [0x00000]
c:\Projects\ConsoleApplication1\bin\Debug>mono ConsoleApplication1.exe
Running on Windows. (P:2)
Running with the Mono VM
^C
c:\Projects\ConsoleApplication1\bin\Debug>mono ConsoleApplication1.exe
Running on Windows. (P:2)
Running with the Mono VM
Unhandled Exception: System.Net.WebException: The remote server returned an
erro
r: (400) Bad Request.
at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult
resul
t) [0x00000]
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData
dat
a) [0x00000]
c:\Projects\ConsoleApplication1\bin\Debug>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Always happened, both windows and linux.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list