So our server ran out of space on C disk. After some maintenance 3 of 6 umbraco installations are not working. This is the error we get when we try to login into backend. Front end is working fine. Umbraco version is 4.8.1. I tried to restart website no luck, restarted web server still no luck. Anyone know where to look at into this problem.
Thanks!
Value cannot be null. Parameter name: source
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.ArgumentNullException: Value cannot be null. Parameter name: source
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.
OK, found the problem. applications.config and trees.config were empty, obviously umbraco tried to create them but there were no space on disk and failed. I restored them from backup so everything works fine now.
Backend not working
So our server ran out of space on C disk. After some maintenance 3 of 6 umbraco installations are not working. This is the error we get when we try to login into backend. Front end is working fine. Umbraco version is 4.8.1. I tried to restart website no luck, restarted web server still no luck. Anyone know where to look at into this problem.
Thanks!
Value cannot be null.
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.Parameter name: source
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: source
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.272
OK, found the problem. applications.config and trees.config were empty, obviously umbraco tried to create them but there were no space on disk and failed. I restored them from backup so everything works fine now.
same issue / same fix / different cause
web Backend not working at all, same issue but not because of lack of disk space. Shared hosting, Umb 4.9.0
found config/applications.config and config/trees.config to have no content. copied files from another site. Thanks for the fix.
Backend worked again...
had the same issue. Copying the applications.config file from a backup saved my day.
Thanks a lot Almir
Thanks Almir, I had exactly the same issue. restored the applications.config and trees.config from git and it works like a charm.
Cheers
Ali
Same issue. Thx.
And same for me too! Thanks for the heads-up. Wouldn't have thought to look there.
is working on a reply...