[Mono-bugs] [Bug 522631] after heavy load, mod-mono server stops serving asmx based requests

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jul 16 09:31:10 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=522631

User mhabersack at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=522631#c2


Marek Habersack <mhabersack at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
      Info Provider|                            |kuanil at novell.com




--- Comment #2 from Marek Habersack <mhabersack at novell.com>  2009-07-16 07:31:09 MDT ---
Anil, I'm sorry, but the attached error log contains no exceptions and no
information useful in solving the issue. From looking at the source code, the
issue can be caused by POST SOAP requests which don't originate from local
addresses (that is, addresses for which HttpContext.Current.Request.IsLocal
returns false). You might want to modify WebServiceHandlerFactory source code
(the GetHandler method) to print the guessed protocol, the value of
HttpContext.Current.Request.IsLocal, the IP address - in general, the context
which leads to the exception being thrown. After that wait for exceptions to
occur and find the relevant part of the error log which includes the exception
itself and the above data printed just before it occurs (make sure that
mod_mono is compiled with debugging enabled, that the compilation section in
web.config enables debugging and the apache virtual host has the MonoDebug
directive enabled for the correct server backend alias.
Once you have that data, please attach it here and reopen the bug.

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