Hudson - 安装为Windows服务
我试图在Windows XP上安装hudson构建服务器。 E:\Hudson
中Hudson文件夹的路径。 Hudson目录包含hudson.war文件。我使用以下命令导航到Hudson仪表板。
java -jar E:\hudon\Hudson.war.
然后我可以导航到http://localhost:8080
。
现在问题是,当我尝试安装为Windows服务时,它正在解决以下异常。
**Installing a service
[hudsonhome] $ D:\hudsonhome\hudson.exe install
System.Management.ManagementException: Initialization failure
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementScope.InitializeGuts(Object o)
at System.Management.ManagementScope.Initialize()
at System.Management.ManagementScope.Connect()
at WMI.WmiRoot..ctor(String machineName)
at WMI.WmiRoot..ctor()
at winsw.WrapperService.Run(String[] _args)
at winsw.WrapperService.Main(String[] args)**
是否有人遇到同样的问题。为什么会抛出这样的例外?
答案 0 :(得分:1)
我知道的关于“初始化失败”的唯一情况(关于WMI)是WMI存储库损坏的时候:请参阅“Rebuilding WMI Repository”。 您的上下文有点不同,文章中详述的脚本可能不适合您,但在执行任何脚本之前,仍然需要在WMI repo is corrupted or not之前检查attempting to rebuild it是否合适