Just throwing in a longshot here...Have you checked that the disk is not full? Sometimes things can act up when the disk is nearly full so just wondering if that could be the case here.
No, there hasn't been any changes, except uploading images and creating / deleting content.
The backend works and responds well if I visit all other sections than the media section.
When visiting the media section, these two XHR requests is very slow to respond and the last of the two often returns error 500:
An upgrade to 7.2.8 somewhat fixed the problem!
It now takes about 10-15 seconds to load the media tree. I don't get timeouts anymore.
Now i get this in my tracelog:
2016-03-10 10:56:36,613 [37] WARN Umbraco.Web.PropertyEditors.ImageCropperPropertyValueEditor - [P21804/T42/D9] Could not parse current db value to a JObject. Exception: Newtonsoft.Json.JsonReaderException: Error parsing comment. Expected: *, got m. Path '', line 1, position 1.
at Newtonsoft.Json.JsonTextReader.ParseComment()
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonTextReader.ReadInternal()
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader)
at Newtonsoft.Json.Linq.JObject.Parse(String json)
at Umbraco.Web.PropertyEditors.ImageCropperPropertyValueEditor.ConvertEditorToDb(ContentPropertyData editorValue, Object currentValue)
There seems to be a problem with the image cropper.
Any suggestions on how to fix this?
Very slow media section
I am currently having trouble viewing the media archive in my Umbraco installation - Running 7.2.4.
Umbraco randomly throws this error in the backend:
It looks like the requests, to show the nodes in the Media section, times out. This is what I can find in my log:
In my console I can see that the following XHR request either takes really long time to load or it returns error 500:
I am not sure what to do to solve this issue.
Any suggestions?
Hi Søren
Just throwing in a longshot here...Have you checked that the disk is not full? Sometimes things can act up when the disk is nearly full so just wondering if that could be the case here.
/Jan
Hi Jan
There should be plenty of space left.
I have around 40 GB free space on the webserver and about 70 GB on the SQL server.
The size of the database is 2,2 GB and the Transaction Log is 6,8 GB - Don't know if this information can help?
Hi Søren
Ok, well that should be more than enough.
Has there been any changes done before this started to happen? Or did it just start to happen out of the blue today?
Does the event viewer on the server reveal anything useful?
/Jan
No, there hasn't been any changes, except uploading images and creating / deleting content.
The backend works and responds well if I visit all other sections than the media section.
When visiting the media section, these two XHR requests is very slow to respond and the last of the two often returns error 500:
When it returns error 500, I get the following response in my console:
When i look in the TraceLog I see this:
An upgrade to 7.2.8 somewhat fixed the problem!
It now takes about 10-15 seconds to load the media tree. I don't get timeouts anymore.
Now i get this in my tracelog:
There seems to be a problem with the image cropper.
Any suggestions on how to fix this?
is working on a reply...