This is a known error that can occur if a file is modified during a sync operation.
Upload failed: Failed: java.lang.IllegalStateException: Blob transfer (upload) failed because 1 operations failed: Check and upload 2 blobs 892210c9b2af20670783205d5af218788bd439e8, 5fff10c29acf5570ec9f8b692864dbbb59e2a064 -> domino.common.sync.HashMismatchException: Actual hash Sha1(aae48e119cac0696942fea17682599ef15ca5cbd) does not match expected hash Sha1(5fff10c29acf5570ec9f8b692864dbbb59e2a064).
In order to identify which files are causing the error, we run through the following process:
- connect to the deployment with the CLI using domino login <url of your deployment
- run domino get <project name> to sync the files
- CTRL+C from the CLI before it hits the same error (otherwise the local project directory gets removed)
- cd to the project directory
- cd .domino/repo
- Run git log -p then search for the blob id, you'll see something like this:
index 07238c76..854f5ab3 100644
--- a/results/stdout.txt
+++ b/results/stdout.txt
@@ -1 +1 @@
-{"lastModified" : "1507715110000", "size" : "9735", "contentHash" : "2a5ee123098c9b847cf1c6f6851cbfe7161ec7f8"}
\ No newline at end of file
+{"lastModified" : "1507718350000", "size" : "3180", "contentHash" : "250fdb78bc8315f4ecdaf597561ec31d3a2375b0"}
\ No newline at end of file
diff --git a/results/stdout.txt b/results/stdout.txt
- Make a small change to the file or REMOVE it from the project in the webUI
Comments
0 comments
Please sign in to leave a comment.