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

official private gem repositories docs needs to be updated #13451

Open
kares opened this issue Nov 25, 2021 · 0 comments
Open

official private gem repositories docs needs to be updated #13451

kares opened this issue Nov 25, 2021 · 0 comments

Comments

@kares
Copy link
Contributor

kares commented Nov 25, 2021

Logstash information: >= 7.15.0

Description of the problem including expected versus actual behavior:

In Logstash 7.15.0 Bundler got updated to 2.x and along came a functionality of locking the bundle (Gemfile).

Steps to reproduce:

Please include a minimal but complete recreation of the problem,
including (e.g.) pipeline definition(s), settings, locale, etc. The easier
you make for us to reproduce it, the more likely that somebody will take the
time to look at it.

  1. have bin/logstash -e "" working
  2. edit Gemfile (update RGs source according to docs)
  3. run bin/logstash -e "" again -> startup fails

Provide logs (if relevant):

Using bundled JDK: /home/kares/workspace/work/elastic/logstash-7.15.0/jdk
[FATAL] 2021-11-25 13:28:18.046 [main] Logstash - Logstash was unable to start due to an unexpected Gemfile change.
If you are a user, this is a bug.
If you are a logstash developer, please try restarting logstash with the `--enable-local-plugin-development` flag set.

NOTE: work-around is to run with --enable-local-plugin-development ...

  1. edit Gemfile (change source)
  2. bin/logstash --enable-local-plugin-development -e "" to re-lock the bundle
  3. the next time the usual bin/logstash -e "" will now work
@kares kares changed the title official private gem repositories docs is broken official private gem repositories docs needs to be updated Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants