зеркало из https://github.com/mono/mail-archives.git
121 строка
5.3 KiB
HTML
121 строка
5.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 620411] RewritePath crashes with an unidentified null reference exeption in PostAcquireRequestState
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20620411%5D%20RewritePath%20crashes%20with%20an%20unidentified%0A%20null%20reference%20exeption%20in%20PostAcquireRequestState&In-Reply-To=bug-620411-28286%40http.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="102009.html">
|
|
<LINK REL="Next" HREF="102019.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 620411] RewritePath crashes with an unidentified null reference exeption in PostAcquireRequestState</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20620411%5D%20RewritePath%20crashes%20with%20an%20unidentified%0A%20null%20reference%20exeption%20in%20PostAcquireRequestState&In-Reply-To=bug-620411-28286%40http.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 620411] RewritePath crashes with an unidentified null reference exeption in PostAcquireRequestState">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Thu Jul 8 05:22:30 EDT 2010</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="102009.html">[Mono-bugs] [Bug 620411] RewritePath crashes with an unidentified null reference exeption in PostAcquireRequestState
|
|
</A></li>
|
|
<LI>Next message: <A HREF="102019.html">[Mono-bugs] [Bug 620411] RewritePath crashes with an unidentified null reference exeption in PostAcquireRequestState
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#102018">[ date ]</a>
|
|
<a href="thread.html#102018">[ thread ]</a>
|
|
<a href="subject.html#102018">[ subject ]</a>
|
|
<a href="author.html#102018">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=620411">http://bugzilla.novell.com/show_bug.cgi?id=620411</A>
|
|
|
|
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=620411#c4">http://bugzilla.novell.com/show_bug.cgi?id=620411#c4</A>
|
|
|
|
|
|
Stefan Winkler <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">s.winkler at studdex.com</A>> changed:
|
|
|
|
What |Removed |Added
|
|
----------------------------------------------------------------------------
|
|
Status|NEEDINFO |NEW
|
|
InfoProvider|<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">s.winkler at studdex.com</A> |
|
|
|
|
--- Comment #4 from Stefan Winkler <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">s.winkler at studdex.com</A>> 2010-07-08 09:22:29 UTC ---
|
|
Oh yeah, sorry about that. Debugging was enabled in web.config but apparently
|
|
the mod_mono configuration option for debugging wasn't enabled on our test
|
|
server. I contacted the server administrator and he enabled it. Unfortunately,
|
|
the first part of the stack trace still refuses to give away a line number, but
|
|
rest looks better now. So here is the complete error information:
|
|
|
|
Server Error in '/' Application
|
|
Object reference not set to an instance of an object
|
|
|
|
Description: HTTP 500. Error processing request.
|
|
|
|
Stack Trace:
|
|
|
|
System.NullReferenceException: Object reference not set to an instance of an
|
|
object
|
|
at System.Web.Handlers.ScriptModule.PostAcquireRequestState (System.Object
|
|
sender, System.EventArgs e) [0x00000] in <filename unknown>:0
|
|
at System.Web.HttpApplication+<RunHooks>c__Iterator1.MoveNext () [0x001aa] in
|
|
/usr/src/packages/BUILD/mono-2.6.4/mcs/class/System.Web/System.Web/HttpApplication.cs:1040
|
|
at System.Web.HttpApplication+<Pipeline>c__Iterator2.MoveNext () [0x00b1e] in
|
|
/usr/src/packages/BUILD/mono-2.6.4/mcs/class/System.Web/System.Web/HttpApplication.cs:1316
|
|
at System.Web.HttpApplication.Tick () [0x00000] in
|
|
/usr/src/packages/BUILD/mono-2.6.4/mcs/class/System.Web/System.Web/HttpApplication.cs:928
|
|
|
|
Version information: Mono Runtime Version: 2.6.4 (tarball Thu Apr 22 16:09:50
|
|
UTC 2010); ASP.NET Version: 2.0.50727.1433
|
|
|
|
--
|
|
Configure bugmail: <A HREF="http://bugzilla.novell.com/userprefs.cgi?tab=email">http://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="102009.html">[Mono-bugs] [Bug 620411] RewritePath crashes with an unidentified null reference exeption in PostAcquireRequestState
|
|
</A></li>
|
|
<LI>Next message: <A HREF="102019.html">[Mono-bugs] [Bug 620411] RewritePath crashes with an unidentified null reference exeption in PostAcquireRequestState
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#102018">[ date ]</a>
|
|
<a href="thread.html#102018">[ thread ]</a>
|
|
<a href="subject.html#102018">[ subject ]</a>
|
|
<a href="author.html#102018">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|