Page 1 of 1

Server Error in '/' Application

Posted: Wed Apr 15, 2009 9:05 am
by surf
Just started getting this error. Nothing has been changed in several weeks. Any ideas??


Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Thread was being aborted.

Source Error:


Line 126: <providers>
Line 127: <clear/>
Line 128: <add name="AbleCommerceRoleProvider" type="CommerceBuilder.Users.AbleCommerceRoleProvider" connectionStringName="AbleCommerce6" applicationName="/"/>
Line 129: </providers>
Line 130: </roleManager>


Source File: E:\web\source1\htdocs\web.config Line: 128


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

Re: Server Error in '/' Application

Posted: Wed Apr 15, 2009 9:19 am
by nickc
Parser Error Message: Thread was being aborted.
This indicates that the site is being restarted. Are you hosting the website or is someone else? Seeing the error after updating website code is typical.

Re: Server Error in '/' Application

Posted: Wed Apr 15, 2009 9:42 am
by surf
discountasp is hosting the site. This error has been happening for over 7 hours. i tried recyling the server.

Re: Server Error in '/' Application

Posted: Wed Apr 15, 2009 10:22 am
by surf
i recycled the server and it works. the hosting provider must of done something??

Re: Server Error in '/' Application

Posted: Tue Aug 25, 2009 7:06 am
by Matt2k
I am getting this a lot in 7.0.2, about once a week. I'm not sure, but I think it happens when the application recycles normally. It persists until I recycle the application by editing the web.config

Is there something going on with threading in AbleCommerceRoleProvider ??

Re: Server Error in '/' Application

Posted: Fri Oct 16, 2009 5:55 am
by blackstonemedia
Matt2k wrote:I am getting this a lot in 7.0.2, about once a week. I'm not sure, but I think it happens when the application recycles normally. It persists until I recycle the application by editing the web.config

Is there something going on with threading in AbleCommerceRoleProvider ??
We just got this error in 7.0.3. How can we prevent it from happening again?

Re: Server Error in '/' Application

Posted: Fri Oct 16, 2009 9:55 am
by mazhar
blackstonemedia wrote:
Matt2k wrote:I am getting this a lot in 7.0.2, about once a week. I'm not sure, but I think it happens when the application recycles normally. It persists until I recycle the application by editing the web.config

Is there something going on with threading in AbleCommerceRoleProvider ??
We just got this error in 7.0.3. How can we prevent it from happening again?
We have already seen some cases where people are complaining about this and found that this is related to hosting provider. Most probably an overloaded server or with less ram that fails to load the provider resulting this error. Please contact your hosting provider to fix this.

Re: Server Error in '/' Application

Posted: Fri Oct 16, 2009 11:57 am
by blackstonemedia
mazhar wrote:
blackstonemedia wrote:
Matt2k wrote:I am getting this a lot in 7.0.2, about once a week. I'm not sure, but I think it happens when the application recycles normally. It persists until I recycle the application by editing the web.config

Is there something going on with threading in AbleCommerceRoleProvider ??
We just got this error in 7.0.3. How can we prevent it from happening again?
We have already seen some cases where people are complaining about this and found that this is related to hosting provider. Most probably an overloaded server or with less ram that fails to load the provider resulting this error. Please contact your hosting provider to fix this.
We are the host. The machine sits at 2-5% CPU usage, has 4 GB of RAM (with 1.4 GB free) and is plenty powerful.

Re: Server Error in '/' Application

Posted: Mon Oct 19, 2009 7:46 am
by sohaib
We are the host. The machine sits at 2-5% CPU usage, has 4 GB of RAM (with 1.4 GB free) and is plenty powerful.
The symptoms of this error are that once this error occurs the application pool gets stuck. The error usually goes away on restarting the application pool (either by editing web.config or otherwise). Application pool tends to go in to this state usually when it is being accessed after a long time and it is being reinitialized. During the reinitialization it sometimes fails to load the application DLLs properly. This is usually associated with under-resourced or under-powered shared server that is overloaded with tons of application running in their own dedicated application pools. Whether this is the reason or not in your case, there is little or nothing that the application can do to prevent this situation. It ends up as a server server/IIS/application pool configuration issue.