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

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=522631#c2


Marek Habersack <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
      Info Provider|                            |[email protected]




--- Comment #2 from Marek Habersack <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to