[FOLIO-3597] Vagrant box: mod-data-export-worker configuration Created: 03/Oct/22 Updated: 09/Nov/22 Resolved: 09/Nov/22 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | TBD |
| Reporter: | Viachaslau Khandramai (Inactive) | Assignee: | Wayne Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||
| Sprint: | DevOps Sprint 150, DevOps Sprint 151, DevOps Sprint 152 | ||||||||||||||||
| Development Team: | FOLIO DevOps | ||||||||||||||||
| RCA Group: | TBD | ||||||||||||||||
| Description |
|
mod-data-export-worker configuration should be updated in Vagrant box according to the last changes https://folio-org.atlassian.net/browse/FOLIO-3581 |
| Comments |
| Comment by Mikita Siadykh [ 03/Oct/22 ] |
|
Viachaslau Khandramai David Crossley |
| Comment by Wayne Schneider [ 07/Nov/22 ] |
|
Some env variables are being set as they are supposed to, but I'm seeing this error in the log:
19:29:28 [] [] [] [] INFO BaseFilesStorage Creating MinIO client endpoint http://10.0.2.15:9500,region ,bucket data-export-bucket,accessKey <set>,secretKey <set>, isComposedWithAwsSdk false.
19:29:31 [] [] [] [] INFO BaseFilesStorage StaticProvider MinIO credentials provider created.
19:29:33 [] [] [] [] ERROR BaseFilesStorage Error creating bucket: data-export-bucket
java.lang.IllegalArgumentException: region must be a non-empty string.
And again:
19:29:33 [] [] [] [] INFO BaseFilesStorage Creating MinIO client endpoint http://10.0.2.15:9500,region ,bucket data-export-local-bucket,accessKey <set>,secretKey <set>, isComposedWithAwsSdk false.
19:29:33 [] [] [] [] INFO BaseFilesStorage StaticProvider MinIO credentials provider created.
19:29:33 [] [] [] [] ERROR BaseFilesStorage Error creating bucket: data-export-local-bucket
java.lang.IllegalArgumentException: region must be a non-empty string.
So it looks like a region string is missing (not sure why it's needed for MinIO, but oh, well). Unfortunately, this is blocked by
|