Looking for help with this error please: Non-negative number required. Parameter name: capacity
I am running umbraco 4.9 any help is greatly appreciated, site was fine then this just seemed to appear randomley out of the blue, I suspect after some pages and nodes where moved around but I am not certain.
It happens when I try to publish or unpublish pages or in some cases try to delete pages. its making the admin interface unusable because the error comes up each time. I noticed on any new pages I create and dont 'move' publish, unpublish just fine however.
Error below:
Server Error in '/' Application.
Non-negative number required. Parameter name: capacity
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.ArgumentOutOfRangeException: Non-negative number required. Parameter name: capacity
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.
To fix this, I deleted the folders in the ExamineIndex folder and then recycled the AppPool.
The folders I deleted were:
External
Internal
Internal Member
The ExamineIndex folder was, for me, located at: ~\App_Data\TEMP\ExamineIndexes
At first, it wouldn't delete the Internal folder as "it was being used by something else". But, after a recycle of the AppPool, I was able to delete that folder. Once that was deleted, I recycled the AppPool again.
Also, I backed those folder up before I deleted them, just to be safe :)
Looking for help with this error please: Non-negative number required. Parameter name: capacity
I am running umbraco 4.9 any help is greatly appreciated, site was fine then this just seemed to appear randomley out of the blue, I suspect after some pages and nodes where moved around but I am not certain.
It happens when I try to publish or unpublish pages or in some cases try to delete pages. its making the admin interface unusable because the error comes up each time. I noticed on any new pages I create and dont 'move' publish, unpublish just fine however.
Error below:
Server Error in '/' Application.
Non-negative number required.
Parameter name: capacity
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.ArgumentOutOfRangeException: Non-negative number required.
Parameter name: capacity
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:
anyone?
Did you ever find a solution to this? We've come across this error in 4.8.1
Hi, I'm having the same problem on 4.7.1.1. Just appered out of the blue. Anyone have any suggestions? /Kasper
Hi,
We had the same issue for one of our sites.
To fix this, I deleted the folders in the ExamineIndex folder and then recycled the AppPool.
The folders I deleted were:
The ExamineIndex folder was, for me, located at:
~\App_Data\TEMP\ExamineIndexes
At first, it wouldn't delete the Internal folder as "it was being used by something else". But, after a recycle of the AppPool, I was able to delete that folder. Once that was deleted, I recycled the AppPool again.
Also, I backed those folder up before I deleted them, just to be safe :)
Hope this helps!
is working on a reply...