我正在尝试安装Spinnaker但每次都面临问题。 1.尝试使用Google Launcher进行部署,但它没有在端口9000上启动任何内容 2.现在尝试使用https://github.com/spinnaker/spinnaker中提到的步骤进行安装。我在这里../spinnaker/dev/run_dev.sh我得到了一个异常
Invocation of init method failed; nested exception is com.netflix.astyanax.connectionpool.exceptions.NoAvailableHostsException: NoAvailableHostsException: [hos
t=None(0.0.0.0):0, latency=0(0), attempts=0]No hosts to borrow from
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:661)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
我还安装了Cassandra(使用步骤https://hostpresto.com/community/tutorials/how-to-install-apache-cassandra-on-ubuntu-14-04/)并检查了我是否能够执行cqlsh。
请帮助
谢谢, AMOL
答案 0 :(得分:1)
Google Spinnaker Cloud Launcher确实似乎已被打破。我最近多次尝试使用它来部署Spinnaker,并遇到了与您相同的问题。
当你说:
现在尝试使用https://github.com/spinnaker/spinnaker中提到的步骤进行安装。
您是说您正在设置开发环境吗?当您真正想要为Spinnaker编写代码时,这意味着要使用,而不是为了正常使用项目。
获取正在运行的Spinnaker安装的推荐方法是使用Spinnaker部署工具Halyard。