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

Caused by: com.alipay.sofa.ark.exception.ArkRuntimeException: Zookeeper config should not be empty. #1

Open
sdyjmc opened this issue Mar 17, 2021 · 0 comments

Comments

@sdyjmc
Copy link

sdyjmc commented Mar 17, 2021

D:\SOFABoot\github\sofastack-dashboard-guides-master\guides-dashboard-ark-master\target>java -jar guides-dashboard-ark-master-1.0.0.jar
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.alipay.sofa.ark.bootstrap.MainMethodRunner.run(MainMethodRunner.java:48)
at com.alipay.sofa.ark.bootstrap.AbstractLauncher.launch(AbstractLauncher.java:97)
at com.alipay.sofa.ark.bootstrap.AbstractLauncher.launch(AbstractLauncher.java:49)
at com.alipay.sofa.ark.bootstrap.ArkLauncher.main(ArkLauncher.java:35)
Caused by: com.alipay.sofa.ark.exception.ArkRuntimeException: com.alipay.sofa.ark.exception.ArkRuntimeException: Zookeeper config should not be empty.
at com.alipay.sofa.ark.container.pipeline.StandardPipeline.process(StandardPipeline.java:81)
at com.alipay.sofa.ark.container.ArkContainer.start(ArkContainer.java:135)
at com.alipay.sofa.ark.container.ArkContainer.main(ArkContainer.java:91)
... 8 more
Caused by: com.alipay.sofa.ark.exception.ArkRuntimeException: Zookeeper config should not be empty.
at com.alipay.sofa.ark.container.model.PluginModel.start(PluginModel.java:281)
at com.alipay.sofa.ark.container.service.plugin.PluginDeployServiceImpl.deployPlugin(PluginDeployServiceImpl.java:61)
at com.alipay.sofa.ark.container.service.plugin.PluginDeployServiceImpl.deploy(PluginDeployServiceImpl.java:49)
at com.alipay.sofa.ark.container.pipeline.DeployPluginStage.process(DeployPluginStage.java:45)
at com.alipay.sofa.ark.container.pipeline.StandardPipeline.process(StandardPipeline.java:75)
... 10 more
Caused by: java.lang.IllegalArgumentException: Zookeeper config should not be empty.
at com.alipay.sofa.ark.common.util.AssertUtils.isFalse(AssertUtils.java:84)
at com.alipay.sofa.ark.config.zk.ZookeeperConfigurator.parseAddress(ZookeeperConfigurator.java:46)
at com.alipay.sofa.ark.config.zk.ZookeeperConfigurator.buildConfig(ZookeeperConfigurator.java:34)
at com.alipay.sofa.ark.config.zk.ZookeeperConfigActivator.start(ZookeeperConfigActivator.java:91)
at com.alipay.sofa.ark.container.model.PluginModel.start(PluginModel.java:279)
... 14 more
Exception in thread "Thread-0" java.lang.NullPointerException
at com.alipay.sofa.ark.config.zk.ZookeeperConfigActivator.stop(ZookeeperConfigActivator.java:151)
at com.alipay.sofa.ark.container.model.PluginModel.stop(PluginModel.java:290)
at com.alipay.sofa.ark.container.service.plugin.PluginDeployServiceImpl.unDeployPlugin(PluginDeployServiceImpl.java:88)
at com.alipay.sofa.ark.container.service.plugin.PluginDeployServiceImpl.unDeploy(PluginDeployServiceImpl.java:75)
at com.alipay.sofa.ark.container.service.plugin.PluginDeployServiceImpl.dispose(PluginDeployServiceImpl.java:104)
at com.alipay.sofa.ark.container.service.ArkServiceContainer.stop(ArkServiceContainer.java:142)
at com.alipay.sofa.ark.container.ArkContainer.stop(ArkContainer.java:234)
at com.alipay.sofa.ark.container.ArkContainer$1.run(ArkContainer.java:128)
at java.lang.Thread.run(Unknown Source)


D:\SOFABoot\github\sofastack-dashboard-guides-master>mvn package
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for sofastack-dashboard-guides 1.0.0:
[INFO]
[INFO] sofastack-dashboard-guides ......................... SUCCESS [ 0.052 s]
[INFO] guides-dashboard-client ............................ SUCCESS [ 33.436 s]
[INFO] guides-dashboard-facade ............................ SUCCESS [ 0.526 s]
[INFO] guides-dashboard-service-consumer .................. SUCCESS [ 1.456 s]
[INFO] guides-dashboard-service-provider .................. SUCCESS [ 0.564 s]
[INFO] guides-dashboard-ark-provider ...................... SUCCESS [ 4.282 s]
[INFO] guides-dashboard-ark-master ........................ SUCCESS [ 3.289 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.453 s
[INFO] ------------------------------------------------------------------------

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