redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.05k stars 420 forks source link

Extension download and install failing with msg "corrupt zip". #3661

Closed CTownsdin closed 1 month ago

CTownsdin commented 1 month ago
Environment

v1.30.0

Steps To Reproduce
  1. [step 1] Fresh install vscode on mac
  2. [step 2] Fresh install Language Support for Java(TM) by Red Hat v1.30.
Current Result

2024-05-28 15:10:26.876 [info] Started local extension host with pid 11611. 2024-05-28 15:10:28.438 [info] [perf] Render performance baseline is 13ms 2024-05-28 15:10:51.795 [error] CorruptZip: end of central directory record signature not found at l.download (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:84:192) at async te.x (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:118711) at async te.h (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:116437) 2024-05-28 15:10:51.805 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found at l.download (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:84:192) at async te.x (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:118711) at async te.h (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:116437)

Expected Result

Install the extension.

Additional Informations

Following the suggested "manual" download and install does not work either. I have tried complete reinstall of vscode, both current version and the version from Feb, no luck. It really seems like there's something wrong with the download source file? But it does seem unusually unlucky for me to be the first to report it, so not sure what's up here.

CTownsdin commented 1 month ago

Oh! released today?! Last released 2024-05-28, 01:27:05

CTownsdin commented 1 month ago

The release was just a coincidence.

The problem was corp office networking related. This can be closed.