cms icon indicating copy to clipboard operation
cms copied to clipboard

dotnet运行日志:Unknown element with name 'doc' found in keyring, skipping.

Open leonedit opened this issue 3 years ago • 2 comments

如题,每次运行都会在日志里输出这么一条,而且一旦运行插件的安装、升级等任务,SSCMS.Web.dll进程就会退出,需要手动重启

leonedit avatar Aug 11 '22 10:08 leonedit

而且这时整站会进入502 Bad Gateway状态

leonedit avatar Aug 11 '22 10:08 leonedit

仔细看了下日志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

leonedit avatar Aug 11 '22 10:08 leonedit