Logstash build from Source failing

Hello Team ,

I am trying to build logstash from source code from the main branch. It is failing with the following error:

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':installDevelopmentGems'.
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:142)
        at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:140)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
        at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
        at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
        at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
        at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
        at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)

Could somebody please help in resolving the issue.
Thanks in advance,
Tejas

Hi @tejas7,

Welcome to the community! Can you confirm followed the prerequisite steps before as outlined in the documentation? Can you also confirm if you are running the build via cmd or a particular IDE?

Hi Carly,
I'm trying to build in a CentOS system.
I did follow the prerequisite steps and was able to install JDK 11, rake, bundler ruby version 2.6.0.
once i run the gradle command it is failing with the mentioned error

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.