Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Able To Export Zookeeper nodes due to Error java.lang.IllegalStateException: Client is not started #79

Open
intwalanayan opened this issue May 25, 2022 · 1 comment

Comments

@intwalanayan
Copy link

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
@intwalanayan
Copy link
Author

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.

@elkozmon elkozmon transferred this issue from elkozmon/zoonavigator-api May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant