Its not making any difference. Is there anything I need to do to have "mifos" user login. I can't find any data in any of the tables created by gradle task.
On Thu, Sep 12, 2019, 12:19 PM Kelvin Ikome <kvnik...@gmail.com> wrote: > Hi Vishal, > > There seems to be an issue with the base URL you are using. The HTTP > protocol is supposed to be https and not http. > > Kelvin :) > > On Thu, Sep 12, 2019 at 6:48 AM Vishal Moorthy <vishalmoorth...@gmail.com> > wrote: > >> Hi @All, >> >> Environment: CentOS 7 >> >> I have setup fineract from repo https://github.com/apache/fineract >> mysql 5.5 is installed as docker as mentioned in README >> Ran gradle task to create database >> >> After running >> $ ./gradlew tomcatRunWar >> >> application runs successfully..But the api docs for the service doesn't >> work similar to demo server at >> https://demo.openmf.org/api-docs/apiLive.htm >> I get the following error: >> >> ================================================================================ >> Whitelabel Error Page >> >> This application has no explicit mapping for /error, so you are seeing >> this as a fallback. >> Wed Sep 11 18:18:46 IST 2019 >> There was an unexpected error (type=Not Found, status=404). >> No message available >> >> ================================================================================ >> >> Console from where the gradle task was run displays the following logs: >> >> >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet >> 'dispatcherServlet': initialization started >> INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet >> 'dispatcherServlet': initialization completed in 6139 ms >> WARN o.s.web.servlet.PageNotFound - No mapping found for HTTP request >> with URI [/fineract-provider/api-docs/apiLive.htm] in DispatcherServlet >> with name 'dispatcherServlet' >> >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> >> >> I followed the instructions in community-app from README in repo >> https://github.com/openMF/community-app & got the following error. >> >> $ grunt serve >> >> Running "clean:server" (clean) task >> Cleaning .tmp...OK >> Running "copy:server" (copy) task >> Created 10 directories, copied 30 files >> Running "compass:dev" (compass) task >> LoadError on line ["179"] of >> /home/vishal/.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/lib/compass/configuration/data.rb: >> cannot load such file -- sass-css-importer >> Run with --trace to see the full backtrace >> Warning: ↑ Use --force to continue. >> >> As the warning suggested, I used --force & it worked with following logs >> while opening the browser. >> >> $ grunt serve --force >> Running "clean:server" (clean) task >> Cleaning .tmp...OK >> Running "copy:server" (copy) task >> Created 10 directories, copied 30 files >> Running "compass:dev" (compass) task >> LoadError on line ["179"] of >> /home/vishal/.rvm/gems/ruby-2.6.3/gems/compass-core-1.0.3/lib/compass/configuration/data.rb: >> cannot load such file -- sass-css-importer >> Run with --trace to see the full backtrace >> Warning: ↑ Used --force, continuing. >> Running "connect:livereload" (connect) task >> Started connect web server on 127.0.0.1:9002. >> Running "watch" task >> Waiting... >> >> >> I was able to login to with browser url >> http://localhost:9002/?baseApiUrl=https://demo.openmf.org#/ >> >> But if I change it to the below url & try login I get error "Couldn't >> connect to server. Make sure you are using correct settings" >> http://localhost:9002/?baseApiUrl=http://localhost:8080/ >> >> I have attached the spring application boot logs in the email. >> >> >> *Regards,* >> Vishal Moorthy >> Mifos-developer mailing list >> mifos-develo...@lists.sourceforge.net >> Unsubscribe or change settings at: >> https://lists.sourceforge.net/lists/listinfo/mifos-developer > > Mifos-developer mailing list > mifos-develo...@lists.sourceforge.net > Unsubscribe or change settings at: > https://lists.sourceforge.net/lists/listinfo/mifos-developer