【问题描述】
启动开发环境报错“应用服务器发生错误,请联系系统管理员检修”,如下图所示;
然后查看事件查看器,有如下报错;
Unhanded exception 引发类型为“System.Web.HttpUnhandledException”的异常。 在 System.Web.UI.Page.HandleError(Exception e) 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 在 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 在 System.Web.UI.Page.ProcessRequest() 在 System.Web.UI.Page.ProcessRequest(HttpContext context) 在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() 在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) 在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
【处理过程】
1、尝试重新搭建开发环境,开发环境和本地数据中心环境都是202112版本;
2、搭建完之后打开的页面,还是如上一样的报错;
3、进入协同开发平台,在应用根节点右键选择【配置开发环境】,显示的界面如下图所示;
在上图界面,勾选“自定义管理中心”,然后输入管理中心网址;
重新启动开发环境,还是一样的报错;
4、在这台电脑上,尝试打开如上不在输入的管理中心url,发现禁止访问了,提示如下图所示;
【说明】
这是12月份补丁的新特性,做了管理中心安全加固,详情参看如下链接。
5、然后在管理中心所在服务器上,启用和设置IP访问白名单,允许这台开发环境电脑的IP访问管理中心;
确认管理中心可以正常访问之后,启动开发环境也就正常打开了。
推荐阅读