forked from saltstack-formulas/tomcat-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update #12
Open
preussal
wants to merge
43
commits into
preussal:master
Choose a base branch
from
saltstack-formulas:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update #12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Automated using myii/ssf-formula#414
* Automated using myii/ssf-formula#415
The service doesn't start due to this: ``` × tomcat.service - Apache Tomcat Web Application Container Loaded: loaded (/usr/lib/systemd/system/tomcat.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Mon 2022-04-11 15:28:05 UTC; 4min 9s ago Main PID: 538 (code=exited, status=1/FAILURE) ...: main class used: org.apache.catalina.startup.Bootstrap ...: flags used: -Djava.awt.headless=true -Xmx128m -XX:MaxPermSize=256m -Dlog4j.configuration=file:/tmp/log4j.properti> ...: options used: -Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io> ...: arguments used: start ...: NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-> ...: Unrecognized VM option 'MaxPermSize=256m' ...: Error: Could not create the Java Virtual Machine. ...: Error: A fatal exception has occurred. Program will exit. ...: tomcat.service: Main process exited, code=exited, status=1/FAILURE ...: tomcat.service: Failed with result 'exit-code'. ```
* Semi-automated using myii/ssf-formula#430
…-Fedora-36 fix(osfingermap): avoid `MaxPermSize` on Amazon & Fedora 36 (use `pillars_from_directories` to fix CI)
## [0.19.6](v0.19.5...v0.19.6) (2022-04-11) ### Bug Fixes * **osfingermap:** avoid `MaxPermSize` on Amazon & Fedora 36 ([41d658f](41d658f)) ### Continuous Integration * use `pillars_from_directories` & `test/salt/pillar/top.sls` ([367e799](367e799)) * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([3e9e196](3e9e196)) * update linters to latest versions [skip ci] ([db6759f](db6759f)) * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([7a88235](7a88235)) * **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([b89481d](b89481d)) * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([cf42632](cf42632)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([23f24f0](23f24f0)) * **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([9798e38](9798e38)) * **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([fea89c5](fea89c5)) * **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([4675307](4675307)) * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([8d9d8f9](8d9d8f9)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([c54b128](c54b128)) * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([1c77b57](1c77b57)) * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([7d7ea4a](7d7ea4a)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([da3c19f](da3c19f)) * **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([411fcdf](411fcdf)) ### Documentation * **changelog:** merge old into the new [skip ci] ([762d155](762d155)) ### Tests * **_mapdata:** add verification files for `fedora-34` [skip ci] ([9460947](9460947)) * **_mapdata:** add verification files for `fedora-35` [skip ci] ([058ce44](058ce44)) * **_mapdata:** add verification files for `fedora-36` ([e6fa640](e6fa640)) * **debian-11:** add verification files & update all tests [skip ci] ([52b29a1](52b29a1)) * **system:** add `build_platform_codename` [skip ci] ([5463aac](5463aac)) * standardise use of `share` suite & `_mapdata` state [skip ci] ([b39bbea](b39bbea))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update