[Mono-bugs] [Bug 667283] New: SpecifiedPickupDirectory doesn't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 26 08:21:04 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=667283

https://bugzilla.novell.com/show_bug.cgi?id=667283#c0


           Summary: SpecifiedPickupDirectory doesn't work
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: x86
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: a.cailliau at ac-graphic.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=410479)
 --> (http://bugzilla.novell.com/attachment.cgi?id=410479)
The project

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US)
AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.642.2 Safari/534.16

The given example in the book Pro ASP.NET MVC 2 Framework fails on
SpecifiedPickupDirectory configuration. 

Reproducible: Always

Steps to Reproduce:
1. Load the project
2. Launch the project
3. Click on RSVP Now
4. Fill fields
5. Click on "Submit RSVP"
Actual Results:  
System.Net.Sockets.SocketException
No such host is known

Description: HTTP 500.Error processing request.
Details: Non-web exception. Exception origin (name of application or object):
System.
Exception stack trace:
  at System.Net.Dns.hostent_to_IPHostEntry (System.String h_name,
System.String[] h_aliases, System.String[] h_addrlist) [0x00082] in
/Users/acailliau/mono/mcs/class/System/System.Net/Dns.cs:217 
  at System.Net.Dns.GetHostByName (System.String hostName) [0x0002f] in
/Users/acailliau/mono/mcs/class/System/System.Net/Dns.cs:379 
  at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00061] in
/Users/acailliau/mono/mcs/class/System/System.Net/Dns.cs:306 
  at System.Net.Dns.GetHostAddresses (System.String hostNameOrAddress)
[0x00065] in /Users/acailliau/mono/mcs/class/System/System.Net/Dns.cs:342 
  at System.Net.Sockets.TcpClient.Connect (System.String hostname, Int32 port)
[0x00000] in
/Users/acailliau/mono/mcs/class/System/System.Net.Sockets/TcpClient.cs:317 
  at System.Net.Sockets.TcpClient..ctor (System.String hostname, Int32 port)
[0x00006] in
/Users/acailliau/mono/mcs/class/System/System.Net.Sockets/TcpClient.cs:102 
  at System.Net.Mail.SmtpClient.SendInternal (System.Net.Mail.MailMessage
message) [0x00006] in
/Users/acailliau/mono/mcs/class/System/System.Net.Mail/SmtpClient.cs:491 
  at System.Net.Mail.SmtpClient.Send (System.Net.Mail.MailMessage message)
[0x0009c] in
/Users/acailliau/mono/mcs/class/System/System.Net.Mail/SmtpClient.cs:472 

Expected Results:  
Placing the mail in /tmp folder.

-- 
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