-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
CI build throws "java.util.zip.ZipException: zip END header not found" #4167
Comments
@wborn, @holgerfriedrich - I think you might have some knowledge in this area? |
The error seems to show up since ecj was upgraded (versions >3.30.0). |
Thanks! So regression of #4154. @openhab/core-maintainers - can someone with access move this issue to the core repository? |
I habe also seen these exceptions in the past, that's why I didn't upgrade any further in #2994: See #2994 (comment) |
Perhaps related: eclipse-jdt/eclipse.jdt.core#1578 |
We cannot roll this back w/o breaking j21 build.... Will have a look later. |
Ok, I opened a few PRs, lets see if it works... |
Avoid ZipException with ejc >3.30.0. Refs: openhab/openhab-core#4167 Signed-off-by: Holger Friedrich <[email protected]>
On the current OH snapshot the CI build throws "java.util.zip.ZipException: zip END header not found" as shown in the log below. The build nevertheless succeeds, but I wonder if there is some underlying error?
The text was updated successfully, but these errors were encountered: