-
Notifications
You must be signed in to change notification settings - Fork 37
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
Error: Invalid or corrupt jarfile DynamoDBLocal.jar #202
Comments
I am having the same issue. For me the trigger seems to be system upgrade. |
+1 |
I also have this problem. Not sure why it happened. |
I have solved the issue deleting the folder |
I guys, today, I got this message while running tests Error: Invalid or corrupt jarfile DynamoDBLocal.jar Following some tips, I found where the DynamoDBLocal.jar file is downloaded, but even deleting it, running tests again I got the same issue.
EDIT: I found a way to fix it. |
All of a sudden, I am getting a
Error: Invalid or corrupt jarfile DynamoDBLocal.jar
error when runningyarn jest -- <test-file-path>
.After reinstalling installing Dynamodb, test pass, but I need to run
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
in another process.Please advise, this behavior is new; my setup was working perfectly up until right now.
The text was updated successfully, but these errors were encountered: