Hi. We just did an install for Opscenter 2.1. When trying to startup the opscenter-agent, getting the following error:
]# SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: ./conf/address.yaml (No such file or directory)
at clojure.lang.LazySeq.sval(LazySeq.java:47)
at clojure.lang.LazySeq.seq(LazySeq.java:56)
at clojure.lang.RT.seq(RT.java:450)
at clojure.core$seq.invoke(core.clj:122)
at clojure.core$r.invoke(core.clj:793)
at clojure.core$into.invoke(core.clj:2614)
at opsagent.conf$load_conf.invoke(conf.clj:97)
at opsagent.opsagent$_main.doInvoke(opsagent.clj:180)
at clojure.lang.RestFn.applyTo(RestFn.java:137)
at opsagent.opsagent.main(Unknown Source)
Caused by: java.io.FileNotFoundException: ./conf/address.yaml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at java.io.FileInputStream.<init>(FileInputStream.java:96)
at java.io.FileReader.<init>(FileReader.java:58)
at opsagent.conf$load_conf_file.invoke(conf.clj:88)
at clojure.core$map$fn__3699.invoke(core.clj:2096)
at clojure.lang.LazySeq.sval(LazySeq.java:42)
... 9 more
-----------------------
Searching the system, there is no address.yaml file anywhere. It seems to be missing from the install.
Which part of the install should have included it? Where can I get the address.yaml file?
The only yaml files on the system after the Cassandra install are:
/home/cassandra/dse-2.1/resources/dse/conf/dse.yaml
/home/cassandra/dse-2.1/resources/cassandra/conf/cassandra.yaml
Thanks in advance for your help, Shirley
