Advertisement
Melisandra29

Untitled

Mar 5th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. 2017-03-05T04:20:09.716+0300 E QUERY [main] BulkWriteError: write error at item 85 in bulk operation :
  2.  
  3. BulkWriteError({
  4.  
  5. "writeErrors" : [
  6.  
  7. {
  8.  
  9. "index" : 85,
  10.  
  11. "code" : 11000,
  12.  
  13. "errmsg" : "E11000 duplicate key error collection: rrpdb.fileStorageMeta index: _id_ dup key: { : \"f6279fe1-ac53-4856-8de0-74e5b5705248/a88d5a2d-d3e9-48e8-babf-aaa869cc4253/EXT_FILE\" }",
  14.  
  15. "op" : {
  16.  
  17. "_id" : "f6279fe1-ac53-4856-8de0-74e5b5705248/a88d5a2d-d3e9-48e8-babf-aaa869cc4253/EXT_FILE",
  18.  
  19. "containerCode" : "f6279fe1-ac53-4856-8de0-74e5b5705248",
  20.  
  21. "code" : "a88d5a2d-d3e9-48e8-babf-aaa869cc4253",
  22.  
  23. "fileType" : "EXT_FILE",
  24.  
  25. "filePresence" : [
  26.  
  27. {
  28.  
  29. "node" : "http://migration_filestorage",
  30.  
  31. "filePath" : "/migration_filestorage/24/R/Data/33/98/20/3398207622001001.ZIP",
  32.  
  33. "status" : "uploaded",
  34.  
  35. "createdAt" : ISODate("2017-03-05T01:20:09.004Z"),
  36.  
  37. "uploadedAt" : ISODate("2017-03-05T01:20:09.004Z"),
  38.  
  39. "fakeNode" : true
  40.  
  41. }
  42.  
  43. ],
  44.  
  45. "fileSize" : -1,
  46.  
  47. "originalFilename" : "3398207622001001.ZIP",
  48.  
  49. "userFileGuids" : [ ]
  50.  
  51. }
  52.  
  53. }
  54.  
  55. ],
  56.  
  57. "writeConcernErrors" : [ ],
  58.  
  59. "nInserted" : 85,
  60.  
  61. "nUpserted" : 0,
  62.  
  63. "nMatched" : 0,
  64.  
  65. "nModified" : 0,
  66.  
  67. "nRemoved" : 0,
  68.  
  69. "upserted" : [ ]
  70.  
  71. })
  72.  
  73. BulkWriteError@src/mongo/shell/bulk_api.js:372:48
  74.  
  75. BulkWriteResult/this.toError@src/mongo/shell/bulk_api.js:336:24
  76.  
  77. Bulk/this.execute@src/mongo/shell/bulk_api.js:1173:1
  78.  
  79. DBCollection.prototype.insertMany@src/mongo/shell/crud_api.js:302:5
  80.  
  81. saveBatch@(shell):2:3
  82.  
  83. @(shell):9:5
  84.  
  85. DBQuery.prototype.forEach@src/mongo/shell/query.js:501:1
  86.  
  87. @(shell):1:1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement