Hi.
I am trying to install Elastic Cloud Enterprise on a Ubuntu 14 machine.
Got everything in place, but the installer is stuck on Loaded bootstrap settings.
Even after waiting for more then 24 hours the installer is still stuck at Loaded bootstrap settings.
The logging that I got when i interrupt the installer is:
Traceback (most recent call last):
File "/elastic_cloud_apps/bootstrap-initiator/initiator.py", line 68, in
monitor.logging_and_bootstrap_monitor(bootstrap_properties, enable_debug)
File "/elastic_cloud_apps/bootstrap-initiator/bootstrap_initiator/monitor.py", line 18, in logging_and_bootstrap_monitor
sleep(5)
KeyboardInterrupt
Traceback (most recent call last):
File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/elastic_cloud_apps/bootstrap-initiator/bootstrap_initiator/logging.py", line 73, in monitor_bootstrap_log
process_log(bootstrap_properties, debug_enabled)
File "/elastic_cloud_apps/bootstrap-initiator/bootstrap_initiator/logging.py", line 47, in process_log
p = tail("-f", "{0}/logs/bootstrap-logs/bootstrap.log".format(bootstrap_properties['HOST_STORAGE_PATH']), _out=process_info_log_output)
File "/usr/lib/python3.5/site-packages/sh.py", line 1021, in call
return RunningCommand(cmd, call_args, stdin, stdout, stderr)
File "/usr/lib/python3.5/site-packages/sh.py", line 486, in init
self.wait()
File "/usr/lib/python3.5/site-packages/sh.py", line 493, in wait
exit_code = self.process.wait()
File "/usr/lib/python3.5/site-packages/sh.py", line 1601, in wait
pid, exit_code = os.waitpid(self.pid, 0) # blocks
Could someone give me a push in the right direction?