View Issue Details

IDProjectCategoryView StatusLast Update
0009128Talerexchangepublic2024-08-28 23:31
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.13Fixed in Version0.13 
Summary0009128: prepared statement "select_aml_attributes_dec" does not exist
Description2024-08-26T10:56:08-03:00 taler-exchange-httpd[533631]: (5SJ7761P2TD6AQF2XD2850AQ78) INFO Handling new request
2024-08-26T10:56:08-03:00 taler-exchange-httpd[533631]: (8GT0JCQEVX17DVXPRW7B83X08C) INFO Handling request (GET) for URL '/aml/34G5VQNC3PB7B872N4HAJEC40723Z4PCC96D3AANN1KPV5SXCKDG/attributes/S9416WA1D56A3CPNS2QP9KCZ3JJEDYAKM6KVGYZPYSEZR6777EQG'
2024-08-26T10:56:08-03:00 taler-exchange-httpd[533631]: (8GT0JCQEVX17DVXPRW7B83X08C) ERROR Query `select_aml_attributes_dec' failed with result: prepared statement "select_aml_attributes_dec" does not exist/(null)/ERROR: prepared statement "select_aml_attributes_dec" does not exist
2024-08-26T10:56:08-03:00 taler-exchange-httpd[533631]: /PGRES_FATAL_ERROR/ERROR: prepared statement "select_aml_attributes_dec" does not exist
2024-08-26T10:56:08-03:00 taler-exchange-httpd[533631]: (8GT0JCQEVX17DVXPRW7B83X08C) ERROR Assertion failed at taler-exchange-httpd_aml-attributes-get.c:149.
2024-08-26T10:56:08-03:00 taler-exchange-httpd[533631]: (8GT0JCQEVX17DVXPRW7B83X08C) INFO Request for `/aml/34G5VQNC3PB7B872N4HAJEC40723Z4PCC96D3AANN1KPV5SXCKDG/attributes/S9416WA1D56A3CPNS2QP9KCZ3JJEDYAKM6KVGYZPYSEZR6777EQG' completed with HTTP status 500 (0)
TagsNo tags attached.

Activities

sebasjm

2024-08-26 16:16

developer   ~0023064

$ curl 'http://exchange.taler.test:1180/aml/34G5VQNC3PB7B872N4HAJEC40723Z4PCC96D3AANN1KPV5SXCKDG/attributes/S9416WA1D56A3CPNS2QP9KCZ3JJEDYAKM6KVGYZPYSEZR6777EQG?limit=-5' \
  -H 'Accept: application/json' \
  -H 'Accept-Language: en-US,en;q=0.9' \
  -H 'Connection: keep-alive' \
  -H 'Referer: http://exchange.taler.test:1180/aml-spa/' \
  -H 'Taler-AML-Officer-Signature: 2YZKM73ZWF98T7EY63C1YRNXRZ3NK3CVFVH4VZ36XZC92EG3NHAN5HHHEE39EZHGAF77NM07R6HR85AATBRBEP1JZ63BWT3D2XY3G3G' \
  -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36' \
  --insecure
{
  "code": 53,
  "hint": "The service failed to fetch information from its database. The system administrator should check that the database is running and review the service logs.",
  "detail": "select_aml_attributes"
}

Christian Grothoff

2024-08-26 16:17

manager   ~0023065

Fixed in 337c8ca7..4faac799

Issue History

Date Modified Username Field Change
2024-08-26 16:15 sebasjm New Issue
2024-08-26 16:15 sebasjm Status new => assigned
2024-08-26 16:15 sebasjm Assigned To => Christian Grothoff
2024-08-26 16:16 sebasjm Note Added: 0023064
2024-08-26 16:17 Christian Grothoff Status assigned => resolved
2024-08-26 16:17 Christian Grothoff Resolution open => fixed
2024-08-26 16:17 Christian Grothoff Fixed in Version => 0.13
2024-08-26 16:17 Christian Grothoff Note Added: 0023065
2024-08-26 16:18 Christian Grothoff Target Version git (master) => 0.13
2024-08-28 23:31 Christian Grothoff Status resolved => closed