I have a 6.1.3 instance of Umbraco on which the media tree has stopped loading all of a sudden. Things worked fine and it just won't expand the tree now and the right side where folders and thumbnails get displayed also won't load anything. In the inspector I can see I get a timeout. I've tried creating indexes on the database to get it to lad faster. But no luck. There's also no reason why it should time out as the media tree is pretty well structured and it shouldn't have to load too much.
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.ComponentModel.Win32Exception: The wait operation timed out
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.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18447
I run this locally with a backup of the production database and all is fine. However if i change the local connectionstring to use the production database it also stops working. So I'm thinking something is wrong with the sql server at the host?
I have seen this before, the situation i had was i had 32bit win2k8 server we moved to win2k12 64bit and media stopped loading. In iis i updated the app pool so that it had enabled 32bit that fixed the issue. In another instance we had to just add more ram to server.
I'll give it a whirl but I don't think it will help. I've copied the database to a local instance. The local instance runs it just fine. But if I change the connectionstring on my local instance to use the production DB I get the same issue. Also my local app pool has 32-bit enabled, so if anybody has any other ideas I'd be happy to hear and try them.
I'm getting the same problem with 3 (unconnected) systems on the same db server simultaneously - when one goes then it brings the two others down ... but strangely there are another 4 Umbraco systems also on the same db server which do *not* go down (tho' the media section does go a bit slow). The version numbers of the ones which fail are 6.1.1, 6.1.5 and 6.2.0 ... the version numbers of the systems which stay up are 4.11.8, 6.2.1 and 6.2.4 ... so logically it looks like a bug which was introduced somewhere around 6.1 and fixed in 6.2.1 but I can't see anything in the Umbraco release notes which would suggest a fix.
Re-setting IIS temporarily solves the problem but I need a permanent solution ... If I need to go through the long haul of upgrading I'd like a degree of confidence that there really is a fix so does anyone know if this was reported/fixed as an official bug and if so, which version it weas fixed in?
Or ... did anyone get a permanent fix from any other means?
Media tree not loading all of a sudden
Hey guys,
I have a 6.1.3 instance of Umbraco on which the media tree has stopped loading all of a sudden. Things worked fine and it just won't expand the tree now and the right side where folders and thumbnails get displayed also won't load anything. In the inspector I can see I get a timeout. I've tried creating indexes on the database to get it to lad faster. But no luck. There's also no reason why it should time out as the media tree is pretty well structured and it shouldn't have to load too much.
umbraco/webservices/TreeDataService.ashx?rnd=f3dff05a8f454804b3e402f5a16f4b37&id=-1&treeType=media&contextMenu=true&isDialog=false&rnd2=71.4
times out with
Server Error in '/' Application.
The wait operation timed out
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.ComponentModel.Win32Exception: The wait operation timed out
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18447
I run this locally with a backup of the production database and all is fine. However if i change the local connectionstring to use the production database it also stops working. So I'm thinking something is wrong with the sql server at the host?
Giiovanni,
I have seen this before, the situation i had was i had 32bit win2k8 server we moved to win2k12 64bit and media stopped loading. In iis i updated the app pool so that it had enabled 32bit that fixed the issue. In another instance we had to just add more ram to server.
Regards
Ismail
Ismail,
I'll give it a whirl but I don't think it will help. I've copied the database to a local instance. The local instance runs it just fine. But if I change the connectionstring on my local instance to use the production DB I get the same issue. Also my local app pool has 32-bit enabled, so if anybody has any other ideas I'd be happy to hear and try them.
Ok. So the hosting provider detected a bit of a hang on the database. They restarted the service and all is well again thankfully.
I'm getting the same problem with 3 (unconnected) systems on the same db server simultaneously - when one goes then it brings the two others down ... but strangely there are another 4 Umbraco systems also on the same db server which do *not* go down (tho' the media section does go a bit slow). The version numbers of the ones which fail are 6.1.1, 6.1.5 and 6.2.0 ... the version numbers of the systems which stay up are 4.11.8, 6.2.1 and 6.2.4 ... so logically it looks like a bug which was introduced somewhere around 6.1 and fixed in 6.2.1 but I can't see anything in the Umbraco release notes which would suggest a fix.
Re-setting IIS temporarily solves the problem but I need a permanent solution ... If I need to go through the long haul of upgrading I'd like a degree of confidence that there really is a fix so does anyone know if this was reported/fixed as an official bug and if so, which version it weas fixed in?
Or ... did anyone get a permanent fix from any other means?
I ran into this again in a 6.2.5 instance. I managed to fix it.
https://our.umbraco.org/forum/ourumb-dev-forum/bugs/75132-increase-media-tree-timeout#240514
is working on a reply...