[FOLIO-1754] Not able to checkout an item in folio-snapshot Created: 29/Jan/19 Updated: 03/Jun/20 Resolved: 29/Jan/19 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P2 |
| Reporter: | Michal Kuklis | Assignee: | Wayne Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | platform-backlog | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | Core: Platform - Sprint 56 |
| Story Points: | 0.5 |
| Development Team: | Core: Platform |
| Description |
|
I created a new item in folio-snapshot with the barcode: 222: When I execute the checkout via circulation/check-out-by-barcode with:
{
"itemBarcode":"222",
"userBarcode":"337431224285996",
"loanDate":"2019-01-29T13:48:04Z",
"servicePointId":"c4c90014-c8c9-4ade-8f24-b5e313319f4b",
"id":"c385bf84-f959-4dfc-a6d4-de3addaa35b4"
}
The request never ends and its status is pending forever. |
| Comments |
| Comment by Wayne Schneider [ 29/Jan/19 ] |
|
Issue was that mod-calendar was hung. Nothing to be found in the logs. Performing a sudo docker restart on the mod-circulation and the mod-calendar containers resolved the issue. |