Recently, we experienced a strange problem with TFS 2010. We spent a few days before we figured it out. Just want to share my knowledge on the problem that might help other people. It was working before with no problem for about 2 years. But suddenly…
jenkins 使用 maven 出现 C:\Windows\system32\config\systemprofile 的原因是 Jenkins 服务启动的账号使用了系统的账号,在服务里改成具体的桌面用户账号即可. If your command runs fine on Win command prompt as user 'X', then you should run Jenkins with the same user. This can be achieved by performi…
Error 场景 启动 Java 项目失败,控制台显示 Error starting ApplicationContext. To display the conditions report`re-run your application with 'debug' enabled. *************************** APPLICATION FAILED TO START *************************** Description: The Tomcat…
再使用如下方法注册windows服务时,出现问题: set CATALINA_BASE=E:\tomcat\tomcat-web-server set CATALINA_HOME=E:\tomcat\tomcat-web-server call E:\tomcat\tomcat-web-server\bin\service.bat install tomcat-web-server 原因是CATALINA_BASE路径设置错了,尾部包含了空格,要格外注意.…
同事的电脑启动时出现下面提示:"因下面文件损坏或丢失Windows无法启动 %systemroot%\system32\ntoskrnl.exe,请又一次安装以上文件的拷贝"(Windows could not start because the following file is missing or corrupt: \system32\ntoskrnl.exe.Please reinstall a copy of the above file.),我在网上找了非常多解决方法,结果…