[Bsd-sharp-list] xsp problem

Sebastian Nowicki nowickis at tlen.pl
Sun Nov 26 12:11:50 MST 2006


Hi all

I'm trying to configure my FreeBSD 6.2 RC1 to run asp.net pages.
My apache is 2.0.59, mono 1.2.1, xsp 1.2.1 and mod_mono 1.2.1.
I have no problem to complie and install those ports.
Problems starts when I tried do display index.aspx from examples.
I have this exception:

System.Threading.ThreadAbortException: Thread was being aborted

Server stack trace: 
  at System.Web.HttpApplication.PipelineDone () [0x00000] 
  at System.Web.HttpApplication.Tick () [0x00000] 
  at System.Web.HttpApplication.Start (System.Object x) [0x00000] 
  at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext context, System.AsyncCallback cb, System.Object extraData) [0x00000] 
  at System.Web.HttpRuntime.RealProcessRequest (System.Object o) [0x00000] 
  at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest wr) [0x00000] 
  at Mono.WebServer.MonoWorkerRequest.ProcessRequest () [0x00000] 
  at Mono.WebServer.BaseApplicationHost.ProcessRequest (Mono.WebServer.MonoWorkerRequest mwr) [0x00000] 
  at Mono.WebServer.ModMonoApplicationHost.ProcessRequest (Int32 reqId, System.String verb, System.String queryString, System.String path, System.String protocol, System.String localAddress, Int32 serverPort, System.String remoteAddress, Int32 remotePort, System.String remoteName, System.String[] headers, System.String[] headerValues) [0x00000] 
  at (wrapper remoting-invoke-with-check) Mono.WebServer.ModMonoApplicationHost:ProcessRequest (int,string,string,string,string,string,int,string,int,string,string[],string[])
  at (wrapper xdomain-dispatch) Mono.WebServer.ModMonoApplicationHost:ProcessRequest (object,byte[]&,byte[]&,int,string,string,string,string,string,int,string,int,string,string[],string[])

Exception rethrown at [0]: 

  at (wrapper xdomain-invoke) Mono.WebServer.ModMonoApplicationHost:ProcessRequest (int,string,string,string,string,string,int,string,int,string,string[],string[])
  at (wrapper remoting-invoke-with-check) Mono.WebServer.ModMonoApplicationHost:ProcessRequest (int,string,string,string,string,string,int,string,int,string,string[],string[])
  at Mono.WebServer.ModMonoWorker.InnerRun (System.Object state) [0x00000] 
  at Mono.WebServer.ModMonoWorker.Run (System.Object state) [0x00000]

This is my apache configuration: 

Include etc/apache2/Includes/*.conf
Alias /demo "/usr/local/lib/xsp/test"
AddMonoApplications default "/demo:/usr/local/lib/xsp/test"
<Location /demo>
 SetHandler mono
 Allow from all 
</Location>

What i'm doing wrong?
Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://forge.novell.com/pipermail/bsd-sharp-list/attachments/20061126/44653a46/attachment.html


More information about the Bsd-sharp-list mailing list