-
Notifications
You must be signed in to change notification settings - Fork 237
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
ruby java mismatch with puppetserver 8 on EL8 systems - puppetserver does not start #2870
Comments
To be clear, this means that puppetserver does not start. |
@tskirvin Puppetserver 8 doesn't support Java 8 https://www.puppet.com/docs/puppet/8/server/release_notes#deprecations-and-removals |
Yes, but this is (as a far as I can tell) all running within the internal rpm stack? There's no java to upgrade on the system, and no additional puppet-land rpms to install. What should I be installing to make this work on EL8? |
Try Java 11 as described in https://developers.redhat.com/blog/2018/12/10/install-java-rhel8 |
Good, that works! Should there be documentation to that effect? Is there a simple puppet module to handle this with the puppetlabs/java module, assuming we're already properly bootstrapped? |
Or maybe this is just a packaging thing? Shouldn't the rpm specify the requirements adequately to run the software? |
@tskirvin check puppetlabs/ezbake#627 please |
Looks like it'll do the job, is that merged up and in a public release I can test? |
puppetlabs/ezbake#627 is open since March, without any real feedback from Puppet since April. |
Describe the Bug
The ruby version built into puppetserver doesn't work with EL8 systems:
Expected Behavior
This is what it looked like on EL8 running puppetserver 7:
And, on the first host after downgrading to puppetserver-7.17.2-1:
Steps to Reproduce
Environment
Additional Context
The text was updated successfully, but these errors were encountered: