[Mono-bugs] [Bug 461667] New: SocketException when logging into Graffiti CMS
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 22 12:53:41 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=461667
Summary: SocketException when logging into Graffiti CMS
Product: Mono: Class Libraries
Version: 2.2.x
Platform: i586
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: twiest at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Description of Problem:
When logging into Graffiti CMS, I get a SocketException in the xsp command
prompt window (see below).
This however doesn't seem to affect graffiti at all (thus the severity of the
bug is just normal).
This was found in Mono 2.2p3.
Steps to reproduce the problem:
1. Unzip the graffiti zip file
2. Run xsp inside the Graffiti\Web directory
3. Access the graffiti web page
4. login as admin (this exception occurs if you login as any user)
5. notice the error on the xsp command prompt
Actual Results:
Peer unexpectedly closed the connection on write. Closing our end.
System.IO.IOException: Write failure ---> System.Net.Sockets.SocketException:
An
existing connection was forcibly closed by the remote host.
at System.Net.Sockets.Socket.Send (System.Byte[] buf, Int32 offset, Int32
size
, SocketFlags flags) [0x00000]
at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32
offset,
Int32 size) [0x00000]
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32
offset,
Int32 size) [0x00000]
at Mono.WebServer.XSPWorker.Write (System.Byte[] buffer, Int32 position,
Int32
size) [0x00000]
Peer unexpectedly closed the connection on write. Closing our end.
System.ObjectDisposedException: The object was used after being disposed.
at System.Net.Sockets.NetworkStream.CheckDisposed () [0x00000]
at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32
offset,
Int32 size) [0x00000]
at Mono.WebServer.XSPWorker.Write (System.Byte[] buffer, Int32 position,
Int32
size) [0x00000]
Peer unexpectedly closed the connection on write. Closing our end.
System.ObjectDisposedException: The object was used after being disposed.
at System.Net.Sockets.NetworkStream.CheckDisposed () [0x00000]
at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32
offset,
Int32 size) [0x00000]
at Mono.WebServer.XSPWorker.Write (System.Byte[] buffer, Int32 position,
Int32
size) [0x00000]
Expected Results:
No error.
How often does this happen?
Every time.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list