-
Notifications
You must be signed in to change notification settings - Fork 34
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
Updater constantly finds new versions of persistence-1.0-SNAPSHOT.jar #242
Comments
Hmm, I suspect something is messing with your download. The persistence jar never had those hashes, so it doesn't seem to be downloading the wrong file or anything like that. Could be an error page? If it happens again, would you mind attaching one of the bad files? |
I can pretty much provoke this at will by deleting the corresponding jar from the deps folder. Same error, this is the downloaded jar Looks like a valid jar to me but I haven't really used java in quite a while. Loading this gives the same error
Calling triggevent-upd.exe gives:
53e66b31d729d072a40c7f2ad0982564 -> 93a4989b1ab3f15c6a55a8a37e716030 deps/persistence-1.0-SNAPSHOT.jar (after all this, this is the jar from deps/) persistence-1.0-SNAPSHOT.jar_2.zip 53e66b31d729d072a40c7f2ad0982564 -> 93a4989b1ab3f15c6a55a8a37e716030 deps/persistence-1.0-SNAPSHOT.jar ... and then I gave up. edit: I must say though, this is my persistence jar now: persistence-1.0-SNAPSHOT.jar_3.zip and md5sum does tell me it has 53e66b31d729d072a40c7f2ad0982564 *persistence-1.0-SNAPSHOT.jar indeed. |
Hmmm, your jar is missing a lot of files (good copy on left, yours on the right): Antivirus maybe? It's downloading via https, so it probably isn't something network-related. If you try to manually download the file, how big is the resulting download? |
When I use this link I get 46902bytes with md5 93a4989b1ab3f15c6a55a8a37e716030 *persistence-1.0-SNAPSHOT.jar, triggevent-upd.exe fetched something else with md5 b2926c883cdf9153f2e041259479e04f and another call to triggevent-upd.exe fixed it and fetched the correct file. Deleting the correct one and calling triggevent-upd.exe once fetches this
I configured a folder exception in Windows Defender for the triggevent folder (even though it shouldn't be necessary?)
I agree completely but how does triggevent-upd.exe download something with different hashes everytime?
I tried this link 5 times manually (Firefox) and the file was always the correct md5. |
I've made a new observation after today's update. All the jars download successfully but the last one (which ever that may be) is having problems. I've seen the same problems with triggers-ew-1.0-SNAPSHOT.jar as well... |
Whenever I use triggevent-upd.exe it finds new updates to deps/persistence-1.0-SNAPSHOT.jar but can't actually load the PersistenceProdiver then.
It rotates what I assume to be the local hashes of the file and the file seems to have content in it but it only works after a lot of trys.
triggevent-upd.exe:
These were the last 3 hashes until it finally worked:
4aab9b1dd7bde69f6cd08fa77b99ebb5 -> 93a4989b1ab3f15c6a55a8a37e716030 deps/persistence-1.0-SNAPSHOT.jar
53e66b31d729d072a40c7f2ad0982564 -> 93a4989b1ab3f15c6a55a8a37e716030 deps/persistence-1.0-SNAPSHOT.jar
85511347fbd7d0d38a349c6ecdbd2ce5 -> 93a4989b1ab3f15c6a55a8a37e716030 deps/persistence-1.0-SNAPSHOT.jar
The text was updated successfully, but these errors were encountered: