apache / apache/dubbo-website

启动简易注册中心报错

Open
#2,921 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
491
Forks
809
Avg merge
1d 6h
Merged PRs (30d)
6

Description

[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)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by rerunning ./mvnw clean compile exec:java -pl tools/embedded-zookeeper and inspect the Maven Wrapper failure at org.apache.maven.wrapper.Installer.unzip. Trace how the wrapper distribution is obtained and opened, then verify that the embedded-zookeeper command completes without the ZipException.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.