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;








0















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?










share|improve this question













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
If this question can be reworded to fit the rules in the help center, please edit the question.






















    0















    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?










    share|improve this question













    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
    If this question can be reworded to fit the rules in the help center, please edit the question.


















      0












      0








      0








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      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
      If this question can be reworded to fit the rules in the help center, please edit the question.







      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
      If this question can be reworded to fit the rules in the help center, please edit the question.




















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

          What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

          Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos