-
Notifications
You must be signed in to change notification settings - Fork 19
ZipException: error in opening zip file in default-cluster-app #15
Comments
Hi, as a first step I would suggest to try to upgrade the nbm version of the plugin to 4.1 as it may contains some fix to work with release 81. |
Ok, I tried with version 4.1 and the error remains the same. |
it's either us (the plugin) not closing some streams or some other application taking hold of it I believe |
what version of maven are you using? It seem like we first try to download a version of a nbm file containing some files of interest and then we try to extract those files. including "org.netbeans.modules:org-netbeans-modules-apisupport-harness::nbm-file" as part of the application dependencies could be a workaround.. |
Version of Maven is 3.3.9. I tried the workaround by adding the following to the dependencies of the nbm-application module and it unfortunately didn't fix it.
|
I try on my windows 10 no luck to reproduce. |
Hi, we're running into the following exception when building from certain Windows machines. The build works fine on Mac OS X, Linux and some Windows although we don't know the root cause.
This is the environment
Complete log can be found here: https://gist.github.com/jacomyma/793f9599763f7e9fd8d8
Any idea what the problem is? Maybe some permissions error? Anything we can help you with to reproduce the error? Thanks!
The text was updated successfully, but these errors were encountered: