HI Dingfan - Have you created the 2 MySQL databases that are required for Fineract? This process is described in the installation documents. From a MySQL terminal, you need to do the following:
create database `mifosplatform-tenants`; create database `mifostenant-default`; Take care, Steve On Mon, Jul 9, 2018 at 1:03 AM Dingfan Zhao <[email protected]> wrote: > Hello, > > I have installed MySQL since I can login to MySQL server from terminal. > However, I am not sure whether my configurations about MySQL is correct, > let me check it. > > Thanks for your advice. > > Regards, > Dingfan > > > On 9 Jul 2018, at 1:55 PM, Sampath Kumar G < > [email protected]> wrote: > > > > Hi Zhao, > > > > Looks like MySQL has not installed. Can you please check are you able to > login to MySQL without any issues. > > > > Regards, > > Sampath > > > > Conflux Technologies Pvt Ltd <http://www.confluxtechnologies.com/> > > #304, 2nd Floor, 7th Main Road > > HRBR Layout 1st Block > > Bengaluru, Karnataka, 560043 INDIA > > ™ > > Disclaimer: The information contained in this e-mail message and any > files/attachment transmitted with it is confidential and for the sole use > of the intended recipient(s) or entity identified. If you are not the > intended recipient, please email:[email protected] <mailto: > [email protected]> and destroy/delete all copies and > attachment thereto along with the original message. Any unauthorized > review, use, disclosure, dissemination, forwarding, printing or copying of > this email or any action taken in reliance on this e-mail is strictly > prohibited and is unlawful. The recipient acknowledges that Conflux > Technologies Private Limited or its subsidiaries and associated companies > are unable to exercise control or ensure or guarantee the integrity of/over > the contents of the information contained in e-mail transmissions. Before > opening any attachments, please check. > > > > On Sun, Jul 8, 2018 at 10:57 PM, Dingfan Zhao <[email protected] > <mailto:[email protected]>> wrote: > > Hi folks, > > > > I encountered some errors when I tried to deploy the Fineract > application to Tomcat server. > > > > At first, I generate the war file of Fineract using the command > `./gradlew -Penv=dev clean dist`. > > Then I run the `run fineract.sh` to deploy my war file to Tomcat server. > > During this process, I encountered the error of “Unable to start > embedded container; nested exception is > org.springframework.boot.context.embedded.EmbeddedServletContainerException: > Unable to start embedded Tomcat”. > > > > I have searched on Google and StackOverflow, most of the answers are > about changing port number. However, this solution does not work for me. I > would like to ask for you guys’ help, do you have any idea about the > errors? > > > > P.S. The full log of my deployment process is attached. > > > > > > > > Regards, > > Dingfan > > > > > >
