Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Error Installing: Unable to obtain Jdbc connection from DataSource; for Tenant DB URL: #1638

Closed
obaqueiro opened this issue Jun 30, 2018 · 2 comments

Comments

@obaqueiro
Copy link

obaqueiro commented Jun 30, 2018

Sorry if this is the wrong place to post this. If that's the case, please provide a link to the correct forum to post this question.

I am trying to install Fineract following the link at Fineract-101.

So far, I have succesfully installed Tomcat7 (I get tomcat welcome page in my 443 localhost port). I have compiled the war file (fineract-provider.war), I have installed mysql-server and triple checked credential files.

When I copy the WAR file to webapps/ and start tomcat, the Fineract application is not deployed, but instead several errors are thrown.

The first concrete error I see in the catalina logs is:

Unable to obtain Jdbc connection from DataSource; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/mifostenant-default, username: root

Which makes me thing that this is a DB configuration issue. However, I have checked the server.xml db configuration and ensured that it matches with the root configuration. I am affraid other stuff in the log does not make sense.
Any help will be appreciated.

@SeunMatt
Copy link

is this jdbc:mysql:thin://localhost:3306/mifostenant-default not supposed to be this jdbc:mysql://localhost:3306/mifostenant-default ? note the thin part.

@vorburger
Copy link
Member

@obaqueiro thank you for your interest in Mifos. This Git repository is no longer actively maintained, but we would love to see your contributions over in https://github.com/apache/fineract, which is the exact same code as this one.

Just FYI, that apache/fineract project doesn't use Git Hub Issues but instead they use issues in the FINERACT project in the Apache JIRA, here: https://issues.apache.org/jira. You may also be interested in having a look at http://fineract.apache.org for a better overview and more resources.

I'm closing this old open issue to avoid any future confusion to others.

/Cc FYI @openMF/admins @openMF/core-team @meonkeys @myrle-krantz

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants