[Mono-bugs] [Bug 54520][Cri] New - xsp Error processing request

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Feb 2004 07:54:17 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lutz@wellhausen.de.

http://bugzilla.ximian.com/show_bug.cgi?id=54520

--- shadow/54520	2004-02-18 07:54:17.000000000 -0500
+++ shadow/54520.tmp.22353	2004-02-18 07:54:17.000000000 -0500
@@ -0,0 +1,86 @@
+Bug#: 54520
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: i686 2.4.20-gentoo-r5
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lutz@wellhausen.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: xsp Error processing request
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+xsp Error processing request 'http://localhost:8080/index.aspx'.
+
+Steps to reproduce the problem:
+1. cd /usr/share/doc/xsp/test
+
+2. xsp
+Listening on port: 8080
+Listening on address: 0.0.0.0
+Root directory: /usr/share/doc/xsp/test
+Hit Return to stop the server.
+
+3. View page in Mozilla: http://localhost:8080/index.aspx
+
+Actual Results:
+Mozilla:
+Error Message: HTTP 500.
+Stack Trace:
+System.NullReferenceException: A null value was found where an object
+instance was required
+in <0x000c8> System.Web.HttpRuntime:OnFirstRequestStart
+(System.Web.HttpContext)
+in <0x000e4> System.Web.HttpRuntime:InternalExecuteRequest
+(System.Web.HttpWorkerRequest)
+
+xsp:
+System.NullReferenceException: A null value was found where an object
+instance was required
+
+Server stack trace: 
+in <0x00061> System.Web.HttpRuntime:ProcessRequest
+(System.Web.HttpWorkerRequest)
+in <0x0000a> Mono.ASPNET.MonoWorkerRequest:ProcessRequest ()
+in <0x00089> Mono.ASPNET.Worker:ProcessRequest ()
+in <0x00044> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
+in <0x00028> System.AppDomain:DoCallBack (System.CrossAppDomainDelegate)
+in (unmanaged) /usr/lib/libmono.so.0 [0x4005b383]
+in (unmanaged) /usr/lib/libmono.so.0(mono_runtime_invoke+0x35) [0x400af6d5]
+in (unmanaged) /usr/lib/libmono.so.0(mono_runtime_invoke_array+0x142)
+[0x400b07b2]
+in (unmanaged) /usr/lib/libmono.so.0 [0x400b92b3]
+in <0x00187>
+System.Runtime.Remoting.RemotingServices:InternalExecuteMessage
+(System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage)
+
+
+Exception rethrown at [0]: 
+
+in (unmanaged) /usr/lib/libmono.so.0(mono_raise_exception+0x1f) [0x400b207f]
+in (unmanaged) /usr/lib/libmono.so.0 [0x400d15c8]
+in <0x00044> (wrapper remoting-invoke) System.AppDomain:DoCallBack
+(System.CrossAppDomainDelegate)
+in <0x00032> (wrapper remoting-invoke-with-check)
+System.AppDomain:DoCallBack (System.CrossAppDomainDelegate)
+in <0x00174> Mono.ASPNET.Worker:Run (object)
+
+Expected Results:
+
+
+How often does this happen? 
+each time I tried
+
+Additional Information:
+mono 0.30.1 with icu 2.6.1 enabled
+mcs 0.30.1
+xsp 0.9 or CVS source 02/18/2004