Error adding content to child site

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/13/2009 7:14:40 AM
Gravatar
Total Posts 18439

Re: Error adding content to child site

I am pretty sure this is also a Mono bug as it works on Windows. I've seen a few cases lately when testing mono where I get thread abort exceptrions and see a blank page, and this is even using the latest mono from svn. I know there was a bug fixed recently in Mono where the url-rewriter wasn't working correctly because on IIS it was re-writing to ~/Default.aspx but on Mono it was seeing just /Default.aspx and this was causing problems for virtual directory sites like localhost/mojo because it was not resolving the path correctly. This could be also causing the problem you are seeing.

I'll try testing the latest Mono again today, if I can get past the thread abort exceptions I was having I will be able to fnd out if the same errors are being logged when adding features to child sites.

Best,

Joe

1/13/2009 10:06:47 AM
Gravatar
Total Posts 38

Re: Error adding content to child site

Has this functionality (multiple sites based on folder name) ever worked with some version of mono?

1/13/2009 10:57:18 AM
Gravatar
Total Posts 18439

Re: Error adding content to child site

Well I admit I don't do exhaustive testing on Mono but yes I believe I have tested that before. For sure host names have worked for a long time, for more than a year back in 2004-2005 I was running mojoportal.com and joeaudette.com out of a single mono installation but later moved back to Windows when 2.0 .NET came out.

Best,

Joe

1/13/2009 2:43:10 PM
Gravatar
Total Posts 18439

Re: Error adding content to child site

I've just tested with the latest Mono r123206 and I'm seeing the same errors anywhere updatepanel is used. I've emailed Marek about it. I was able to get a folder site to display in the browser but there are definitley some bugs when using Mono. I'm seeing 404 errors and incorrect redirects where the foldername part of the path is getting doubled up like /folder1/folder1/ when it should just be /folder1/. I believe this is all Mono bugs not sure if there is a way to workaround them or to find out more clearly what is happening different on Mono.

I'm also seeing errors when it tries to copy files for new sites, it get thread abort exceptions and hangs really bad where you have to killall mono or reboot to get it working again.

Best,

Joe

1/16/2009 10:09:44 AM
Gravatar
Total Posts 18439

Re: Error adding content to child site

I did some testing with the Mono 2.2 release VMWare image, and I was able to produce a build of the latest mojoportal that works without the errors reported in this thread. To do this I had to change it back to use the 1.0 System.WEb.Extensions, as apparently the current bugs are all related to the 3.5 .NET version.

I've uploaded a new release package for Mono mojoportal-2-2-8-2-c-pgsqlreleasefiles-for-mono.zip

It does not have the errors reported about adding features and I even tested it with folder based sub sites using relatedsitemode and it worked fine.

Best,

Joe

9/26/2012 3:14:22 PM
Gravatar
Total Posts 30

Re: Analytics Configuration

Exception type: NullReferenceException

 

Hi,

Getting Error:

Exception message: Object reference not set to an instance of an object.

at sts.Analytics.UI.ConfigurationPage.ShowProfiles()

at sts.Analytics.UI.ConfigurationPage.btnStep1_Click(Object sender, EventArgs e)

at System.Web.UI.WebControls.Button.OnClick(EventArgs e)

at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)

at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)

at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)

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