To the Community, Wanted to let everyone know to make sure you get the following prerequisites right before trying to install mifos,
1. MySQL version should be 5.5 or 5.6 2. JDK version should be 8 and you can download the latest from following link https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html This is one of the reasons for "Couldn't connect to server. Make sure you are using correct settings. " Regards, Bharath Lead Implementation Analyst | Mifos Initiative Skype: live:cbharath4| Mobile: +91.7019636073 http://mifos.org <http://facebook.com/mifos> <http://www.twitter.com/mifos> On Fri, Apr 10, 2020 at 3:59 PM Bharath Gowda <bgo...@mifos.org> wrote: > SkypeID: live:cbharath4 > > Regards, > Bharath > Lead Implementation Analyst | Mifos Initiative > Skype: live:cbharath4| Mobile: +91.7019636073 > http://mifos.org <http://facebook.com/mifos> > <http://www.twitter.com/mifos> > > > On Fri, Apr 10, 2020 at 3:42 PM Debbie Watkins | Lucy < > debbie.watk...@welucy.com> wrote: > >> Hi Bharath >> >> This one worked, thank you. However I still have the same error. I have >> mySQL 5.5 and JDK 14. >> >> Can you share your Skype and we can have a go at fixing this? >> >> Best regards, Debbie >> [image: Your Company] <http://www.welucy.com/> >> Debbie Watkins >> CEO and Co-founder <https://www.linkedin.com/company/lucy-community> >> [image: T:] +65 8589 3067 >> [image: E:] debbie.watk...@welucy.com <rebecca....@lucytribe.com> >> *Lucy* | *Turning the unbanked into the unstoppable* >> www.weLucy.com <http://www.lucytribe.com/> >> >> >> >> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> >> Virus-free. >> www.avast.com >> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> >> <#m_-5777911268733219741_m_-1727276292361888879_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >> >> On Fri, 10 Apr 2020 at 17:40, Bharath Gowda <bgo...@mifos.org> wrote: >> >>> I tried downloading and extracting, it worked for me now, I am not sure >>> why you are getting the error. >>> >>> Can you try downloading from this link >>> >>> https://drive.google.com/file/d/1RdM3VdLITJMfYp_miB-Y3_Ft0-cR2BNN/view?usp=sharing >>> >>> Regards, >>> Bharath >>> Lead Implementation Analyst | Mifos Initiative >>> Skype: live:cbharath4| Mobile: +91.7019636073 >>> http://mifos.org <http://facebook.com/mifos> >>> <http://www.twitter.com/mifos> >>> >>> >>> On Fri, Apr 10, 2020 at 2:48 PM Debbie Watkins | Lucy < >>> debbie.watk...@welucy.com> wrote: >>> >>>> Hi Bharath >>>> >>>> Thank you - I can download the tomcat7.zip but when I try to open or >>>> extract it, I get the message that the file is invalid. >>>> >>>> Best regards, Debbie >>>> [image: Your Company] <http://www.welucy.com/> >>>> Debbie Watkins >>>> CEO and Co-founder <https://www.linkedin.com/company/lucy-community> >>>> [image: T:] +65 8589 3067 >>>> [image: E:] debbie.watk...@welucy.com <rebecca....@lucytribe.com> >>>> *Lucy* | *Turning the unbanked into the unstoppable* >>>> www.weLucy.com <http://www.lucytribe.com/> >>>> >>>> >>>> On Fri, 10 Apr 2020 at 17:01, Bharath Gowda <bgo...@mifos.org> wrote: >>>> >>>>> Hi debbie, >>>>> >>>>> I have tried to make the installation easier with the following files >>>>> and steps. >>>>> Request you to follow these steps for the installation, >>>>> Please feel free to contact me if you have any further trouble in >>>>> installing, i will be available on skype for a quick call. >>>>> >>>>> Steps are as follows >>>>> >>>>> 1. Delete all the existing tomcats from your system(including the .exe >>>>> or .msi if you have installed) >>>>> 2. Delete the database "mifostenant-default" from your mysql and >>>>> create a new DB with the same name. >>>>> 2.1. Make sure you have Mysql 5.5 or 5.6 running locally >>>>> 2.2. Check the Java version to be VERSION 1.8.0_65 & above >>>>> 3. Download and extract this tomcat >>>>> <https://drive.google.com/file/d/1Ynja76AtKDD0Iudfad06bcv8nKxzrX71/view?usp=sharing>on >>>>> your *Desktop*(this tomcat by default has the code of 19.12 in it) >>>>> 4. Open the server.xml from the path /tomcat7/conf and modify below >>>>> sections >>>>> 4.1. Change the mysql credential section >>>>> >>>>> <Resource type="javax.sql.DataSource" >>>>> name="jdbc/mifosplatform-tenants" >>>>> factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" >>>>> driverClassName="com.mysql.jdbc.Driver" >>>>> url="jdbc:mysql://localhost:3306/mifosplatform-tenants" // check >>>>> your port and database name is correct >>>>> username="root" // add your local mysql username >>>>> password="mysql" // add your local mysql password >>>>> >>>>> 4.2. Check your .keystore path and modify the path in server.xml. >>>>> you can also download the keystore from here >>>>> <https://drive.google.com/open?id=1gLm67YMUep8HvoicbzLD4vf-o0L96N35> >>>>> >>>>> <Connector protocol="org.apache.coyote.http11.Http11Protocol" >>>>> port="443" maxThreads="200" scheme="https" //change the port(optional) >>>>> secure="true" SSLEnabled="true" >>>>> keystoreFile="C:/Users/Bharath/.keystore" //add the keystorepath >>>>> keystorePass="changeit" //add the keystore password >>>>> clientAuth="false" sslProtocol="TLS" >>>>> >>>>> 5. Run the startup.bat from tomcat7/bin >>>>> >>>>> 6. Once the server is started you can login with below credentials >>>>> https://localhost/?tenantIdentifier=default >>>>> >>>>> 6.1: if you are changing the port number, then you have to add the >>>>> port number in your URL >>>>> ex : "localhost:8443" >>>>> >>>>> 6.2 if you are changing the tenant-identifier, then you have to >>>>> replace the "default" with your tenant-Identifier name. >>>>> ex "tenantIdentifier=*tenantIdentifiername*" >>>>> >>>>> >>>>> Username: mifos >>>>> Password: password >>>>> >>>>> >>>>> >>>>> @A good place to start for users or folks new to Mifos. >>>>> <mifos-users@lists.sourceforge.net> >>>>> The tomcat link which i have attached contains the 19.12 release >>>>> codebase which is working fine in my local. >>>>> Anyone who has trouble running, can follow the above steps for >>>>> successful installation with less margin for error. >>>>> >>>>> >>>>> >>>>> >>>>> Regards, >>>>> Bharath >>>>> Lead Implementation Analyst | Mifos Initiative >>>>> Skype: live:cbharath4| Mobile: +91.7019636073 >>>>> http://mifos.org <http://facebook.com/mifos> >>>>> <http://www.twitter.com/mifos> >>>>> >>>>> >>>>> On Fri, Apr 10, 2020 at 1:53 PM Debbie Watkins | Lucy < >>>>> debbie.watk...@welucy.com> wrote: >>>>> >>>>>> Hi Airsay >>>>>> >>>>>> Thank you very much for the advice - it's all installed (I've used >>>>>> the v19 upgrade) and I get the login screen on localhost. However, when I >>>>>> try to login I get this message: >>>>>> >>>>>> Couldn't connect to server. Make sure you are using correct settings. >>>>>> >>>>>> >>>>>> >>>>>> Can you advise what I should check? >>>>>> >>>>>> On Fri, 10 Apr 2020 at 14:31, Airsay Longcon <airsaylong...@gmail.com> >>>>>> wrote: >>>>>> >>>>>>> Looks like you have done something wrong Debbie. I followed those >>>>>>> instructions and successfully got Mifos X running on my Windows 10 >>>>>>> laptop. >>>>>>> Ensure you download the Tomcat 7 ZIP file not the exe or msi. Current >>>>>>> version of tomcat 7 is 7.0.103. And ensure you unzip it to the C drive. >>>>>>> It's also very critical that you get Mysql v 5.5 or 5.6. Anything other >>>>>>> than these will give you problems. I believe it's easier to install on >>>>>>> Windows than on Linux as you can readily get the prerequisite software. >>>>>>> Any >>>>>>> issues just respond to this email and I can provide some guidanve >>>>>>> >>>>>>> Sent from my iPhone >>>>>>> >>>>>>> On 9 Apr 2020, at 19:28, Debbie Watkins | Lucy < >>>>>>> debbie.watk...@welucy.com> wrote: >>>>>>> >>>>>>> >>>>>>> Hi all >>>>>>> >>>>>>> I've been installing MIFOS on my local PC in accordance with the >>>>>>> instructions here: >>>>>>> https://mifosforge.jira.com/wiki/spaces/docs/pages/53215236/Mifos+X+Installation+on+Windows >>>>>>> >>>>>>> All seemed to do OK until I reached the "Start MIFOS" section as >>>>>>> shown below: >>>>>>> >>>>>>> <image.png> >>>>>>> >>>>>>> >>>>>>> I don't have a startup.bat in the \tomcat\bin folder.... I actually >>>>>>> only have 4 files, see below. Have I don't something wrong? >>>>>>> >>>>>>> <image.png> >>>>>>> >>>>>>> >>>>>>> >>>>>>> Best regards, Debbie >>>>>>> [image: Your Company] <http://www.welucy.com/> >>>>>>> Debbie Watkins >>>>>>> CEO and Co-founder <https://www.linkedin.com/company/lucy-community> >>>>>>> [image: T:] +65 8589 3067 >>>>>>> [image: E:] debbie.watk...@welucy.com <rebecca....@lucytribe.com> >>>>>>> *Lucy* | *Turning the unbanked into the unstoppable* >>>>>>> www.weLucy.com <http://www.lucytribe.com/> >>>>>>> _______________________________________________ >>>>>>> Mifos-users mailing list >>>>>>> Mifos-users@lists.sourceforge.net >>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Mifos-users mailing list >>>>>>> Mifos-users@lists.sourceforge.net >>>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users >>>>>>> >>>>>> _______________________________________________ >>>>>> Mifos-users mailing list >>>>>> Mifos-users@lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/mifos-users >>>>>> >>>>> >> >> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> >> Virus-free. >> www.avast.com >> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> >> <#m_-5777911268733219741_m_-1727276292361888879_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >> >
_______________________________________________ Mifos-users mailing list Mifos-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mifos-users