gocd: Error messages on Go installation on Ubuntu
I’m using Ubuntu 14.04.3 server edition amd64 architecture.
I followed the instruction here (http://www.go.cd/documentation/user/current/installation/install/server/linux.html#debian-based-distributions-ie-ubuntu) and I get the following errors. However, I’m able to connect to go on port 8153.
=== begin quote ===
Selecting previously unselected package go-server.
(Reading database … 56933 files and directories currently installed.)
Preparing to unpack …/go-server_15.2.0-2248_all.deb …
dpkg: no packages found matching cruise-server
Adding system user go' (UID 105) ... Adding new groupgo’ (GID 112) …
Adding new user go' (UID 105) with groupgo’ …
Creating home directory `/var/go’ …
Unpacking go-server (15.2.0-2248) …
Processing triggers for ureadahead (0.100.0-16) …
ureadahead will be reprofiled on next reboot
Setting up go-server (15.2.0-2248) …
Found Java /usr/lib/jvm/java-7-openjdk-amd64/jre in PATH, using it.
Appending to “/etc/default/go-server”: export JAVA_HOME=“/usr/lib/jvm/java-7-openjdk-amd64/jre” # SET_BY_GO_INSTALLER__DONT_REMOVE
chown: cannot access ‘/var/lib/go-server/**’: No such file or directory
Installation of Go Server completed.
using default settings from /etc/default/go-server
Started Go Server on http://ubuntu:8153/go
update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match go-server Default-Start values (3 4 5)
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match go-server Default-Stop values (0 1 2 6)
=== end quote ===
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 19 (9 by maintainers)
@statwonk — you’ve probably got openjdk 9 installed on ubuntu 16.04. Please downgrade to openjdk 8 instead.