cms
cms copied to clipboard
dotnet运行日志:Unknown element with name 'doc' found in keyring, skipping.
如题,每次运行都会在日志里输出这么一条,而且一旦运行插件的安装、升级等任务,SSCMS.Web.dll进程就会退出,需要手动重启
而且这时整站会进入502 Bad Gateway状态
仔细看了下日志v发现如下
Executing endpoint 'SSCMS.Web.Controllers.Admin.Plugins.InstallController.Restart (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[18:42:34 INF] Route matched with {action = "Restart", controller = "Install"}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[SSCMS.Dto.BoolResult]] Restart(RestartRequest) on controller SSCMS.Web.Controllers.Admin.Plugins.InstallController