I am having difficulty starting a Generic Zip go-server on a Linux machine via the {install directory}/server.sh script. Here is some info:
We have successfully setup and used go server version 16.1.0 in the past, and are only now having this issue when attempting to upgrade to the latest version; therefore I assume there is some configuration step we are missing.
When I execute the command
server.sh, I get this error:
ERROR: Failed to start Go server. Please check the logs.
java.lang.RuntimeException: Failed to start Go server.
at com.thoughtworks.go.server.GoServer.startServer(GoServer.java:77)
at com.thoughtworks.go.server.GoServer.go(GoServer.java:63)
at com.thoughtworks.go.server.util.GoLauncher.main(GoLauncher.java:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.simontuffs.onejar.Boot.run(Boot.java:306)
at com.simontuffs.onejar.Boot.main(Boot.java:159)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: org.eclipse.jgit.api.errors.RefNotFoundException: Ref master can not be resolved
The full stack trace is attached to this post
Forgive me if I have missed any other important information, please let me know and I will include it.
Any help is greatly appreciated
Thank you,
- Sneyed