Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. 2019-11-13T17:40:57.783103+00:00 app[web.1]: QueryFailedError: null value in column "amountResource" violates not-null constraint
  2. 2019-11-13T17:40:57.783107+00:00 app[web.1]: at new QueryFailedError (/app/src/error/QueryFailedError.ts:9:9)
  3. 2019-11-13T17:40:57.783111+00:00 app[web.1]: at Query.<anonymous> (/app/src/driver/postgres/PostgresQueryRunner.ts:178:30)
  4. 2019-11-13T17:40:57.783112+00:00 app[web.1]: at Query.handleError (/app/node_modules/pg/lib/query.js:142:17)
  5. 2019-11-13T17:40:57.783114+00:00 app[web.1]: at Connection.connectedErrorMessageHandler (/app/node_modules/pg/lib/client.js:211:17)
  6. 2019-11-13T17:40:57.783116+00:00 app[web.1]: at Connection.emit (events.js:210:5)
  7. 2019-11-13T17:40:57.783118+00:00 app[web.1]: at Connection.EventEmitter.emit (domain.js:476:20)
  8. 2019-11-13T17:40:57.783119+00:00 app[web.1]: at Socket.<anonymous> (/app/node_modules/pg/lib/connection.js:126:12)
  9. 2019-11-13T17:40:57.783121+00:00 app[web.1]: at Socket.emit (events.js:210:5)
  10. 2019-11-13T17:40:57.783122+00:00 app[web.1]: at Socket.EventEmitter.emit (domain.js:476:20)
  11. 2019-11-13T17:40:57.783124+00:00 app[web.1]: at addChunk (_stream_readable.js:308:12) {
  12. 2019-11-13T17:40:57.783126+00:00 app[web.1]: message: 'null value in column "amountResource" violates not-null constraint',
  13. 2019-11-13T17:40:57.783128+00:00 app[web.1]: name: 'QueryFailedError',
  14. 2019-11-13T17:40:57.783130+00:00 app[web.1]: length: 211,
  15. 2019-11-13T17:40:57.783134+00:00 app[web.1]: severity: 'ERROR',
  16. 2019-11-13T17:40:57.783135+00:00 app[web.1]: code: '23502',
  17. 2019-11-13T17:40:57.783137+00:00 app[web.1]: detail: 'Failing row contains (27139, 0, null, 45).',
  18. 2019-11-13T17:40:57.783139+00:00 app[web.1]: hint: undefined,
  19. 2019-11-13T17:40:57.783140+00:00 app[web.1]: position: undefined,
  20. 2019-11-13T17:40:57.783142+00:00 app[web.1]: internalPosition: undefined,
  21. 2019-11-13T17:40:57.783143+00:00 app[web.1]: internalQuery: undefined,
  22. 2019-11-13T17:40:57.783145+00:00 app[web.1]: where: undefined,
  23. 2019-11-13T17:40:57.783146+00:00 app[web.1]: schema: 'public',
  24. 2019-11-13T17:40:57.783148+00:00 app[web.1]: table: 'resource_mkp',
  25. 2019-11-13T17:40:57.783150+00:00 app[web.1]: column: 'amountResource',
  26. 2019-11-13T17:40:57.783151+00:00 app[web.1]: dataType: undefined,
  27. 2019-11-13T17:40:57.783153+00:00 app[web.1]: constraint: undefined,
  28. 2019-11-13T17:40:57.783154+00:00 app[web.1]: file: 'execMain.c',
  29. 2019-11-13T17:40:57.783155+00:00 app[web.1]: line: '2042',
  30. 2019-11-13T17:40:57.783157+00:00 app[web.1]: routine: 'ExecConstraints',
  31. 2019-11-13T17:40:57.783159+00:00 app[web.1]: query: 'INSERT INTO "public"."resource_mkp"("idResource", "amountResource", "userId") VALUES ($1, DEFAULT, $2) RETURNING "id"',
  32. 2019-11-13T17:40:57.783160+00:00 app[web.1]: parameters: [ 0, 45 ]
  33. 2019-11-13T17:40:57.783162+00:00 app[web.1]: }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement