Below is information related to our development environment. Hoping that fixing the development environment would also fix the staging environment.
| What is your IIS and network setup?
IIS Express
Shared SQL database
| What are the domain names set for the presentation and admin URLs?
- http://localhost:51873/admin
- http://localhost:55224/
| What license keys are in the system right now for how many servers?
- License domain localhost
- License expiration 1/21/2022
- License edition Enterprise marketing solution
- Web farm servers 50
We only have a Kentico app and MVC app connecting to the database.
There could be up to 5 developers working in the development environment. With this in mind, the web farm mode has been set to manual and the following CMSWebFarmServerName appSetting has been set.
- CMS | cmssite
- APP | mvcsite
| Are there any other errors in the Event log or logged within the web farm tasks?
Filtering the Event logs before source containing WebFarm, and we are mainly seeing cmssite is healthy and mvcsite is healthy. We are also seeing the following logs
WebFarmTaskProcessor | System.Data.SqlClient.SqlException_.Net SqlClient Data Provider | A network-related or instance-specific error occurred while establishing a connection to SQL Server.
This is likely to be when we have switched git branches or our VPN connection has stopped.
| Update
Coming back to the project today, a task processor is running, indicating that tasks are being finished successfully. However there are still local tasks being created for the same few pages, 1647 pages (25 per page) and growing.