https://github.com/apache/fineract/pull/690 fixes the problem with docker-compose...
On Sat, Jan 11, 2020 at 12:04 AM Michael Vorburger <[email protected]> wrote: > Hello, > > yes, it appears it is actually broken, I agree. > > The continuous integration non regression testing for it seems to > accidentially have broken as well. > > I'll fix both when i get a chance. > > Regards, > Michael > _______________________ > Michael Vorburger > http://www.vorburger.ch > > > On Thu, Jan 9, 2020 at 2:14 PM Saransh Sharma <[email protected]> > wrote: > >> We're you able to build and run 🏃💨 docker. ? >> >> I tried couple of times but it failed could not connect to mysql service. >> >> On Thu, 9 Jan 2020, 17:57 Julian Mojico, <[email protected]> wrote: >> >>> Hi Saransh, >>> >>> 1. Check mysql hostname used in you docker-compose file: >>> FINERACT_DEFAULT_TENANTDB_HOSTNAME=*fineractmysql* >>> >>> 2. Then log mysql (using workbench or other tool) and verify *hostname* >>> *column *is ok. >>> >>> select * from `mifostenant-default`.schema_version >>> >>> Change the hostname, port or whatever needed to match your db >>> configuration. >>> >>> 3. Restart fineract and watch logs using: >>> *docker-compose logs -f tomcat* >>> >>> *Note: * If you have made any changes to Dockerfile or any files >>> within, you might need to rebuild your docker image: >>> *docker-compose up -d --build fineract-server* >>> >>> Hope that helps. >>> >>> >>> >>> *Julian Mojico - [email protected] <[email protected]>* >>> >>> On Mon, Jan 6, 2020 at 10:50 AM Saransh Sharma <[email protected]> >>> wrote: >>> >>>> Yes indeed it does fail, I tried many times seems like it's failing to >>>> connect with mysql instance. To me it seems like something related to >>>> networking. >>>> >>>> On Sat, 4 Jan 2020, 05:48 Michael Vorburger, <[email protected]> wrote: >>>> >>>>> On Fri, 3 Jan 2020, 21:17 Yemdjih Kaze Nasser, <[email protected]> >>>>> wrote: >>>>> >>>>>> I don't have a particular configuration. >>>>>> >>>>>> I used the default configuration from the develop branch of the repo >>>>>> >>>>>> On Fri, Jan 3, 2020, 12:54 PM Ngadou Yopa <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi Yemdjih >>>>>>> >>>>>>> I noticed your unanswered message. >>>>>>> Could you please link to your docker-compose.yml settings ? >>>>>>> >>>>>>> Ngadou >>>>>>> >>>>>>> On Sat, 21 Dec 2019, 07:45 Yemdjih Kaze Nasser, < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Just tried to run the new docker deployment and it fails >>>>>>>> >>>>>>> >>>>> It usually works. Note that we actually even have continuous >>>>> integration non regression testing for it, check out >>>>> https://github.com/apache/fineract/blob/develop/.travis.yml >>>>> >>>>> to serve fineract server. the logs mention a failure to connect to >>>>>>>> database. >>>>>>>> >>>>>>> >>>>> Could you please post the output of docker log for the application >>>>> container on e.g. a GitHub gist or the Fedora Pastebin or some such place, >>>>> and share a link, so that someone can have a closer look? >>>>> >>>>> Not sure how the environment variables work with this new setup. >>>>>>>> >>>>>>>> Steps to reproduce: >>>>>>>> docker-compose build >>>>>>>> docker-compose up -d >>>>>>>> as is described in the README. >>>>>>>> >>>>>>> >>>>> Perhaps others reading this would like to try it and chime into the >>>>> conversation to confirm that it does indeed work as advertised for them? >>>>> >>>>> Solving this may help with the kubernetes deployment I'm working on >>>>>>>> >>>>>>> >>> >>> -- >>> >>> >>> *Julian Mojico - [email protected] <[email protected]>* >>> >>
