无法以调试模式启动服务器:hybrisserver.bat

Unable start the server in debug mode: hybrisserver.bat

我正在尝试使用 hybrisserver.bat debug 从控制台启动 hybris 服务器 但失败了

这是堆栈跟踪

C:\work\trail\hybris\bin\platform>hybrisserver.bat debug 'findstr' is not recognized as an internal or external command, operable program or batch file. Usage: "C:\work\trail\hybris\bin\platform\tomcat\bin\wrapper.bat" { console : start : pause : resume : stop : restart : install : remove : update } You can give _YWRAPPER_CONF as env. variable to set the path of the used wrapper configuration file. Defaults to '..\conf\wrapper.conf'. C:\work\trail\hybris\bin\platform>

对我有用的是,我从 c:/windows/system32 复制了 findstr.exe 并将其粘贴到 C:\Program Files\Java\jdk1。 7.0_75\bin

或者您也可以尝试 changing/appending 系统路径变量,在这种情况下它应该也可以。

在调试模式下启动 Hybris …。 转到 Eclipse 并在任何你想要的地方放置调试断点。 Select 扩展并继续以下选项。 Select“调试配置”。 双击远程 Java 应用程序。 Hybris 已准备好进行调试。 调试器将检测断点。