You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am started zoonavigator in minikube cluster and I am able to see data of all the nodes inside the zookeeper which also in the same namespace inside cluster.
I am not able to export this data via export feature available on node. It is failing with below error
2022-05-25T15:46:26.661Z | SLF4J: Class path contains multiple SLF4J bindings.
2022-05-25T15:46:26.661Z | SLF4J: Found binding in [jar:file:/app/lib/ch.qos.logback.logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-05-25T15:46:26.661Z | SLF4J: Found binding in [jar:file:/app/lib/org.slf4j.slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-05-25T15:46:26.662Z | SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2022-05-25T15:46:32.558Z | SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
2022-05-25T15:47:03.759Z | [�[37minfo�[0m] application - Enabling Filter: play.filters.headers.SecurityHeadersFilter
2022-05-25T15:47:03.960Z | [�[37minfo�[0m] application - Enabling Filter: play.filters.cors.CORSFilter
2022-05-25T15:47:04.753Z | [�[37minfo�[0m] play.api.Play - Application started (Prod) (no global state)
2022-05-25T15:47:20.365Z | [�[37minfo�[0m] p.c.s.AkkaHttpServer - Listening for HTTP on /0.0.0.0:8080
2022-05-25T15:48:13.260Z | [�[31merror�[0m] curator - n/a
2022-05-25T15:48:13.260Z | java.lang.IllegalStateException: Client is not started
2022-05-25T15:48:13.260Z | at org.apache.curator.shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:444)
2022-05-25T15:48:13.260Z | at org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:139)
2022-05-25T15:48:13.260Z | at org.apache.curator.framework.imps.CuratorFrameworkImpl.getZooKeeper(CuratorFrameworkImpl.java:596)
2022-05-25T15:48:13.260Z | at org.apache.curator.framework.imps.GetACLBuilderImpl.performBackgroundOperation(GetACLBuilderImpl.java:129)
2022-05-25T15:48:13.260Z | at org.apache.curator.framework.imps.OperationAndData.callPerformBackgroundOperation(OperationAndData.java:84)
2022-05-25T15:48:13.260Z | at org.apache.curator.framework.imps.CuratorFrameworkImpl.performBackgroundOperation(CuratorFrameworkImpl.java:934)
2022-05-25T15:48:13.260Z | at org.apache.curator.framework.imps.CuratorFrameworkImpl.processBackgroundOperation(CuratorFrameworkImpl.java:614)
2022-05-25T15:48:13.260Z | at org.apache.curator.framework.imps.GetACLBuilderImpl.forPath(GetACLBuilderImpl.java:145)
2022-05-25T15:48:13.260Z | at org.apache.curator.framework.imps.GetACLBuilderImpl.forPath(GetACLBuilderImpl.java:36)
2022-05-25T15:48:13.260Z | at com.elkozmon.zoonavigator.core.curator.syntax.AsyncOps.$anonfun$toPathableF$2(AsyncOps.scala:38)
2022-05-25T15:48:13.260Z | [�[31merror�[0m] curator - n/a
The text was updated successfully, but these errors were encountered:
I am able to export only parent nodes whose children nodes are leaf. i.e. Level 1 Nodes.
I am not able to export parent very high up the chain. i.e. Level > 1.
eg. For below hirarchy system > properties > testParent > testKay = testVal
I am able to export node for only testParent
I not able to export node system, properties etc.
I am started zoonavigator in minikube cluster and I am able to see data of all the nodes inside the zookeeper which also in the same namespace inside cluster.
I am not able to export this data via export feature available on node. It is failing with below error
The text was updated successfully, but these errors were encountered: