2016-05-05 14:50:36 |
Charles Butler |
description |
When deploying on GCE, the workload fails to start. We think we've identified the problem relating to the unusually long hostname, and java7 combo.
See details in #1577808 |
When deploying on GCE, the workload fails to start. We think we've identified the problem relating to the unusually long hostname, and java7 combo.
GCE appears to suffer from using UUID's for hostnames, and these are longer than the java7 MAXHOSTNAMELEN, and can be patched by applying hostname -s to /etc/hosts, or upgrading to java8.
illustrated here http://paste.ubuntu.com/16230171/ |
|