500 Internal Server Error on Skin files ???

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
1/5/2012 1:34:41 PM
Gravatar
Total Posts 18439

Re: 500 Internal Server Error on Skin files ???

Hi Beth,

btw, I'm already close to another release so any testing on the latest from the repository is helpful.

I've moved permissions out of site settings for reasons mentioned on this thread, and also we now use stronger sha512 hashing with salt for hashed passwords and we added salt also for encrypted passwords. Existng users will be updated to the new stronger formats automatically when they next login.

Thanks,

Joe

1/5/2012 1:45:42 PM
Gravatar
Total Posts 130

Re: 500 Internal Server Error on Skin files ???

Holy Crap!  I have a hard time keeping up with you! I'll start pulling down the code now ...

~ Beth

1/5/2012 1:56:38 PM
Gravatar
Total Posts 18439

Re: 500 Internal Server Error on Skin files ???

Hi Beth,

Yeah, even I feel like this is too soon after the previous release but I know there are some people out there who lots of roles that will be getting an error due to the recent asp.net update so I just want to make the fix available as soon as I can.

Any help with testing you can provide is great, but don't feel pressure to stay up to date all the time, test and update when you can as time permits. More typically I ship a release about once a month or sometimes they may go 2 months apart, these last few have been closer together than usual.

Best,

Joe

1/5/2012 2:01:28 PM
Gravatar
Total Posts 130

Re: 500 Internal Server Error on Skin files ???

Haha .... yes ... I'm still testing out the newest version with hopes to publish the upgrade tonight ... I should be able to test it out a bit for you in the next day though. I'll let you know what I come up with. ~ Beth

1/6/2012 8:48:18 AM
Gravatar
Total Posts 130

Re: 500 Internal Server Error on Skin files ???

I just wanted to let you know that I installed mojoPortal 2.3.6.7 and it's blowing up our server ... apparently several .net patches were installed on our server last night (not the one for 2659883) and the .net compiler under the mojoPortal service is consuming all of our resources.  We are rolling back the patches one by one to try to determine which is causing the problem and then I will let you know asap.

~ B

1/6/2012 9:08:40 AM
Gravatar
Total Posts 18439

Re: 500 Internal Server Error on Skin files ???

Hi Beth,

The only time you should see activity from the .NET compiler (csc.exe) is when you first deploy a new build or updated files it will compile things into the Temporary ASP.NET files folder down under Windows\Microsoft.NET\Framework[64]\[version]\ and processor usage may be high while it does that but it should not last a long time.

Once everything has been compiled you should not see much activity from the compiler in the task manager. The web site itself is going to be an instance of w3wp.exe in task manager.

Sometimes things can get funky in those temp files and you may see errors about those temp files. Rather than rolling back patches I would try restarting IIS, and if that doesn't solve it I'd try rebooting first and if the problem continues after a reboot, I'd try stopping the web site(s) briefly in IIS and manually deleting the temporary files (you can't delete them while they are in use), and then when you start the sites up it recompiles them again it usually clears things up.

Hope that helps,

Joe

1/6/2012 9:16:13 AM
Gravatar
Total Posts 130

Re: 500 Internal Server Error on Skin files ???

We've rebooted the server twice but haven't deleted the temp files. Our Network Admin is already rolling back the patches.

MojoPortal runs on technically three of our servers, two of them are clustered.  The install is running fine on the non-clustered environment and also the primary cluster.  The failover cluster is the one that got the security patches (we patch it a week before the others in anticipation of problems like these) and it is the only server with csc.exe and w3wp.exe consuming all of the resources.

~ Beth

1/6/2012 9:26:32 AM
Gravatar
Total Posts 18439

Re: 500 Internal Server Error on Skin files ???

Hi Beth,

I suspect that the patches are a factor and something about them is causing a problem re-compiling the temporary files, but I also suspect that if you re-apply them and delete the existing temporary files it will probably be fine once it compiles everything after that. Ultimately you're going to want those patches at some point.

Best,

Joe

1/6/2012 10:05:11 AM
Gravatar
Total Posts 130

Re: 500 Internal Server Error on Skin files ???

We have rolled back three patches so far.  With IIS stopped we deleted the temp .net files and rebooted the server, restarting IIS which brought our cpu usage back up to 100%.

We are now continuing to roll back the rest of the patches.

~ Beth

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