System.Exception on loading Default.aspx

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/20/2006 4:16:29 AM
Gravatar
Total Posts 6
Antoine

Re: System.Exception on loading Default.aspx

Hi

I have a problem with mojo, i've used lastest source of mono from svn with mod_mono on apache

The database is postgree and the os is Debian

this error ocurred when loading the Default.aspx

System.Exception: Unhandled Exception while processing NeatUpload child request ---> System.NullReferenceException: Object reference not set to an instance of an object
in <0x0001a> mojoPortal.Business.SiteUser:IsInRole (System.String role)
in <0x00037> mojoPortal.Business.SiteUser:IsInRoles (System.String roles)
in <0x000a8> mojoPortal.Web.SiteHome:Page_Load (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x00117> System.Web.UI.Control:OnLoad (System.EventArgs e)
in <0x00112> System.Web.UI.Control:LoadRecursive ()
in <0x001c4> System.Web.UI.Page:InternalProcessRequest ()
in <0x000aa> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)--- End of inner exception stack trace ---
in <0x004a3> Brettle.Web.NeatUpload.UploadHttpModule:Application_BeginRequest (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x0046f> System.Web.HttpApplication+<RunHooks>__0:MoveNext ()

Thanks

Antoine

1/20/2006 4:35:59 AM
Gravatar
Total Posts 18439

Re: System.Exception on loading Default.aspx

Hi,

You are using the 2.x branch of mojoportal right? I am getting the same error on my dev site at http://dev.mojoportal.com

Some recent changes in mono svn broke things that were previously working.

I'm afraid the 2.x branch of mojo under mono is not viable at the moment. I am only recommending the 2.x branch of mojoportal for windows for now until a release version of mono works with it. mono from svn is not feature complete for 2.0 .net features and there will be bugs to work through.

I will try and pin down the cause of this particular error this weekend and report it.

Cheers,

Joe
You must sign in to post in the forums. This thread is closed to new posts.