Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. stat: { total: 2, succeeded: 0, failed: 2, duration: 15 }
  2. errors: [
  3. 0: { error: duplicate key value violates unique constraint "blocks_height"
  4. at Connection.parseE (/home/ldice/ldice/dapp-src/node_modules/pg/lib/connection.js:554:11)
  5. at Connection.parseMessage (/home/ldice/ldice/dapp-src/node_modules/pg/lib/connection.js:379:19)
  6. at Socket.<anonymous> (/home/ldice/ldice/dapp-src/node_modules/pg/lib/connection.js:119:22)
  7. at Socket.emit (events.js:198:13)
  8. at Socket.EventEmitter.emit (domain.js:448:20)
  9. at addChunk (_stream_readable.js:288:12)
  10. at readableAddChunk (_stream_readable.js:269:11)
  11. at Socket.Readable.push (_stream_readable.js:224:10)
  12. at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
  13. name: 'error',
  14. length: 191,
  15. severity: 'ERROR',
  16. code: '23505',
  17. detail: 'Key (height)=(1) already exists.',
  18. hint: undefined,
  19. position: undefined,
  20. internalPosition: undefined,
  21. internalQuery: undefined,
  22. where: undefined,
  23. schema: 'public',
  24. table: 'blocks',
  25. column: undefined,
  26. dataType: undefined,
  27. constraint: 'blocks_height',
  28. file: 'nbtinsert.c',
  29. line: '434',
  30. routine: '_bt_check_unique' }
  31. 1: { error: current transaction is aborted, commands ignored until end of transaction block
  32. at Connection.parseE (/home/ldice/ldice/dapp-src/node_modules/pg/lib/connection.js:554:11)
  33. at Connection.parseMessage (/home/ldice/ldice/dapp-src/node_modules/pg/lib/connection.js:379:19)
  34. at Socket.<anonymous> (/home/ldice/ldice/dapp-src/node_modules/pg/lib/connection.js:119:22)
  35. at Socket.emit (events.js:198:13)
  36. at Socket.EventEmitter.emit (domain.js:448:20)
  37. at addChunk (_stream_readable.js:288:12)
  38. at readableAddChunk (_stream_readable.js:269:11)
  39. at Socket.Readable.push (_stream_readable.js:224:10)
  40. at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
  41. name: 'error',
  42. length: 144,
  43. severity: 'ERROR',
  44. code: '25P02',
  45. detail: undefined,
  46. hint: undefined,
  47. position: undefined,
  48. internalPosition: undefined,
  49. internalQuery: undefined,
  50. where: undefined,
  51. schema: undefined,
  52. table: undefined,
  53. column: undefined,
  54. dataType: undefined,
  55. constraint: undefined,
  56. file: 'postgres.c',
  57. line: '1022',
  58. routine: 'exec_simple_query' }
  59. ]
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement