JoyLau / joylau-springboot-daemon-windows

将SpringBoot应用制作为Windows Services服务 | make spring boot module to windows services
http://image.joylau.cn/blog/joylau-springboot-daemon-service-video.mp4
MIT License
68 stars 38 forks source link

windows 启动服务提示无法启动 #11

Open patientmingming opened 4 years ago

patientmingming commented 4 years ago

日志名称: Application 来源: ibmmq-service 日期: 2020/8/22 18:05:35 事件 ID: 0 任务类别: 无 级别: 错误 关键字: 经典 用户: 暂缺 计算机: EXCHANGE 描述: 无法启动服务。System.ComponentModel.Win32Exception: 系统找不到指定的文件。 在 System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) 在 winsw.WrapperService.StartProcess(Process processToStart, String arguments, String executable) 在 winsw.WrapperService.OnStart(String[] _) 在 System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state) 事件 Xml:

0 2 0 0x80000000000000 1109906 Application EXCHANGE 无法启动服务。System.ComponentModel.Win32Exception: 系统找不到指定的文件。 在 System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) 在 winsw.WrapperService.StartProcess(Process processToStart, String arguments, String executable) 在 winsw.WrapperService.OnStart(String[] _) 在 System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
JoyLau commented 4 years ago

是否是目录下面文件位置不正确?

patientmingming notifications@github.com 于2020年8月22日周六 下午6:07写道:

日志名称: Application 来源: ibmmq-service 日期: 2020/8/22 18:05:35 事件 ID: 0 任务类别: 无 级别: 错误 关键字: 经典 用户: 暂缺 计算机: EXCHANGE 描述: 无法启动服务。System.ComponentModel.Win32Exception: 系统找不到指定的文件。 在 System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) 在 winsw.WrapperService.StartProcess(Process processToStart, String arguments, String executable) 在 winsw.WrapperService.OnStart(String[] _) 在 System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state) 事件 Xml:

0 2 0 0x80000000000000

1109906 Application EXCHANGE

无法启动服务。System.ComponentModel.Win32Exception: 系统找不到指定的文件。 在 System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) 在 winsw.WrapperService.StartProcess(Process processToStart, String arguments, String executable) 在 winsw.WrapperService.OnStart(String[] _) 在 System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoyLau/joylau-springboot-daemon-windows/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD2AHUP7FPLDX4BPLO7YGRDSB6KGVANCNFSM4QIAPKGA .