Installation and deployment
Version 3.x > Installation and deployment > Error after Deployment : Hashtable insert failed. Load factor too high. View modes: 
User avatar
Member
Member
chandrakanthbv - 12/17/2008 2:12:08 PM
   
Error after Deployment : Hashtable insert failed. Load factor too high.
Hi,

After instalation of the Portal when navigating to the home page of the Portal the following error is displayed. Can anyone guide on how to resolve the same.

Thanks
Chandra

-----------------------------------------------------------------------------------------------------------------------
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Hashtable insert failed. Load factor too high.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[InvalidOperationException: Hashtable insert failed. Load factor too high.]
System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +2903977
System.Collections.Hashtable.set_Item(Object key, Object value) +11
System.Web.Configuration.HttpCapabilitiesBase.GetAdapter(Control control) +340
System.Web.UI.Control.ResolveAdapter() +81
System.Web.UI.Control.get_Adapter() +33
System.Web.UI.Control.get_EnableLegacyRendering() +55
System.Web.UI.Control.GenerateAutomaticID() +72
System.Web.UI.Control.AddedControl(Control control, Int32 index) +172
System.Web.UI.ControlCollection.Add(Control child) +146
System.Web.UI.SimpleTemplate.InstantiateIn(Control control) +85
System.Web.UI.WebControls.Repeater.InitializeItem(RepeaterItem item) +71
System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +57
System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +454
System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +53
System.Web.UI.WebControls.Repeater.DataBind() +72
CMS.Controls.BasicRepeater.DataBind() +27
CMS.Controls.CMSRepeater.DataBind() +19
CMS.Controls.CMSRepeater.ReloadData(Boolean forceReload) +1664
CMS.Controls.CMSRepeater.OnInit(EventArgs e) +362
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 12/18/2008 9:15:47 AM
   
RE:Error after Deployment : Hashtable insert failed. Load factor too high.
Hi Chandra,

it seems it could be a bug of .net framework 2.0.

Please see here:
http://blogs.msdn.com/toddca/archive/2007/01/26/hashtable-insert-failed-load-factor-too-high.aspx
http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/172f4f77-601e-4b4f-8d98-582f8f62a98e/

Best regards,
Helena Grulichova

User avatar
Member
Member
chandrakanthbv-hotmail - 12/19/2008 8:51:04 AM
   
RE:Error after Deployment : Hashtable insert failed. Load factor too high.
Hi Helena,

Thanks for the reply, I restarted the IIS and the error just vanished :)

Hopefully i dont see it again.

Thanks
Chandra