question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cluster-start fails on linux (fedora)

See original GitHub issue

Having the following plugin configuration: <plugin> <groupId>io.fabric8</groupId> <artifactId>fabric8-maven-plugin</artifactId> <version>3.1.58</version> <executions> <execution> <id>fmp</id> <goals> <goal>resource</goal> <goal>helm</goal> <goal>build</goal> </goals> </execution> </executions> </plugin> and issuing mvn fabric8:cluster-start, generates the following error: … [INFO] — fabric8-maven-plugin:3.1.58:cluster-start (default-cli) @ kubernetes-fabric8 — [INFO] F8> Downloading version 0.4.77 of gofabric8 to /home/sterpico/.fabric8/bin/gofabric8 … [ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:3.1.58:cluster-start (default-cli) on project kubernetes-fabric8: Failed to open URL: https://github.com/fabric8io/gofabric8/releases/download/v0.4.77/gofabric8-linux-amd64. java.io.FileNotFoundException: https://github.com/fabric8io/gofabric8/releases/download/v0.4.77/gofabric8-linux-amd64 -> [Help 1]

I manually installed gofabric8 version 0.4.76 (latest at the time of writing), however the plugin always attempts to resolve this version instead. The issue could be similar to the windows one, however is there a way to instruct it to work with this gofabric8 version?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jimmidysoncommented, Oct 3, 2016

This should be fixed now that 0.4.77 of gofabric8 is released. I’ll open a new issue to discuss how the plugin is doing the latest version check.

1reaction
jimmidysoncommented, Oct 3, 2016

Didn’t know that was how the version was discovered… We’ll change that soon.

On Mon, 3 Oct 2016, 18:39 Jimmi Dyson, jimmidyson@gmail.com wrote:

Looks like a borked release - will fix up soon.

On Mon, 3 Oct 2016, 18:14 Anthony Kulis, notifications@github.com wrote:

following. i get the same issue on mac

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fabric8io/fabric8-maven-plugin/issues/482#issuecomment-251166251, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcXE79dUra4XV1yJaNlqT_ge_AT66J7ks5qwTgSgaJpZM4KMzg3 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

894232 – Cluster configuration fails using cluster manager pcs
Bug 894232 - Cluster configuration fails using cluster manager pcs ... and then run 'pcs cluster start'? The latest version of pacemaker in...
Read more >
Cluster from Scratch - Fedora 11 - ClusterLabs
manager for Linux-HA (Heartbeat) and/or OpenAIS. : : It supports "n-node" clusters with significant capabilities for. : managing resources and dependencies.
Read more >
pcs depends on systemctl which is not available in centos #3
Unable to locate command: systemctl root@cluster1:# uname -a Linux ... pcs cluster start --all is not working given an error connecting to node...
Read more >
How to Configure and Maintain High Availability/Clustering in ...
High Availability: eliminate single points of failure and by failing over ... For the purpose of this guide, we will use two Linux...
Read more >
How To Configure Two Node High Availability Cluster On ...
Last updated on June 8th, 2021 - by LinuxTeck - Leave a Comment ... to the next node in-case of any failures in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found