apache / dubbo-website

Apache Dubbo documents
https://dubbo.apache.org/
Apache License 2.0
468 stars 789 forks source link

启动简易注册中心报错 #2921

Open journey-666 opened 6 months ago

journey-666 commented 6 months ago

[root@VM-16-8-centos dubbo-samples-master]# ./mvnw clean compile exec:java -pl tools/embedded-zookeeper Exception in thread "main" java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:231) at java.util.zip.ZipFile.(ZipFile.java:157) at java.util.zip.ZipFile.(ZipFile.java:171) at org.apache.maven.wrapper.Installer.unzip(Installer.java:169) at org.apache.maven.wrapper.Installer.createDist(Installer.java:86) at org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:121) at org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:61)