View Issue Details

IDProjectCategoryView StatusLast Update
0009125Talerexchangepublic2024-09-02 13:46
ReporterFlorian Dold Assigned ToFlorian Dold  
PriorityhighSeverityblockReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version0.13 
Target Version0.14Fixed in Version0.14 
Summary0009125: kyc-start fails with assertion
DescriptionHappens in the kyctest deployment when trying to start challenger authentication.
Additional InformationAug 25 12:33:02 058d0c50b15e taler-exchange-httpd[2420]: (MYKJHMGMKV03P0EYMVN3KVYWDR) INFO Handling request (POST) for
URL '/kyc-start/WN4F1WTGXMAHYJ5JW6QTHS7CDJBQS7XY033H1D2X21TR0B7KFEBG-1-3'
Aug 25 12:33:02 058d0c50b15e taler-exchange-httpd[2420]: (MYKJHMGMKV03P0EYMVN3KVYWDR) INFO Handling request (POST) for URL '/kyc-start/WN4F1WTGXMAHYJ5JW6QTHS7CDJBQS7XY033H1D2X21TR0B7KFEBG-1-3'
Aug 25 12:33:02 058d0c50b15e taler-exchange-httpd[2420]: (MYKJHMGMKV03P0EYMVN3KVYWDR) INFO Handling request (POST) for URL '/kyc-start/WN4F1WTGXMAHYJ5JW6QTHS7CDJBQS7XY033H1D2X21TR0B7KFEBG-1-3'
Aug 25 12:33:02 058d0c50b15e taler-exchange-httpd[2420]: (MYKJHMGMKV03P0EYMVN3KVYWDR) ERROR Query `insert_legitimization_process' failed with result: there is no unique or exclusion constraint matching the ON CONFLICT specification/(null)/ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification
Aug 25 12:33:02 058d0c50b15e taler-exchange-httpd[2420]: /PGRES_FATAL_ERROR/ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification
Aug 25 12:33:02 058d0c50b15e taler-exchange-httpd[2420]: (MYKJHMGMKV03P0EYMVN3KVYWDR) ERROR Assertion failed at taler-exchange-httpd_kyc-start.c:453.
Aug 25 12:33:02 058d0c50b15e taler-exchange-httpd[2420]: (MYKJHMGMKV03P0EYMVN3KVYWDR) INFO Request for `/kyc-start/WN4F1WTGXMAHYJ5JW6QTHS7CDJBQS7XY033H1D2X21TR0B7KFEBG-1-3' completed with HTTP status 500 (0)
TagsNo tags attached.

Activities

Christian Grothoff

2024-08-25 14:48

manager   ~0023058

Something is VERY wrong here, the INSERT code is for a table that has long been DROPPED. (see 0005-legitimization_requirements.sql).

Christian Grothoff

2024-08-25 14:50

manager   ~0023059

Was looking at _dead_ code. Fixed.

Christian Grothoff

2024-08-25 14:51

manager   ~0023060

You're failing on a recently added UNIQUE constraint missing. Please *drop* the DB and fully initialize it again.

Florian Dold

2024-09-02 13:45

manager   ~0023137

Indeed doensn't happen anymore.

Issue History

Date Modified Username Field Change
2024-08-25 14:34 Florian Dold New Issue
2024-08-25 14:34 Florian Dold Status new => assigned
2024-08-25 14:34 Florian Dold Assigned To => Christian Grothoff
2024-08-25 14:34 Florian Dold Priority normal => high
2024-08-25 14:48 Christian Grothoff Note Added: 0023058
2024-08-25 14:50 Christian Grothoff Note Added: 0023059
2024-08-25 14:51 Christian Grothoff Note Added: 0023060
2024-08-25 14:52 Christian Grothoff Assigned To Christian Grothoff => Florian Dold
2024-08-25 14:52 Christian Grothoff Status assigned => feedback
2024-09-02 13:45 Florian Dold Status feedback => resolved
2024-09-02 13:45 Florian Dold Resolution open => fixed
2024-09-02 13:45 Florian Dold Note Added: 0023137
2024-09-02 13:46 Christian Grothoff Product Version => 0.13
2024-09-02 13:46 Christian Grothoff Fixed in Version => 0.14
2024-09-02 13:46 Christian Grothoff Target Version => 0.14