View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009125 | Taler | exchange | public | 2024-08-25 14:34 | 2024-09-17 16:29 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | high | Severity | block | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 0.13 | ||||
Target Version | 0.14 | Fixed in Version | 0.14 | ||
Summary | 0009125: kyc-start fails with assertion | ||||
Description | Happens in the kyctest deployment when trying to start challenger authentication. | ||||
Additional Information | 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) 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) | ||||
Tags | No tags attached. | ||||
|
Something is VERY wrong here, the INSERT code is for a table that has long been DROPPED. (see 0005-legitimization_requirements.sql). |
|
Was looking at _dead_ code. Fixed. |
|
You're failing on a recently added UNIQUE constraint missing. Please *drop* the DB and fully initialize it again. |
|
Indeed doensn't happen anymore. |
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 |
2024-09-17 16:29 | Christian Grothoff | Status | resolved => closed |