Skip to content
New issue

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

[Bug] The jvm args do not take effect in docker start script #1537

Open
3 tasks done
lewis-wu opened this issue May 30, 2024 · 0 comments
Open
3 tasks done

[Bug] The jvm args do not take effect in docker start script #1537

lewis-wu opened this issue May 30, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@lewis-wu
Copy link

lewis-wu commented May 30, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Environment

Mac

Hippo4j version

develop

What happened

The JVM args should be before the jar file name. However, there are the code java -jar hippo4j-server. jar ${JAVA-OPT}
in script file 'docker/docker-startup.sh', the jvm args and program args are placed together after the jar file name.

image
The screenshot above also shows that the original intention was to output GC information to a specified file, but in reality, there was no corresponding GC log file generated

How to reproduce

Pealse ,restart application ,You can see there are no any gc logs.

Debug logs

image

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@lewis-wu lewis-wu added the type: bug Something isn't working label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant