You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have one Sitecron job in WEB DB to generate sitemap every 4 hours. when the job gets executed it successfully generates the sitemaps( Achieves the result what the job is meant for) but its also logging exceptions that its NOT able to find the configuration node "master" but the same job runs absolutely fine on MasterDB/Sitecore CM server. Upon looking at stacktrace, we have found that its failing in Quartz.Core.JobRunShell method and in turn it calls Sitecron.Core.Quartz.Listeners
{"id":"52380986","outerId":"24678187","type":"System.InvalidOperationException","message":"Could not find configuration node: databases/database[@id='master']","parsedStack":
We can see that there is a Master DB reference hardcoded in Sitecron.Core.Quartz.Listeners.CustomJobListener.JobWasExecuted method. Kindly let us know if need to bypass this in our custom sitecron project or any other inputs as such. Much appreciated.
The text was updated successfully, but these errors were encountered:
Hi Team, Akshay,
We have one Sitecron job in WEB DB to generate sitemap every 4 hours. when the job gets executed it successfully generates the sitemaps( Achieves the result what the job is meant for) but its also logging exceptions that its NOT able to find the configuration node "master" but the same job runs absolutely fine on MasterDB/Sitecore CM server. Upon looking at stacktrace, we have found that its failing in Quartz.Core.JobRunShell method and in turn it calls Sitecron.Core.Quartz.Listeners
{"id":"52380986","outerId":"24678187","type":"System.InvalidOperationException","message":"Could not find configuration node: databases/database[@id='master']","parsedStack":
We can see that there is a Master DB reference hardcoded in Sitecron.Core.Quartz.Listeners.CustomJobListener.JobWasExecuted method. Kindly let us know if need to bypass this in our custom sitecron project or any other inputs as such. Much appreciated.
The text was updated successfully, but these errors were encountered: