Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix an issue with bin/startserv --suspend #24990

Merged

Conversation

OndroMih
Copy link
Contributor

This improves the startserv script to ignore all lines until a line that starts with "Dump", which is followed by the command line to start the server.

At the same time, logging of debug ports is moved right before server starts, instead of logging them before the --dry-run option is processed. That caused the original issue, because it added one more line before the "Dump" line if --suspend was used.

@arjantijms arjantijms merged commit 2127e35 into eclipse-ee4j:master Jun 21, 2024
2 checks passed
@dmatej dmatej added this to the 7.0.16 milestone Jul 4, 2024
@dmatej dmatej added the enhancement New feature or request label Jul 4, 2024
@OndroMih OndroMih deleted the ondromih-fix-startserv-suspend branch August 12, 2024 21:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants