We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 描述你遇到的问题 问题: 按照 帮助文档(服务器版)部署 "reader-server-3.2.10.zip";在执行 "./bin/startup.sh" 脚本后,启动失败,出现 Error: Unable to access jarfile path/to/target/reader.jar 报错。
解决方法: 在脚本第57行 " NEWEST_JAR=$(ls $BASE_DIR/target | grep -EO 'reader.*.jar' | sort -nr | head -1) ",通过将" grep -EO " 修改为 ” grep -Eo “ 可以解决问题,并顺利通过startup.sh脚本启动"reader-server"。
Expected behavior 期待修复的效果 期待"reader-server-3.2.10.zip"之后的版本修复这个小问题。
版本说明
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug 描述你遇到的问题
问题:
按照 帮助文档(服务器版)部署 "reader-server-3.2.10.zip";在执行 "./bin/startup.sh" 脚本后,启动失败,出现 Error: Unable to access jarfile path/to/target/reader.jar 报错。
解决方法:
在脚本第57行 " NEWEST_JAR=$(ls $BASE_DIR/target | grep -EO 'reader.*.jar' | sort -nr | head -1) ",通过将" grep -EO " 修改为 ” grep -Eo “ 可以解决问题,并顺利通过startup.sh脚本启动"reader-server"。
Expected behavior 期待修复的效果
期待"reader-server-3.2.10.zip"之后的版本修复这个小问题。
版本说明
The text was updated successfully, but these errors were encountered: