[FOLIO-532] mod-users runtime failure Created: 30/Mar/17 Updated: 12/Nov/18 Resolved: 11/Apr/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | John Malconian | Assignee: | Julian Ladisch |
| Resolution: | Done | Votes: | 0 |
| Labels: | sprint11, sprint12 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 2 hours, 40 minutes | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||
| Sprint: | |||||||||||||||||
| Description |
|
mod-users module fails to initialize. |
| Comments |
| Comment by John Malconian [ 30/Mar/17 ] |
|
A fresh build of mod-users from master produces the following error when run: [malc@jenkins-aws mod-users]$ java -jar target/mod-users-fat.jar The module was initializing fine a few hours ago. Something has changed in master the last few hours that is causing this. |
| Comment by Julian Ladisch [ 30/Mar/17 ] |
|
This is the commit that causes the problem: https://github.com/folio-org/mod-users/commit/c5467dd |
| Comment by Julian Ladisch [ 30/Mar/17 ] |
|
I've reverted that bad merge, mod-users in working again now. Now I need to merge again in those changes of the bad merge that are ok. |
| Comment by Julian Ladisch [ 04/Apr/17 ] |
|
The bug was caused by the wrong order of domain-models-runtime and postgres-runner in pom.xml's dependencies section. This pull request fixes that: https://github.com/folio-org/mod-users/pull/19 |
| Comment by Jakub Skoczen [ 11/Apr/17 ] |
|
Julian Ladisch shale is away until Wednesday, would it make sense for you to merge the changes? Or have somebody else handle this? |
| Comment by Julian Ladisch [ 11/Apr/17 ] |
|
fix has been merged on 2017-04-05 |