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.

Windows10 F8:gofabric8 Unable to get status exit status 1

See original GitHub issue

Using the latest version of the plugin (3.1.76) I got stuck after the downloads.

d:\temp\fabric>mvn --version && rd /s /q %HOME%\.fabric8 && mvn io.fabric8:fabric8-maven-plugin:3.1.76:cluster-start -Dfabric8.verbose=true && dir /B /S %HOME%\.fabric8

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)
Maven home: d:\apps\dev\apache-maven-3.3.9\bin\..
Java version: 1.8.0_111, vendor: Oracle Corporation
Java home: c:\Program Files\Java\jdk1.8.0_111\jre
Default locale: cs_CZ, platform encoding: Cp1250
OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- fabric8-maven-plugin:3.1.76:cluster-start (default-cli) @ standalone-pom ---
[INFO] F8: Downloading gofabric8:
[INFO] F8:    Version:      0.4.91
[INFO] F8:    Platform:     windows
[INFO] F8:    Architecture: amd64
#################################################################################
#####
[INFO] F8: Running C:\Users\Vaskrist\.fabric8\bin\gofabric8.exe version --batch
[INFO] F8:gofabric8 gofabric8, version 0.4.91 (branch: 'master', revision: '69efb9a')
[INFO] F8:gofabric8   build date:       '20161020-14:17:53'
[INFO] F8:gofabric8   go version:       '1.7.1'
[WARNING] F8: The fabric8 bin folder C:\Users\Vaskrist\.fabric8\bin is not on the PATH.
[WARNING] F8: To easily start fabric8 CLI tools like gofabric8 directly, please adapt your environment:
[INFO] F8: Please add the following to your ~/.bashrc:
[INFO] F8:   export PATH=$PATH:C:\Users\Vaskrist\.fabric8\bin
[INFO] F8: Running C:\Users\Vaskrist\.fabric8\bin\gofabric8.exe start --console --batch
[INFO] F8:gofabric8 Downloading https://storage.googleapis.com/minikube/releases/v0.11.0/minikube-windows-amd64.exe...
[INFO] F8:gofabric8 Downloaded minikube.exe
[INFO] F8:gofabric8 Downloading https://storage.googleapis.com/kubernetes-release/release/v1.4.4/bin/windows/amd64/kubectl.exe...
[INFO] F8:gofabric8 Downloaded kubectl
[INFO] F8:gofabric8 using the executable C:\Users\Vaskrist\.fabric8\bin\minikube.exe
[INFO] F8:gofabric8 Unable to get status exit status 1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.255 s
[INFO] Finished at: 2016-10-21T11:09:57+02:00
[INFO] Final Memory: 19M/268M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:3.1.76:cluster-start (default-cli) on project standalone-pom: Failed to execute gofabric8.exe start --console --batch result was: 1 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

C:\Users\Vaskrist\.fabric8\bin
C:\Users\Vaskrist\.fabric8\bin\gofabric8.exe
C:\Users\Vaskrist\.fabric8\bin\kubectl
C:\Users\Vaskrist\.fabric8\bin\minikube.exe

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
oweisecommented, Nov 4, 2016

Same here too, but on an Ubuntu OS. Tried both ways to install gofabric, via the bash script and as binary distributable. Calling “gofabric8 start” fails with:

using the executable /home/oliver/.fabric8/bin/minikube
Unable to get status exit status 1

Got around it by (supposedly):

  • Running: minikube delete
  • Deleting “~/.minikube” directory
  • Once starting and stopping minikube manually
    • minikube start
    • minikube stop
0reactions
rohanKanojiacommented, Oct 5, 2018

gofabric8 is deprecated now, so closing this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build error with Openshift 4 · Issue #1736 - GitHub
any solution? Btw, this is what i get in Openshift Online: [ERROR] F8: Failed to execute the build: io.fabric8.
Read more >
Win10 computer keeps rebooting, F8 not working
Tried using F8 to get into Safe Mode, but it is not working. The only function key that is working is F11, which...
Read more >
F8 Not Working In Windows 10? 5 Things To Try
To exit Safe Mode from System Configuration, open the Boot options window again, uncheck the box next to Safe Boot, and click OK....
Read more >
What does exit status 1 (0x1) mean for a Windows GUI program?
Exit status 1 can mean literally anything, except perhaps 'success'. These status codes are defined by the program itself, and in most cases ......
Read more >
Newest 'fabric8' Questions - Page 3 - Stack Overflow
I have an SSHD server running in docker container in Kubernetes. It intermittently throws the following error when I try to connect to...
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