Unable to start logstash service due to ruby dependency [closed]Unable to configure Ruby with readlineStart ruby script at boot as particular usersudo ./starling start works well but sudo service starling start failsVagrant - Unable to up instance due to “librarian” not found (even though it's installed)Configuring Logstash when installed as a serviceLogstash Forwarder doesn't start up with chkconfig in CentOS 5Trouble Starting Snorby / Ruby dependency issueUnable to run logstash config file (permission denied)Logstash integration with AWS Elasticsearch Servicelogstash won't run as a service
What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?
Fizzy, soft, pop and still drinks
A Note on N!
Why does processed meat contain preservatives, while canned fish needs not?
Why does academia still use scientific journals and not peer-reviewed government funded alternatives?
Noun clause (singular all the time?)
Is there really no use for MD5 anymore?
Realistic Necromancy?
Seemingly unused edef prior to an ifx mysteriously affects the outcome of the ifx. Why?
Why other Westeros houses don't use wildfire?
What makes accurate emulation of old systems a difficult task?
Why was Germany not as successful as other Europeans in establishing overseas colonies?
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
What route did the Hindenburg take when traveling from Germany to the U.S.?
What language was spoken in East Asia before Proto-Turkic?
How can the Zone of Truth spell be defeated without the caster knowing?
Why is it that the natural deduction method can't test for invalidity?
Does holding a wand and speaking its command word count as V/S/M spell components?
Do I have an "anti-research" personality?
Does Gita support doctrine of eternal cycle of birth and death for evil people?
Exchange,swap or switch
Repelling Blast: Must targets always be pushed back?
French for 'It must be my imagination'?
Don’t seats that recline flat defeat the purpose of having seatbelts?
Unable to start logstash service due to ruby dependency [closed]
Unable to configure Ruby with readlineStart ruby script at boot as particular usersudo ./starling start works well but sudo service starling start failsVagrant - Unable to up instance due to “librarian” not found (even though it's installed)Configuring Logstash when installed as a serviceLogstash Forwarder doesn't start up with chkconfig in CentOS 5Trouble Starting Snorby / Ruby dependency issueUnable to run logstash config file (permission denied)Logstash integration with AWS Elasticsearch Servicelogstash won't run as a service
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am running Logstash on Raspberry Pi jessie and it is stuck in a restart loop. Syslog reports the following:
Apr 20 17:00:11 raspberrypi logstash[12578]: org/jruby/RubyKernel.java:984: warning: It seems your ruby installation is missing psych (for YAML output).
Apr 20 17:00:11 raspberrypi logstash[12578]: To eliminate this warning, please install libyaml and reinstall your ruby.
Apr 20 17:00:11 raspberrypi logstash[12578]: [ERROR] 2019-04-20 17:00:11.776 [main] Logstash - java.lang.IllegalStateException: Logstash stopped processing because of an error: (GemspecError)
Apr 20 17:00:11 raspberrypi logstash[12578]: [!] There was an error while loading `logstash-core-plugin-api.gemspec`: load error: psych -- java.lang.RuntimeException: BUG: we can not copy embedded jar to temp directory
Apr 20 17:00:11 raspberrypi logstash[12578]: Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.
Apr 20 17:00:11 raspberrypi systemd[1]: logstash.service: main process exited, code=exited, status=1/FAILURE
Apr 20 17:00:11 raspberrypi systemd[1]: Unit logstash.service entered failed state.
Apr 20 17:00:12 raspberrypi systemd[1]: logstash.service holdoff time over, scheduling restart.
Apr 20 17:00:12 raspberrypi systemd[1]: Stopping logstash...
Apr 20 17:00:12 raspberrypi systemd[1]: Starting logstash...
Apr 20 17:00:12 raspberrypi systemd[1]: Started logstash.
As suggested in the error itself I have tried re-installing libyaml and ruby 1.9.3 using rvm but to no avail.
Any thoughts?
ruby logstash rvm raspbian
closed as off-topic by Sven♦ Apr 20 at 16:08
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Sven
add a comment |
I am running Logstash on Raspberry Pi jessie and it is stuck in a restart loop. Syslog reports the following:
Apr 20 17:00:11 raspberrypi logstash[12578]: org/jruby/RubyKernel.java:984: warning: It seems your ruby installation is missing psych (for YAML output).
Apr 20 17:00:11 raspberrypi logstash[12578]: To eliminate this warning, please install libyaml and reinstall your ruby.
Apr 20 17:00:11 raspberrypi logstash[12578]: [ERROR] 2019-04-20 17:00:11.776 [main] Logstash - java.lang.IllegalStateException: Logstash stopped processing because of an error: (GemspecError)
Apr 20 17:00:11 raspberrypi logstash[12578]: [!] There was an error while loading `logstash-core-plugin-api.gemspec`: load error: psych -- java.lang.RuntimeException: BUG: we can not copy embedded jar to temp directory
Apr 20 17:00:11 raspberrypi logstash[12578]: Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.
Apr 20 17:00:11 raspberrypi systemd[1]: logstash.service: main process exited, code=exited, status=1/FAILURE
Apr 20 17:00:11 raspberrypi systemd[1]: Unit logstash.service entered failed state.
Apr 20 17:00:12 raspberrypi systemd[1]: logstash.service holdoff time over, scheduling restart.
Apr 20 17:00:12 raspberrypi systemd[1]: Stopping logstash...
Apr 20 17:00:12 raspberrypi systemd[1]: Starting logstash...
Apr 20 17:00:12 raspberrypi systemd[1]: Started logstash.
As suggested in the error itself I have tried re-installing libyaml and ruby 1.9.3 using rvm but to no avail.
Any thoughts?
ruby logstash rvm raspbian
closed as off-topic by Sven♦ Apr 20 at 16:08
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Sven
add a comment |
I am running Logstash on Raspberry Pi jessie and it is stuck in a restart loop. Syslog reports the following:
Apr 20 17:00:11 raspberrypi logstash[12578]: org/jruby/RubyKernel.java:984: warning: It seems your ruby installation is missing psych (for YAML output).
Apr 20 17:00:11 raspberrypi logstash[12578]: To eliminate this warning, please install libyaml and reinstall your ruby.
Apr 20 17:00:11 raspberrypi logstash[12578]: [ERROR] 2019-04-20 17:00:11.776 [main] Logstash - java.lang.IllegalStateException: Logstash stopped processing because of an error: (GemspecError)
Apr 20 17:00:11 raspberrypi logstash[12578]: [!] There was an error while loading `logstash-core-plugin-api.gemspec`: load error: psych -- java.lang.RuntimeException: BUG: we can not copy embedded jar to temp directory
Apr 20 17:00:11 raspberrypi logstash[12578]: Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.
Apr 20 17:00:11 raspberrypi systemd[1]: logstash.service: main process exited, code=exited, status=1/FAILURE
Apr 20 17:00:11 raspberrypi systemd[1]: Unit logstash.service entered failed state.
Apr 20 17:00:12 raspberrypi systemd[1]: logstash.service holdoff time over, scheduling restart.
Apr 20 17:00:12 raspberrypi systemd[1]: Stopping logstash...
Apr 20 17:00:12 raspberrypi systemd[1]: Starting logstash...
Apr 20 17:00:12 raspberrypi systemd[1]: Started logstash.
As suggested in the error itself I have tried re-installing libyaml and ruby 1.9.3 using rvm but to no avail.
Any thoughts?
ruby logstash rvm raspbian
I am running Logstash on Raspberry Pi jessie and it is stuck in a restart loop. Syslog reports the following:
Apr 20 17:00:11 raspberrypi logstash[12578]: org/jruby/RubyKernel.java:984: warning: It seems your ruby installation is missing psych (for YAML output).
Apr 20 17:00:11 raspberrypi logstash[12578]: To eliminate this warning, please install libyaml and reinstall your ruby.
Apr 20 17:00:11 raspberrypi logstash[12578]: [ERROR] 2019-04-20 17:00:11.776 [main] Logstash - java.lang.IllegalStateException: Logstash stopped processing because of an error: (GemspecError)
Apr 20 17:00:11 raspberrypi logstash[12578]: [!] There was an error while loading `logstash-core-plugin-api.gemspec`: load error: psych -- java.lang.RuntimeException: BUG: we can not copy embedded jar to temp directory
Apr 20 17:00:11 raspberrypi logstash[12578]: Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.
Apr 20 17:00:11 raspberrypi systemd[1]: logstash.service: main process exited, code=exited, status=1/FAILURE
Apr 20 17:00:11 raspberrypi systemd[1]: Unit logstash.service entered failed state.
Apr 20 17:00:12 raspberrypi systemd[1]: logstash.service holdoff time over, scheduling restart.
Apr 20 17:00:12 raspberrypi systemd[1]: Stopping logstash...
Apr 20 17:00:12 raspberrypi systemd[1]: Starting logstash...
Apr 20 17:00:12 raspberrypi systemd[1]: Started logstash.
As suggested in the error itself I have tried re-installing libyaml and ruby 1.9.3 using rvm but to no avail.
Any thoughts?
ruby logstash rvm raspbian
ruby logstash rvm raspbian
asked Apr 20 at 15:05
JohndoweeJohndowee
11
11
closed as off-topic by Sven♦ Apr 20 at 16:08
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Sven
closed as off-topic by Sven♦ Apr 20 at 16:08
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Sven
add a comment |
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes