Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Databasejob.aspx: throw exception

Found in

8.0.0

Created

Jun 16, 2015

Updated

Jul 20, 2015

Area

Falcon/CMS/Admin UI

State

Closed, Fixed and Tested


Steps to reproduce

[ArgumentNullException: Value cannot be null. 
Parameter name: resourceKey] 
EPiServer.Framework.Validator.ThrowIfNullOrEmpty(String name, String value) +66 
EPiServer.Framework.Localization.LocalizationService.GetStringByCulture(String resourceKey, FallbackBehaviors fallbackBehavior, CultureInfo culture) +149 
EPiServer.UI.Admin.DatabaseJob.SetupLog() +168 
EPiServer.UI.Admin.DatabaseJob.OnLoad(EventArgs e) +2536 
System.Web.UI.Control.LoadRecursive() +116 
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2718

 

 

Steps to reproduce
you need to configure the localization provider as

<localization fallbackBehavior="FallbackCulture" fallbackCulture="en" />

  1. Go to Admin
  2. select a job
  3. change config parameter on the selected job
  4. go to message tab
  5. go back to job view
  6. go to messsage tab again

 

you will get exception