You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> on 2020/09/27 11:48:09 UTC

Finereract Customization

๐’‰๐’†๐’๐’๐’ .
๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
 ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”

Re: Finereract Customization

Posted by Airsay Longcon <ai...@gmail.com>.
Waoh. I always thought it was part of the design for Fineract to be connected to the Internet for it to start. I had run into this problem during several tests at the height of the lockdown and ripped out my hair trying to figure out what the problem was

> On 6 Oct 2020, at 19:06, Petri Tuomola <pe...@tuomola.org> wrote:
> 
> ๏ปฟAll
> 
> Looking at the log file shared by Tube, turns out that he has stumbled on quite an interesting problem: 
> 
> It seems that you canโ€™t run Fineract on a machine that is not connected to the internet. 
> 
> I think the duplicate index error was relating to a corrupt MySQL instance. After thatโ€™s fixed, the following error remains:
> 
> org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [securityContext.xml]
> Offending resource: URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 223 in XML document from URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oauth:authorization-serverโ€™.
> 
> I can reproduce this by simply unplugging the network cable from my own machine. It seems that our JAR/WAR does not include some xsds needed to validate the XML config files. If the machine used is connected to the internet, these are downloaded automatically - but if not, Fineract does not start.
> 
> Given these are related to Spring Security, I wonder if this will be fixed by upgrading the Spring Security JARs? 
> 
> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your information/entertainment...
> 
> Regards
> Petri
> 
>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <pe...@tuomola.org> wrote:
>> 
>> Hi Tube - that all looks OK. 
>> 
>> Doing ./gradlew just means running the gradlew in the current directory on UNIX-like OS, as typically you would not have current directory in your PATH.
>> 
>> Can you send me (petri.tuomola@gmail.com) your full Tomcat log file please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the section with the error, but the entire file please. 
>> 
>> Regards
>> Petri
>> 
>>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>> 
>>> hi.
>>> Petri Tuomola thank you for your response. here are the list of commands i have followed to build fineract.
>>> 1.install mysql version 5.7 and Tomcat version 9 2.
>>> 2. i have created tenants database using  gradlew createDB -PdbName=fineract_tenants command
>>> 3. i have created Created default tenant database using  gradlew createDB -PdbName=fineract_default command
>>> 4. i have created fineract War using gradlew clean bootwar command
>>> 5. deploy created war file inside Tomcat/Webapps.
>>> 
>>> But, is there any difference between  gradlew clean bootwar and ./gradlew clean bootwar? because when i run ./gralew clean bootwar command am getting
>>> an error message '.' is not recognized as an internal or external command
>>> 
>>> Regards 
>>> 
>>> 
>> 
> 

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
I want to encrypt the login username like the password. any help/suggestion?

Regards
Tesfahiwet

On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> Hi.
> Only Pentaho Reports are not working? table reports are working fine!
> any help?
>
> Regards
> Tesfahiwet
>
> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
> wrote:
>
>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>> Fineract out of the box
>>
>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>> ๏ปฟ
>> Hello, I have a problem with the creation of a new report. in fact when I
>> create the report and I execute it there is no result. Has anyone come
>> across this problem before? I'm using the latest fineract.
>>
>> Regards
>> Tesfahiwet
>>
>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>> wrote:
>>
>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>> wrote:
>>>
>>>> Hi Michael,
>>>> Great to read your detailed response on this. Regarding your advice
>>>> "And code!", some of us have very basic Java programming skill. How would
>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>> training resource will be highly appreciated.
>>>>
>>>
>>> Web search for "learn Java". But contributing useful feedback and bug
>>> reports is also a great way to give back- you don't "have to" code,
>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>
>>> I'm more of a functional person focusing on how best to get
>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>> knowledgeable about the code-base
>>>>
>>>> Also are there any avenues to donate to the project to have specific
>>>> functionality built into Fineract.
>>>>
>>>
>>> Now THAT is a VERY interesting question.. let's take this to a new email
>>> thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>
>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>
>>>> ๏ปฟ
>>>> Tube, we are very happy that you are up and running!
>>>>
>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>> probably better to have shorter more specific emails about particular
>>>> subjects?
>>>>
>>>> There are 2-3 things here that seem worth it to briefly following up on
>>>> and sharing more about for everyone:
>>>>
>>>> A. The thing about "Waoh. I always thought it was part of the design
>>>> for Fineract to be connected to the Internet for it to start. I had run
>>>> into this problem during several tests at the height of the lockdown and
>>>> ripped out my hair trying to figure out what the problem was"... that just
>>>> got fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>>> background in https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>
>>>> B. The Drizzle related problem
>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved" by
>>>> https://github.com/apache/fineract/pull/1366 for
>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>> that we need to make another trade off on this question than we had in the
>>>> past.
>>>>
>>>> C. Having to rename the WAR seems to cause confusion. Please chime in
>>>> on https://issues.apache.org/jira/browse/FINERACT-1187 if you think we
>>>> should revert that.
>>>>
>>>> We've made real nice progress here. Together we are stronger. Keep
>>>> asking questions as a way of actively contributing. And code!
>>>>
>>>> M.
>>>> _______________________
>>>> Michael Vorburger
>>>> http://www.vorburger.ch
>>>>
>>>>
>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>> above error was was caused by the community app I was using.  But,
>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved my
>>>>> issue.
>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>
>>>>>>

Re: Finereract Customization

Posted by Awasum Yannick <aw...@apache.org>.
Please create a new thread for your latest problem

On Mon, Oct 19, 2020, 22:34 Tesfahiwet Truneh <em...@gmail.com> wrote:

> Hi
> notifications are not showing up when requesting 'show all notifications'.
>
> TypeError: Cannot read property 'getAllNotifications' of undefined
>     at b.NotificationsController.scope.initNotificationsPag
> *https://localhost:8443/scripts/controllers/controllers.85405de5.js
> <https://localhost:8443/scripts/controllers/controllers.85405de5.js> Line
> 18234 *
>
> any help/suggestions?
>
> Regards
> Tesfahiwet Truneh
>
> On Tue, 13 Oct 2020 at 20:09, Michael Vorburger <mi...@vorburger.ch> wrote:
>
>> Re. Pentaho, please note https://github.com/vorburger/fineract-pentaho/
>> ... it's brand new, and still needs testing by more people. You are very
>> welcome to try it out and provide feedback, ideally best by commenting on
>> https://issues.apache.org/jira/browse/FINERACT-1127 instead of on this
>> email thread.
>>
>> PS: There was a lot in this email thread .. ;-) It's probably easier to
>> follow to have shorter more specific emails about particular new topics.
>>
>> On Mon, 12 Oct 2020, 23:53 James Dailey, <ja...@gmail.com> wrote:
>>
>>> Some of these questions are addressed in the documentation and FAQ.
>>> Please read
>>> https://cwiki.apache.org/confluence/display/FINERACT/Getting+Started+Docs
>>> and
>>> https://cwiki.apache.org/confluence/display/FINERACT/FAQ
>>>
>>>
>>>
>>> On Mon, Oct 12, 2020 at 9:08 AM airsay longcon <ai...@gmail.com>
>>> wrote:
>>>
>>>> For Pentaho reports to work, some customisation to the Fineract code
>>>> needs to be done. Due to licensing issues, Fineract cannot support pentaho
>>>> reporting out of the box
>>>>
>>>> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>>> Hi.
>>>>> Only Pentaho Reports are not working? table reports are working fine!
>>>>> any help?
>>>>>
>>>>> Regards
>>>>> Tesfahiwet
>>>>>
>>>>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>>>>>> Fineract out of the box
>>>>>>
>>>>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>>>
>>>>>> ๏ปฟ
>>>>>> Hello, I have a problem with the creation of a new report. in fact
>>>>>> when I create the report and I execute it there is no result. Has anyone
>>>>>> come across this problem before? I'm using the latest fineract.
>>>>>>
>>>>>> Regards
>>>>>> Tesfahiwet
>>>>>>
>>>>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>>>>> wrote:
>>>>>>
>>>>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Michael,
>>>>>>>> Great to read your detailed response on this. Regarding your advice
>>>>>>>> "And code!", some of us have very basic Java programming skill. How would
>>>>>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>>>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>>>>>> training resource will be highly appreciated.
>>>>>>>>
>>>>>>>
>>>>>>> Web search for "learn Java". But contributing useful feedback and
>>>>>>> bug reports is also a great way to give back- you don't "have to" code,
>>>>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>>>>
>>>>>>> I'm more of a functional person focusing on how best to get
>>>>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>>>>> knowledgeable about the code-base
>>>>>>>>
>>>>>>>> Also are there any avenues to donate to the project to have
>>>>>>>> specific functionality built into Fineract.
>>>>>>>>
>>>>>>>
>>>>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>>>>
>>>>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> ๏ปฟ
>>>>>>>> Tube, we are very happy that you are up and running!
>>>>>>>>
>>>>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>>>>> probably better to have shorter more specific emails about particular
>>>>>>>> subjects?
>>>>>>>>
>>>>>>>> There are 2-3 things here that seem worth it to briefly following
>>>>>>>> up on and sharing more about for everyone:
>>>>>>>>
>>>>>>>> A. The thing about "Waoh. I always thought it was part of the
>>>>>>>> design for Fineract to be connected to the Internet for it to start. I had
>>>>>>>> run into this problem during several tests at the height of the lockdown
>>>>>>>> and ripped out my hair trying to figure out what the problem was"... that
>>>>>>>> just got fixed!! By https://github.com/apache/fineract/pull/1375.
>>>>>>>> Full background in
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>>>>
>>>>>>>> B. The Drizzle related problem
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be
>>>>>>>> "solved" by https://github.com/apache/fineract/pull/1366 for
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>>>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>>>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>>>>>> that we need to make another trade off on this question than we had in the
>>>>>>>> past.
>>>>>>>>
>>>>>>>> C. Having to rename the WAR seems to cause confusion. Please chime
>>>>>>>> in on https://issues.apache.org/jira/browse/FINERACT-1187 if you
>>>>>>>> think we should revert that.
>>>>>>>>
>>>>>>>> We've made real nice progress here. Together we are stronger. Keep
>>>>>>>> asking questions as a way of actively contributing. And code!
>>>>>>>>
>>>>>>>> M.
>>>>>>>> _______________________
>>>>>>>> Michael Vorburger
>>>>>>>> http://www.vorburger.ch
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>>>>>> above error was was caused by the community app I was using.  But,
>>>>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved
>>>>>>>>> my issue.
>>>>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>>>>
>>>>>>>>>>

Re: Finereract Customization

Posted by Tesfahiwet Truneh <em...@gmail.com>.
Hi
notifications are not showing up when requesting 'show all notifications'.

TypeError: Cannot read property 'getAllNotifications' of undefined
    at b.NotificationsController.scope.initNotificationsPag
*https://localhost:8443/scripts/controllers/controllers.85405de5.js
<https://localhost:8443/scripts/controllers/controllers.85405de5.js> Line
18234 *

any help/suggestions?

Regards
Tesfahiwet Truneh

On Tue, 13 Oct 2020 at 20:09, Michael Vorburger <mi...@vorburger.ch> wrote:

> Re. Pentaho, please note https://github.com/vorburger/fineract-pentaho/
> ... it's brand new, and still needs testing by more people. You are very
> welcome to try it out and provide feedback, ideally best by commenting on
> https://issues.apache.org/jira/browse/FINERACT-1127 instead of on this
> email thread.
>
> PS: There was a lot in this email thread .. ;-) It's probably easier to
> follow to have shorter more specific emails about particular new topics.
>
> On Mon, 12 Oct 2020, 23:53 James Dailey, <ja...@gmail.com> wrote:
>
>> Some of these questions are addressed in the documentation and FAQ.
>> Please read
>> https://cwiki.apache.org/confluence/display/FINERACT/Getting+Started+Docs
>> and
>> https://cwiki.apache.org/confluence/display/FINERACT/FAQ
>>
>>
>>
>> On Mon, Oct 12, 2020 at 9:08 AM airsay longcon <ai...@gmail.com>
>> wrote:
>>
>>> For Pentaho reports to work, some customisation to the Fineract code
>>> needs to be done. Due to licensing issues, Fineract cannot support pentaho
>>> reporting out of the box
>>>
>>> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>>> Hi.
>>>> Only Pentaho Reports are not working? table reports are working fine!
>>>> any help?
>>>>
>>>> Regards
>>>> Tesfahiwet
>>>>
>>>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
>>>> wrote:
>>>>
>>>>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>>>>> Fineract out of the box
>>>>>
>>>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>>
>>>>> ๏ปฟ
>>>>> Hello, I have a problem with the creation of a new report. in fact
>>>>> when I create the report and I execute it there is no result. Has anyone
>>>>> come across this problem before? I'm using the latest fineract.
>>>>>
>>>>> Regards
>>>>> Tesfahiwet
>>>>>
>>>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>>>> wrote:
>>>>>
>>>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Michael,
>>>>>>> Great to read your detailed response on this. Regarding your advice
>>>>>>> "And code!", some of us have very basic Java programming skill. How would
>>>>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>>>>> training resource will be highly appreciated.
>>>>>>>
>>>>>>
>>>>>> Web search for "learn Java". But contributing useful feedback and bug
>>>>>> reports is also a great way to give back- you don't "have to" code,
>>>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>>>
>>>>>> I'm more of a functional person focusing on how best to get
>>>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>>>> knowledgeable about the code-base
>>>>>>>
>>>>>>> Also are there any avenues to donate to the project to have specific
>>>>>>> functionality built into Fineract.
>>>>>>>
>>>>>>
>>>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>>>
>>>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>>>
>>>>>>> ๏ปฟ
>>>>>>> Tube, we are very happy that you are up and running!
>>>>>>>
>>>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>>>> probably better to have shorter more specific emails about particular
>>>>>>> subjects?
>>>>>>>
>>>>>>> There are 2-3 things here that seem worth it to briefly following up
>>>>>>> on and sharing more about for everyone:
>>>>>>>
>>>>>>> A. The thing about "Waoh. I always thought it was part of the design
>>>>>>> for Fineract to be connected to the Internet for it to start. I had run
>>>>>>> into this problem during several tests at the height of the lockdown and
>>>>>>> ripped out my hair trying to figure out what the problem was"... that just
>>>>>>> got fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>>>>>> background in https://issues.apache.org/jira/browse/FINERACT-1180
>>>>>>> => https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>>>
>>>>>>> B. The Drizzle related problem
>>>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved"
>>>>>>> by https://github.com/apache/fineract/pull/1366 for
>>>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>>>>> that we need to make another trade off on this question than we had in the
>>>>>>> past.
>>>>>>>
>>>>>>> C. Having to rename the WAR seems to cause confusion. Please chime
>>>>>>> in on https://issues.apache.org/jira/browse/FINERACT-1187 if you
>>>>>>> think we should revert that.
>>>>>>>
>>>>>>> We've made real nice progress here. Together we are stronger. Keep
>>>>>>> asking questions as a way of actively contributing. And code!
>>>>>>>
>>>>>>> M.
>>>>>>> _______________________
>>>>>>> Michael Vorburger
>>>>>>> http://www.vorburger.ch
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>>>>> above error was was caused by the community app I was using.  But,
>>>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved
>>>>>>>> my issue.
>>>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>>>
>>>>>>>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
Re. Pentaho, please note https://github.com/vorburger/fineract-pentaho/ ...
it's brand new, and still needs testing by more people. You are very
welcome to try it out and provide feedback, ideally best by commenting on
https://issues.apache.org/jira/browse/FINERACT-1127 instead of on this
email thread.

PS: There was a lot in this email thread .. ;-) It's probably easier to
follow to have shorter more specific emails about particular new topics.

On Mon, 12 Oct 2020, 23:53 James Dailey, <ja...@gmail.com> wrote:

> Some of these questions are addressed in the documentation and FAQ.
> Please read
> https://cwiki.apache.org/confluence/display/FINERACT/Getting+Started+Docs
> and
> https://cwiki.apache.org/confluence/display/FINERACT/FAQ
>
>
>
> On Mon, Oct 12, 2020 at 9:08 AM airsay longcon <ai...@gmail.com>
> wrote:
>
>> For Pentaho reports to work, some customisation to the Fineract code
>> needs to be done. Due to licensing issues, Fineract cannot support pentaho
>> reporting out of the box
>>
>> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> Hi.
>>> Only Pentaho Reports are not working? table reports are working fine!
>>> any help?
>>>
>>> Regards
>>> Tesfahiwet
>>>
>>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
>>> wrote:
>>>
>>>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>>>> Fineract out of the box
>>>>
>>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>> ๏ปฟ
>>>> Hello, I have a problem with the creation of a new report. in fact when
>>>> I create the report and I execute it there is no result. Has anyone come
>>>> across this problem before? I'm using the latest fineract.
>>>>
>>>> Regards
>>>> Tesfahiwet
>>>>
>>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>>> wrote:
>>>>
>>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Michael,
>>>>>> Great to read your detailed response on this. Regarding your advice
>>>>>> "And code!", some of us have very basic Java programming skill. How would
>>>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>>>> training resource will be highly appreciated.
>>>>>>
>>>>>
>>>>> Web search for "learn Java". But contributing useful feedback and bug
>>>>> reports is also a great way to give back- you don't "have to" code,
>>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>>
>>>>> I'm more of a functional person focusing on how best to get
>>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>>> knowledgeable about the code-base
>>>>>>
>>>>>> Also are there any avenues to donate to the project to have specific
>>>>>> functionality built into Fineract.
>>>>>>
>>>>>
>>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>>
>>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>>
>>>>>> ๏ปฟ
>>>>>> Tube, we are very happy that you are up and running!
>>>>>>
>>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>>> probably better to have shorter more specific emails about particular
>>>>>> subjects?
>>>>>>
>>>>>> There are 2-3 things here that seem worth it to briefly following up
>>>>>> on and sharing more about for everyone:
>>>>>>
>>>>>> A. The thing about "Waoh. I always thought it was part of the design
>>>>>> for Fineract to be connected to the Internet for it to start. I had run
>>>>>> into this problem during several tests at the height of the lockdown and
>>>>>> ripped out my hair trying to figure out what the problem was"... that just
>>>>>> got fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>>>>> background in https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>>
>>>>>> B. The Drizzle related problem
>>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved"
>>>>>> by https://github.com/apache/fineract/pull/1366 for
>>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>>>> that we need to make another trade off on this question than we had in the
>>>>>> past.
>>>>>>
>>>>>> C. Having to rename the WAR seems to cause confusion. Please chime in
>>>>>> on https://issues.apache.org/jira/browse/FINERACT-1187 if you think
>>>>>> we should revert that.
>>>>>>
>>>>>> We've made real nice progress here. Together we are stronger. Keep
>>>>>> asking questions as a way of actively contributing. And code!
>>>>>>
>>>>>> M.
>>>>>> _______________________
>>>>>> Michael Vorburger
>>>>>> http://www.vorburger.ch
>>>>>>
>>>>>>
>>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>>>> above error was was caused by the community app I was using.  But,
>>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved
>>>>>>> my issue.
>>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>>
>>>>>>>>

Re: Finereract Customization

Posted by James Dailey <ja...@gmail.com>.
Some of these questions are addressed in the documentation and FAQ.
Please read
https://cwiki.apache.org/confluence/display/FINERACT/Getting+Started+Docs
and
https://cwiki.apache.org/confluence/display/FINERACT/FAQ



On Mon, Oct 12, 2020 at 9:08 AM airsay longcon <ai...@gmail.com>
wrote:

> For Pentaho reports to work, some customisation to the Fineract code needs
> to be done. Due to licensing issues, Fineract cannot support pentaho
> reporting out of the box
>
> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> Hi.
>> Only Pentaho Reports are not working? table reports are working fine!
>> any help?
>>
>> Regards
>> Tesfahiwet
>>
>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
>> wrote:
>>
>>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>>> Fineract out of the box
>>>
>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>> ๏ปฟ
>>> Hello, I have a problem with the creation of a new report. in fact when
>>> I create the report and I execute it there is no result. Has anyone come
>>> across this problem before? I'm using the latest fineract.
>>>
>>> Regards
>>> Tesfahiwet
>>>
>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>> wrote:
>>>
>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Michael,
>>>>> Great to read your detailed response on this. Regarding your advice
>>>>> "And code!", some of us have very basic Java programming skill. How would
>>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>>> training resource will be highly appreciated.
>>>>>
>>>>
>>>> Web search for "learn Java". But contributing useful feedback and bug
>>>> reports is also a great way to give back- you don't "have to" code,
>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>
>>>> I'm more of a functional person focusing on how best to get
>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>> knowledgeable about the code-base
>>>>>
>>>>> Also are there any avenues to donate to the project to have specific
>>>>> functionality built into Fineract.
>>>>>
>>>>
>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>
>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>
>>>>> ๏ปฟ
>>>>> Tube, we are very happy that you are up and running!
>>>>>
>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>> probably better to have shorter more specific emails about particular
>>>>> subjects?
>>>>>
>>>>> There are 2-3 things here that seem worth it to briefly following up
>>>>> on and sharing more about for everyone:
>>>>>
>>>>> A. The thing about "Waoh. I always thought it was part of the design
>>>>> for Fineract to be connected to the Internet for it to start. I had run
>>>>> into this problem during several tests at the height of the lockdown and
>>>>> ripped out my hair trying to figure out what the problem was"... that just
>>>>> got fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>>>> background in https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>
>>>>> B. The Drizzle related problem
>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved"
>>>>> by https://github.com/apache/fineract/pull/1366 for
>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>>> that we need to make another trade off on this question than we had in the
>>>>> past.
>>>>>
>>>>> C. Having to rename the WAR seems to cause confusion. Please chime in
>>>>> on https://issues.apache.org/jira/browse/FINERACT-1187 if you think
>>>>> we should revert that.
>>>>>
>>>>> We've made real nice progress here. Together we are stronger. Keep
>>>>> asking questions as a way of actively contributing. And code!
>>>>>
>>>>> M.
>>>>> _______________________
>>>>> Michael Vorburger
>>>>> http://www.vorburger.ch
>>>>>
>>>>>
>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>>> above error was was caused by the community app I was using.  But,
>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved my
>>>>>> issue.
>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>
>>>>>>>

Re: Finereract Customization

Posted by Tesfahiwet Truneh <em...@gmail.com>.
Hi
Is there any other way I can run Pentaho reports other than using
non-Apache โ€œreporting plugin" ?

Regards
Tesfahiwet Truneh

On Wed, 21 Oct 2020 at 16:17, Tesfahiwet Truneh <em...@gmail.com>
wrote:

> Hi Michael
> Is there any other way  i can run Pentaho reports other than using
> non-Apache โ€œreporting plugin" ?
>
> Regards
> Tesfahiwet Truneh
>
> On Wed, 21 Oct 2020 at 11:05, Michael Vorburger <mi...@vorburger.ch> wrote:
>
>> https://github.com/vorburger/fineract-pentaho/issues/6
>>
>> On Wed, Oct 21, 2020 at 11:31 AM Tesfahiwet Truneh <em...@gmail.com>
>> wrote:
>>
>>>   According to https://github.com/vorburger/fineract-pentaho/ i have
>>> followed all the build instructions but when i run *gradlew distZip* command
>>> i am getting the following error.
>>>
>>>
>>> C:\Users\gelila\fineract-pentaho>gradlew distZip
>>> Starting a Gradle Daemon, 26 busy Daemons could not be reused, use
>>> --status for
>>> details
>>>
>>> > Task :compileJava
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:19: error:
>>> package org.
>>> apache.fineract.infrastructure.core.api does not exist
>>> import org.apache.fineract.infrastructure.core.api.ApiParameterHelper;
>>>                                                   ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:20: error:
>>> package org.
>>> apache.fineract.infrastructure.core.boot does not exist
>>> import org.apache.fineract.infrastructure.core.boot.JDBCDriverConfig;
>>>                                                    ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:21: error:
>>> package org.
>>> apache.fineract.infrastructure.core.domain does not exist
>>> import
>>> org.apache.fineract.infrastructure.core.domain.FineractPlatformTenant;
>>>                                                      ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:22: error:
>>> package org.
>>> apache.fineract.infrastructure.core.domain does not exist
>>> import
>>> org.apache.fineract.infrastructure.core.domain.FineractPlatformTenantConn
>>> ection;
>>>                                                      ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:23: error:
>>> package org.
>>> apache.fineract.infrastructure.core.exception does not exist
>>> import
>>> org.apache.fineract.infrastructure.core.exception.PlatformDataIntegrityEx
>>> ception;
>>>                                                         ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:24: error:
>>> package org.
>>> apache.fineract.infrastructure.core.service does not exist
>>> import
>>> org.apache.fineract.infrastructure.core.service.ThreadLocalContextUtil;
>>>                                                       ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:25: error:
>>> package org.
>>> apache.fineract.infrastructure.report.annotation does not exist
>>> import
>>> org.apache.fineract.infrastructure.report.annotation.ReportService;
>>>                                                            ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:26: error:
>>> package org.
>>> apache.fineract.infrastructure.security.service does not exist
>>> import
>>> org.apache.fineract.infrastructure.security.service.PlatformSecurityConte
>>> xt;
>>>                                                           ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:27: error:
>>> package org.
>>> apache.fineract.useradministration.domain does not exist
>>> import org.apache.fineract.useradministration.domain.AppUser;
>>>                                                     ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:49: error:
>>> cannot find
>>> symbol
>>> public class PentahoReportingProcessServiceImpl implements
>>> ReportingProcessServi
>>> ce {
>>>                                                            ^
>>>   symbol: class ReportingProcessService
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:48: error:
>>> cannot find
>>> symbol
>>> @ReportService(type = "Pentaho")
>>>  ^
>>>   symbol: class ReportService
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:54: error:
>>> cannot find
>>> symbol
>>>     private final PlatformSecurityContext context;
>>>                   ^
>>>   symbol:   class PlatformSecurityContext
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:58: error:
>>> cannot find
>>> symbol
>>>     private JDBCDriverConfig driverConfig;
>>>             ^
>>>   symbol:   class JDBCDriverConfig
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:61: error:
>>> cannot find
>>> symbol
>>>     public PentahoReportingProcessServiceImpl(final
>>> PlatformSecurityContext cont
>>> ext) {
>>>                                                     ^
>>>   symbol:   class PlatformSecurityContext
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:69: error:
>>> method does
>>> not override or implement a method from a supertype
>>>     @Override
>>>     ^
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:74: error:
>>> cannot find
>>> symbol
>>>         final Locale locale =
>>> ApiParameterHelper.extractLocale(queryParams);
>>>                               ^
>>>   symbol:   variable ApiParameterHelper
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:82: error:
>>> cannot find
>>> symbol
>>>             throw new
>>> PlatformDataIntegrityException("error.msg.invalid.outputTy
>>> pe", "No matching Output Type: " + outputType);
>>>                       ^
>>>   symbol:   class PlatformDataIntegrityException
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:86: error:
>>> cannot find
>>> symbol
>>>             throw new
>>> PlatformDataIntegrityException("error.msg.no.pentaho", "Pe
>>> ntaho is not enabled", "Pentaho is not enabled");
>>>                       ^
>>>   symbol:   class PlatformDataIntegrityException
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:148: error:
>>> cannot find
>>>  symbol
>>>         throw new
>>> PlatformDataIntegrityException("error.msg.invalid.outputType",
>>>  "No matching Output Type: " + outputType);
>>>                   ^
>>>   symbol:   class PlatformDataIntegrityException
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:153: error:
>>> cannot find
>>>  symbol
>>>         final AppUser currentUser = this.context.authenticatedUser();
>>>               ^
>>>   symbol:   class AppUser
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:174: error:
>>> cannot find
>>>  symbol
>>>                         throw new
>>> PlatformDataIntegrityException("error.msg.repo
>>> rting.error",
>>>                                   ^
>>>   symbol:   class PlatformDataIntegrityException
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:200: error:
>>> cannot find
>>>  symbol
>>>             final FineractPlatformTenant tenant =
>>> ThreadLocalContextUtil.getTena
>>> nt();
>>>                   ^
>>>   symbol:   class FineractPlatformTenant
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:200: error:
>>> cannot find
>>>  symbol
>>>             final FineractPlatformTenant tenant =
>>> ThreadLocalContextUtil.getTena
>>> nt();
>>>                                                   ^
>>>   symbol:   variable ThreadLocalContextUtil
>>>   location: class PentahoReportingProcessServiceImpl
>>>
>>> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
>>> e\report\service\PentahoReportingProcessServiceImpl.java:201: error:
>>> cannot find
>>>  symbol
>>>             final FineractPlatformTenantConnection tenantConnection =
>>> tenant.get
>>> Connection();
>>>                   ^
>>>   symbol:   class FineractPlatformTenantConnection
>>>   location: class PentahoReportingProcessServiceImpl
>>> 24 errors
>>>
>>> > Task :compileJava FAILED
>>>
>>> FAILURE: Build failed with an exception.
>>>
>>> * What went wrong:
>>> Execution failed for task ':compileJava'.
>>> > Compilation failed; see the compiler error output for details.
>>>
>>> * Try:
>>> Run with --stacktrace option to get the stack trace. Run with --info or
>>> --debug
>>> option to get more log output. Run with --scan to get full insights.
>>>
>>> * Get more help at https://help.gradle.org
>>>
>>> BUILD FAILED in 1m 30s
>>> 1 actionable task: 1 executed
>>> C:\Users\gelila\fineract-pentaho>
>>>
>>> Regards
>>> Tesfahiwet Truneh
>>>
>>> On Wed, 21 Oct 2020 at 10:18, Michael Vorburger <mi...@vorburger.ch>
>>> wrote:
>>>
>>>> Tesfahiwet,
>>>>
>>>> Please raise bug reports with details about what exactly is not working
>>>> for you on https://github.com/vorburger/fineract-pentaho/issues.
>>>>
>>>> That project is still new, and will likely still evolve.
>>>>
>>>> M.
>>>>
>>>>
>>>> On Wed, 21 Oct 2020, 09:00 Tesfahiwet Truneh, <em...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi
>>>>> can anyone help me on how to build a fineract with the pentaho report
>>>>> included?  https://github.com/vorburger/fineract-pentaho is not
>>>>> working for me.
>>>>>
>>>>> Regards
>>>>> Tesfahiwet Truneh
>>>>>
>>>>> On Mon, 12 Oct 2020 at 17:08, airsay longcon <ai...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> For Pentaho reports to work, some customisation to the Fineract code
>>>>>> needs to be done. Due to licensing issues, Fineract cannot support pentaho
>>>>>> reporting out of the box
>>>>>>
>>>>>> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi.
>>>>>>> Only Pentaho Reports are not working? table reports are working fine!
>>>>>>> any help?
>>>>>>>
>>>>>>> Regards
>>>>>>> Tesfahiwet
>>>>>>>
>>>>>>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <
>>>>>>> airsaylongcon@gmail.com> wrote:
>>>>>>>
>>>>>>>> Outreach reports? Or pentaho reports? Pentaho reports don't work
>>>>>>>> with Fineract out of the box
>>>>>>>>
>>>>>>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>>>>>
>>>>>>>> ๏ปฟ
>>>>>>>> Hello, I have a problem with the creation of a new report. in fact
>>>>>>>> when I create the report and I execute it there is no result. Has anyone
>>>>>>>> come across this problem before? I'm using the latest fineract.
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Tesfahiwet
>>>>>>>>
>>>>>>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Michael,
>>>>>>>>>> Great to read your detailed response on this. Regarding your
>>>>>>>>>> advice "And code!", some of us have very basic Java programming skill. How
>>>>>>>>>> would you advice one to rapidly improve Java coding ability. I learnt
>>>>>>>>>> coding in the days of Pascal and Basic(covers face). Any specific pointers
>>>>>>>>>> to Java training resource will be highly appreciated.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Web search for "learn Java". But contributing useful feedback and
>>>>>>>>> bug reports is also a great way to give back- you don't "have to" code,
>>>>>>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>>>>>>
>>>>>>>>> I'm more of a functional person focusing on how best to get
>>>>>>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>>>>>>> knowledgeable about the code-base
>>>>>>>>>>
>>>>>>>>>> Also are there any avenues to donate to the project to have
>>>>>>>>>> specific functionality built into Fineract.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>>>>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>>>>>>
>>>>>>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> ๏ปฟ
>>>>>>>>>> Tube, we are very happy that you are up and running!
>>>>>>>>>>
>>>>>>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>>>>>>> probably better to have shorter more specific emails about particular
>>>>>>>>>> subjects?
>>>>>>>>>>
>>>>>>>>>> There are 2-3 things here that seem worth it to briefly following
>>>>>>>>>> up on and sharing more about for everyone:
>>>>>>>>>>
>>>>>>>>>> A. The thing about "Waoh. I always thought it was part of the
>>>>>>>>>> design for Fineract to be connected to the Internet for it to start. I had
>>>>>>>>>> run into this problem during several tests at the height of the lockdown
>>>>>>>>>> and ripped out my hair trying to figure out what the problem was"... that
>>>>>>>>>> just got fixed!! By https://github.com/apache/fineract/pull/1375.
>>>>>>>>>> Full background in
>>>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>>>>>>
>>>>>>>>>> B. The Drizzle related problem
>>>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be
>>>>>>>>>> "solved" by https://github.com/apache/fineract/pull/1366 for
>>>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will
>>>>>>>>>> likely also create some new confusion, but ultimately will be the lesser
>>>>>>>>>> evil.. sometimes we have to make trade offs, and this email thread
>>>>>>>>>> re-illustrates that we need to make another trade off on this question than
>>>>>>>>>> we had in the past.
>>>>>>>>>>
>>>>>>>>>> C. Having to rename the WAR seems to cause confusion. Please
>>>>>>>>>> chime in on https://issues.apache.org/jira/browse/FINERACT-1187
>>>>>>>>>> if you think we should revert that.
>>>>>>>>>>
>>>>>>>>>> We've made real nice progress here. Together we are stronger.
>>>>>>>>>> Keep asking questions as a way of actively contributing. And code!
>>>>>>>>>>
>>>>>>>>>> M.
>>>>>>>>>> _______________________
>>>>>>>>>> Michael Vorburger
>>>>>>>>>> http://www.vorburger.ch
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Ohh i can't believe it. now all things are working perfectly.
>>>>>>>>>>> The above error was was caused by the community app I was using.  But,
>>>>>>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved
>>>>>>>>>>> my issue.
>>>>>>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>>>>>>
>>>>>>>>>>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
https://github.com/vorburger/fineract-pentaho/issues/6

On Wed, Oct 21, 2020 at 11:31 AM Tesfahiwet Truneh <em...@gmail.com>
wrote:

>   According to https://github.com/vorburger/fineract-pentaho/ i have
> followed all the build instructions but when i run *gradlew distZip* command
> i am getting the following error.
>
>
> C:\Users\gelila\fineract-pentaho>gradlew distZip
> Starting a Gradle Daemon, 26 busy Daemons could not be reused, use
> --status for
> details
>
> > Task :compileJava
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:19: error:
> package org.
> apache.fineract.infrastructure.core.api does not exist
> import org.apache.fineract.infrastructure.core.api.ApiParameterHelper;
>                                                   ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:20: error:
> package org.
> apache.fineract.infrastructure.core.boot does not exist
> import org.apache.fineract.infrastructure.core.boot.JDBCDriverConfig;
>                                                    ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:21: error:
> package org.
> apache.fineract.infrastructure.core.domain does not exist
> import
> org.apache.fineract.infrastructure.core.domain.FineractPlatformTenant;
>                                                      ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:22: error:
> package org.
> apache.fineract.infrastructure.core.domain does not exist
> import
> org.apache.fineract.infrastructure.core.domain.FineractPlatformTenantConn
> ection;
>                                                      ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:23: error:
> package org.
> apache.fineract.infrastructure.core.exception does not exist
> import
> org.apache.fineract.infrastructure.core.exception.PlatformDataIntegrityEx
> ception;
>                                                         ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:24: error:
> package org.
> apache.fineract.infrastructure.core.service does not exist
> import
> org.apache.fineract.infrastructure.core.service.ThreadLocalContextUtil;
>                                                       ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:25: error:
> package org.
> apache.fineract.infrastructure.report.annotation does not exist
> import org.apache.fineract.infrastructure.report.annotation.ReportService;
>                                                            ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:26: error:
> package org.
> apache.fineract.infrastructure.security.service does not exist
> import
> org.apache.fineract.infrastructure.security.service.PlatformSecurityConte
> xt;
>                                                           ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:27: error:
> package org.
> apache.fineract.useradministration.domain does not exist
> import org.apache.fineract.useradministration.domain.AppUser;
>                                                     ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:49: error: cannot
> find
> symbol
> public class PentahoReportingProcessServiceImpl implements
> ReportingProcessServi
> ce {
>                                                            ^
>   symbol: class ReportingProcessService
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:48: error: cannot
> find
> symbol
> @ReportService(type = "Pentaho")
>  ^
>   symbol: class ReportService
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:54: error: cannot
> find
> symbol
>     private final PlatformSecurityContext context;
>                   ^
>   symbol:   class PlatformSecurityContext
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:58: error: cannot
> find
> symbol
>     private JDBCDriverConfig driverConfig;
>             ^
>   symbol:   class JDBCDriverConfig
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:61: error: cannot
> find
> symbol
>     public PentahoReportingProcessServiceImpl(final
> PlatformSecurityContext cont
> ext) {
>                                                     ^
>   symbol:   class PlatformSecurityContext
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:69: error: method
> does
> not override or implement a method from a supertype
>     @Override
>     ^
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:74: error: cannot
> find
> symbol
>         final Locale locale =
> ApiParameterHelper.extractLocale(queryParams);
>                               ^
>   symbol:   variable ApiParameterHelper
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:82: error: cannot
> find
> symbol
>             throw new
> PlatformDataIntegrityException("error.msg.invalid.outputTy
> pe", "No matching Output Type: " + outputType);
>                       ^
>   symbol:   class PlatformDataIntegrityException
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:86: error: cannot
> find
> symbol
>             throw new
> PlatformDataIntegrityException("error.msg.no.pentaho", "Pe
> ntaho is not enabled", "Pentaho is not enabled");
>                       ^
>   symbol:   class PlatformDataIntegrityException
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:148: error:
> cannot find
>  symbol
>         throw new
> PlatformDataIntegrityException("error.msg.invalid.outputType",
>  "No matching Output Type: " + outputType);
>                   ^
>   symbol:   class PlatformDataIntegrityException
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:153: error:
> cannot find
>  symbol
>         final AppUser currentUser = this.context.authenticatedUser();
>               ^
>   symbol:   class AppUser
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:174: error:
> cannot find
>  symbol
>                         throw new
> PlatformDataIntegrityException("error.msg.repo
> rting.error",
>                                   ^
>   symbol:   class PlatformDataIntegrityException
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:200: error:
> cannot find
>  symbol
>             final FineractPlatformTenant tenant =
> ThreadLocalContextUtil.getTena
> nt();
>                   ^
>   symbol:   class FineractPlatformTenant
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:200: error:
> cannot find
>  symbol
>             final FineractPlatformTenant tenant =
> ThreadLocalContextUtil.getTena
> nt();
>                                                   ^
>   symbol:   variable ThreadLocalContextUtil
>   location: class PentahoReportingProcessServiceImpl
>
> C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
> e\report\service\PentahoReportingProcessServiceImpl.java:201: error:
> cannot find
>  symbol
>             final FineractPlatformTenantConnection tenantConnection =
> tenant.get
> Connection();
>                   ^
>   symbol:   class FineractPlatformTenantConnection
>   location: class PentahoReportingProcessServiceImpl
> 24 errors
>
> > Task :compileJava FAILED
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':compileJava'.
> > Compilation failed; see the compiler error output for details.
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug
> option to get more log output. Run with --scan to get full insights.
>
> * Get more help at https://help.gradle.org
>
> BUILD FAILED in 1m 30s
> 1 actionable task: 1 executed
> C:\Users\gelila\fineract-pentaho>
>
> Regards
> Tesfahiwet Truneh
>
> On Wed, 21 Oct 2020 at 10:18, Michael Vorburger <mi...@vorburger.ch> wrote:
>
>> Tesfahiwet,
>>
>> Please raise bug reports with details about what exactly is not working
>> for you on https://github.com/vorburger/fineract-pentaho/issues.
>>
>> That project is still new, and will likely still evolve.
>>
>> M.
>>
>>
>> On Wed, 21 Oct 2020, 09:00 Tesfahiwet Truneh, <em...@gmail.com>
>> wrote:
>>
>>> Hi
>>> can anyone help me on how to build a fineract with the pentaho report
>>> included?  https://github.com/vorburger/fineract-pentaho is not working
>>> for me.
>>>
>>> Regards
>>> Tesfahiwet Truneh
>>>
>>> On Mon, 12 Oct 2020 at 17:08, airsay longcon <ai...@gmail.com>
>>> wrote:
>>>
>>>> For Pentaho reports to work, some customisation to the Fineract code
>>>> needs to be done. Due to licensing issues, Fineract cannot support pentaho
>>>> reporting out of the box
>>>>
>>>> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>>> Hi.
>>>>> Only Pentaho Reports are not working? table reports are working fine!
>>>>> any help?
>>>>>
>>>>> Regards
>>>>> Tesfahiwet
>>>>>
>>>>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>>>>>> Fineract out of the box
>>>>>>
>>>>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>>>
>>>>>> ๏ปฟ
>>>>>> Hello, I have a problem with the creation of a new report. in fact
>>>>>> when I create the report and I execute it there is no result. Has anyone
>>>>>> come across this problem before? I'm using the latest fineract.
>>>>>>
>>>>>> Regards
>>>>>> Tesfahiwet
>>>>>>
>>>>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>>>>> wrote:
>>>>>>
>>>>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Michael,
>>>>>>>> Great to read your detailed response on this. Regarding your advice
>>>>>>>> "And code!", some of us have very basic Java programming skill. How would
>>>>>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>>>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>>>>>> training resource will be highly appreciated.
>>>>>>>>
>>>>>>>
>>>>>>> Web search for "learn Java". But contributing useful feedback and
>>>>>>> bug reports is also a great way to give back- you don't "have to" code,
>>>>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>>>>
>>>>>>> I'm more of a functional person focusing on how best to get
>>>>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>>>>> knowledgeable about the code-base
>>>>>>>>
>>>>>>>> Also are there any avenues to donate to the project to have
>>>>>>>> specific functionality built into Fineract.
>>>>>>>>
>>>>>>>
>>>>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>>>>
>>>>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> ๏ปฟ
>>>>>>>> Tube, we are very happy that you are up and running!
>>>>>>>>
>>>>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>>>>> probably better to have shorter more specific emails about particular
>>>>>>>> subjects?
>>>>>>>>
>>>>>>>> There are 2-3 things here that seem worth it to briefly following
>>>>>>>> up on and sharing more about for everyone:
>>>>>>>>
>>>>>>>> A. The thing about "Waoh. I always thought it was part of the
>>>>>>>> design for Fineract to be connected to the Internet for it to start. I had
>>>>>>>> run into this problem during several tests at the height of the lockdown
>>>>>>>> and ripped out my hair trying to figure out what the problem was"... that
>>>>>>>> just got fixed!! By https://github.com/apache/fineract/pull/1375.
>>>>>>>> Full background in
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>>>>
>>>>>>>> B. The Drizzle related problem
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be
>>>>>>>> "solved" by https://github.com/apache/fineract/pull/1366 for
>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>>>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>>>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>>>>>> that we need to make another trade off on this question than we had in the
>>>>>>>> past.
>>>>>>>>
>>>>>>>> C. Having to rename the WAR seems to cause confusion. Please chime
>>>>>>>> in on https://issues.apache.org/jira/browse/FINERACT-1187 if you
>>>>>>>> think we should revert that.
>>>>>>>>
>>>>>>>> We've made real nice progress here. Together we are stronger. Keep
>>>>>>>> asking questions as a way of actively contributing. And code!
>>>>>>>>
>>>>>>>> M.
>>>>>>>> _______________________
>>>>>>>> Michael Vorburger
>>>>>>>> http://www.vorburger.ch
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>>>>>> above error was was caused by the community app I was using.  But,
>>>>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved
>>>>>>>>> my issue.
>>>>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>>>>
>>>>>>>>>>

Re: Finereract Customization

Posted by Tesfahiwet Truneh <em...@gmail.com>.
  According to https://github.com/vorburger/fineract-pentaho/ i have
followed all the build instructions but when i run *gradlew distZip* command
i am getting the following error.


C:\Users\gelila\fineract-pentaho>gradlew distZip
Starting a Gradle Daemon, 26 busy Daemons could not be reused, use --status
for
details

> Task :compileJava
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:19: error: package
org.
apache.fineract.infrastructure.core.api does not exist
import org.apache.fineract.infrastructure.core.api.ApiParameterHelper;
                                                  ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:20: error: package
org.
apache.fineract.infrastructure.core.boot does not exist
import org.apache.fineract.infrastructure.core.boot.JDBCDriverConfig;
                                                   ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:21: error: package
org.
apache.fineract.infrastructure.core.domain does not exist
import
org.apache.fineract.infrastructure.core.domain.FineractPlatformTenant;
                                                     ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:22: error: package
org.
apache.fineract.infrastructure.core.domain does not exist
import
org.apache.fineract.infrastructure.core.domain.FineractPlatformTenantConn
ection;
                                                     ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:23: error: package
org.
apache.fineract.infrastructure.core.exception does not exist
import
org.apache.fineract.infrastructure.core.exception.PlatformDataIntegrityEx
ception;
                                                        ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:24: error: package
org.
apache.fineract.infrastructure.core.service does not exist
import
org.apache.fineract.infrastructure.core.service.ThreadLocalContextUtil;
                                                      ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:25: error: package
org.
apache.fineract.infrastructure.report.annotation does not exist
import org.apache.fineract.infrastructure.report.annotation.ReportService;
                                                           ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:26: error: package
org.
apache.fineract.infrastructure.security.service does not exist
import
org.apache.fineract.infrastructure.security.service.PlatformSecurityConte
xt;
                                                          ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:27: error: package
org.
apache.fineract.useradministration.domain does not exist
import org.apache.fineract.useradministration.domain.AppUser;
                                                    ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:49: error: cannot
find
symbol
public class PentahoReportingProcessServiceImpl implements
ReportingProcessServi
ce {
                                                           ^
  symbol: class ReportingProcessService
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:48: error: cannot
find
symbol
@ReportService(type = "Pentaho")
 ^
  symbol: class ReportService
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:54: error: cannot
find
symbol
    private final PlatformSecurityContext context;
                  ^
  symbol:   class PlatformSecurityContext
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:58: error: cannot
find
symbol
    private JDBCDriverConfig driverConfig;
            ^
  symbol:   class JDBCDriverConfig
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:61: error: cannot
find
symbol
    public PentahoReportingProcessServiceImpl(final PlatformSecurityContext
cont
ext) {
                                                    ^
  symbol:   class PlatformSecurityContext
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:69: error: method
does
not override or implement a method from a supertype
    @Override
    ^
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:74: error: cannot
find
symbol
        final Locale locale = ApiParameterHelper.extractLocale(queryParams);
                              ^
  symbol:   variable ApiParameterHelper
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:82: error: cannot
find
symbol
            throw new
PlatformDataIntegrityException("error.msg.invalid.outputTy
pe", "No matching Output Type: " + outputType);
                      ^
  symbol:   class PlatformDataIntegrityException
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:86: error: cannot
find
symbol
            throw new
PlatformDataIntegrityException("error.msg.no.pentaho", "Pe
ntaho is not enabled", "Pentaho is not enabled");
                      ^
  symbol:   class PlatformDataIntegrityException
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:148: error: cannot
find
 symbol
        throw new
PlatformDataIntegrityException("error.msg.invalid.outputType",
 "No matching Output Type: " + outputType);
                  ^
  symbol:   class PlatformDataIntegrityException
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:153: error: cannot
find
 symbol
        final AppUser currentUser = this.context.authenticatedUser();
              ^
  symbol:   class AppUser
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:174: error: cannot
find
 symbol
                        throw new
PlatformDataIntegrityException("error.msg.repo
rting.error",
                                  ^
  symbol:   class PlatformDataIntegrityException
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:200: error: cannot
find
 symbol
            final FineractPlatformTenant tenant =
ThreadLocalContextUtil.getTena
nt();
                  ^
  symbol:   class FineractPlatformTenant
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:200: error: cannot
find
 symbol
            final FineractPlatformTenant tenant =
ThreadLocalContextUtil.getTena
nt();
                                                  ^
  symbol:   variable ThreadLocalContextUtil
  location: class PentahoReportingProcessServiceImpl
C:\Users\gelila\fineract-pentaho\src\main\java\org\apache\fineract\infrastructur
e\report\service\PentahoReportingProcessServiceImpl.java:201: error: cannot
find
 symbol
            final FineractPlatformTenantConnection tenantConnection =
tenant.get
Connection();
                  ^
  symbol:   class FineractPlatformTenantConnection
  location: class PentahoReportingProcessServiceImpl
24 errors

> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 30s
1 actionable task: 1 executed
C:\Users\gelila\fineract-pentaho>

Regards
Tesfahiwet Truneh

On Wed, 21 Oct 2020 at 10:18, Michael Vorburger <mi...@vorburger.ch> wrote:

> Tesfahiwet,
>
> Please raise bug reports with details about what exactly is not working
> for you on https://github.com/vorburger/fineract-pentaho/issues.
>
> That project is still new, and will likely still evolve.
>
> M.
>
>
> On Wed, 21 Oct 2020, 09:00 Tesfahiwet Truneh, <em...@gmail.com>
> wrote:
>
>> Hi
>> can anyone help me on how to build a fineract with the pentaho report
>> included?  https://github.com/vorburger/fineract-pentaho is not working
>> for me.
>>
>> Regards
>> Tesfahiwet Truneh
>>
>> On Mon, 12 Oct 2020 at 17:08, airsay longcon <ai...@gmail.com>
>> wrote:
>>
>>> For Pentaho reports to work, some customisation to the Fineract code
>>> needs to be done. Due to licensing issues, Fineract cannot support pentaho
>>> reporting out of the box
>>>
>>> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>>> Hi.
>>>> Only Pentaho Reports are not working? table reports are working fine!
>>>> any help?
>>>>
>>>> Regards
>>>> Tesfahiwet
>>>>
>>>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
>>>> wrote:
>>>>
>>>>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>>>>> Fineract out of the box
>>>>>
>>>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>>
>>>>> ๏ปฟ
>>>>> Hello, I have a problem with the creation of a new report. in fact
>>>>> when I create the report and I execute it there is no result. Has anyone
>>>>> come across this problem before? I'm using the latest fineract.
>>>>>
>>>>> Regards
>>>>> Tesfahiwet
>>>>>
>>>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>>>> wrote:
>>>>>
>>>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Michael,
>>>>>>> Great to read your detailed response on this. Regarding your advice
>>>>>>> "And code!", some of us have very basic Java programming skill. How would
>>>>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>>>>> training resource will be highly appreciated.
>>>>>>>
>>>>>>
>>>>>> Web search for "learn Java". But contributing useful feedback and bug
>>>>>> reports is also a great way to give back- you don't "have to" code,
>>>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>>>
>>>>>> I'm more of a functional person focusing on how best to get
>>>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>>>> knowledgeable about the code-base
>>>>>>>
>>>>>>> Also are there any avenues to donate to the project to have specific
>>>>>>> functionality built into Fineract.
>>>>>>>
>>>>>>
>>>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>>>
>>>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>>>
>>>>>>> ๏ปฟ
>>>>>>> Tube, we are very happy that you are up and running!
>>>>>>>
>>>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>>>> probably better to have shorter more specific emails about particular
>>>>>>> subjects?
>>>>>>>
>>>>>>> There are 2-3 things here that seem worth it to briefly following up
>>>>>>> on and sharing more about for everyone:
>>>>>>>
>>>>>>> A. The thing about "Waoh. I always thought it was part of the design
>>>>>>> for Fineract to be connected to the Internet for it to start. I had run
>>>>>>> into this problem during several tests at the height of the lockdown and
>>>>>>> ripped out my hair trying to figure out what the problem was"... that just
>>>>>>> got fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>>>>>> background in https://issues.apache.org/jira/browse/FINERACT-1180
>>>>>>> => https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>>>
>>>>>>> B. The Drizzle related problem
>>>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved"
>>>>>>> by https://github.com/apache/fineract/pull/1366 for
>>>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>>>>> that we need to make another trade off on this question than we had in the
>>>>>>> past.
>>>>>>>
>>>>>>> C. Having to rename the WAR seems to cause confusion. Please chime
>>>>>>> in on https://issues.apache.org/jira/browse/FINERACT-1187 if you
>>>>>>> think we should revert that.
>>>>>>>
>>>>>>> We've made real nice progress here. Together we are stronger. Keep
>>>>>>> asking questions as a way of actively contributing. And code!
>>>>>>>
>>>>>>> M.
>>>>>>> _______________________
>>>>>>> Michael Vorburger
>>>>>>> http://www.vorburger.ch
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>>>>> above error was was caused by the community app I was using.  But,
>>>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved
>>>>>>>> my issue.
>>>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>>>
>>>>>>>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
Tesfahiwet,

Please raise bug reports with details about what exactly is not working for
you on https://github.com/vorburger/fineract-pentaho/issues.

That project is still new, and will likely still evolve.

M.


On Wed, 21 Oct 2020, 09:00 Tesfahiwet Truneh, <em...@gmail.com> wrote:

> Hi
> can anyone help me on how to build a fineract with the pentaho report
> included?  https://github.com/vorburger/fineract-pentaho is not working
> for me.
>
> Regards
> Tesfahiwet Truneh
>
> On Mon, 12 Oct 2020 at 17:08, airsay longcon <ai...@gmail.com>
> wrote:
>
>> For Pentaho reports to work, some customisation to the Fineract code
>> needs to be done. Due to licensing issues, Fineract cannot support pentaho
>> reporting out of the box
>>
>> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> Hi.
>>> Only Pentaho Reports are not working? table reports are working fine!
>>> any help?
>>>
>>> Regards
>>> Tesfahiwet
>>>
>>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
>>> wrote:
>>>
>>>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>>>> Fineract out of the box
>>>>
>>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>> ๏ปฟ
>>>> Hello, I have a problem with the creation of a new report. in fact when
>>>> I create the report and I execute it there is no result. Has anyone come
>>>> across this problem before? I'm using the latest fineract.
>>>>
>>>> Regards
>>>> Tesfahiwet
>>>>
>>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>>> wrote:
>>>>
>>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Michael,
>>>>>> Great to read your detailed response on this. Regarding your advice
>>>>>> "And code!", some of us have very basic Java programming skill. How would
>>>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>>>> training resource will be highly appreciated.
>>>>>>
>>>>>
>>>>> Web search for "learn Java". But contributing useful feedback and bug
>>>>> reports is also a great way to give back- you don't "have to" code,
>>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>>
>>>>> I'm more of a functional person focusing on how best to get
>>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>>> knowledgeable about the code-base
>>>>>>
>>>>>> Also are there any avenues to donate to the project to have specific
>>>>>> functionality built into Fineract.
>>>>>>
>>>>>
>>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>>
>>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>>
>>>>>> ๏ปฟ
>>>>>> Tube, we are very happy that you are up and running!
>>>>>>
>>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>>> probably better to have shorter more specific emails about particular
>>>>>> subjects?
>>>>>>
>>>>>> There are 2-3 things here that seem worth it to briefly following up
>>>>>> on and sharing more about for everyone:
>>>>>>
>>>>>> A. The thing about "Waoh. I always thought it was part of the design
>>>>>> for Fineract to be connected to the Internet for it to start. I had run
>>>>>> into this problem during several tests at the height of the lockdown and
>>>>>> ripped out my hair trying to figure out what the problem was"... that just
>>>>>> got fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>>>>> background in https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>>
>>>>>> B. The Drizzle related problem
>>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved"
>>>>>> by https://github.com/apache/fineract/pull/1366 for
>>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>>>> that we need to make another trade off on this question than we had in the
>>>>>> past.
>>>>>>
>>>>>> C. Having to rename the WAR seems to cause confusion. Please chime in
>>>>>> on https://issues.apache.org/jira/browse/FINERACT-1187 if you think
>>>>>> we should revert that.
>>>>>>
>>>>>> We've made real nice progress here. Together we are stronger. Keep
>>>>>> asking questions as a way of actively contributing. And code!
>>>>>>
>>>>>> M.
>>>>>> _______________________
>>>>>> Michael Vorburger
>>>>>> http://www.vorburger.ch
>>>>>>
>>>>>>
>>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>>>> above error was was caused by the community app I was using.  But,
>>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved
>>>>>>> my issue.
>>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>>
>>>>>>>>

Re: Finereract Customization

Posted by Tesfahiwet Truneh <em...@gmail.com>.
Hi
can anyone help me on how to build a fineract with the pentaho report
included?  https://github.com/vorburger/fineract-pentaho is not working for
me.

Regards
Tesfahiwet Truneh

On Mon, 12 Oct 2020 at 17:08, airsay longcon <ai...@gmail.com>
wrote:

> For Pentaho reports to work, some customisation to the Fineract code needs
> to be done. Due to licensing issues, Fineract cannot support pentaho
> reporting out of the box
>
> On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> Hi.
>> Only Pentaho Reports are not working? table reports are working fine!
>> any help?
>>
>> Regards
>> Tesfahiwet
>>
>> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
>> wrote:
>>
>>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>>> Fineract out of the box
>>>
>>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>> ๏ปฟ
>>> Hello, I have a problem with the creation of a new report. in fact when
>>> I create the report and I execute it there is no result. Has anyone come
>>> across this problem before? I'm using the latest fineract.
>>>
>>> Regards
>>> Tesfahiwet
>>>
>>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>>> wrote:
>>>
>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Michael,
>>>>> Great to read your detailed response on this. Regarding your advice
>>>>> "And code!", some of us have very basic Java programming skill. How would
>>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>>> training resource will be highly appreciated.
>>>>>
>>>>
>>>> Web search for "learn Java". But contributing useful feedback and bug
>>>> reports is also a great way to give back- you don't "have to" code,
>>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>>
>>>> I'm more of a functional person focusing on how best to get
>>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>>> knowledgeable about the code-base
>>>>>
>>>>> Also are there any avenues to donate to the project to have specific
>>>>> functionality built into Fineract.
>>>>>
>>>>
>>>> Now THAT is a VERY interesting question.. let's take this to a new
>>>> email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>>
>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>
>>>>> ๏ปฟ
>>>>> Tube, we are very happy that you are up and running!
>>>>>
>>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>>> probably better to have shorter more specific emails about particular
>>>>> subjects?
>>>>>
>>>>> There are 2-3 things here that seem worth it to briefly following up
>>>>> on and sharing more about for everyone:
>>>>>
>>>>> A. The thing about "Waoh. I always thought it was part of the design
>>>>> for Fineract to be connected to the Internet for it to start. I had run
>>>>> into this problem during several tests at the height of the lockdown and
>>>>> ripped out my hair trying to figure out what the problem was"... that just
>>>>> got fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>>>> background in https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>>
>>>>> B. The Drizzle related problem
>>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved"
>>>>> by https://github.com/apache/fineract/pull/1366 for
>>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>>> that we need to make another trade off on this question than we had in the
>>>>> past.
>>>>>
>>>>> C. Having to rename the WAR seems to cause confusion. Please chime in
>>>>> on https://issues.apache.org/jira/browse/FINERACT-1187 if you think
>>>>> we should revert that.
>>>>>
>>>>> We've made real nice progress here. Together we are stronger. Keep
>>>>> asking questions as a way of actively contributing. And code!
>>>>>
>>>>> M.
>>>>> _______________________
>>>>> Michael Vorburger
>>>>> http://www.vorburger.ch
>>>>>
>>>>>
>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>>> above error was was caused by the community app I was using.  But,
>>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved my
>>>>>> issue.
>>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>>
>>>>>>>

Re: Finereract Customization

Posted by airsay longcon <ai...@gmail.com>.
For Pentaho reports to work, some customisation to the Fineract code needs
to be done. Due to licensing issues, Fineract cannot support pentaho
reporting out of the box

On Mon, 12 Oct 2020 at 06:48, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> Hi.
> Only Pentaho Reports are not working? table reports are working fine!
> any help?
>
> Regards
> Tesfahiwet
>
> On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
> wrote:
>
>> Outreach reports? Or pentaho reports? Pentaho reports don't work with
>> Fineract out of the box
>>
>> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>> ๏ปฟ
>> Hello, I have a problem with the creation of a new report. in fact when I
>> create the report and I execute it there is no result. Has anyone come
>> across this problem before? I'm using the latest fineract.
>>
>> Regards
>> Tesfahiwet
>>
>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch>
>> wrote:
>>
>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>>> wrote:
>>>
>>>> Hi Michael,
>>>> Great to read your detailed response on this. Regarding your advice
>>>> "And code!", some of us have very basic Java programming skill. How would
>>>> you advice one to rapidly improve Java coding ability. I learnt coding in
>>>> the days of Pascal and Basic(covers face). Any specific pointers to Java
>>>> training resource will be highly appreciated.
>>>>
>>>
>>> Web search for "learn Java". But contributing useful feedback and bug
>>> reports is also a great way to give back- you don't "have to" code,
>>> obviously; hope I didn't create that impression (apologies if I did!).
>>>
>>> I'm more of a functional person focusing on how best to get
>>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>>> knowledgeable about the code-base
>>>>
>>>> Also are there any avenues to donate to the project to have specific
>>>> functionality built into Fineract.
>>>>
>>>
>>> Now THAT is a VERY interesting question.. let's take this to a new email
>>> thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>>
>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>
>>>> ๏ปฟ
>>>> Tube, we are very happy that you are up and running!
>>>>
>>>> There was a lot in this email thread .. ;-) In the future, it's
>>>> probably better to have shorter more specific emails about particular
>>>> subjects?
>>>>
>>>> There are 2-3 things here that seem worth it to briefly following up on
>>>> and sharing more about for everyone:
>>>>
>>>> A. The thing about "Waoh. I always thought it was part of the design
>>>> for Fineract to be connected to the Internet for it to start. I had run
>>>> into this problem during several tests at the height of the lockdown and
>>>> ripped out my hair trying to figure out what the problem was"... that just
>>>> got fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>>> background in https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>>
>>>> B. The Drizzle related problem
>>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved" by
>>>> https://github.com/apache/fineract/pull/1366 for
>>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely
>>>> also create some new confusion, but ultimately will be the lesser evil..
>>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>>> that we need to make another trade off on this question than we had in the
>>>> past.
>>>>
>>>> C. Having to rename the WAR seems to cause confusion. Please chime in
>>>> on https://issues.apache.org/jira/browse/FINERACT-1187 if you think we
>>>> should revert that.
>>>>
>>>> We've made real nice progress here. Together we are stronger. Keep
>>>> asking questions as a way of actively contributing. And code!
>>>>
>>>> M.
>>>> _______________________
>>>> Michael Vorburger
>>>> http://www.vorburger.ch
>>>>
>>>>
>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>>> Ohh i can't believe it. now all things are working perfectly. The
>>>>> above error was was caused by the community app I was using.  But,
>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved my
>>>>> issue.
>>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>>
>>>>>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
Hi.
Only Pentaho Reports are not working? table reports are working fine!
any help?

Regards
Tesfahiwet

On Mon, 12 Oct 2020 at 00:50, Airsay Longcon <ai...@gmail.com>
wrote:

> Outreach reports? Or pentaho reports? Pentaho reports don't work with
> Fineract out of the box
>
> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
> ๏ปฟ
> Hello, I have a problem with the creation of a new report. in fact when I
> create the report and I execute it there is no result. Has anyone come
> across this problem before? I'm using the latest fineract.
>
> Regards
> Tesfahiwet
>
> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch> wrote:
>
>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com>
>> wrote:
>>
>>> Hi Michael,
>>> Great to read your detailed response on this. Regarding your advice "And
>>> code!", some of us have very basic Java programming skill. How would you
>>> advice one to rapidly improve Java coding ability. I learnt coding in the
>>> days of Pascal and Basic(covers face). Any specific pointers to Java
>>> training resource will be highly appreciated.
>>>
>>
>> Web search for "learn Java". But contributing useful feedback and bug
>> reports is also a great way to give back- you don't "have to" code,
>> obviously; hope I didn't create that impression (apologies if I did!).
>>
>> I'm more of a functional person focusing on how best to get
>>> Fineract/Mifos X as opposed to a technical person who is intimately
>>> knowledgeable about the code-base
>>>
>>> Also are there any avenues to donate to the project to have specific
>>> functionality built into Fineract.
>>>
>>
>> Now THAT is a VERY interesting question.. let's take this to a new email
>> thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>>
>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>
>>> ๏ปฟ
>>> Tube, we are very happy that you are up and running!
>>>
>>> There was a lot in this email thread .. ;-) In the future, it's probably
>>> better to have shorter more specific emails about particular subjects?
>>>
>>> There are 2-3 things here that seem worth it to briefly following up on
>>> and sharing more about for everyone:
>>>
>>> A. The thing about "Waoh. I always thought it was part of the design for
>>> Fineract to be connected to the Internet for it to start. I had run into
>>> this problem during several tests at the height of the lockdown and ripped
>>> out my hair trying to figure out what the problem was"... that just got
>>> fixed!! By https://github.com/apache/fineract/pull/1375. Full
>>> background in https://issues.apache.org/jira/browse/FINERACT-1180 =>
>>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>>> https://issues.apache.org/jira/browse/FINERACT-898
>>>
>>> B. The Drizzle related problem
>>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved" by
>>> https://github.com/apache/fineract/pull/1366 for
>>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely also
>>> create some new confusion, but ultimately will be the lesser evil..
>>> sometimes we have to make trade offs, and this email thread re-illustrates
>>> that we need to make another trade off on this question than we had in the
>>> past.
>>>
>>> C. Having to rename the WAR seems to cause confusion. Please chime in on
>>> https://issues.apache.org/jira/browse/FINERACT-1187 if you think we
>>> should revert that.
>>>
>>> We've made real nice progress here. Together we are stronger. Keep
>>> asking questions as a way of actively contributing. And code!
>>>
>>> M.
>>> _______________________
>>> Michael Vorburger
>>> http://www.vorburger.ch
>>>
>>>
>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>>> Ohh i can't believe it. now all things are working perfectly. The above
>>>> error was was caused by the community app I was using.  But,
>>>>  https://github.com/openMF/community-app/pull/3179/commits solved my
>>>> issue.
>>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>>
>>>>>

Re: Finereract Customization

Posted by Airsay Longcon <ai...@gmail.com>.
Outreach reports? Or pentaho reports? Pentaho reports don't work with Fineract out of the box

> On 12 Oct 2020, at 00:12, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
> 
> ๏ปฟ
> Hello, I have a problem with the creation of a new report. in fact when I create the report and I execute it there is no result. Has anyone come across this problem before? I'm using the latest fineract.
> 
> Regards 
> Tesfahiwet
> 
>> On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com> wrote:
>>>> Hi Michael, 
>>>> Great to read your detailed response on this. Regarding your advice "And code!", some of us have very basic Java programming skill. How would you advice one to rapidly improve Java coding ability. I learnt coding in the days of Pascal and Basic(covers face). Any specific pointers to Java training resource will be highly appreciated.
>>> 
>>> 
>>> Web search for "learn Java". But contributing useful feedback and bug reports is also a great way to give back- you don't "have to" code, obviously; hope I didn't create that impression (apologies if I did!).
>>> 
>> 
>>> I'm more of a functional person focusing on how best to get Fineract/Mifos X as opposed to a technical person who is intimately knowledgeable about the code-base
>>> 
>>> Also are there any avenues to donate to the project to have specific functionality built into Fineract.
>> 
>> 
>> Now THAT is a VERY interesting question.. let's take this to a new email thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>> 
>>>>> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>> 
>>>> ๏ปฟ
>>>> Tube, we are very happy that you are up and running!
>>>> 
>>>> There was a lot in this email thread .. ;-) In the future, it's probably better to have shorter more specific emails about particular subjects?
>>>> 
>>>> There are 2-3 things here that seem worth it to briefly following up on and sharing more about for everyone:
>>>> 
>>>> A. The thing about "Waoh. I always thought it was part of the design for Fineract to be connected to the Internet for it to start. I had run into this problem during several tests at the height of the lockdown and ripped out my hair trying to figure out what the problem was"... that just got fixed!! By https://github.com/apache/fineract/pull/1375. Full background in https://issues.apache.org/jira/browse/FINERACT-1180 => https://issues.apache.org/jira/browse/FINERACT-1181 =>  https://issues.apache.org/jira/browse/FINERACT-898
>>>> 
>>>> B. The Drizzle related problem https://issues.apache.org/jira/browse/FINERACT-980 will be "solved" by https://github.com/apache/fineract/pull/1366 for https://issues.apache.org/jira/browse/FINERACT-982. It will likely also create some new confusion, but ultimately will be the lesser evil.. sometimes we have to make trade offs, and this email thread re-illustrates that we need to make another trade off on this question than we had in the past.
>>>> 
>>>> C. Having to rename the WAR seems to cause confusion. Please chime in on https://issues.apache.org/jira/browse/FINERACT-1187 if you think we should revert that.
>>>> 
>>>> We've made real nice progress here. Together we are stronger. Keep asking questions as a way of actively contributing. And code!
>>>> 
>>>> M.
>>>> _______________________
>>>> Michael Vorburger
>>>> http://www.vorburger.ch
>>>> 
>>>> 
>>>>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>> Ohh i can't believe it. now all things are working perfectly. The above error was was caused by the community app I was using.  But,
>>>>>  https://github.com/openMF/community-app/pull/3179/commits solved my issue.
>>>>> Thank you Petri, Michael, Bharath & all of you guys.

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
Hello, I have a problem with the creation of a new report. in fact when I
create the report and I execute it there is no result. Has anyone come
across this problem before? I'm using the latest fineract.

Regards
Tesfahiwet

On Sun, 11 Oct 2020 at 16:34, Michael Vorburger <mi...@vorburger.ch> wrote:

> On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com> wrote:
>
>> Hi Michael,
>> Great to read your detailed response on this. Regarding your advice "And
>> code!", some of us have very basic Java programming skill. How would you
>> advice one to rapidly improve Java coding ability. I learnt coding in the
>> days of Pascal and Basic(covers face). Any specific pointers to Java
>> training resource will be highly appreciated.
>>
>
> Web search for "learn Java". But contributing useful feedback and bug
> reports is also a great way to give back- you don't "have to" code,
> obviously; hope I didn't create that impression (apologies if I did!).
>
> I'm more of a functional person focusing on how best to get Fineract/Mifos
>> X as opposed to a technical person who is intimately knowledgeable about
>> the code-base
>>
>> Also are there any avenues to donate to the project to have specific
>> functionality built into Fineract.
>>
>
> Now THAT is a VERY interesting question.. let's take this to a new email
> thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)
>
> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>>
>> ๏ปฟ
>> Tube, we are very happy that you are up and running!
>>
>> There was a lot in this email thread .. ;-) In the future, it's probably
>> better to have shorter more specific emails about particular subjects?
>>
>> There are 2-3 things here that seem worth it to briefly following up on
>> and sharing more about for everyone:
>>
>> A. The thing about "Waoh. I always thought it was part of the design for
>> Fineract to be connected to the Internet for it to start. I had run into
>> this problem during several tests at the height of the lockdown and ripped
>> out my hair trying to figure out what the problem was"... that just got
>> fixed!! By https://github.com/apache/fineract/pull/1375. Full background
>> in https://issues.apache.org/jira/browse/FINERACT-1180 =>
>> https://issues.apache.org/jira/browse/FINERACT-1181 =>
>> https://issues.apache.org/jira/browse/FINERACT-898
>>
>> B. The Drizzle related problem
>> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved" by
>> https://github.com/apache/fineract/pull/1366 for
>> https://issues.apache.org/jira/browse/FINERACT-982. It will likely also
>> create some new confusion, but ultimately will be the lesser evil..
>> sometimes we have to make trade offs, and this email thread re-illustrates
>> that we need to make another trade off on this question than we had in the
>> past.
>>
>> C. Having to rename the WAR seems to cause confusion. Please chime in on
>> https://issues.apache.org/jira/browse/FINERACT-1187 if you think we
>> should revert that.
>>
>> We've made real nice progress here. Together we are stronger. Keep asking
>> questions as a way of actively contributing. And code!
>>
>> M.
>> _______________________
>> Michael Vorburger
>> http://www.vorburger.ch
>>
>>
>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> Ohh i can't believe it. now all things are working perfectly. The above
>>> error was was caused by the community app I was using.  But,
>>>  https://github.com/openMF/community-app/pull/3179/commits solved my
>>> issue.
>>> Thank you Petri, Michael, Bharath & all of you guys.
>>>
>>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
On Fri, 9 Oct 2020, 21:30 Airsay Longcon, <ai...@gmail.com> wrote:

> Hi Michael,
> Great to read your detailed response on this. Regarding your advice "And
> code!", some of us have very basic Java programming skill. How would you
> advice one to rapidly improve Java coding ability. I learnt coding in the
> days of Pascal and Basic(covers face). Any specific pointers to Java
> training resource will be highly appreciated.
>

Web search for "learn Java". But contributing useful feedback and bug
reports is also a great way to give back- you don't "have to" code,
obviously; hope I didn't create that impression (apologies if I did!).

I'm more of a functional person focusing on how best to get Fineract/Mifos
> X as opposed to a technical person who is intimately knowledgeable about
> the code-base
>
> Also are there any avenues to donate to the project to have specific
> functionality built into Fineract.
>

Now THAT is a VERY interesting question.. let's take this to a new email
thread? I'll start it, with Subject "$โ‚ฌยฅยฃโ‚ฑ"... ;-)

On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
>
> ๏ปฟ
> Tube, we are very happy that you are up and running!
>
> There was a lot in this email thread .. ;-) In the future, it's probably
> better to have shorter more specific emails about particular subjects?
>
> There are 2-3 things here that seem worth it to briefly following up on
> and sharing more about for everyone:
>
> A. The thing about "Waoh. I always thought it was part of the design for
> Fineract to be connected to the Internet for it to start. I had run into
> this problem during several tests at the height of the lockdown and ripped
> out my hair trying to figure out what the problem was"... that just got
> fixed!! By https://github.com/apache/fineract/pull/1375. Full background
> in https://issues.apache.org/jira/browse/FINERACT-1180 =>
> https://issues.apache.org/jira/browse/FINERACT-1181 =>
> https://issues.apache.org/jira/browse/FINERACT-898
>
> B. The Drizzle related problem
> https://issues.apache.org/jira/browse/FINERACT-980 will be "solved" by
> https://github.com/apache/fineract/pull/1366 for
> https://issues.apache.org/jira/browse/FINERACT-982. It will likely also
> create some new confusion, but ultimately will be the lesser evil..
> sometimes we have to make trade offs, and this email thread re-illustrates
> that we need to make another trade off on this question than we had in the
> past.
>
> C. Having to rename the WAR seems to cause confusion. Please chime in on
> https://issues.apache.org/jira/browse/FINERACT-1187 if you think we
> should revert that.
>
> We've made real nice progress here. Together we are stronger. Keep asking
> questions as a way of actively contributing. And code!
>
> M.
> _______________________
> Michael Vorburger
> http://www.vorburger.ch
>
>
> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> Ohh i can't believe it. now all things are working perfectly. The above
>> error was was caused by the community app I was using.  But,
>>  https://github.com/openMF/community-app/pull/3179/commits solved my
>> issue.
>> Thank you Petri, Michael, Bharath & all of you guys.
>>
>>>

Re: Finereract Customization

Posted by Airsay Longcon <ai...@gmail.com>.
Hi Michael, 
Great to read your detailed response on this. Regarding your advice "And code!", some of us have very basic Java programming skill. How would you advice one to rapidly improve Java coding ability. I learnt coding in the days of Pascal and Basic(covers face). Any specific pointers to Java training resource will be highly appreciated.

I'm more of a functional person focusing on how best to get Fineract/Mifos X as opposed to a technical person who is intimately knowledgeable about the code-base

Also are there any avenues to donate to the project to have specific functionality built into Fineract.


> On 9 Oct 2020, at 17:47, Michael Vorburger <mi...@vorburger.ch> wrote:
> 
> ๏ปฟ
> Tube, we are very happy that you are up and running!
> 
> There was a lot in this email thread .. ;-) In the future, it's probably better to have shorter more specific emails about particular subjects?
> 
> There are 2-3 things here that seem worth it to briefly following up on and sharing more about for everyone:
> 
> A. The thing about "Waoh. I always thought it was part of the design for Fineract to be connected to the Internet for it to start. I had run into this problem during several tests at the height of the lockdown and ripped out my hair trying to figure out what the problem was"... that just got fixed!! By https://github.com/apache/fineract/pull/1375. Full background in https://issues.apache.org/jira/browse/FINERACT-1180 => https://issues.apache.org/jira/browse/FINERACT-1181 =>  https://issues.apache.org/jira/browse/FINERACT-898
> 
> B. The Drizzle related problem https://issues.apache.org/jira/browse/FINERACT-980 will be "solved" by https://github.com/apache/fineract/pull/1366 for https://issues.apache.org/jira/browse/FINERACT-982. It will likely also create some new confusion, but ultimately will be the lesser evil.. sometimes we have to make trade offs, and this email thread re-illustrates that we need to make another trade off on this question than we had in the past.
> 
> C. Having to rename the WAR seems to cause confusion. Please chime in on https://issues.apache.org/jira/browse/FINERACT-1187 if you think we should revert that.
> 
> We've made real nice progress here. Together we are stronger. Keep asking questions as a way of actively contributing. And code!
> 
> M.
> _______________________
> Michael Vorburger
> http://www.vorburger.ch
> 
> 
>> On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>> Ohh i can't believe it. now all things are working perfectly. The above error was was caused by the community app I was using.  But,
>>  https://github.com/openMF/community-app/pull/3179/commits solved my issue.
>> Thank you Petri, Michael, Bharath & all of you guys.

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
Tube, we are very happy that you are up and running!

There was a lot in this email thread .. ;-) In the future, it's probably
better to have shorter more specific emails about particular subjects?

There are 2-3 things here that seem worth it to briefly following up on and
sharing more about for everyone:

A. The thing about "Waoh. I always thought it was part of the design for
Fineract to be connected to the Internet for it to start. I had run into
this problem during several tests at the height of the lockdown and ripped
out my hair trying to figure out what the problem was"... that just got
fixed!! By https://github.com/apache/fineract/pull/1375. Full background in
https://issues.apache.org/jira/browse/FINERACT-1180 =>
https://issues.apache.org/jira/browse/FINERACT-1181 =>
https://issues.apache.org/jira/browse/FINERACT-898

B. The Drizzle related problem
https://issues.apache.org/jira/browse/FINERACT-980 will be "solved" by
https://github.com/apache/fineract/pull/1366 for
https://issues.apache.org/jira/browse/FINERACT-982. It will likely also
create some new confusion, but ultimately will be the lesser evil..
sometimes we have to make trade offs, and this email thread re-illustrates
that we need to make another trade off on this question than we had in the
past.

C. Having to rename the WAR seems to cause confusion. Please chime in on
https://issues.apache.org/jira/browse/FINERACT-1187 if you think we should
revert that.

We've made real nice progress here. Together we are stronger. Keep asking
questions as a way of actively contributing. And code!

M.
_______________________
Michael Vorburger
http://www.vorburger.ch


On Thu, Oct 8, 2020 at 7:18 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> Ohh i can't believe it. now all things are working perfectly. The above
> error was was caused by the community app I was using.  But,
>  https://github.com/openMF/community-app/pull/3179/commits solved my
> issue.
> Thank you Petri, Michael, Bharath & all of you guys.
>
>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
Ohh i can't believe it. now all things are working perfectly. The above
error was was caused by the community app I was using.  But,
 https://github.com/openMF/community-app/pull/3179/commits solved my issue.
Thank you Petri, Michael, Bharath & all of you guys.

>

Re: Finereract Customization

Posted by Bharath Gowda <bg...@mifos.org>.
Hi Tube,

Please find the attached serve.xml file. I am using tomcat 9.0.38.

I have gone through your log file and the error is different from what I
had faced.

following is the issue which is causing you the problem.

 java.lang.IllegalArgumentException: Invalid JSON in BODY (no longer URL
param; see FINERACT-726) of POST to /authentication:
at
org.apache.fineract.infrastructure.security.api.AuthenticationApiResource.authenticate(AuthenticationApiResource.java:98)

I think this issue is not because of fineract-provide.war file name, I will
let others to help out with this error as i am not able to figure it out.



Regards,
Bharath
Lead Implementation Analyst | Mifos Initiative
Skype: live:cbharath4| Mobile: +91.7019635592
http://mifos.org  <http://facebook.com/mifos>
<http://www.twitter.com/mifos>


On Thu, Oct 8, 2020 at 8:08 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> ohhh sorry Guys the log file i sent before is sent by mistake. this is the
> right log file!
>
> On Thu, 8 Oct 2020 at 14:34, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> I have created a fineract-provider war file and the flyway migration was
>> successful.  However, on the login screen, I am stuck with an
>> Authentication error.
>> "*Couldn't connect to the server*"
>> I have attached the log file for your reference, could you please check
>> and help me with the issue?
>>
>> Regards
>> Tesfahiwet
>>
>>
>>
>> On Thu, 8 Oct 2020 at 14:24, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> Hi Bharath
>>>  I'm still facing "couldn't connect to the server" error.
>>> What Tomcat version are you using? and can you  forward your *server.xml
>>> *file to me i want to check out if there is any error with my
>>> server.xml configuration ?
>>>
>>> Regards
>>> Tesfahiwet
>>>
>>> On Wed, 7 Oct 2020 at 20:19, Bharath Gowda <bg...@mifos.org> wrote:
>>>
>>>> Hi Tube,
>>>>
>>>> It worked for me, following are the steps I followed
>>>>
>>>> 1. Removed the Fineract-provider.somerandom.war and extracted folder
>>>> from that war.
>>>>
>>>> 2. I removed the work folder in tomcat
>>>>
>>>> 3. Then I renamed the Fineract-provider.somerandom.war file to
>>>> fineract-provider.war in build/lib folder
>>>>
>>>> 4. and copied the fineract-provider.war to tomcat/webapp folder and
>>>> started the tomcat
>>>>
>>>> See if these steps help you as well.
>>>>
>>>> It should if the error is same as mine.
>>>>
>>>>
>>>> On Thu, Oct 8, 2020, 12:41 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>>> Hi Bharath.
>>>>> thank you for your response. did it work for you? please explain how
>>>>> did you solve the issue? i was trying to solve the whole day
>>>>>
>>>>> ~Regards~
>>>>> Tesfahiwet
>>>>>
>>>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
ohhh sorry Guys the log file i sent before is sent by mistake. this is the
right log file!

On Thu, 8 Oct 2020 at 14:34, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> I have created a fineract-provider war file and the flyway migration was
> successful.  However, on the login screen, I am stuck with an
> Authentication error.
> "*Couldn't connect to the server*"
> I have attached the log file for your reference, could you please check
> and help me with the issue?
>
> Regards
> Tesfahiwet
>
>
>
> On Thu, 8 Oct 2020 at 14:24, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> Hi Bharath
>>  I'm still facing "couldn't connect to the server" error.
>> What Tomcat version are you using? and can you  forward your *server.xml
>> *file to me i want to check out if there is any error with my server.xml
>> configuration ?
>>
>> Regards
>> Tesfahiwet
>>
>> On Wed, 7 Oct 2020 at 20:19, Bharath Gowda <bg...@mifos.org> wrote:
>>
>>> Hi Tube,
>>>
>>> It worked for me, following are the steps I followed
>>>
>>> 1. Removed the Fineract-provider.somerandom.war and extracted folder
>>> from that war.
>>>
>>> 2. I removed the work folder in tomcat
>>>
>>> 3. Then I renamed the Fineract-provider.somerandom.war file to
>>> fineract-provider.war in build/lib folder
>>>
>>> 4. and copied the fineract-provider.war to tomcat/webapp folder and
>>> started the tomcat
>>>
>>> See if these steps help you as well.
>>>
>>> It should if the error is same as mine.
>>>
>>>
>>> On Thu, Oct 8, 2020, 12:41 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>>> Hi Bharath.
>>>> thank you for your response. did it work for you? please explain how
>>>> did you solve the issue? i was trying to solve the whole day
>>>>
>>>> ~Regards~
>>>> Tesfahiwet
>>>>
>>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
I have created a fineract-provider war file and the flyway migration was
successful.  However, on the login screen, I am stuck with an
Authentication error.
"*Couldn't connect to the server*"
I have attached the log file for your reference, could you please check and
help me with the issue?

Regards
Tesfahiwet



On Thu, 8 Oct 2020 at 14:24, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> Hi Bharath
>  I'm still facing "couldn't connect to the server" error.
> What Tomcat version are you using? and can you  forward your *server.xml *file
> to me i want to check out if there is any error with my server.xml
> configuration ?
>
> Regards
> Tesfahiwet
>
> On Wed, 7 Oct 2020 at 20:19, Bharath Gowda <bg...@mifos.org> wrote:
>
>> Hi Tube,
>>
>> It worked for me, following are the steps I followed
>>
>> 1. Removed the Fineract-provider.somerandom.war and extracted folder from
>> that war.
>>
>> 2. I removed the work folder in tomcat
>>
>> 3. Then I renamed the Fineract-provider.somerandom.war file to
>> fineract-provider.war in build/lib folder
>>
>> 4. and copied the fineract-provider.war to tomcat/webapp folder and
>> started the tomcat
>>
>> See if these steps help you as well.
>>
>> It should if the error is same as mine.
>>
>>
>> On Thu, Oct 8, 2020, 12:41 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> Hi Bharath.
>>> thank you for your response. did it work for you? please explain how did
>>> you solve the issue? i was trying to solve the whole day
>>>
>>> ~Regards~
>>> Tesfahiwet
>>>
>>

Re: Finereract Customization

Posted by Bharath Gowda <bg...@mifos.org>.
Hi Petri and Tube,

Yes, the war file name was something like
*fineract-provider-release-1.4.0-659-g85acb5b.war.*

Ideally just replacing the name for the first time to fineract-provider.war
and removing the extracted folder did not work, but deleting the work
folder and extracted old files did the trick,  Many thanks again, Petri.

@tube you could try the same, and let us know if that resolves the issue
for you as well.


Regards,
Bharath
Lead Implementation Analyst | Mifos Initiative
Skype: live:cbharath4| Mobile: +91.7019635592
http://mifos.org  <http://facebook.com/mifos>
<http://www.twitter.com/mifos>


On Wed, Oct 7, 2020 at 11:30 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> I am also stuck with this error. the war file name i have generated is
> *fineract-provider-unknown.war*
>
> ~Regards
>
> On Wed, 7 Oct 2020 at 18:57, Petri Tuomola <pe...@gmail.com>
> wrote:
>
>> Hi Bharath - what was the name of the WAR file you deployed?
>>
>> Unless youโ€™ve specified otherwise in the Tomcat manager webapp or
>> server.xml, I think Tomcat will use the war file name as the context path
>>
>> So if you want Fineract to be available at /fineract-provider, can you
>> check that the WAR file name is fineract-provider.war please? I.e. not
>> fineract-provider-versionnumber.war or something.
>>
>> Regards
>> Petri
>>
>> On 7 Oct 2020, at 8:33 PM, Bharath Gowda <bg...@mifos.org> wrote:
>>
>> Hi Petri and others,
>>
>> Now that with your help, I am able to have the instance running. however,
>> on the login screen, I am stuck with an Authentication error.
>> Please find below the screenshot for reference, I am getting the same
>> error from the postman as well, do you or anybody encountered and resolved
>> this issue?
>>
>> <image.png>
>>
>> <image.png>
>> Regards,
>> Bharath
>> Lead Implementation Analyst | Mifos Initiative
>> Skype: live:cbharath4| Mobile: +91.7019635592
>> http://mifos.org  <http://facebook.com/mifos>
>> <http://www.twitter.com/mifos>
>>
>>
>> On Wed, Oct 7, 2020 at 9:28 PM Bharath Gowda <bg...@mifos.org> wrote:
>>
>>> Thanks a Ton, Petri, It worked :)
>>>
>>>
>>> Regards,
>>> Bharath
>>> Lead Implementation Analyst | Mifos Initiative
>>> Skype: live:cbharath4| Mobile: +91.7019635592
>>> http://mifos.org  <http://facebook.com/mifos>
>>> <http://www.twitter.com/mifos>
>>>
>>>
>>> On Wed, Oct 7, 2020 at 8:53 PM Petri Tuomola <pe...@gmail.com>
>>> wrote:
>>>
>>>> Hi Bharath
>>>>
>>>> The problem is that your Tomcat configuration is trying to use the
>>>> protocol class "org.apache.coyote.http11.http11protocolโ€. That was removed
>>>> in Tomcat 8.5
>>>>
>>>> Please change org.apache.coyote.http11.http11protocol to
>>>> org.apache.coyote.http11.http11NioProtocol
>>>>
>>>> Hope this helps
>>>>
>>>> Regards
>>>> Petri
>>>>
>>>>
>>>>
>>>> On 7 Oct 2020, at 6:16 PM, Bharath Gowda <bg...@mifos.org> wrote:
>>>>
>>>> Hi Petri,
>>>>
>>>> Thank you for your valuable reply, reinstalling Mysql helped me to get
>>>> over the issue and the flyway migration was successful.
>>>>
>>>> now I have reached another roadblock where the tomcat is not running
>>>> the https server.
>>>> Not sure if this is  because of the Keystore error or something else
>>>>
>>>> WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin
>>>> Match [Server/Service/Connector] failed to set property [keystoreFile] to
>>>> [C:\Users\Bharath\Desktop\apache-tomcat-9.0.38\.keystore]
>>>>
>>>> I have attached both server.xml and log file for your reference, could
>>>> you please check and see if you could identify and help me with the issue
>>>>
>>>>
>>>>
>>>> Regards,
>>>> Bharath
>>>> Lead Implementation Analyst | Mifos Initiative
>>>> Skype: live:cbharath4| Mobile: +91.7019635592
>>>> http://mifos.org  <http://facebook.com/mifos>
>>>> <http://www.twitter.com/mifos>
>>>>
>>>>
>>>> On Wed, Oct 7, 2020 at 12:01 AM Petri Tuomola <pe...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Bharath
>>>>>
>>>>> This issue was discussed under
>>>>> https://issues.apache.org/jira/browse/FINERACT-980
>>>>>
>>>>> Basically Flyway does not know how to upgrade an existing Fineract
>>>>> database using Drizzle JDBC driver. It does know how to create a new one
>>>>> though.
>>>>>
>>>>> So for your local set-up you have two choices:
>>>>>
>>>>> - Delete your databases and start from scratch. In such case Drizzle
>>>>> should be able to create the latest database version. This is what happens
>>>>> on the integration test server every time we run a build, so that clearly
>>>>> works. But of course you lose any data you have in your database.
>>>>>
>>>>> - Change your local set-up to use a more up-to-date JDBC driver. One
>>>>> choice is the MySQL Connector/J. You can find instructions on how to switch
>>>>> to that at the bottom of the docker-compose.yml file.
>>>>>
>>>>> Hope this helps!
>>>>>
>>>>> Regards
>>>>> Petri
>>>>>
>>>>>
>>>>> On 6 Oct 2020, at 9:20 PM, Bharath Gowda <bg...@mifos.org> wrote:
>>>>>
>>>>> Hi Petri,
>>>>>
>>>>> Appreciate your efforts in helping to resolve this issue.
>>>>>
>>>>> Recently, I have been struggling with running Fineract WAR on Tomcat
>>>>> 9.0.38 on my Windows Machine
>>>>>
>>>>> I have followed all the steps properly which you had listed in this
>>>>> thread
>>>>> 1. Install MySQL and Tomcat
>>>>> 2. Build Fineract WAR from the latest develop branch: ./gradlew clean
>>>>> bootWar
>>>>> 3. Create tenants database:  ./gradlew createDB
>>>>> -PdbName=fineract_tenants
>>>>> 4. Create default tenant database:  ./gradlew createDB
>>>>> -PdbName=fineract_default
>>>>> 5. Deploy Fineract WAR on Tomcat using manager webapp (
>>>>> http://localhost:8080/manager/html <http://localhost:8080/manager>)
>>>>>
>>>>> I am stuck with error
>>>>> "org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException:
>>>>> MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by
>>>>> Flyway. Flyway currently supports MySQL 5.1 and newer."
>>>>>
>>>>> With some digging got to know about a similar issue around 6
>>>>> months ago and something to do with drizzle jdbc driver, but I am not able
>>>>> to get this resolved on my local, any help would be greatly appreciated.
>>>>> I have attached my log for reference
>>>>>
>>>>> Would really be great if anyone else too could help me who knows about
>>>>> this issue.
>>>>>
>>>>>
>>>>> Regards,
>>>>> Bharath
>>>>> Lead Implementation Analyst | Mifos Initiative
>>>>> Skype: live:cbharath4| Mobile: +91.7019635592
>>>>> http://mifos.org  <http://facebook.com/mifos>
>>>>> <http://www.twitter.com/mifos>
>>>>>
>>>>>
>>>>> On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <pe...@tuomola.org>
>>>>> wrote:
>>>>>
>>>>>> All
>>>>>>
>>>>>> Looking at the log file shared by Tube, turns out that he has
>>>>>> stumbled on quite an interesting problem:
>>>>>>
>>>>>> It seems that you canโ€™t run Fineract on a machine that is not
>>>>>> connected to the internet.
>>>>>>
>>>>>> I think the duplicate index error was relating to a corrupt MySQL
>>>>>> instance. After thatโ€™s fixed, the following error remains:
>>>>>>
>>>>>> org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
>>>>>> Configuration problem: Failed to import bean definitions from relative
>>>>>> location [securityContext.xml]
>>>>>> Offending resource: URL
>>>>>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml];
>>>>>> nested exception is
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
>>>>>> 223 in XML document from URL
>>>>>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml]
>>>>>> is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber:
>>>>>> 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is
>>>>>> strict, but no declaration can be found for element
>>>>>> 'oauth:authorization-serverโ€™.
>>>>>>
>>>>>> I can reproduce this by simply unplugging the network cable from my
>>>>>> own machine. It seems that our JAR/WAR does not include some xsds needed to
>>>>>> validate the XML config files. If the machine used is connected to the
>>>>>> internet, these are downloaded automatically - but if not, Fineract does
>>>>>> not start.
>>>>>>
>>>>>> Given these are related to Spring Security, I wonder if this will be
>>>>>> fixed by upgrading the Spring Security JARs?
>>>>>>
>>>>>> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your
>>>>>> information/entertainment...
>>>>>>
>>>>>> Regards
>>>>>> Petri
>>>>>>
>>>>>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <pe...@tuomola.org> wrote:
>>>>>>
>>>>>> Hi Tube - that all looks OK.
>>>>>>
>>>>>> Doing ./gradlew just means running the gradlew in the current
>>>>>> directory on UNIX-like OS, as typically you would not have current
>>>>>> directory in your PATH.
>>>>>>
>>>>>> Can you send me (petri.tuomola@gmail.com) your full Tomcat log file
>>>>>> please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the
>>>>>> section with the error, but the entire file please.
>>>>>>
>>>>>> Regards
>>>>>> Petri
>>>>>>
>>>>>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>>>
>>>>>> hi.
>>>>>> Petri Tuomola thank you for your response. here are the list of
>>>>>> commands i have followed to build fineract.
>>>>>> 1.install mysql version 5.7 and Tomcat version 9 2.
>>>>>> 2. i have created tenants database using  *gradlew createDB
>>>>>> -PdbName=fineract_tenants *command
>>>>>> 3. i have created Created default tenant database using  *gradlew
>>>>>> createDB -PdbName=fineract_default *command
>>>>>> 4. i have created fineract War using *gradlew clean bootwar* command
>>>>>> 5. deploy created war file inside *Tomcat/Webapps*.
>>>>>>
>>>>>> But, is there any difference between  *gradlew clean bootwar* and *./gradlew
>>>>>> clean bootwar*? because when i run ./gralew clean bootwar command am
>>>>>> getting
>>>>>> an error message *'.' is not recognized as an internal or external
>>>>>> command*
>>>>>>
>>>>>> *Regards *
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> <catalina.2020-10-06.log>
>>>>>
>>>>>
>>>>> <catalina.2020-10-07.log><server.xml>
>>>>
>>>>
>>>>
>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
I am also stuck with this error. the war file name i have generated is
*fineract-provider-unknown.war*

~Regards

On Wed, 7 Oct 2020 at 18:57, Petri Tuomola <pe...@gmail.com> wrote:

> Hi Bharath - what was the name of the WAR file you deployed?
>
> Unless youโ€™ve specified otherwise in the Tomcat manager webapp or
> server.xml, I think Tomcat will use the war file name as the context path
>
> So if you want Fineract to be available at /fineract-provider, can you
> check that the WAR file name is fineract-provider.war please? I.e. not
> fineract-provider-versionnumber.war or something.
>
> Regards
> Petri
>
> On 7 Oct 2020, at 8:33 PM, Bharath Gowda <bg...@mifos.org> wrote:
>
> Hi Petri and others,
>
> Now that with your help, I am able to have the instance running. however,
> on the login screen, I am stuck with an Authentication error.
> Please find below the screenshot for reference, I am getting the same
> error from the postman as well, do you or anybody encountered and resolved
> this issue?
>
> <image.png>
>
> <image.png>
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org  <http://facebook.com/mifos>
> <http://www.twitter.com/mifos>
>
>
> On Wed, Oct 7, 2020 at 9:28 PM Bharath Gowda <bg...@mifos.org> wrote:
>
>> Thanks a Ton, Petri, It worked :)
>>
>>
>> Regards,
>> Bharath
>> Lead Implementation Analyst | Mifos Initiative
>> Skype: live:cbharath4| Mobile: +91.7019635592
>> http://mifos.org  <http://facebook.com/mifos>
>> <http://www.twitter.com/mifos>
>>
>>
>> On Wed, Oct 7, 2020 at 8:53 PM Petri Tuomola <pe...@gmail.com>
>> wrote:
>>
>>> Hi Bharath
>>>
>>> The problem is that your Tomcat configuration is trying to use the
>>> protocol class "org.apache.coyote.http11.http11protocolโ€. That was removed
>>> in Tomcat 8.5
>>>
>>> Please change org.apache.coyote.http11.http11protocol to
>>> org.apache.coyote.http11.http11NioProtocol
>>>
>>> Hope this helps
>>>
>>> Regards
>>> Petri
>>>
>>>
>>>
>>> On 7 Oct 2020, at 6:16 PM, Bharath Gowda <bg...@mifos.org> wrote:
>>>
>>> Hi Petri,
>>>
>>> Thank you for your valuable reply, reinstalling Mysql helped me to get
>>> over the issue and the flyway migration was successful.
>>>
>>> now I have reached another roadblock where the tomcat is not running the
>>> https server.
>>> Not sure if this is  because of the Keystore error or something else
>>>
>>> WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin
>>> Match [Server/Service/Connector] failed to set property [keystoreFile] to
>>> [C:\Users\Bharath\Desktop\apache-tomcat-9.0.38\.keystore]
>>>
>>> I have attached both server.xml and log file for your reference, could
>>> you please check and see if you could identify and help me with the issue
>>>
>>>
>>>
>>> Regards,
>>> Bharath
>>> Lead Implementation Analyst | Mifos Initiative
>>> Skype: live:cbharath4| Mobile: +91.7019635592
>>> http://mifos.org  <http://facebook.com/mifos>
>>> <http://www.twitter.com/mifos>
>>>
>>>
>>> On Wed, Oct 7, 2020 at 12:01 AM Petri Tuomola <pe...@gmail.com>
>>> wrote:
>>>
>>>> Hi Bharath
>>>>
>>>> This issue was discussed under
>>>> https://issues.apache.org/jira/browse/FINERACT-980
>>>>
>>>> Basically Flyway does not know how to upgrade an existing Fineract
>>>> database using Drizzle JDBC driver. It does know how to create a new one
>>>> though.
>>>>
>>>> So for your local set-up you have two choices:
>>>>
>>>> - Delete your databases and start from scratch. In such case Drizzle
>>>> should be able to create the latest database version. This is what happens
>>>> on the integration test server every time we run a build, so that clearly
>>>> works. But of course you lose any data you have in your database.
>>>>
>>>> - Change your local set-up to use a more up-to-date JDBC driver. One
>>>> choice is the MySQL Connector/J. You can find instructions on how to switch
>>>> to that at the bottom of the docker-compose.yml file.
>>>>
>>>> Hope this helps!
>>>>
>>>> Regards
>>>> Petri
>>>>
>>>>
>>>> On 6 Oct 2020, at 9:20 PM, Bharath Gowda <bg...@mifos.org> wrote:
>>>>
>>>> Hi Petri,
>>>>
>>>> Appreciate your efforts in helping to resolve this issue.
>>>>
>>>> Recently, I have been struggling with running Fineract WAR on Tomcat
>>>> 9.0.38 on my Windows Machine
>>>>
>>>> I have followed all the steps properly which you had listed in this
>>>> thread
>>>> 1. Install MySQL and Tomcat
>>>> 2. Build Fineract WAR from the latest develop branch: ./gradlew clean
>>>> bootWar
>>>> 3. Create tenants database:  ./gradlew createDB
>>>> -PdbName=fineract_tenants
>>>> 4. Create default tenant database:  ./gradlew createDB
>>>> -PdbName=fineract_default
>>>> 5. Deploy Fineract WAR on Tomcat using manager webapp (
>>>> http://localhost:8080/manager/html <http://localhost:8080/manager>)
>>>>
>>>> I am stuck with error
>>>> "org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException:
>>>> MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by
>>>> Flyway. Flyway currently supports MySQL 5.1 and newer."
>>>>
>>>> With some digging got to know about a similar issue around 6 months ago
>>>> and something to do with drizzle jdbc driver, but I am not able to get this
>>>> resolved on my local, any help would be greatly appreciated.
>>>> I have attached my log for reference
>>>>
>>>> Would really be great if anyone else too could help me who knows about
>>>> this issue.
>>>>
>>>>
>>>> Regards,
>>>> Bharath
>>>> Lead Implementation Analyst | Mifos Initiative
>>>> Skype: live:cbharath4| Mobile: +91.7019635592
>>>> http://mifos.org  <http://facebook.com/mifos>
>>>> <http://www.twitter.com/mifos>
>>>>
>>>>
>>>> On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <pe...@tuomola.org>
>>>> wrote:
>>>>
>>>>> All
>>>>>
>>>>> Looking at the log file shared by Tube, turns out that he has stumbled
>>>>> on quite an interesting problem:
>>>>>
>>>>> It seems that you canโ€™t run Fineract on a machine that is not
>>>>> connected to the internet.
>>>>>
>>>>> I think the duplicate index error was relating to a corrupt MySQL
>>>>> instance. After thatโ€™s fixed, the following error remains:
>>>>>
>>>>> org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
>>>>> Configuration problem: Failed to import bean definitions from relative
>>>>> location [securityContext.xml]
>>>>> Offending resource: URL
>>>>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml];
>>>>> nested exception is
>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
>>>>> 223 in XML document from URL
>>>>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml]
>>>>> is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber:
>>>>> 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is
>>>>> strict, but no declaration can be found for element
>>>>> 'oauth:authorization-serverโ€™.
>>>>>
>>>>> I can reproduce this by simply unplugging the network cable from my
>>>>> own machine. It seems that our JAR/WAR does not include some xsds needed to
>>>>> validate the XML config files. If the machine used is connected to the
>>>>> internet, these are downloaded automatically - but if not, Fineract does
>>>>> not start.
>>>>>
>>>>> Given these are related to Spring Security, I wonder if this will be
>>>>> fixed by upgrading the Spring Security JARs?
>>>>>
>>>>> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your
>>>>> information/entertainment...
>>>>>
>>>>> Regards
>>>>> Petri
>>>>>
>>>>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <pe...@tuomola.org> wrote:
>>>>>
>>>>> Hi Tube - that all looks OK.
>>>>>
>>>>> Doing ./gradlew just means running the gradlew in the current
>>>>> directory on UNIX-like OS, as typically you would not have current
>>>>> directory in your PATH.
>>>>>
>>>>> Can you send me (petri.tuomola@gmail.com) your full Tomcat log file
>>>>> please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the
>>>>> section with the error, but the entire file please.
>>>>>
>>>>> Regards
>>>>> Petri
>>>>>
>>>>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>>
>>>>> hi.
>>>>> Petri Tuomola thank you for your response. here are the list of
>>>>> commands i have followed to build fineract.
>>>>> 1.install mysql version 5.7 and Tomcat version 9 2.
>>>>> 2. i have created tenants database using  *gradlew createDB
>>>>> -PdbName=fineract_tenants *command
>>>>> 3. i have created Created default tenant database using  *gradlew
>>>>> createDB -PdbName=fineract_default *command
>>>>> 4. i have created fineract War using *gradlew clean bootwar* command
>>>>> 5. deploy created war file inside *Tomcat/Webapps*.
>>>>>
>>>>> But, is there any difference between  *gradlew clean bootwar* and *./gradlew
>>>>> clean bootwar*? because when i run ./gralew clean bootwar command am
>>>>> getting
>>>>> an error message *'.' is not recognized as an internal or external
>>>>> command*
>>>>>
>>>>> *Regards *
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> <catalina.2020-10-06.log>
>>>>
>>>>
>>>> <catalina.2020-10-07.log><server.xml>
>>>
>>>
>>>
>

Re: Finereract Customization

Posted by Petri Tuomola <pe...@gmail.com>.
Hi Bharath - what was the name of the WAR file you deployed? 

Unless youโ€™ve specified otherwise in the Tomcat manager webapp or server.xml, I think Tomcat will use the war file name as the context path

So if you want Fineract to be available at /fineract-provider, can you check that the WAR file name is fineract-provider.war please? I.e. not fineract-provider-versionnumber.war or something.

Regards
Petri

> On 7 Oct 2020, at 8:33 PM, Bharath Gowda <bg...@mifos.org> wrote:
> 
> Hi Petri and others,
> 
> Now that with your help, I am able to have the instance running. however, on the login screen, I am stuck with an Authentication error.
> Please find below the screenshot for reference, I am getting the same error from the postman as well, do you or anybody encountered and resolved this issue?
> 
> <image.png>
> 
> <image.png>
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org <http://mifos.org/>  <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> 
> 
> On Wed, Oct 7, 2020 at 9:28 PM Bharath Gowda <bgowda@mifos.org <ma...@mifos.org>> wrote:
> Thanks a Ton, Petri, It worked :)
> 
> 
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org <http://mifos.org/>  <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> 
> 
> On Wed, Oct 7, 2020 at 8:53 PM Petri Tuomola <petri.tuomola@gmail.com <ma...@gmail.com>> wrote:
> Hi Bharath
> 
> The problem is that your Tomcat configuration is trying to use the protocol class "org.apache.coyote.http11.http11protocolโ€. That was removed in Tomcat 8.5
> 
> Please change org.apache.coyote.http11.http11protocol to org.apache.coyote.http11.http11NioProtocol
> 
> Hope this helps
> 
> Regards
> Petri
> 
> 
> 
>> On 7 Oct 2020, at 6:16 PM, Bharath Gowda <bgowda@mifos.org <ma...@mifos.org>> wrote:
>> 
>> Hi Petri,
>> 
>> Thank you for your valuable reply, reinstalling Mysql helped me to get over the issue and the flyway migration was successful.
>> 
>> now I have reached another roadblock where the tomcat is not running the https server.
>> Not sure if this is  because of the Keystore error or something else
>> 
>> WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector] failed to set property [keystoreFile] to [C:\Users\Bharath\Desktop\apache-tomcat-9.0.38\.keystore]
>> 
>> I have attached both server.xml and log file for your reference, could you please check and see if you could identify and help me with the issue
>> 
>> 
>> 
>> Regards,
>> Bharath
>> Lead Implementation Analyst | Mifos Initiative
>> Skype: live:cbharath4| Mobile: +91.7019635592
>> http://mifos.org <http://mifos.org/>  <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>> 
>> 
>> On Wed, Oct 7, 2020 at 12:01 AM Petri Tuomola <petri.tuomola@gmail.com <ma...@gmail.com>> wrote:
>> Hi Bharath
>> 
>> This issue was discussed under https://issues.apache.org/jira/browse/FINERACT-980 <https://issues.apache.org/jira/browse/FINERACT-980>
>> 
>> Basically Flyway does not know how to upgrade an existing Fineract database using Drizzle JDBC driver. It does know how to create a new one though.
>> 
>> So for your local set-up you have two choices:
>> 
>> - Delete your databases and start from scratch. In such case Drizzle should be able to create the latest database version. This is what happens on the integration test server every time we run a build, so that clearly works. But of course you lose any data you have in your database.
>> 
>> - Change your local set-up to use a more up-to-date JDBC driver. One choice is the MySQL Connector/J. You can find instructions on how to switch to that at the bottom of the docker-compose.yml file. 
>> 
>> Hope this helps!
>> 
>> Regards
>> Petri
>> 
>> 
>>> On 6 Oct 2020, at 9:20 PM, Bharath Gowda <bgowda@mifos.org <ma...@mifos.org>> wrote:
>>> 
>>> Hi Petri,
>>> 
>>> Appreciate your efforts in helping to resolve this issue.
>>> 
>>> Recently, I have been struggling with running Fineract WAR on Tomcat 9.0.38 on my Windows Machine
>>> 
>>> I have followed all the steps properly which you had listed in this thread
>>> 1. Install MySQL and Tomcat
>>> 2. Build Fineract WAR from the latest develop branch: ./gradlew clean bootWar
>>> 3. Create tenants database:  ./gradlew createDB -PdbName=fineract_tenants
>>> 4. Create default tenant database:  ./gradlew createDB -PdbName=fineract_default
>>> 5. Deploy Fineract WAR on Tomcat using manager webapp (http://localhost:8080/manager/html <http://localhost:8080/manager>)
>>> 
>>> I am stuck with error "org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException: MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by Flyway. Flyway currently supports MySQL 5.1 and newer."
>>> 
>>> With some digging got to know about a similar issue around 6 months ago and something to do with drizzle jdbc driver, but I am not able to get this resolved on my local, any help would be greatly appreciated.
>>> I have attached my log for reference
>>> 
>>> Would really be great if anyone else too could help me who knows about this issue.
>>> 
>>> 
>>> Regards,
>>> Bharath
>>> Lead Implementation Analyst | Mifos Initiative
>>> Skype: live:cbharath4| Mobile: +91.7019635592
>>> http://mifos.org <http://mifos.org/>  <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>>> 
>>> 
>>> On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <petri@tuomola.org <ma...@tuomola.org>> wrote:
>>> All
>>> 
>>> Looking at the log file shared by Tube, turns out that he has stumbled on quite an interesting problem: 
>>> 
>>> It seems that you canโ€™t run Fineract on a machine that is not connected to the internet. 
>>> 
>>> I think the duplicate index error was relating to a corrupt MySQL instance. After thatโ€™s fixed, the following error remains:
>>> 
>>> org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [securityContext.xml]
>>> Offending resource: URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 223 in XML document from URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oauth:authorization-serverโ€™.
>>> 
>>> I can reproduce this by simply unplugging the network cable from my own machine. It seems that our JAR/WAR does not include some xsds needed to validate the XML config files. If the machine used is connected to the internet, these are downloaded automatically - but if not, Fineract does not start.
>>> 
>>> Given these are related to Spring Security, I wonder if this will be fixed by upgrading the Spring Security JARs? 
>>> 
>>> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your information/entertainment...
>>> 
>>> Regards
>>> Petri
>>> 
>>>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <petri@tuomola.org <ma...@tuomola.org>> wrote:
>>>> 
>>>> Hi Tube - that all looks OK. 
>>>> 
>>>> Doing ./gradlew just means running the gradlew in the current directory on UNIX-like OS, as typically you would not have current directory in your PATH.
>>>> 
>>>> Can you send me (petri.tuomola@gmail.com <ma...@gmail.com>) your full Tomcat log file please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the section with the error, but the entire file please. 
>>>> 
>>>> Regards
>>>> Petri
>>>> 
>>>>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>>>>> 
>>>>> hi.
>>>>> Petri Tuomola thank you for your response. here are the list of commands i have followed to build fineract.
>>>>> 1.install mysql version 5.7 and Tomcat version 9 2.
>>>>> 2. i have created tenants database using  gradlew createDB -PdbName=fineract_tenants command
>>>>> 3. i have created Created default tenant database using  gradlew createDB -PdbName=fineract_default command
>>>>> 4. i have created fineract War using gradlew clean bootwar command
>>>>> 5. deploy created war file inside Tomcat/Webapps.
>>>>> 
>>>>> But, is there any difference between  gradlew clean bootwar and ./gradlew clean bootwar? because when i run ./gralew clean bootwar command am getting
>>>>> an error message '.' is not recognized as an internal or external command
>>>>> 
>>>>> Regards 
>>>>> 
>>>>> 
>>>> 
>>> 
>>> <catalina.2020-10-06.log>
>> 
>> <catalina.2020-10-07.log><server.xml>
> 


Re: Finereract Customization

Posted by Bharath Gowda <bg...@mifos.org>.
Hi Petri and others,

Now that with your help, I am able to have the instance running. however,
on the login screen, I am stuck with an Authentication error.
Please find below the screenshot for reference, I am getting the same error
from the postman as well, do you or anybody encountered and resolved this
issue?

[image: image.png]

[image: image.png]
Regards,
Bharath
Lead Implementation Analyst | Mifos Initiative
Skype: live:cbharath4| Mobile: +91.7019635592
http://mifos.org  <http://facebook.com/mifos>
<http://www.twitter.com/mifos>


On Wed, Oct 7, 2020 at 9:28 PM Bharath Gowda <bg...@mifos.org> wrote:

> Thanks a Ton, Petri, It worked :)
>
>
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org  <http://facebook.com/mifos>
> <http://www.twitter.com/mifos>
>
>
> On Wed, Oct 7, 2020 at 8:53 PM Petri Tuomola <pe...@gmail.com>
> wrote:
>
>> Hi Bharath
>>
>> The problem is that your Tomcat configuration is trying to use the
>> protocol class "org.apache.coyote.http11.http11protocolโ€. That was removed
>> in Tomcat 8.5
>>
>> Please change org.apache.coyote.http11.http11protocol to
>> org.apache.coyote.http11.http11NioProtocol
>>
>> Hope this helps
>>
>> Regards
>> Petri
>>
>>
>>
>> On 7 Oct 2020, at 6:16 PM, Bharath Gowda <bg...@mifos.org> wrote:
>>
>> Hi Petri,
>>
>> Thank you for your valuable reply, reinstalling Mysql helped me to get
>> over the issue and the flyway migration was successful.
>>
>> now I have reached another roadblock where the tomcat is not running the
>> https server.
>> Not sure if this is  because of the Keystore error or something else
>>
>> WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin
>> Match [Server/Service/Connector] failed to set property [keystoreFile] to
>> [C:\Users\Bharath\Desktop\apache-tomcat-9.0.38\.keystore]
>>
>> I have attached both server.xml and log file for your reference, could
>> you please check and see if you could identify and help me with the issue
>>
>>
>>
>> Regards,
>> Bharath
>> Lead Implementation Analyst | Mifos Initiative
>> Skype: live:cbharath4| Mobile: +91.7019635592
>> http://mifos.org  <http://facebook.com/mifos>
>> <http://www.twitter.com/mifos>
>>
>>
>> On Wed, Oct 7, 2020 at 12:01 AM Petri Tuomola <pe...@gmail.com>
>> wrote:
>>
>>> Hi Bharath
>>>
>>> This issue was discussed under
>>> https://issues.apache.org/jira/browse/FINERACT-980
>>>
>>> Basically Flyway does not know how to upgrade an existing Fineract
>>> database using Drizzle JDBC driver. It does know how to create a new one
>>> though.
>>>
>>> So for your local set-up you have two choices:
>>>
>>> - Delete your databases and start from scratch. In such case Drizzle
>>> should be able to create the latest database version. This is what happens
>>> on the integration test server every time we run a build, so that clearly
>>> works. But of course you lose any data you have in your database.
>>>
>>> - Change your local set-up to use a more up-to-date JDBC driver. One
>>> choice is the MySQL Connector/J. You can find instructions on how to switch
>>> to that at the bottom of the docker-compose.yml file.
>>>
>>> Hope this helps!
>>>
>>> Regards
>>> Petri
>>>
>>>
>>> On 6 Oct 2020, at 9:20 PM, Bharath Gowda <bg...@mifos.org> wrote:
>>>
>>> Hi Petri,
>>>
>>> Appreciate your efforts in helping to resolve this issue.
>>>
>>> Recently, I have been struggling with running Fineract WAR on Tomcat
>>> 9.0.38 on my Windows Machine
>>>
>>> I have followed all the steps properly which you had listed in this
>>> thread
>>> 1. Install MySQL and Tomcat
>>> 2. Build Fineract WAR from the latest develop branch: ./gradlew clean
>>> bootWar
>>> 3. Create tenants database:  ./gradlew createDB -PdbName=fineract_tenants
>>> 4. Create default tenant database:  ./gradlew createDB
>>> -PdbName=fineract_default
>>> 5. Deploy Fineract WAR on Tomcat using manager webapp (
>>> http://localhost:8080/manager/html <http://localhost:8080/manager>)
>>>
>>> I am stuck with error
>>> "org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException:
>>> MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by
>>> Flyway. Flyway currently supports MySQL 5.1 and newer."
>>>
>>> With some digging got to know about a similar issue around 6 months ago
>>> and something to do with drizzle jdbc driver, but I am not able to get this
>>> resolved on my local, any help would be greatly appreciated.
>>> I have attached my log for reference
>>>
>>> Would really be great if anyone else too could help me who knows about
>>> this issue.
>>>
>>>
>>> Regards,
>>> Bharath
>>> Lead Implementation Analyst | Mifos Initiative
>>> Skype: live:cbharath4| Mobile: +91.7019635592
>>> http://mifos.org  <http://facebook.com/mifos>
>>> <http://www.twitter.com/mifos>
>>>
>>>
>>> On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <pe...@tuomola.org> wrote:
>>>
>>>> All
>>>>
>>>> Looking at the log file shared by Tube, turns out that he has stumbled
>>>> on quite an interesting problem:
>>>>
>>>> It seems that you canโ€™t run Fineract on a machine that is not connected
>>>> to the internet.
>>>>
>>>> I think the duplicate index error was relating to a corrupt MySQL
>>>> instance. After thatโ€™s fixed, the following error remains:
>>>>
>>>> org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
>>>> Configuration problem: Failed to import bean definitions from relative
>>>> location [securityContext.xml]
>>>> Offending resource: URL
>>>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml];
>>>> nested exception is
>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
>>>> 223 in XML document from URL
>>>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml]
>>>> is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber:
>>>> 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is
>>>> strict, but no declaration can be found for element
>>>> 'oauth:authorization-serverโ€™.
>>>>
>>>> I can reproduce this by simply unplugging the network cable from my own
>>>> machine. It seems that our JAR/WAR does not include some xsds needed to
>>>> validate the XML config files. If the machine used is connected to the
>>>> internet, these are downloaded automatically - but if not, Fineract does
>>>> not start.
>>>>
>>>> Given these are related to Spring Security, I wonder if this will be
>>>> fixed by upgrading the Spring Security JARs?
>>>>
>>>> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your
>>>> information/entertainment...
>>>>
>>>> Regards
>>>> Petri
>>>>
>>>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <pe...@tuomola.org> wrote:
>>>>
>>>> Hi Tube - that all looks OK.
>>>>
>>>> Doing ./gradlew just means running the gradlew in the current directory
>>>> on UNIX-like OS, as typically you would not have current directory in your
>>>> PATH.
>>>>
>>>> Can you send me (petri.tuomola@gmail.com) your full Tomcat log file
>>>> please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the
>>>> section with the error, but the entire file please.
>>>>
>>>> Regards
>>>> Petri
>>>>
>>>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>> hi.
>>>> Petri Tuomola thank you for your response. here are the list of
>>>> commands i have followed to build fineract.
>>>> 1.install mysql version 5.7 and Tomcat version 9 2.
>>>> 2. i have created tenants database using  *gradlew createDB
>>>> -PdbName=fineract_tenants *command
>>>> 3. i have created Created default tenant database using  *gradlew
>>>> createDB -PdbName=fineract_default *command
>>>> 4. i have created fineract War using *gradlew clean bootwar* command
>>>> 5. deploy created war file inside *Tomcat/Webapps*.
>>>>
>>>> But, is there any difference between  *gradlew clean bootwar* and *./gradlew
>>>> clean bootwar*? because when i run ./gralew clean bootwar command am
>>>> getting
>>>> an error message *'.' is not recognized as an internal or external
>>>> command*
>>>>
>>>> *Regards *
>>>>
>>>>
>>>>
>>>>
>>>> <catalina.2020-10-06.log>
>>>
>>>
>>> <catalina.2020-10-07.log><server.xml>
>>
>>
>>

Re: Finereract Customization

Posted by Bharath Gowda <bg...@mifos.org>.
Thanks a Ton, Petri, It worked :)


Regards,
Bharath
Lead Implementation Analyst | Mifos Initiative
Skype: live:cbharath4| Mobile: +91.7019635592
http://mifos.org  <http://facebook.com/mifos>
<http://www.twitter.com/mifos>


On Wed, Oct 7, 2020 at 8:53 PM Petri Tuomola <pe...@gmail.com>
wrote:

> Hi Bharath
>
> The problem is that your Tomcat configuration is trying to use the
> protocol class "org.apache.coyote.http11.http11protocolโ€. That was removed
> in Tomcat 8.5
>
> Please change org.apache.coyote.http11.http11protocol to
> org.apache.coyote.http11.http11NioProtocol
>
> Hope this helps
>
> Regards
> Petri
>
>
>
> On 7 Oct 2020, at 6:16 PM, Bharath Gowda <bg...@mifos.org> wrote:
>
> Hi Petri,
>
> Thank you for your valuable reply, reinstalling Mysql helped me to get
> over the issue and the flyway migration was successful.
>
> now I have reached another roadblock where the tomcat is not running the
> https server.
> Not sure if this is  because of the Keystore error or something else
>
> WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin
> Match [Server/Service/Connector] failed to set property [keystoreFile] to
> [C:\Users\Bharath\Desktop\apache-tomcat-9.0.38\.keystore]
>
> I have attached both server.xml and log file for your reference, could you
> please check and see if you could identify and help me with the issue
>
>
>
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org  <http://facebook.com/mifos>
> <http://www.twitter.com/mifos>
>
>
> On Wed, Oct 7, 2020 at 12:01 AM Petri Tuomola <pe...@gmail.com>
> wrote:
>
>> Hi Bharath
>>
>> This issue was discussed under
>> https://issues.apache.org/jira/browse/FINERACT-980
>>
>> Basically Flyway does not know how to upgrade an existing Fineract
>> database using Drizzle JDBC driver. It does know how to create a new one
>> though.
>>
>> So for your local set-up you have two choices:
>>
>> - Delete your databases and start from scratch. In such case Drizzle
>> should be able to create the latest database version. This is what happens
>> on the integration test server every time we run a build, so that clearly
>> works. But of course you lose any data you have in your database.
>>
>> - Change your local set-up to use a more up-to-date JDBC driver. One
>> choice is the MySQL Connector/J. You can find instructions on how to switch
>> to that at the bottom of the docker-compose.yml file.
>>
>> Hope this helps!
>>
>> Regards
>> Petri
>>
>>
>> On 6 Oct 2020, at 9:20 PM, Bharath Gowda <bg...@mifos.org> wrote:
>>
>> Hi Petri,
>>
>> Appreciate your efforts in helping to resolve this issue.
>>
>> Recently, I have been struggling with running Fineract WAR on Tomcat
>> 9.0.38 on my Windows Machine
>>
>> I have followed all the steps properly which you had listed in this thread
>> 1. Install MySQL and Tomcat
>> 2. Build Fineract WAR from the latest develop branch: ./gradlew clean
>> bootWar
>> 3. Create tenants database:  ./gradlew createDB -PdbName=fineract_tenants
>> 4. Create default tenant database:  ./gradlew createDB
>> -PdbName=fineract_default
>> 5. Deploy Fineract WAR on Tomcat using manager webapp (
>> http://localhost:8080/manager/html <http://localhost:8080/manager>)
>>
>> I am stuck with error
>> "org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException:
>> MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by
>> Flyway. Flyway currently supports MySQL 5.1 and newer."
>>
>> With some digging got to know about a similar issue around 6 months ago
>> and something to do with drizzle jdbc driver, but I am not able to get this
>> resolved on my local, any help would be greatly appreciated.
>> I have attached my log for reference
>>
>> Would really be great if anyone else too could help me who knows about
>> this issue.
>>
>>
>> Regards,
>> Bharath
>> Lead Implementation Analyst | Mifos Initiative
>> Skype: live:cbharath4| Mobile: +91.7019635592
>> http://mifos.org  <http://facebook.com/mifos>
>> <http://www.twitter.com/mifos>
>>
>>
>> On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <pe...@tuomola.org> wrote:
>>
>>> All
>>>
>>> Looking at the log file shared by Tube, turns out that he has stumbled
>>> on quite an interesting problem:
>>>
>>> It seems that you canโ€™t run Fineract on a machine that is not connected
>>> to the internet.
>>>
>>> I think the duplicate index error was relating to a corrupt MySQL
>>> instance. After thatโ€™s fixed, the following error remains:
>>>
>>> org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
>>> Configuration problem: Failed to import bean definitions from relative
>>> location [securityContext.xml]
>>> Offending resource: URL
>>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml];
>>> nested exception is
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
>>> 223 in XML document from URL
>>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml]
>>> is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber:
>>> 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is
>>> strict, but no declaration can be found for element
>>> 'oauth:authorization-serverโ€™.
>>>
>>> I can reproduce this by simply unplugging the network cable from my own
>>> machine. It seems that our JAR/WAR does not include some xsds needed to
>>> validate the XML config files. If the machine used is connected to the
>>> internet, these are downloaded automatically - but if not, Fineract does
>>> not start.
>>>
>>> Given these are related to Spring Security, I wonder if this will be
>>> fixed by upgrading the Spring Security JARs?
>>>
>>> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your
>>> information/entertainment...
>>>
>>> Regards
>>> Petri
>>>
>>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <pe...@tuomola.org> wrote:
>>>
>>> Hi Tube - that all looks OK.
>>>
>>> Doing ./gradlew just means running the gradlew in the current directory
>>> on UNIX-like OS, as typically you would not have current directory in your
>>> PATH.
>>>
>>> Can you send me (petri.tuomola@gmail.com) your full Tomcat log file
>>> please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the
>>> section with the error, but the entire file please.
>>>
>>> Regards
>>> Petri
>>>
>>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>> hi.
>>> Petri Tuomola thank you for your response. here are the list of commands
>>> i have followed to build fineract.
>>> 1.install mysql version 5.7 and Tomcat version 9 2.
>>> 2. i have created tenants database using  *gradlew createDB
>>> -PdbName=fineract_tenants *command
>>> 3. i have created Created default tenant database using  *gradlew
>>> createDB -PdbName=fineract_default *command
>>> 4. i have created fineract War using *gradlew clean bootwar* command
>>> 5. deploy created war file inside *Tomcat/Webapps*.
>>>
>>> But, is there any difference between  *gradlew clean bootwar* and *./gradlew
>>> clean bootwar*? because when i run ./gralew clean bootwar command am
>>> getting
>>> an error message *'.' is not recognized as an internal or external
>>> command*
>>>
>>> *Regards *
>>>
>>>
>>>
>>>
>>> <catalina.2020-10-06.log>
>>
>>
>> <catalina.2020-10-07.log><server.xml>
>
>
>

Re: Finereract Customization

Posted by Petri Tuomola <pe...@gmail.com>.
Hi Bharath

The problem is that your Tomcat configuration is trying to use the protocol class "org.apache.coyote.http11.http11protocolโ€. That was removed in Tomcat 8.5

Please change org.apache.coyote.http11.http11protocol to org.apache.coyote.http11.http11NioProtocol

Hope this helps

Regards
Petri



> On 7 Oct 2020, at 6:16 PM, Bharath Gowda <bg...@mifos.org> wrote:
> 
> Hi Petri,
> 
> Thank you for your valuable reply, reinstalling Mysql helped me to get over the issue and the flyway migration was successful.
> 
> now I have reached another roadblock where the tomcat is not running the https server.
> Not sure if this is  because of the Keystore error or something else
> 
> WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector] failed to set property [keystoreFile] to [C:\Users\Bharath\Desktop\apache-tomcat-9.0.38\.keystore]
> 
> I have attached both server.xml and log file for your reference, could you please check and see if you could identify and help me with the issue
> 
> 
> 
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org <http://mifos.org/>  <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> 
> 
> On Wed, Oct 7, 2020 at 12:01 AM Petri Tuomola <petri.tuomola@gmail.com <ma...@gmail.com>> wrote:
> Hi Bharath
> 
> This issue was discussed under https://issues.apache.org/jira/browse/FINERACT-980 <https://issues.apache.org/jira/browse/FINERACT-980>
> 
> Basically Flyway does not know how to upgrade an existing Fineract database using Drizzle JDBC driver. It does know how to create a new one though.
> 
> So for your local set-up you have two choices:
> 
> - Delete your databases and start from scratch. In such case Drizzle should be able to create the latest database version. This is what happens on the integration test server every time we run a build, so that clearly works. But of course you lose any data you have in your database.
> 
> - Change your local set-up to use a more up-to-date JDBC driver. One choice is the MySQL Connector/J. You can find instructions on how to switch to that at the bottom of the docker-compose.yml file. 
> 
> Hope this helps!
> 
> Regards
> Petri
> 
> 
>> On 6 Oct 2020, at 9:20 PM, Bharath Gowda <bgowda@mifos.org <ma...@mifos.org>> wrote:
>> 
>> Hi Petri,
>> 
>> Appreciate your efforts in helping to resolve this issue.
>> 
>> Recently, I have been struggling with running Fineract WAR on Tomcat 9.0.38 on my Windows Machine
>> 
>> I have followed all the steps properly which you had listed in this thread
>> 1. Install MySQL and Tomcat
>> 2. Build Fineract WAR from the latest develop branch: ./gradlew clean bootWar
>> 3. Create tenants database:  ./gradlew createDB -PdbName=fineract_tenants
>> 4. Create default tenant database:  ./gradlew createDB -PdbName=fineract_default
>> 5. Deploy Fineract WAR on Tomcat using manager webapp (http://localhost:8080/manager/html <http://localhost:8080/manager>)
>> 
>> I am stuck with error "org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException: MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by Flyway. Flyway currently supports MySQL 5.1 and newer."
>> 
>> With some digging got to know about a similar issue around 6 months ago and something to do with drizzle jdbc driver, but I am not able to get this resolved on my local, any help would be greatly appreciated.
>> I have attached my log for reference
>> 
>> Would really be great if anyone else too could help me who knows about this issue.
>> 
>> 
>> Regards,
>> Bharath
>> Lead Implementation Analyst | Mifos Initiative
>> Skype: live:cbharath4| Mobile: +91.7019635592
>> http://mifos.org <http://mifos.org/>  <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
>> 
>> 
>> On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <petri@tuomola.org <ma...@tuomola.org>> wrote:
>> All
>> 
>> Looking at the log file shared by Tube, turns out that he has stumbled on quite an interesting problem: 
>> 
>> It seems that you canโ€™t run Fineract on a machine that is not connected to the internet. 
>> 
>> I think the duplicate index error was relating to a corrupt MySQL instance. After thatโ€™s fixed, the following error remains:
>> 
>> org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [securityContext.xml]
>> Offending resource: URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 223 in XML document from URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oauth:authorization-serverโ€™.
>> 
>> I can reproduce this by simply unplugging the network cable from my own machine. It seems that our JAR/WAR does not include some xsds needed to validate the XML config files. If the machine used is connected to the internet, these are downloaded automatically - but if not, Fineract does not start.
>> 
>> Given these are related to Spring Security, I wonder if this will be fixed by upgrading the Spring Security JARs? 
>> 
>> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your information/entertainment...
>> 
>> Regards
>> Petri
>> 
>>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <petri@tuomola.org <ma...@tuomola.org>> wrote:
>>> 
>>> Hi Tube - that all looks OK. 
>>> 
>>> Doing ./gradlew just means running the gradlew in the current directory on UNIX-like OS, as typically you would not have current directory in your PATH.
>>> 
>>> Can you send me (petri.tuomola@gmail.com <ma...@gmail.com>) your full Tomcat log file please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the section with the error, but the entire file please. 
>>> 
>>> Regards
>>> Petri
>>> 
>>>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>>>> 
>>>> hi.
>>>> Petri Tuomola thank you for your response. here are the list of commands i have followed to build fineract.
>>>> 1.install mysql version 5.7 and Tomcat version 9 2.
>>>> 2. i have created tenants database using  gradlew createDB -PdbName=fineract_tenants command
>>>> 3. i have created Created default tenant database using  gradlew createDB -PdbName=fineract_default command
>>>> 4. i have created fineract War using gradlew clean bootwar command
>>>> 5. deploy created war file inside Tomcat/Webapps.
>>>> 
>>>> But, is there any difference between  gradlew clean bootwar and ./gradlew clean bootwar? because when i run ./gralew clean bootwar command am getting
>>>> an error message '.' is not recognized as an internal or external command
>>>> 
>>>> Regards 
>>>> 
>>>> 
>>> 
>> 
>> <catalina.2020-10-06.log>
> 
> <catalina.2020-10-07.log><server.xml>


Re: Finereract Customization

Posted by Bharath Gowda <bg...@mifos.org>.
Hi Petri,

Thank you for your valuable reply, reinstalling Mysql helped me to get over
the issue and the flyway migration was successful.

now I have reached another roadblock where the tomcat is not running the
https server.
Not sure if this is  because of the Keystore error or something else

WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin
Match [Server/Service/Connector] failed to set property [keystoreFile] to
[C:\Users\Bharath\Desktop\apache-tomcat-9.0.38\.keystore]

I have attached both server.xml and log file for your reference, could you
please check and see if you could identify and help me with the issue



Regards,
Bharath
Lead Implementation Analyst | Mifos Initiative
Skype: live:cbharath4| Mobile: +91.7019635592
http://mifos.org  <http://facebook.com/mifos>
<http://www.twitter.com/mifos>


On Wed, Oct 7, 2020 at 12:01 AM Petri Tuomola <pe...@gmail.com>
wrote:

> Hi Bharath
>
> This issue was discussed under
> https://issues.apache.org/jira/browse/FINERACT-980
>
> Basically Flyway does not know how to upgrade an existing Fineract
> database using Drizzle JDBC driver. It does know how to create a new one
> though.
>
> So for your local set-up you have two choices:
>
> - Delete your databases and start from scratch. In such case Drizzle
> should be able to create the latest database version. This is what happens
> on the integration test server every time we run a build, so that clearly
> works. But of course you lose any data you have in your database.
>
> - Change your local set-up to use a more up-to-date JDBC driver. One
> choice is the MySQL Connector/J. You can find instructions on how to switch
> to that at the bottom of the docker-compose.yml file.
>
> Hope this helps!
>
> Regards
> Petri
>
>
> On 6 Oct 2020, at 9:20 PM, Bharath Gowda <bg...@mifos.org> wrote:
>
> Hi Petri,
>
> Appreciate your efforts in helping to resolve this issue.
>
> Recently, I have been struggling with running Fineract WAR on Tomcat
> 9.0.38 on my Windows Machine
>
> I have followed all the steps properly which you had listed in this thread
> 1. Install MySQL and Tomcat
> 2. Build Fineract WAR from the latest develop branch: ./gradlew clean
> bootWar
> 3. Create tenants database:  ./gradlew createDB -PdbName=fineract_tenants
> 4. Create default tenant database:  ./gradlew createDB
> -PdbName=fineract_default
> 5. Deploy Fineract WAR on Tomcat using manager webapp (
> http://localhost:8080/manager/html <http://localhost:8080/manager>)
>
> I am stuck with error
> "org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException:
> MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by
> Flyway. Flyway currently supports MySQL 5.1 and newer."
>
> With some digging got to know about a similar issue around 6 months ago
> and something to do with drizzle jdbc driver, but I am not able to get this
> resolved on my local, any help would be greatly appreciated.
> I have attached my log for reference
>
> Would really be great if anyone else too could help me who knows about
> this issue.
>
>
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org  <http://facebook.com/mifos>
> <http://www.twitter.com/mifos>
>
>
> On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <pe...@tuomola.org> wrote:
>
>> All
>>
>> Looking at the log file shared by Tube, turns out that he has stumbled on
>> quite an interesting problem:
>>
>> It seems that you canโ€™t run Fineract on a machine that is not connected
>> to the internet.
>>
>> I think the duplicate index error was relating to a corrupt MySQL
>> instance. After thatโ€™s fixed, the following error remains:
>>
>> org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
>> Configuration problem: Failed to import bean definitions from relative
>> location [securityContext.xml]
>> Offending resource: URL
>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml];
>> nested exception is
>> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
>> 223 in XML document from URL
>> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml]
>> is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber:
>> 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is
>> strict, but no declaration can be found for element
>> 'oauth:authorization-serverโ€™.
>>
>> I can reproduce this by simply unplugging the network cable from my own
>> machine. It seems that our JAR/WAR does not include some xsds needed to
>> validate the XML config files. If the machine used is connected to the
>> internet, these are downloaded automatically - but if not, Fineract does
>> not start.
>>
>> Given these are related to Spring Security, I wonder if this will be
>> fixed by upgrading the Spring Security JARs?
>>
>> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your
>> information/entertainment...
>>
>> Regards
>> Petri
>>
>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <pe...@tuomola.org> wrote:
>>
>> Hi Tube - that all looks OK.
>>
>> Doing ./gradlew just means running the gradlew in the current directory
>> on UNIX-like OS, as typically you would not have current directory in your
>> PATH.
>>
>> Can you send me (petri.tuomola@gmail.com) your full Tomcat log file
>> please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the
>> section with the error, but the entire file please.
>>
>> Regards
>> Petri
>>
>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>> hi.
>> Petri Tuomola thank you for your response. here are the list of commands
>> i have followed to build fineract.
>> 1.install mysql version 5.7 and Tomcat version 9 2.
>> 2. i have created tenants database using  *gradlew createDB
>> -PdbName=fineract_tenants *command
>> 3. i have created Created default tenant database using  *gradlew
>> createDB -PdbName=fineract_default *command
>> 4. i have created fineract War using *gradlew clean bootwar* command
>> 5. deploy created war file inside *Tomcat/Webapps*.
>>
>> But, is there any difference between  *gradlew clean bootwar* and *./gradlew
>> clean bootwar*? because when i run ./gralew clean bootwar command am
>> getting
>> an error message *'.' is not recognized as an internal or external
>> command*
>>
>> *Regards *
>>
>>
>>
>>
>> <catalina.2020-10-06.log>
>
>
>

Re: Finereract Customization

Posted by Petri Tuomola <pe...@gmail.com>.
Hi Bharath

This issue was discussed under https://issues.apache.org/jira/browse/FINERACT-980 <https://issues.apache.org/jira/browse/FINERACT-980>

Basically Flyway does not know how to upgrade an existing Fineract database using Drizzle JDBC driver. It does know how to create a new one though.

So for your local set-up you have two choices:

- Delete your databases and start from scratch. In such case Drizzle should be able to create the latest database version. This is what happens on the integration test server every time we run a build, so that clearly works. But of course you lose any data you have in your database.

- Change your local set-up to use a more up-to-date JDBC driver. One choice is the MySQL Connector/J. You can find instructions on how to switch to that at the bottom of the docker-compose.yml file. 

Hope this helps!

Regards
Petri


> On 6 Oct 2020, at 9:20 PM, Bharath Gowda <bg...@mifos.org> wrote:
> 
> Hi Petri,
> 
> Appreciate your efforts in helping to resolve this issue.
> 
> Recently, I have been struggling with running Fineract WAR on Tomcat 9.0.38 on my Windows Machine
> 
> I have followed all the steps properly which you had listed in this thread
> 1. Install MySQL and Tomcat
> 2. Build Fineract WAR from the latest develop branch: ./gradlew clean bootWar
> 3. Create tenants database:  ./gradlew createDB -PdbName=fineract_tenants
> 4. Create default tenant database:  ./gradlew createDB -PdbName=fineract_default
> 5. Deploy Fineract WAR on Tomcat using manager webapp (http://localhost:8080/manager/html <http://localhost:8080/manager>)
> 
> I am stuck with error "org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException: MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by Flyway. Flyway currently supports MySQL 5.1 and newer."
> 
> With some digging got to know about a similar issue around 6 months ago and something to do with drizzle jdbc driver, but I am not able to get this resolved on my local, any help would be greatly appreciated.
> I have attached my log for reference
> 
> Would really be great if anyone else too could help me who knows about this issue.
> 
> 
> Regards,
> Bharath
> Lead Implementation Analyst | Mifos Initiative
> Skype: live:cbharath4| Mobile: +91.7019635592
> http://mifos.org <http://mifos.org/>  <http://facebook.com/mifos>  <http://www.twitter.com/mifos>
> 
> 
> On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <petri@tuomola.org <ma...@tuomola.org>> wrote:
> All
> 
> Looking at the log file shared by Tube, turns out that he has stumbled on quite an interesting problem: 
> 
> It seems that you canโ€™t run Fineract on a machine that is not connected to the internet. 
> 
> I think the duplicate index error was relating to a corrupt MySQL instance. After thatโ€™s fixed, the following error remains:
> 
> org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [securityContext.xml]
> Offending resource: URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 223 in XML document from URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oauth:authorization-serverโ€™.
> 
> I can reproduce this by simply unplugging the network cable from my own machine. It seems that our JAR/WAR does not include some xsds needed to validate the XML config files. If the machine used is connected to the internet, these are downloaded automatically - but if not, Fineract does not start.
> 
> Given these are related to Spring Security, I wonder if this will be fixed by upgrading the Spring Security JARs? 
> 
> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your information/entertainment...
> 
> Regards
> Petri
> 
>> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <petri@tuomola.org <ma...@tuomola.org>> wrote:
>> 
>> Hi Tube - that all looks OK. 
>> 
>> Doing ./gradlew just means running the gradlew in the current directory on UNIX-like OS, as typically you would not have current directory in your PATH.
>> 
>> Can you send me (petri.tuomola@gmail.com <ma...@gmail.com>) your full Tomcat log file please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the section with the error, but the entire file please. 
>> 
>> Regards
>> Petri
>> 
>>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>>> 
>>> hi.
>>> Petri Tuomola thank you for your response. here are the list of commands i have followed to build fineract.
>>> 1.install mysql version 5.7 and Tomcat version 9 2.
>>> 2. i have created tenants database using  gradlew createDB -PdbName=fineract_tenants command
>>> 3. i have created Created default tenant database using  gradlew createDB -PdbName=fineract_default command
>>> 4. i have created fineract War using gradlew clean bootwar command
>>> 5. deploy created war file inside Tomcat/Webapps.
>>> 
>>> But, is there any difference between  gradlew clean bootwar and ./gradlew clean bootwar? because when i run ./gralew clean bootwar command am getting
>>> an error message '.' is not recognized as an internal or external command
>>> 
>>> Regards 
>>> 
>>> 
>> 
> 
> <catalina.2020-10-06.log>


Re: Finereract Customization

Posted by Bharath Gowda <bg...@mifos.org>.
Hi Petri,

Appreciate your efforts in helping to resolve this issue.

Recently, I have been struggling with running Fineract WAR on Tomcat 9.0.38
on my Windows Machine

I have followed all the steps properly which you had listed in this thread
1. Install MySQL and Tomcat
2. Build Fineract WAR from the latest develop branch: ./gradlew clean
bootWar
3. Create tenants database:  ./gradlew createDB -PdbName=fineract_tenants
4. Create default tenant database:  ./gradlew createDB
-PdbName=fineract_default
5. Deploy Fineract WAR on Tomcat using manager webapp (
http://localhost:8080/manager/html <http://localhost:8080/manager>)

I am stuck with error
"org.flywaydb.core.internal.exception.FlywayDbUpgradeRequiredException:
MySQL upgrade required: MySQL 0.1 is outdated and no longer supported by
Flyway. Flyway currently supports MySQL 5.1 and newer."

With some digging got to know about a similar issue around 6 months ago and
something to do with drizzle jdbc driver, but I am not able to get this
resolved on my local, any help would be greatly appreciated.
I have attached my log for reference

Would really be great if anyone else too could help me who knows about this
issue.


Regards,
Bharath
Lead Implementation Analyst | Mifos Initiative
Skype: live:cbharath4| Mobile: +91.7019635592
http://mifos.org  <http://facebook.com/mifos>
<http://www.twitter.com/mifos>


On Tue, Oct 6, 2020 at 11:36 PM Petri Tuomola <pe...@tuomola.org> wrote:

> All
>
> Looking at the log file shared by Tube, turns out that he has stumbled on
> quite an interesting problem:
>
> It seems that you canโ€™t run Fineract on a machine that is not connected to
> the internet.
>
> I think the duplicate index error was relating to a corrupt MySQL
> instance. After thatโ€™s fixed, the following error remains:
>
> org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
> Configuration problem: Failed to import bean definitions from relative
> location [securityContext.xml]
> Offending resource: URL
> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml];
> nested exception is
> org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line
> 223 in XML document from URL
> [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml]
> is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber:
> 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is
> strict, but no declaration can be found for element
> 'oauth:authorization-serverโ€™.
>
> I can reproduce this by simply unplugging the network cable from my own
> machine. It seems that our JAR/WAR does not include some xsds needed to
> validate the XML config files. If the machine used is connected to the
> internet, these are downloaded automatically - but if not, Fineract does
> not start.
>
> Given these are related to Spring Security, I wonder if this will be fixed
> by upgrading the Spring Security JARs?
>
> Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your
> information/entertainment...
>
> Regards
> Petri
>
> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <pe...@tuomola.org> wrote:
>
> Hi Tube - that all looks OK.
>
> Doing ./gradlew just means running the gradlew in the current directory on
> UNIX-like OS, as typically you would not have current directory in your
> PATH.
>
> Can you send me (petri.tuomola@gmail.com) your full Tomcat log file
> please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the
> section with the error, but the entire file please.
>
> Regards
> Petri
>
> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
> hi.
> Petri Tuomola thank you for your response. here are the list of commands i
> have followed to build fineract.
> 1.install mysql version 5.7 and Tomcat version 9 2.
> 2. i have created tenants database using  *gradlew createDB
> -PdbName=fineract_tenants *command
> 3. i have created Created default tenant database using  *gradlew
> createDB -PdbName=fineract_default *command
> 4. i have created fineract War using *gradlew clean bootwar* command
> 5. deploy created war file inside *Tomcat/Webapps*.
>
> But, is there any difference between  *gradlew clean bootwar* and *./gradlew
> clean bootwar*? because when i run ./gralew clean bootwar command am
> getting
> an error message *'.' is not recognized as an internal or external
> command*
>
> *Regards *
>
>
>
>
>

Re: Finereract Customization

Posted by Petri Tuomola <pe...@tuomola.org>.
All

Looking at the log file shared by Tube, turns out that he has stumbled on quite an interesting problem: 

It seems that you canโ€™t run Fineract on a machine that is not connected to the internet. 

I think the duplicate index error was relating to a corrupt MySQL instance. After thatโ€™s fixed, the following error remains:

org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [securityContext.xml]
Offending resource: URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/appContext.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 223 in XML document from URL [file:/usr/local/Cellar/tomcat/9.0.38/libexec/webapps/fineract-provider/WEB-INF/classes/META-INF/spring/securityContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 223; columnNumber: 63; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oauth:authorization-serverโ€™.

I can reproduce this by simply unplugging the network cable from my own machine. It seems that our JAR/WAR does not include some xsds needed to validate the XML config files. If the machine used is connected to the internet, these are downloaded automatically - but if not, Fineract does not start.

Given these are related to Spring Security, I wonder if this will be fixed by upgrading the Spring Security JARs? 

Anyway - Iโ€™ll log a JIRA for this, but thought Iโ€™d share it for your information/entertainment...

Regards
Petri

> On 6 Oct 2020, at 7:24 PM, Petri Tuomola <pe...@tuomola.org> wrote:
> 
> Hi Tube - that all looks OK. 
> 
> Doing ./gradlew just means running the gradlew in the current directory on UNIX-like OS, as typically you would not have current directory in your PATH.
> 
> Can you send me (petri.tuomola@gmail.com <ma...@gmail.com>) your full Tomcat log file please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the section with the error, but the entire file please. 
> 
> Regards
> Petri
> 
>> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>> 
>> hi.
>> Petri Tuomola thank you for your response. here are the list of commands i have followed to build fineract.
>> 1.install mysql version 5.7 and Tomcat version 9 2.
>> 2. i have created tenants database using  gradlew createDB -PdbName=fineract_tenants command
>> 3. i have created Created default tenant database using  gradlew createDB -PdbName=fineract_default command
>> 4. i have created fineract War using gradlew clean bootwar command
>> 5. deploy created war file inside Tomcat/Webapps.
>> 
>> But, is there any difference between  gradlew clean bootwar and ./gradlew clean bootwar? because when i run ./gralew clean bootwar command am getting
>> an error message '.' is not recognized as an internal or external command
>> 
>> Regards 
>> 
>> 
> 


Re: Finereract Customization

Posted by Petri Tuomola <pe...@tuomola.org>.
Hi Tube - that all looks OK. 

Doing ./gradlew just means running the gradlew in the current directory on UNIX-like OS, as typically you would not have current directory in your PATH.

Can you send me (petri.tuomola@gmail.com <ma...@gmail.com>) your full Tomcat log file please. Maybe I can see whatโ€™s going wrong somewhere earlier. Not just the section with the error, but the entire file please. 

Regards
Petri

> On 6 Oct 2020, at 7:15 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
> 
> hi.
> Petri Tuomola thank you for your response. here are the list of commands i have followed to build fineract.
> 1.install mysql version 5.7 and Tomcat version 9 2.
> 2. i have created tenants database using  gradlew createDB -PdbName=fineract_tenants command
> 3. i have created Created default tenant database using  gradlew createDB -PdbName=fineract_default command
> 4. i have created fineract War using gradlew clean bootwar command
> 5. deploy created war file inside Tomcat/Webapps.
> 
> But, is there any difference between  gradlew clean bootwar and ./gradlew clean bootwar? because when i run ./gralew clean bootwar command am getting
> an error message '.' is not recognized as an internal or external command
> 
> Regards 
> 
> 


Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
hi.
Petri Tuomola thank you for your response. here are the list of commands i
have followed to build fineract.
1.install mysql version 5.7 and Tomcat version 9 2.
2. i have created tenants database using  *gradlew createDB
-PdbName=fineract_tenants *command
3. i have created Created default tenant database using  *gradlew createDB
-PdbName=fineract_default *command
4. i have created fineract War using *gradlew clean bootwar* command
5. deploy created war file inside *Tomcat/Webapps*.

But, is there any difference between  *gradlew clean bootwar* and *./gradlew
clean bootwar*? because when i run ./gralew clean bootwar command am getting
an error message *'.' is not recognized as an internal or external command*

*Regards *

Re: Finereract Customization

Posted by Petri Tuomola <pe...@tuomola.org>.
Hi Tube

Could you send us the full list of commands you use to install & start Fineract? 

Iโ€™ve just tried to reproduce your problem with a fresh MySQL 5.7 and a fresh Tomcat 9.0.38 install, as follows:

1. Install MySQL and Tomcat
2. Build Fineract WAR from the latest develop branch: ./gradlew clean bootWar
3. Create tenants database:  ./gradlew createDB -PdbName=fineract_tenants
4. Create default tenant database:  ./gradlew createDB -PdbName=fineract_default
5. Deploy Fineract WAR on Tomcat using manager webapp (http://localhost:8080/manager/html <http://localhost:8080/manager>)

With those steps, all the migrations get applied correctly and Fineract starts without issues.

So youโ€™re probably doing something differentโ€ฆ if you share your commands / steps, maybe we can work out what it is?

Regards
Petri



> On 6 Oct 2020, at 5:25 PM, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
> 
> Mhreteab & Michael thank you for your response. i have installed new MYSQL 5.7 so as to avoid  duplicate indexes from a previous release. but when i start the tomcat server still i'm facing an error "Migration V1_mifosplatform-core-ddl-latest.sql failed" & duplicate indexes found. for detailed information here is the log file. 
> ~Regards~
> 
> java.lang.IllegalStateException: Error starting child
> at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)
> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
> at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
> at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
> at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
> at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
> at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
> at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
> at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
> at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
> at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
> at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
> at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
> at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
> at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
> Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fineract-provider-unknown]]
> at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
> at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
> ... 37 more
> Caused by: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration': Unsatisfied dependency expressed through field 'basicAuthenticationProcessingFilter'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'basicAuthenticationProcessingFilter' defined in file [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'customAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#730ca420' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#730ca420': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161)
> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
> at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
> at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:173)
> at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:153)
> at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:95)
> at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
> at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5128)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> ... 38 more
> Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration': Unsatisfied dependency expressed through field 'basicAuthenticationProcessingFilter'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'basicAuthenticationProcessingFilter' defined in file [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'customAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#730ca420' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#730ca420': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
> at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
> at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
> at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
> at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:255)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:229)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:158)
> ... 50 more
> Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'basicAuthenticationProcessingFilter' defined in file [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'customAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#730ca420' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#730ca420': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
> at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:228)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
> ... 76 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'customAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#730ca420' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#730ca420': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173)
> at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
> at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
> at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
> ... 89 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#730ca420' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#730ca420': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 107 more
> Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#730ca420' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#730ca420': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 117 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#730ca420' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#730ca420': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
> ... 127 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#730ca420': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:508)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:374)
> ... 140 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 148 more
> Caused by: org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:89)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
> at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
> at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
> ... 159 more
> Caused by: org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> 
> at org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:369)
> at org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54)
> at org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282)
> at org.flywaydb.core.internal.jdbc.TransactionalExecutionTemplate.execute(TransactionalExecutionTemplate.java:66)
> at org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279)
> at org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244)
> at org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54)
> at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:162)
> at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:159)
> at org.flywaydb.core.internal.database.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
> at org.flywaydb.core.internal.database.mysql.MySQLConnection.lock(MySQLConnection.java:161)
> at org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:140)
> at org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:159)
> at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:137)
> at org.flywaydb.core.Flyway$1.execute(Flyway.java:206)
> at org.flywaydb.core.Flyway$1.execute(Flyway.java:158)
> at org.flywaydb.core.Flyway.execute(Flyway.java:527)
> at org.flywaydb.core.Flyway.migrate(Flyway.java:158)
> at org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:85)
> ... 166 more
> Caused by: org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> 
> at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:274)
> at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:219)
> at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:127)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.executeOnce(SqlMigrationExecutor.java:88)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.access$000(SqlMigrationExecutor.java:33)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:77)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:74)
> at org.flywaydb.core.internal.database.DefaultExecutionStrategy.execute(DefaultExecutionStrategy.java:28)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:74)
> at org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:366)
> ... 184 more
> Caused by: java.sql.SQLException: Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> at org.drizzle.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:108)
> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:218)
> at org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244)
> at org.flywaydb.core.internal.sqlscript.ParsedSqlStatement.execute(ParsedSqlStatement.java:111)
> at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:207)
> ... 192 more
> Caused by: org.drizzle.jdbc.internal.common.QueryException: Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> at org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:466)
> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:210)
> ... 195 more
> 
> 
> On Sun, 4 Oct 2020 at 17:07, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
> แŒ“แ‹ญแˆ‹แŠ“ Tube, the reason for your start-up failure seem to be a number of duplicate indexes on your presumably existing database from a previous release,  did you notice the respective errors in the log you've shared? They are relatively clearly showing which Flyway DB migrating script is applying an index which you, apparently, somehow already have. You will want to manually work around that.
> 
> I'm hoping this is just because you have manually added indexes to your DB, and not something everyone upgrading from 1.3.0 will run into... if others do, please shout. (FYI we're not actually automatically testing if upgrading from a previous release works; our tests always run on an empty database.)
> 
> PS: Please never separately install Gradle ("gradle ..."), but always only use the Gradle Wrapper ("./gradlew ...) in Fineract, otherwise you risk running into version conflicts.
> 
> 
> On Sun, Oct 4, 2020 at 3:10 PM Mhretaab Brehe <ermu96@gmail.com <ma...@gmail.com>> wrote:
> แŒ“แ‹ญแˆ‹แŠ“ Tube, 
> In the beginning, running the tasks with gradle wrapper were throwing some issue on my machine. That is why I installed gradle 6.6. But later I did not face the issue. 
> 
> On Sun, Oct 4, 2020 at 4:05 PM Mhretaab Brehe <ermu96@gmail.com <ma...@gmail.com>> wrote:
> แŒ“แ‹ญแˆ‹แŠ“ Tube,
> 
> If you follow the following step, hopefully It will work for you as it did for me :)
> Environment Set up
> 
> 1) Install MySQL 5.7 and create a user with username root and password mysql
> 2) Install Java >= 11 (preferably OpenJDK)
> 3) Install Gradle >= 6.6
> 4) Create the databases fineract_tenants and fineract_default either manually or by running gradle tasks
>                ./gradlew createDB -PdbName=fineract_tenants
>                ./gradlew createDB -PdbName=fineract_default
> NB: you need to be in fineract-provider directory i.e path_to/fineract/fineract-provider
> 5) You can use the following options to run the application
>       i) ./gradlew bootRun
>       ii) ./gradlew bootJar then run the artifact java -jar path_to/fineract/build/libs/fineract-provider.jar
> 
> You can create the war file and deploy it to tomcat server. I did not try it. But the following to two options, which I prefered, are working for me.
> NB: When running the app for the first time, it could take you long time as it has to run all the db migration scripts.
> 
> regards
> 
> 
> 
> On Sun, Oct 4, 2020 at 2:11 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
> hello everyone 
> I have created fineract war. But, when i run the war file with tomcat. I got an error related to database migration. any help/suggestion? here is the log file.
> 
> 04-Oct-2020 12:02:21.378 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name:   Apache Tomcat/9.0.38
> 04-Oct-2020 12:02:21.386 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Sep 10 2020 08:20:30 UTC
> 04-Oct-2020 12:02:21.387 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.38.0
> 04-Oct-2020 12:02:21.387 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Windows 8.1
> 04-Oct-2020 12:02:21.387 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            6.3
> 04-Oct-2020 12:02:21.388 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
> 04-Oct-2020 12:02:21.388 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             C:\Program Files\Java\jdk-11.0.8
> 04-Oct-2020 12:02:21.388 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           11.0.8+10-LTS
> 04-Oct-2020 12:02:21.389 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
> 04-Oct-2020 12:02:21.389 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         C:\tomcat
> 04-Oct-2020 12:02:21.389 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         C:\tomcat
> 04-Oct-2020 12:02:21.454 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
> 04-Oct-2020 12:02:21.454 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io <http://java.io/>=ALL-UNNAMED
> 04-Oct-2020 12:02:21.455 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> 04-Oct-2020 12:02:21.455 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\tomcat\conf\logging.properties
> 04-Oct-2020 12:02:21.456 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> 04-Oct-2020 12:02:21.456 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2048m
> 04-Oct-2020 12:02:21.459 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx4096m
> 04-Oct-2020 12:02:21.460 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
> 04-Oct-2020 12:02:21.461 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
> 04-Oct-2020 12:02:21.462 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
> 04-Oct-2020 12:02:21.462 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\tomcat
> 04-Oct-2020 12:02:21.462 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=C:\tomcat
> 04-Oct-2020 12:02:21.463 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=C:\tomcat\temp
> 04-Oct-2020 12:02:22.084 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache Tomcat Native library [1.2.25] using APR version [1.7.0].
> 04-Oct-2020 12:02:22.086 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
> 04-Oct-2020 12:02:22.089 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
> 04-Oct-2020 12:02:22.154 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.1g  21 Apr 2020]
> 04-Oct-2020 12:02:23.110 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
> 04-Oct-2020 12:02:23.307 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [2902] milliseconds
> 04-Oct-2020 12:02:23.459 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
> 04-Oct-2020 12:02:23.459 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.38]
> 04-Oct-2020 12:02:23.667 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [C:\tomcat\webapps\fineract-provider-unknown.war]
> 04-Oct-2020 12:03:52.786 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/lib-provided/].
> 04-Oct-2020 12:03:52.787 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
> 04-Oct-2020 12:03:52.797 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HikariCP-3.4.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.799 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.validation-api-3.0.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.802 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jettison-1.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.804 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-core-5.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.806 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/compiler-0.9.6.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.807 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-asl-1.9.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.809 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jdk8-2.11.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.810 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-module-parameter-names-2.11.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.812 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-email-1.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.816 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ical4j-3.0.19.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.818 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.819 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/istack-commons-runtime-3.0.11.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.821 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/org.apache.bval.bundle-2.0.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.822 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-data-jpa-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.823 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-web-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.827 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openpdf-1.3.22.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.829 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr311-api-1.1.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.832 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.834 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.persistence-api-2.2.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.835 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-autoconfigure-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.836 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-actuator-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.838 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/checker-qual-2.11.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.839 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.841 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aop-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.842 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-expression-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.844 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/micrometer-core-1.5.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.845 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-core-1.11.852.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.849 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.activation-api-1.2.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.851 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-core-1.19.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.852 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jmespath-java-1.11.852.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.853 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-smart-2.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.854 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.856 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.856 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-support-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.858 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xmlbeans-3.1.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.860 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-s3-1.11.852.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.862 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ehcache-3.9.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.865 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-broker-5.16.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.866 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-json-1.19.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.867 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-4.1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.868 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-jdbc-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.870 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-web-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.871 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/hawtbuf-1.11.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.872 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/javax.mail-1.6.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.874 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/retrofit-1.9.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.875 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jms-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.876 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-multipart-1.19.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.876 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-json-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.877 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jcl-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.879 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/httpcore-4.4.13.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.883 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/gson-2.8.6.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.885 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/serp-1.15.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.887 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-oauth2-2.5.0.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.889 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okio-1.6.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.890 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jsr310-2.11.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.892 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/classgraph-4.8.90.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.893 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/curvesapi-1.06.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.894 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/webjars-locator-core-0.46.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.896 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spotbugs-annotations-4.1.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.899 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jdbc-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.900 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-xc-1.9.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.902 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-orm-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.903 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/cache-api-1.1.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.906 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-core-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.907 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-beans-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.909 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-annotations-2.1.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.910 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/accessors-smart-1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.912 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.transaction-api-1.3.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.916 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/quartz-2.3.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.918 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mimepull-1.9.13.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.920 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.management.j2ee-api-1.1.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.921 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-spring-1.19.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.922 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/LatencyUtils-2.0.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.923 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-web-5.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.925 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-annotations-2.11.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.928 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/tika-core-1.24.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.931 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/j2objc-annotations-1.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.933 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aspects-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.935 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-cache-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.936 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-2.7.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.937 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-urlconnection-2.7.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.938 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/joda-time-2.8.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.939 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-core-1.2.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.942 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/guava-29.0-jre.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.943 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HdrHistogram-2.1.12.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.944 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.jms-api-2.0.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.946 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xsdlib-2013.6.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.949 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-jaxrs-1.9.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.952 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-autoconfigure-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.954 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-aop-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.956 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ion-java-1.0.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.958 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.959 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-ui-dist-3.34.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.960 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/SparseBitSet-1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.963 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.966 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-2.11.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.967 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-messaging-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.968 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/error_prone_annotations-2.3.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.970 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-4.1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.972 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-server-1.19.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.974 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-security-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.977 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mchange-commons-java-0.2.15.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.980 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-path-2.4.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.093 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were found in JAR [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-servlet-1.19.4.jar].
> 04-Oct-2020 12:03:53.200 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were found in JAR [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-webmvc-5.2.6.RELEASE.jar].
> 04-Oct-2020 12:03:53.202 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/failureaccess-1.0.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.205 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/drizzle-jdbc-1.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.206 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-client-5.15.13.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.208 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xbean-asm8-shaded-4.17.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.210 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openjpa-3.1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.211 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/flyway-core-6.5.7.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.216 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/snakeyaml-1.26.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.218 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/txw2-2.3.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.219 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr305-3.0.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.221 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-commons-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.223 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-config-5.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.224 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-compress-1.19.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.226 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-tx-5.2.6.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.229 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-logging-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.234 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-databind-2.11.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.236 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-openwire-legacy-5.15.13.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.237 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-classic-1.2.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.239 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-jpa-2.3.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.240 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-kms-1.11.852.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.241 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-dataformat-cbor-2.11.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.249 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-schemas-4.1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.256 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
> 04-Oct-2020 12:05:46.887 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@3fa5b22c: Table 'performance_schema.global_variables' doesn't exist
> 04-Oct-2020 12:05:46.932 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@63a9df26: Table 'performance_schema.user_variables_by_thread' doesn't exist
> 04-Oct-2020 12:05:47.801 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@fcdd4f5: Table 'performance_schema.global_variables' doesn't exist
> 04-Oct-2020 12:05:47.804 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d84bbe0: Table 'performance_schema.user_variables_by_thread' doesn't exist
> 04-Oct-2020 12:05:48.493 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d14f347: Table 'performance_schema.global_variables' doesn't exist
> 04-Oct-2020 12:05:48.496 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@56bc7ebe: Table 'performance_schema.user_variables_by_thread' doesn't exist
> 04-Oct-2020 12:05:55.668 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@4ff15e5b: Table 'performance_schema.global_variables' doesn't exist
> 04-Oct-2020 12:05:55.670 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@48930622: Table 'performance_schema.user_variables_by_thread' doesn't exist
> 04-Oct-2020 12:06:15.434 WARNING [main] org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not execute query org.drizzle.jdbc.internal.common.query.DrizzleQuery@66a67a00: Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> 04-Oct-2020 12:06:15.870 SEVERE [main] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive [C:\tomcat\webapps\fineract-provider-unknown.war]
> java.lang.IllegalStateException: Error starting child
> at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)
> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
> at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
> at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
> at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
> at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
> at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
> at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
> at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
> at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
> at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
> at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
> at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
> at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
> at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
> at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
> Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fineract-provider-unknown]]
> at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
> at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
> ... 37 more
> Caused by: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration': Unsatisfied dependency expressed through field 'basicAuthenticationProcessingFilter'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'basicAuthenticationProcessingFilter' defined in file [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'customAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#2e22d9c2' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161)
> at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
> at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
> at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
> at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
> at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:173)
> at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:153)
> at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:95)
> at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
> at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5128)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> ... 38 more
> Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration': Unsatisfied dependency expressed through field 'basicAuthenticationProcessingFilter'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'basicAuthenticationProcessingFilter' defined in file [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'customAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#2e22d9c2' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
> at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
> at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
> at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
> at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:255)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:229)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186)
> at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:158)
> ... 50 more
> Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'basicAuthenticationProcessingFilter' defined in file [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'customAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#2e22d9c2' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
> at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:228)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
> ... 76 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.authenticationManager': Cannot resolve reference to bean 'customAuthenticationProvider' while setting constructor argument with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#2e22d9c2' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173)
> at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
> at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
> at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
> ... 89 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customAuthenticationProvider' defined in URL [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]: Cannot resolve reference to bean 'userDetailsService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#2e22d9c2' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 107 more
> Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userDetailsService': Unsatisfied dependency expressed through field 'platformUserRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#2e22d9c2' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
> at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 117 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appUserRepository' defined in org.apache.fineract.useradministration.domain.AppUserRepository defined in : Cannot create inner bean '(inner bean)#2e22d9c2' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
> ... 127 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
> at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:508)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:374)
> ... 140 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
> at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 148 more
> Caused by: org.flywaydb.core.api.FlywayException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default, username: root
> at org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:89)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
> at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
> at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
> ... 159 more
> Caused by: org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> 
> at org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:369)
> at org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54)
> at org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282)
> at org.flywaydb.core.internal.jdbc.TransactionalExecutionTemplate.execute(TransactionalExecutionTemplate.java:66)
> at org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279)
> at org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244)
> at org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54)
> at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:162)
> at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:159)
> at org.flywaydb.core.internal.database.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
> at org.flywaydb.core.internal.database.mysql.MySQLConnection.lock(MySQLConnection.java:161)
> at org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:140)
> at org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:159)
> at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:137)
> at org.flywaydb.core.Flyway$1.execute(Flyway.java:206)
> at org.flywaydb.core.Flyway$1.execute(Flyway.java:158)
> at org.flywaydb.core.Flyway.execute(Flyway.java:527)
> at org.flywaydb.core.Flyway.migrate(Flyway.java:158)
> at org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:85)
> ... 166 more
> Caused by: org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException: 
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> 
> at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:274)
> at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:219)
> at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:127)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.executeOnce(SqlMigrationExecutor.java:88)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.access$000(SqlMigrationExecutor.java:33)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:77)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:74)
> at org.flywaydb.core.internal.database.DefaultExecutionStrategy.execute(DefaultExecutionStrategy.java:28)
> at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:74)
> at org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:366)
> ... 184 more
> Caused by: java.sql.SQLException: Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> at org.drizzle.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:108)
> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:218)
> at org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244)
> at org.flywaydb.core.internal.sqlscript.ParsedSqlStatement.execute(ParsedSqlStatement.java:111)
> at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:207)
> ... 192 more
> Caused by: org.drizzle.jdbc.internal.common.QueryException: Duplicate index 'group_id' defined on the table 'fineract_default.m_portfolio_command_source'. This is deprecated and will be disallowed in a future release.
> at org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:466)
> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:210)
> ... 195 more
> 04-Oct-2020 12:06:16.089 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [232,406] ms
> 04-Oct-2020 12:06:16.090 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\tomcat\webapps\docs]
> 04-Oct-2020 12:06:16.238 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:16.381 WARNING [main] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [132] milliseconds.
> 04-Oct-2020 12:06:16.412 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\tomcat\webapps\docs] has finished in [321] ms
> 04-Oct-2020 12:06:16.413 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\tomcat\webapps\examples]
> 04-Oct-2020 12:06:19.290 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/jsp/applet/].
> 04-Oct-2020 12:06:19.290 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found in resource path [/WEB-INF/jsp/].
> 04-Oct-2020 12:06:19.291 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/tags/].
> 04-Oct-2020 12:06:19.295 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found in resource path [/WEB-INF/jsp2/].
> 04-Oct-2020 12:06:19.297 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.364 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were found in JAR [file:/C:/tomcat/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar].
> 04-Oct-2020 12:06:19.511 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\tomcat\webapps\examples] has finished in [3,098] ms
> 04-Oct-2020 12:06:19.512 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\tomcat\webapps\host-manager]
> 04-Oct-2020 12:06:19.649 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/jsp/].
> 04-Oct-2020 12:06:19.649 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.658 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\tomcat\webapps\host-manager] has finished in [146] ms
> 04-Oct-2020 12:06:19.659 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\tomcat\webapps\manager]
> 04-Oct-2020 12:06:19.734 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/jsp/].
> 04-Oct-2020 12:06:19.734 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.739 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\tomcat\webapps\manager] has finished in [80] ms
> 04-Oct-2020 12:06:19.740 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\tomcat\webapps\OLDROOT]
> 04-Oct-2020 12:06:19.800 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.803 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\tomcat\webapps\OLDROOT] has finished in [64] ms
> 04-Oct-2020 12:06:19.804 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\tomcat\webapps\ROOT]
> 04-Oct-2020 12:06:19.869 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.899 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\tomcat\webapps\ROOT] has finished in [95] ms
> 04-Oct-2020 12:06:19.934 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
> 04-Oct-2020 12:06:19.971 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [236662] milliseconds
> 04-Oct-2020 12:06:57.996 INFO [http-nio-8080-exec-5] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
>  Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
> java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030x8b0x820x11bU~0xa00xa40xf40xcd0xf30x7f]0xabS0xc20xc8Y0x9f0x82O`&0xdd]. HTTP method names must be tokens
> at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:413)
> at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
> at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
> at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
> at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
> at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.base/java.lang.Thread.run(Thread.java:834)
> 
> On Fri, 2 Oct 2020 at 15:33, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
> https://www.google.com/search?q=this+version+of+the+Java+Runtime+only+recogni+zes+class+file+versions+up+to+52.0 <https://www.google.com/search?q=this+version+of+the+Java+Runtime+only+recogni+zes+class+file+versions+up+to+52.0>
> 
> 
> On Fri, Oct 2, 2020 at 3:43 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
> I wanted to generate a fineract jar file rather than war. and i have generated a jar file called fineract-provider-unknown.jar. But, when I wanted to Start it using java -jar build/libs/fineract-provider-unknown.jar  I got this error any help/suggestion?
> 
> C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-develop>java -jar
>  build/libs/fineract-provider-unknown.jar
> Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/fi
> neract/ServerApplication has been compiled by a more recent version of the Java
> Runtime (class file version 55.0), this version of the Java Runtime only recogni
> zes class file versions up to 52.0
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>         at java.net.URLClassLoader.defineClass(Unknown Source)
>         at java.net.URLClassLoader.access$100(Unknown Source)
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
> chedURLClassLoader.java:151)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Unknown Source)
>         at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
> .java:46)
>         at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
>         at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
>         at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
> 
> On Thu, 1 Oct 2020 at 18:38, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
> On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
> hi. 
> fiinally. i have created the fineract war file using gradlew clean war command. the above problem was @ build.gradle line 208 & the
> error had been taken care of by the following PR https://github.com/apache/fineract/pull/1359 <https://github.com/apache/fineract/pull/1359>. but, 
> after creating the war file successfully and deploy into tomcat server.  i got the message "couldn't connect to server". any help? here is the log file.
> 
> Unfortunately not, as no error message shown below, so difficult to help here.
>  
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deployment of web application archive [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902] ms
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\docs] has finished in [249] ms
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\examples]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\examples] has finished in [3,137] ms
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\host-manager]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\host-manager] has finished in [242] ms
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\manager]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\manager] has finished in [187] ms
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\OLDROOT] has finished in [137] ms
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\ROOT] has finished in [100] ms
> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
> INFO: Starting ProtocolHandler ["http-bio-8443"]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 69703 ms
>  


Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
Mhreteab & Michael thank you for your response. i have installed new MYSQL
5.7 so as to avoid  duplicate indexes from a previous release. but when i
start the tomcat server still i'm facing an error "*Migration
V1_mifosplatform-core-ddl-latest.sql failed*" & duplicate indexes found.
for detailed information here is the log file.
~Regards~

java.lang.IllegalStateException: Error starting child
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at
java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
at
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at
java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
at
org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at
org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
Caused by: org.apache.catalina.LifecycleException: Failed to start
component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fineract-provider-unknown]]
at
org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
... 37 more
Caused by: org.springframework.context.ApplicationContextException: Unable
to start web server; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name
'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
Unsatisfied dependency expressed through field
'basicAuthenticationProcessingFilter'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'basicAuthenticationProcessingFilter' defined in
file
[C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
Unsatisfied dependency expressed through constructor parameter 0; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.security.authenticationManager': Cannot resolve
reference to bean 'customAuthenticationProvider' while setting constructor
argument with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#730ca420' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#730ca420': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:173)
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:153)
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:95)
at
org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5128)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
... 38 more
Caused by:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name
'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
Unsatisfied dependency expressed through field
'basicAuthenticationProcessingFilter'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'basicAuthenticationProcessingFilter' defined in
file
[C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
Unsatisfied dependency expressed through constructor parameter 0; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.security.authenticationManager': Cannot resolve
reference to bean 'customAuthenticationProvider' while setting constructor
argument with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#730ca420' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#730ca420': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at
org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
at
org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
at
org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
at
org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:255)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:229)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:158)
... 50 more
Caused by:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'basicAuthenticationProcessingFilter' defined in
file
[C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
Unsatisfied dependency expressed through constructor parameter 0; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.security.authenticationManager': Cannot resolve
reference to bean 'customAuthenticationProvider' while setting constructor
argument with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#730ca420' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#730ca420': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:228)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
... 76 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.security.authenticationManager': Cannot resolve
reference to bean 'customAuthenticationProvider' while setting constructor
argument with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#730ca420' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#730ca420': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173)
at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
at
org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
at
org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
... 89 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#730ca420' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#730ca420': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
... 107 more
Caused by:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#730ca420' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#730ca420': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
... 117 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#730ca420' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#730ca420': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
... 127 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name '(inner bean)#730ca420': Cannot resolve reference
to bean 'entityManagerFactory' while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'tenantDatabaseUpgradeService': Invocation of init
method failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
at
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:508)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:374)
... 140 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'tenantDatabaseUpgradeService': Invocation of init
method failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
... 148 more
Caused by: org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:89)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
... 159 more
Caused by:
org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4

at
org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:369)
at
org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54)
at org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282)
at
org.flywaydb.core.internal.jdbc.TransactionalExecutionTemplate.execute(TransactionalExecutionTemplate.java:66)
at
org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279)
at
org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244)
at
org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54)
at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:162)
at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:159)
at
org.flywaydb.core.internal.database.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
at
org.flywaydb.core.internal.database.mysql.MySQLConnection.lock(MySQLConnection.java:161)
at
org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:140)
at
org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:159)
at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:137)
at org.flywaydb.core.Flyway$1.execute(Flyway.java:206)
at org.flywaydb.core.Flyway$1.execute(Flyway.java:158)
at org.flywaydb.core.Flyway.execute(Flyway.java:527)
at org.flywaydb.core.Flyway.migrate(Flyway.java:158)
at
org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:85)
... 166 more
Caused by: org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4

at
org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:274)
at
org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:219)
at
org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:127)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.executeOnce(SqlMigrationExecutor.java:88)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.access$000(SqlMigrationExecutor.java:33)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:77)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:74)
at
org.flywaydb.core.internal.database.DefaultExecutionStrategy.execute(DefaultExecutionStrategy.java:28)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:74)
at
org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:366)
... 184 more
Caused by: java.sql.SQLException: Duplicate index 'group_id' defined on the
table 'fineract_default.m_portfolio_command_source'. This is deprecated and
will be disallowed in a future release.
at
org.drizzle.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:108)
at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:218)
at
org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244)
at
org.flywaydb.core.internal.sqlscript.ParsedSqlStatement.execute(ParsedSqlStatement.java:111)
at
org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:207)
... 192 more
Caused by: org.drizzle.jdbc.internal.common.QueryException: Duplicate index
'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
at
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:466)
at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:210)
... 195 more


On Sun, 4 Oct 2020 at 17:07, Michael Vorburger <mi...@vorburger.ch> wrote:

> แŒ“แ‹ญแˆ‹แŠ“ Tube, the reason for your start-up failure seem to be a number of
> duplicate indexes on your presumably existing database from a previous
> release,  did you notice the respective errors in the log you've shared?
> They are relatively clearly showing which Flyway DB migrating script is
> applying an index which you, apparently, somehow already have. You will
> want to manually work around that.
>
> I'm hoping this is just because you have manually added indexes to your
> DB, and not something everyone upgrading from 1.3.0 will run into... if
> others do, please shout. (FYI we're not actually automatically testing if
> upgrading from a previous release works; our tests always run on an empty
> database.)
>
> PS: Please never separately install Gradle ("gradle ..."), but always only
> use the Gradle Wrapper ("./gradlew ...) in Fineract, otherwise you risk
> running into version conflicts.
>
>
> On Sun, Oct 4, 2020 at 3:10 PM Mhretaab Brehe <er...@gmail.com> wrote:
>
>> แŒ“แ‹ญแˆ‹แŠ“ Tube,
>> In the beginning, running the tasks with gradle wrapper were throwing
>> some issue on my machine. That is why I installed gradle 6.6. But later I
>> did not face the issue.
>>
>> On Sun, Oct 4, 2020 at 4:05 PM Mhretaab Brehe <er...@gmail.com> wrote:
>>
>>> แŒ“แ‹ญแˆ‹แŠ“ Tube,
>>>
>>> If you follow the following step, hopefully It will work for you as it
>>> did for me :)
>>> Environment Set up
>>>
>>> 1) Install MySQL 5.7 and create a user with username root and password
>>> mysql
>>> 2) Install Java >= 11 (preferably OpenJDK)
>>> 3) Install Gradle >= 6.6
>>> 4) Create the databases fineract_tenants and fineract_default either
>>> manually or by running gradle tasks
>>>                ./gradlew createDB -PdbName=fineract_tenants
>>>                ./gradlew createDB -PdbName=fineract_default
>>> NB: you need to be in fineract-provider directory i.e
>>> path_to/fineract/fineract-provider
>>> 5) You can use the following options to run the application
>>>       i) ./gradlew bootRun
>>>       ii) ./gradlew bootJar then run the artifact java -jar
>>> path_to/fineract/build/libs/fineract-provider.jar
>>>
>>> You can create the war file and deploy it to tomcat server. I did not
>>> try it. But the following to two options, which I prefered, are working for
>>> me.
>>> NB: When running the app for the first time, it could take you long time
>>> as it has to run all the db migration scripts.
>>>
>>> regards
>>>
>>>
>>>
>>> On Sun, Oct 4, 2020 at 2:11 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>>> hello everyone
>>>> I have created fineract war. But, when i run the war file with tomcat.
>>>> I got an error related to database migration. any help/suggestion? here is
>>>> the log file.
>>>>
>>>> 04-Oct-2020 12:02:21.378 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Server version name:
>>>>   Apache Tomcat/9.0.38
>>>> 04-Oct-2020 12:02:21.386 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Server built:
>>>>  Sep 10 2020 08:20:30 UTC
>>>> 04-Oct-2020 12:02:21.387 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Server version
>>>> number: 9.0.38.0
>>>> 04-Oct-2020 12:02:21.387 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:
>>>>   Windows 8.1
>>>> 04-Oct-2020 12:02:21.387 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
>>>>  6.3
>>>> 04-Oct-2020 12:02:21.388 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Architecture:
>>>>  amd64
>>>> 04-Oct-2020 12:02:21.388 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Java Home:
>>>>   C:\Program Files\Java\jdk-11.0.8
>>>> 04-Oct-2020 12:02:21.388 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:
>>>>   11.0.8+10-LTS
>>>> 04-Oct-2020 12:02:21.389 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
>>>>  Oracle Corporation
>>>> 04-Oct-2020 12:02:21.389 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:
>>>>   C:\tomcat
>>>> 04-Oct-2020 12:02:21.389 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:
>>>>   C:\tomcat
>>>> 04-Oct-2020 12:02:21.454 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: --add-opens=java.base/java.lang=ALL-UNNAMED
>>>> 04-Oct-2020 12:02:21.454 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: --add-opens=java.base/java.io=ALL-UNNAMED
>>>> 04-Oct-2020 12:02:21.455 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
>>>> 04-Oct-2020 12:02:21.455 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Djava.util.logging.config.file=C:\tomcat\conf\logging.properties
>>>> 04-Oct-2020 12:02:21.456 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>>>> 04-Oct-2020 12:02:21.456 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Xms2048m
>>>> 04-Oct-2020 12:02:21.459 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Xmx4096m
>>>> 04-Oct-2020 12:02:21.460 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Djdk.tls.ephemeralDHKeySize=2048
>>>> 04-Oct-2020 12:02:21.461 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
>>>> 04-Oct-2020 12:02:21.462 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Dignore.endorsed.dirs=
>>>> 04-Oct-2020 12:02:21.462 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Dcatalina.base=C:\tomcat
>>>> 04-Oct-2020 12:02:21.462 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Dcatalina.home=C:\tomcat
>>>> 04-Oct-2020 12:02:21.463 INFO [main]
>>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>>> argument: -Djava.io.tmpdir=C:\tomcat\temp
>>>> 04-Oct-2020 12:02:22.084 INFO [main]
>>>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache
>>>> Tomcat Native library [1.2.25] using APR version [1.7.0].
>>>> 04-Oct-2020 12:02:22.086 INFO [main]
>>>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR
>>>> capabilities: IPv6 [true], sendfile [true], accept filters [false], random
>>>> [true].
>>>> 04-Oct-2020 12:02:22.089 INFO [main]
>>>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL
>>>> configuration: useAprConnector [false], useOpenSSL [true]
>>>> 04-Oct-2020 12:02:22.154 INFO [main]
>>>> org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL
>>>> successfully initialized [OpenSSL 1.1.1g  21 Apr 2020]
>>>> 04-Oct-2020 12:02:23.110 INFO [main]
>>>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>>>> ["http-nio-8080"]
>>>> 04-Oct-2020 12:02:23.307 INFO [main]
>>>> org.apache.catalina.startup.Catalina.load Server initialization in [2902]
>>>> milliseconds
>>>> 04-Oct-2020 12:02:23.459 INFO [main]
>>>> org.apache.catalina.core.StandardService.startInternal Starting service
>>>> [Catalina]
>>>> 04-Oct-2020 12:02:23.459 INFO [main]
>>>> org.apache.catalina.core.StandardEngine.startInternal Starting Servlet
>>>> engine: [Apache Tomcat/9.0.38]
>>>> 04-Oct-2020 12:02:23.667 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployWAR Deploying web application
>>>> archive [C:\tomcat\webapps\fineract-provider-unknown.war]
>>>> 04-Oct-2020 12:03:52.786 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/lib-provided/].
>>>> 04-Oct-2020 12:03:52.787 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/].
>>>> 04-Oct-2020 12:03:52.797 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HikariCP-3.4.5.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.799 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.validation-api-3.0.0.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.802 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jettison-1.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.804 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-core-5.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.806 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/compiler-0.9.6.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.807 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-asl-1.9.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.809 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jdk8-2.11.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.810 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-module-parameter-names-2.11.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.812 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-email-1.5.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.816 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ical4j-3.0.19.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.818 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.819 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/istack-commons-runtime-3.0.11.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.821 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/org.apache.bval.bundle-2.0.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.822 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-data-jpa-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.823 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-web-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.827 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openpdf-1.3.22.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.829 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr311-api-1.1.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.832 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.834 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.persistence-api-2.2.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.835 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-autoconfigure-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.836 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-actuator-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.838 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/checker-qual-2.11.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.839 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.841 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aop-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.842 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-expression-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.844 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/micrometer-core-1.5.5.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.845 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-core-1.11.852.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.849 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.activation-api-1.2.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.851 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-core-1.19.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.852 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jmespath-java-1.11.852.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.853 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-smart-2.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.854 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.856 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.856 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-support-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.858 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xmlbeans-3.1.0.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.860 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-s3-1.11.852.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.862 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ehcache-3.9.0.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.865 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-broker-5.16.0.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.866 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-json-1.19.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.867 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-4.1.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.868 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-jdbc-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.870 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-web-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.871 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/hawtbuf-1.11.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.872 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/javax.mail-1.6.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.874 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/retrofit-1.9.0.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.875 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jms-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.876 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-multipart-1.19.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.876 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-json-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.877 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jcl-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.879 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/httpcore-4.4.13.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.883 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/gson-2.8.6.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.885 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/serp-1.15.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.887 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-oauth2-2.5.0.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.889 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okio-1.6.0.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.890 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jsr310-2.11.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.892 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/classgraph-4.8.90.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.893 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/curvesapi-1.06.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.894 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/webjars-locator-core-0.46.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.896 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spotbugs-annotations-4.1.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.899 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jdbc-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.900 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-xc-1.9.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.902 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-orm-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.903 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/cache-api-1.1.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.906 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-core-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.907 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-beans-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.909 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-annotations-2.1.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.910 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/accessors-smart-1.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.912 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.transaction-api-1.3.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.916 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/quartz-2.3.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.918 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mimepull-1.9.13.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.920 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.management.j2ee-api-1.1.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.921 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-spring-1.19.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.922 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/LatencyUtils-2.0.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.923 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-web-5.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.925 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-annotations-2.11.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.928 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/tika-core-1.24.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.931 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/j2objc-annotations-1.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.933 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aspects-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.935 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-cache-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.936 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-2.7.5.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.937 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-urlconnection-2.7.5.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.938 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/joda-time-2.8.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.939 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-core-1.2.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.942 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/guava-29.0-jre.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.943 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HdrHistogram-2.1.12.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.944 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.jms-api-2.0.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.946 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xsdlib-2013.6.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.949 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-jaxrs-1.9.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.952 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-autoconfigure-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.954 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-aop-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.956 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ion-java-1.0.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.958 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.959 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-ui-dist-3.34.0.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.960 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/SparseBitSet-1.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.963 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.966 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-2.11.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.967 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-messaging-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.968 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/error_prone_annotations-2.3.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.970 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-4.1.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.972 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-server-1.19.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.974 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-security-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.977 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mchange-commons-java-0.2.15.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:52.980 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-path-2.4.0.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.093 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>>>> found in JAR
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-servlet-1.19.4.jar].
>>>> 04-Oct-2020 12:03:53.200 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>>>> found in JAR
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-webmvc-5.2.6.RELEASE.jar].
>>>> 04-Oct-2020 12:03:53.202 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/failureaccess-1.0.1.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.205 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/drizzle-jdbc-1.4.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.206 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-client-5.15.13.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.208 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xbean-asm8-shaded-4.17.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.210 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openjpa-3.1.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.211 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/flyway-core-6.5.7.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.216 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/snakeyaml-1.26.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.218 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/txw2-2.3.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.219 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr305-3.0.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.221 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-commons-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.223 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-config-5.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.224 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-compress-1.19.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.226 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-tx-5.2.6.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.229 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-logging-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.234 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-databind-2.11.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.236 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-openwire-legacy-5.15.13.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.237 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-classic-1.2.3.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.239 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-jpa-2.3.4.RELEASE.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.240 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-kms-1.11.852.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.241 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-dataformat-cbor-2.11.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.249 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>>> were found in
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-schemas-4.1.2.jar].
>>>> Consider adding the JAR to the
>>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>>> CATALINA_BASE/conf/catalina.properties file.
>>>> 04-Oct-2020 12:03:53.256 INFO [main]
>>>> org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
>>>> for TLDs yet contained no TLDs. Enable debug logging for this logger for a
>>>> complete list of JARs that were scanned but no TLDs were found in them.
>>>> Skipping unneeded JARs during scanning can improve startup time and JSP
>>>> compilation time.
>>>> 04-Oct-2020 12:05:46.887 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query
>>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@3fa5b22c:
>>>> Table 'performance_schema.global_variables' doesn't exist
>>>> 04-Oct-2020 12:05:46.932 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query
>>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@63a9df26:
>>>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>>>> 04-Oct-2020 12:05:47.801 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query
>>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@fcdd4f5:
>>>> Table 'performance_schema.global_variables' doesn't exist
>>>> 04-Oct-2020 12:05:47.804 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query
>>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d84bbe0:
>>>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>>>> 04-Oct-2020 12:05:48.493 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query
>>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d14f347:
>>>> Table 'performance_schema.global_variables' doesn't exist
>>>> 04-Oct-2020 12:05:48.496 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query
>>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@56bc7ebe:
>>>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>>>> 04-Oct-2020 12:05:55.668 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query
>>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@4ff15e5b:
>>>> Table 'performance_schema.global_variables' doesn't exist
>>>> 04-Oct-2020 12:05:55.670 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query
>>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@48930622:
>>>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>>>> 04-Oct-2020 12:06:15.434 WARNING [main]
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>>> execute query org.drizzle.jdbc.internal.common.query.DrizzleQuery@66a67a00:
>>>> Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> 04-Oct-2020 12:06:15.870 SEVERE [main]
>>>> org.apache.catalina.startup.HostConfig.deployWAR Error deploying web
>>>> application archive [C:\tomcat\webapps\fineract-provider-unknown.war]
>>>> java.lang.IllegalStateException: Error starting child
>>>> at
>>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
>>>> at
>>>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
>>>> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)
>>>> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
>>>> at
>>>> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
>>>> at
>>>> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>>>> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>>>> at
>>>> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>>>> at
>>>> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
>>>> at
>>>> org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
>>>> at
>>>> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
>>>> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
>>>> at
>>>> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
>>>> at
>>>> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>>>> at
>>>> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
>>>> at
>>>> org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
>>>> at
>>>> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
>>>> at
>>>> org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)
>>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>>> at
>>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
>>>> at
>>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
>>>> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>>>> at
>>>> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>>>> at
>>>> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
>>>> at
>>>> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
>>>> at
>>>> org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
>>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>>> at
>>>> org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
>>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>>> at
>>>> org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
>>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>>> at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
>>>> at
>>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> at
>>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>>> at
>>>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>>> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
>>>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
>>>> Caused by: org.apache.catalina.LifecycleException: Failed to start
>>>> component
>>>> [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fineract-provider-unknown]]
>>>> at
>>>> org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
>>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
>>>> at
>>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
>>>> ... 37 more
>>>> Caused by: org.springframework.context.ApplicationContextException:
>>>> Unable to start web server; nested exception is
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name
>>>> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
>>>> Unsatisfied dependency expressed through field
>>>> 'basicAuthenticationProcessingFilter'; nested exception is
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>>>> file
>>>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>>>> Unsatisfied dependency expressed through constructor parameter 0; nested
>>>> exception is org.springframework.beans.factory.BeanCreationException: Error
>>>> creating bean with name
>>>> 'org.springframework.security.authenticationManager': Cannot resolve
>>>> reference to bean 'customAuthenticationProvider' while setting constructor
>>>> argument with key [0]; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'customAuthenticationProvider' defined in URL
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>>> property 'userDetailsService'; nested exception is
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>>> expressed through field 'platformUserRepository'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'appUserRepository' defined in
>>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>>> property 'entityManager'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161)
>>>> at
>>>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
>>>> at
>>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
>>>> at
>>>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
>>>> at
>>>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
>>>> at
>>>> org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
>>>> at
>>>> org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
>>>> at
>>>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:173)
>>>> at
>>>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:153)
>>>> at
>>>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:95)
>>>> at
>>>> org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
>>>> at
>>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5128)
>>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>>> ... 38 more
>>>> Caused by:
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name
>>>> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
>>>> Unsatisfied dependency expressed through field
>>>> 'basicAuthenticationProcessingFilter'; nested exception is
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>>>> file
>>>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>>>> Unsatisfied dependency expressed through constructor parameter 0; nested
>>>> exception is org.springframework.beans.factory.BeanCreationException: Error
>>>> creating bean with name
>>>> 'org.springframework.security.authenticationManager': Cannot resolve
>>>> reference to bean 'customAuthenticationProvider' while setting constructor
>>>> argument with key [0]; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'customAuthenticationProvider' defined in URL
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>>> property 'userDetailsService'; nested exception is
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>>> expressed through field 'platformUserRepository'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'appUserRepository' defined in
>>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>>> property 'entityManager'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
>>>> at
>>>> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
>>>> at
>>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
>>>> at
>>>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
>>>> at
>>>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
>>>> at
>>>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
>>>> at
>>>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
>>>> at
>>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:255)
>>>> at
>>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:229)
>>>> at
>>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186)
>>>> at
>>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:158)
>>>> ... 50 more
>>>> Caused by:
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>>>> file
>>>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>>>> Unsatisfied dependency expressed through constructor parameter 0; nested
>>>> exception is org.springframework.beans.factory.BeanCreationException: Error
>>>> creating bean with name
>>>> 'org.springframework.security.authenticationManager': Cannot resolve
>>>> reference to bean 'customAuthenticationProvider' while setting constructor
>>>> argument with key [0]; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'customAuthenticationProvider' defined in URL
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>>> property 'userDetailsService'; nested exception is
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>>> expressed through field 'platformUserRepository'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'appUserRepository' defined in
>>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>>> property 'entityManager'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:228)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>>> at
>>>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>>>> at
>>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
>>>> ... 76 more
>>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>>> Error creating bean with name
>>>> 'org.springframework.security.authenticationManager': Cannot resolve
>>>> reference to bean 'customAuthenticationProvider' while setting constructor
>>>> argument with key [0]; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'customAuthenticationProvider' defined in URL
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>>> property 'userDetailsService'; nested exception is
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>>> expressed through field 'platformUserRepository'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'appUserRepository' defined in
>>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>>> property 'entityManager'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173)
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>>> at
>>>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
>>>> ... 89 more
>>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>>> Error creating bean with name 'customAuthenticationProvider' defined in URL
>>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>>> property 'userDetailsService'; nested exception is
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>>> expressed through field 'platformUserRepository'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'appUserRepository' defined in
>>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>>> property 'entityManager'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>>>> ... 107 more
>>>> Caused by:
>>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>>> expressed through field 'platformUserRepository'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'appUserRepository' defined in
>>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>>> property 'entityManager'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
>>>> at
>>>> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
>>>> at
>>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>>>> ... 117 more
>>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>>> Error creating bean with name 'appUserRepository' defined in
>>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>>> property 'entityManager'; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>>> at
>>>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>>>> at
>>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
>>>> ... 127 more
>>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>>> Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve
>>>> reference to bean 'entityManagerFactory' while setting constructor
>>>> argument; nested exception is
>>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>> at
>>>> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:508)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:374)
>>>> ... 140 more
>>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>>> Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of
>>>> init method failed; nested exception is
>>>> org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>>> at
>>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
>>>> at
>>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>>> at
>>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>>>> ... 148 more
>>>> Caused by: org.flywaydb.core.api.FlywayException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>>> username: root
>>>> at
>>>> org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:89)
>>>> at
>>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>> Method)
>>>> at
>>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>>> at
>>>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>>> at
>>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
>>>> at
>>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
>>>> at
>>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
>>>> ... 159 more
>>>> Caused by:
>>>> org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>>
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:369)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282)
>>>> at
>>>> org.flywaydb.core.internal.jdbc.TransactionalExecutionTemplate.execute(TransactionalExecutionTemplate.java:66)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:162)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:159)
>>>> at
>>>> org.flywaydb.core.internal.database.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
>>>> at
>>>> org.flywaydb.core.internal.database.mysql.MySQLConnection.lock(MySQLConnection.java:161)
>>>> at
>>>> org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:140)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:159)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:137)
>>>> at org.flywaydb.core.Flyway$1.execute(Flyway.java:206)
>>>> at org.flywaydb.core.Flyway$1.execute(Flyway.java:158)
>>>> at org.flywaydb.core.Flyway.execute(Flyway.java:527)
>>>> at org.flywaydb.core.Flyway.migrate(Flyway.java:158)
>>>> at
>>>> org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:85)
>>>> ... 166 more
>>>> Caused by:
>>>> org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException:
>>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>>> ------------------------------------------------------
>>>> SQL State  : HY000
>>>> Error Code : 1831
>>>> Message    : Duplicate index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> Location   :
>>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>>> Line       : 302
>>>> Statement  : -- DDL for organisation wide related concepts
>>>> CREATE TABLE `m_portfolio_command_source` (
>>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>>   `action_name` varchar(50) NOT NULL,
>>>>   `entity_name` varchar(50) NOT NULL,
>>>>   `office_id` BIGINT DEFAULT NULL,
>>>>   `group_id` BIGINT DEFAULT NULL,
>>>>   `client_id` BIGINT DEFAULT NULL,
>>>>   `loan_id` BIGINT DEFAULT NULL,
>>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>>   `api_get_url` varchar(100) NOT NULL,
>>>>   `resource_id` BIGINT DEFAULT NULL,
>>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>>   `command_as_json` text NOT NULL,
>>>>   `maker_id` BIGINT NOT NULL,
>>>>   `made_on_date` datetime NOT NULL,
>>>>   `checker_id` BIGINT DEFAULT NULL,
>>>>   `checked_on_date` datetime DEFAULT NULL,
>>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>>   PRIMARY KEY (`id`),
>>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>>   KEY `action_name` (`action_name`),
>>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>>   KEY `made_on_date` (`made_on_date`),
>>>>   KEY `checked_on_date` (`checked_on_date`),
>>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>>   KEY `office_id` (`office_id`),
>>>>   KEY `group_id` (`office_id`),
>>>>   KEY `client_id` (`office_id`),
>>>>   KEY `loan_id` (`office_id`),
>>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>>> REFERENCES `m_appuser` (`id`),
>>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>>> `m_appuser` (`id`)
>>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>>
>>>> at
>>>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:274)
>>>> at
>>>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:219)
>>>> at
>>>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:127)
>>>> at
>>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.executeOnce(SqlMigrationExecutor.java:88)
>>>> at
>>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.access$000(SqlMigrationExecutor.java:33)
>>>> at
>>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:77)
>>>> at
>>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:74)
>>>> at
>>>> org.flywaydb.core.internal.database.DefaultExecutionStrategy.execute(DefaultExecutionStrategy.java:28)
>>>> at
>>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:74)
>>>> at
>>>> org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:366)
>>>> ... 184 more
>>>> Caused by: java.sql.SQLException: Duplicate index 'group_id' defined on
>>>> the table 'fineract_default.m_portfolio_command_source'. This is deprecated
>>>> and will be disallowed in a future release.
>>>> at
>>>> org.drizzle.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:108)
>>>> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:218)
>>>> at
>>>> org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244)
>>>> at
>>>> org.flywaydb.core.internal.sqlscript.ParsedSqlStatement.execute(ParsedSqlStatement.java:111)
>>>> at
>>>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:207)
>>>> ... 192 more
>>>> Caused by: org.drizzle.jdbc.internal.common.QueryException: Duplicate
>>>> index 'group_id' defined on the table
>>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>>> be disallowed in a future release.
>>>> at
>>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:466)
>>>> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:210)
>>>> ... 195 more
>>>> 04-Oct-2020 12:06:16.089 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web
>>>> application archive [C:\tomcat\webapps\fineract-provider-unknown.war] has
>>>> finished in [232,406] ms
>>>> 04-Oct-2020 12:06:16.090 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>>> application directory [C:\tomcat\webapps\docs]
>>>> 04-Oct-2020 12:06:16.238 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/].
>>>> 04-Oct-2020 12:06:16.381 WARNING [main]
>>>> org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation
>>>> of SecureRandom instance for session ID generation using [SHA1PRNG] took
>>>> [132] milliseconds.
>>>> 04-Oct-2020 12:06:16.412 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>>> application directory [C:\tomcat\webapps\docs] has finished in [321] ms
>>>> 04-Oct-2020 12:06:16.413 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>>> application directory [C:\tomcat\webapps\examples]
>>>> 04-Oct-2020 12:06:19.290 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/jsp/applet/].
>>>> 04-Oct-2020 12:06:19.290 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
>>>> in resource path [/WEB-INF/jsp/].
>>>> 04-Oct-2020 12:06:19.291 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/tags/].
>>>> 04-Oct-2020 12:06:19.295 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
>>>> in resource path [/WEB-INF/jsp2/].
>>>> 04-Oct-2020 12:06:19.297 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/].
>>>> 04-Oct-2020 12:06:19.364 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>>>> found in JAR
>>>> [file:/C:/tomcat/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar].
>>>> 04-Oct-2020 12:06:19.511 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>>> application directory [C:\tomcat\webapps\examples] has finished in [3,098]
>>>> ms
>>>> 04-Oct-2020 12:06:19.512 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>>> application directory [C:\tomcat\webapps\host-manager]
>>>> 04-Oct-2020 12:06:19.649 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/jsp/].
>>>> 04-Oct-2020 12:06:19.649 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/].
>>>> 04-Oct-2020 12:06:19.658 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>>> application directory [C:\tomcat\webapps\host-manager] has finished in
>>>> [146] ms
>>>> 04-Oct-2020 12:06:19.659 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>>> application directory [C:\tomcat\webapps\manager]
>>>> 04-Oct-2020 12:06:19.734 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/jsp/].
>>>> 04-Oct-2020 12:06:19.734 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/].
>>>> 04-Oct-2020 12:06:19.739 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>>> application directory [C:\tomcat\webapps\manager] has finished in [80] ms
>>>> 04-Oct-2020 12:06:19.740 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>>> application directory [C:\tomcat\webapps\OLDROOT]
>>>> 04-Oct-2020 12:06:19.800 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/].
>>>> 04-Oct-2020 12:06:19.803 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>>> application directory [C:\tomcat\webapps\OLDROOT] has finished in [64] ms
>>>> 04-Oct-2020 12:06:19.804 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>>> application directory [C:\tomcat\webapps\ROOT]
>>>> 04-Oct-2020 12:06:19.869 FINE [main]
>>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>>> found in resource path [/WEB-INF/].
>>>> 04-Oct-2020 12:06:19.899 INFO [main]
>>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>>> application directory [C:\tomcat\webapps\ROOT] has finished in [95] ms
>>>> 04-Oct-2020 12:06:19.934 INFO [main]
>>>> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>>>> ["http-nio-8080"]
>>>> 04-Oct-2020 12:06:19.971 INFO [main]
>>>> org.apache.catalina.startup.Catalina.start Server startup in [236662]
>>>> milliseconds
>>>> 04-Oct-2020 12:06:57.996 INFO [http-nio-8080-exec-5]
>>>> org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request
>>>> header
>>>>  Note: further occurrences of HTTP request parsing errors will be
>>>> logged at DEBUG level.
>>>> java.lang.IllegalArgumentException: Invalid character found in method
>>>> name
>>>> [0x160x030x010x020x000x010x000x010xfc0x030x030x8b0x820x11bU~0xa00xa40xf40xcd0xf30x7f]0xabS0xc20xc8Y0x9f0x82O`&0xdd].
>>>> HTTP method names must be tokens
>>>> at
>>>> org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:413)
>>>> at
>>>> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
>>>> at
>>>> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
>>>> at
>>>> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
>>>> at
>>>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
>>>> at
>>>> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>>>> at
>>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>>> at
>>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>>> at
>>>> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>>>> at java.base/java.lang.Thread.run(Thread.java:834)
>>>>
>>>> On Fri, 2 Oct 2020 at 15:33, Michael Vorburger <mi...@vorburger.ch>
>>>> wrote:
>>>>
>>>>>
>>>>> https://www.google.com/search?q=this+version+of+the+Java+Runtime+only+recogni+zes+class+file+versions+up+to+52.0
>>>>>
>>>>>
>>>>> On Fri, Oct 2, 2020 at 3:43 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I wanted to generate a fineract jar file rather than war. and i have
>>>>>> generated a jar file called *fineract-provider-unknown.jar. *But,
>>>>>> when I wanted to Start it using java -jar
>>>>>> build/libs/fineract-provider-unknown.jar  I got this error any
>>>>>> help/suggestion?
>>>>>>
>>>>>> C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-develop>java
>>>>>> -jar
>>>>>>  build/libs/fineract-provider-unknown.jar
>>>>>> Exception in thread "main" java.lang.UnsupportedClassVersionError:
>>>>>> org/apache/fi
>>>>>> neract/ServerApplication has been compiled by a more recent version
>>>>>> of the Java
>>>>>> Runtime (class file version 55.0), this version of the Java Runtime
>>>>>> only recogni
>>>>>> zes class file versions up to 52.0
>>>>>>         at java.lang.ClassLoader.defineClass1(Native Method)
>>>>>>         at java.lang.ClassLoader.defineClass(Unknown Source)
>>>>>>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>>>>>>         at java.net.URLClassLoader.defineClass(Unknown Source)
>>>>>>         at java.net.URLClassLoader.access$100(Unknown Source)
>>>>>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>>>>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>>>>>         at java.security.AccessController.doPrivileged(Native Method)
>>>>>>         at java.net.URLClassLoader.findClass(Unknown Source)
>>>>>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>>>>>         at
>>>>>> org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
>>>>>> chedURLClassLoader.java:151)
>>>>>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>>>>>         at java.lang.Class.forName0(Native Method)
>>>>>>         at java.lang.Class.forName(Unknown Source)
>>>>>>         at
>>>>>> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
>>>>>> .java:46)
>>>>>>         at
>>>>>> org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
>>>>>>         at
>>>>>> org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
>>>>>>         at
>>>>>> org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
>>>>>>
>>>>>> On Thu, 1 Oct 2020 at 18:38, Michael Vorburger <mi...@vorburger.ch>
>>>>>> wrote:
>>>>>>
>>>>>>> On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> hi.
>>>>>>>>
>>>>>>>>> fiinally. i have created the fineract war file using gradlew
>>>>>>>>>> clean war command. the above problem was @ build.gradle line 208
>>>>>>>>>> & the
>>>>>>>>>> error had been taken care of by the following PR
>>>>>>>>>> https://github.com/apache/fineract/pull/1359. but,
>>>>>>>>>
>>>>>>>>> after creating the war file successfully and deploy into tomcat
>>>>>>>> server.  i got the message "couldn't connect to server". any help? here is
>>>>>>>> the log file.
>>>>>>>>
>>>>>>>
>>>>>>> Unfortunately not, as no error message shown below, so difficult to
>>>>>>> help here.
>>>>>>>
>>>>>>>
>>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployWAR
>>>>>>>> INFO: Deployment of web application archive
>>>>>>>> [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
>>>>>>>> ms
>>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
>>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig
>>>>>>>> execute
>>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deployment of web application directory
>>>>>>>> [C:\tomcat\webapps\docs] has finished in [249] ms
>>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deploying web application directory
>>>>>>>> [C:\tomcat\webapps\examples]
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig
>>>>>>>> execute
>>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deployment of web application directory
>>>>>>>> [C:\tomcat\webapps\examples] has finished in [3,137] ms
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deploying web application directory
>>>>>>>> [C:\tomcat\webapps\host-manager]
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig
>>>>>>>> execute
>>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deployment of web application directory
>>>>>>>> [C:\tomcat\webapps\host-manager] has finished in [242] ms
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deploying web application directory
>>>>>>>> [C:\tomcat\webapps\manager]
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig
>>>>>>>> execute
>>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deployment of web application directory
>>>>>>>> [C:\tomcat\webapps\manager] has finished in [187] ms
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deploying web application directory
>>>>>>>> [C:\tomcat\webapps\OLDROOT]
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig
>>>>>>>> execute
>>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deployment of web application directory
>>>>>>>> [C:\tomcat\webapps\OLDROOT] has finished in [137] ms
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig
>>>>>>>> execute
>>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>>> deployDirectory
>>>>>>>> INFO: Deployment of web application directory
>>>>>>>> [C:\tomcat\webapps\ROOT] has finished in [100] ms
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
>>>>>>>> INFO: Starting ProtocolHandler ["http-bio-8443"]
>>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
>>>>>>>> INFO: Server startup in 69703 ms
>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
แŒ“แ‹ญแˆ‹แŠ“ Tube, the reason for your start-up failure seem to be a number of
duplicate indexes on your presumably existing database from a previous
release,  did you notice the respective errors in the log you've shared?
They are relatively clearly showing which Flyway DB migrating script is
applying an index which you, apparently, somehow already have. You will
want to manually work around that.

I'm hoping this is just because you have manually added indexes to your DB,
and not something everyone upgrading from 1.3.0 will run into... if others
do, please shout. (FYI we're not actually automatically testing if
upgrading from a previous release works; our tests always run on an empty
database.)

PS: Please never separately install Gradle ("gradle ..."), but always only
use the Gradle Wrapper ("./gradlew ...) in Fineract, otherwise you risk
running into version conflicts.


On Sun, Oct 4, 2020 at 3:10 PM Mhretaab Brehe <er...@gmail.com> wrote:

> แŒ“แ‹ญแˆ‹แŠ“ Tube,
> In the beginning, running the tasks with gradle wrapper were throwing some
> issue on my machine. That is why I installed gradle 6.6. But later I did
> not face the issue.
>
> On Sun, Oct 4, 2020 at 4:05 PM Mhretaab Brehe <er...@gmail.com> wrote:
>
>> แŒ“แ‹ญแˆ‹แŠ“ Tube,
>>
>> If you follow the following step, hopefully It will work for you as it
>> did for me :)
>> Environment Set up
>>
>> 1) Install MySQL 5.7 and create a user with username root and password
>> mysql
>> 2) Install Java >= 11 (preferably OpenJDK)
>> 3) Install Gradle >= 6.6
>> 4) Create the databases fineract_tenants and fineract_default either
>> manually or by running gradle tasks
>>                ./gradlew createDB -PdbName=fineract_tenants
>>                ./gradlew createDB -PdbName=fineract_default
>> NB: you need to be in fineract-provider directory i.e
>> path_to/fineract/fineract-provider
>> 5) You can use the following options to run the application
>>       i) ./gradlew bootRun
>>       ii) ./gradlew bootJar then run the artifact java -jar
>> path_to/fineract/build/libs/fineract-provider.jar
>>
>> You can create the war file and deploy it to tomcat server. I did not try
>> it. But the following to two options, which I prefered, are working for me.
>> NB: When running the app for the first time, it could take you long time
>> as it has to run all the db migration scripts.
>>
>> regards
>>
>>
>>
>> On Sun, Oct 4, 2020 at 2:11 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> hello everyone
>>> I have created fineract war. But, when i run the war file with tomcat. I
>>> got an error related to database migration. any help/suggestion? here is
>>> the log file.
>>>
>>> 04-Oct-2020 12:02:21.378 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Server version name:
>>>   Apache Tomcat/9.0.38
>>> 04-Oct-2020 12:02:21.386 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Server built:
>>>  Sep 10 2020 08:20:30 UTC
>>> 04-Oct-2020 12:02:21.387 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Server version
>>> number: 9.0.38.0
>>> 04-Oct-2020 12:02:21.387 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:
>>>   Windows 8.1
>>> 04-Oct-2020 12:02:21.387 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
>>>  6.3
>>> 04-Oct-2020 12:02:21.388 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Architecture:
>>>  amd64
>>> 04-Oct-2020 12:02:21.388 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Java Home:
>>>   C:\Program Files\Java\jdk-11.0.8
>>> 04-Oct-2020 12:02:21.388 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:
>>>   11.0.8+10-LTS
>>> 04-Oct-2020 12:02:21.389 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
>>>  Oracle Corporation
>>> 04-Oct-2020 12:02:21.389 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:
>>>   C:\tomcat
>>> 04-Oct-2020 12:02:21.389 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:
>>>   C:\tomcat
>>> 04-Oct-2020 12:02:21.454 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: --add-opens=java.base/java.lang=ALL-UNNAMED
>>> 04-Oct-2020 12:02:21.454 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: --add-opens=java.base/java.io=ALL-UNNAMED
>>> 04-Oct-2020 12:02:21.455 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
>>> 04-Oct-2020 12:02:21.455 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Djava.util.logging.config.file=C:\tomcat\conf\logging.properties
>>> 04-Oct-2020 12:02:21.456 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>>> 04-Oct-2020 12:02:21.456 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Xms2048m
>>> 04-Oct-2020 12:02:21.459 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Xmx4096m
>>> 04-Oct-2020 12:02:21.460 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Djdk.tls.ephemeralDHKeySize=2048
>>> 04-Oct-2020 12:02:21.461 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
>>> 04-Oct-2020 12:02:21.462 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Dignore.endorsed.dirs=
>>> 04-Oct-2020 12:02:21.462 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Dcatalina.base=C:\tomcat
>>> 04-Oct-2020 12:02:21.462 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Dcatalina.home=C:\tomcat
>>> 04-Oct-2020 12:02:21.463 INFO [main]
>>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>>> argument: -Djava.io.tmpdir=C:\tomcat\temp
>>> 04-Oct-2020 12:02:22.084 INFO [main]
>>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache
>>> Tomcat Native library [1.2.25] using APR version [1.7.0].
>>> 04-Oct-2020 12:02:22.086 INFO [main]
>>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR
>>> capabilities: IPv6 [true], sendfile [true], accept filters [false], random
>>> [true].
>>> 04-Oct-2020 12:02:22.089 INFO [main]
>>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL
>>> configuration: useAprConnector [false], useOpenSSL [true]
>>> 04-Oct-2020 12:02:22.154 INFO [main]
>>> org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL
>>> successfully initialized [OpenSSL 1.1.1g  21 Apr 2020]
>>> 04-Oct-2020 12:02:23.110 INFO [main]
>>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>>> ["http-nio-8080"]
>>> 04-Oct-2020 12:02:23.307 INFO [main]
>>> org.apache.catalina.startup.Catalina.load Server initialization in [2902]
>>> milliseconds
>>> 04-Oct-2020 12:02:23.459 INFO [main]
>>> org.apache.catalina.core.StandardService.startInternal Starting service
>>> [Catalina]
>>> 04-Oct-2020 12:02:23.459 INFO [main]
>>> org.apache.catalina.core.StandardEngine.startInternal Starting Servlet
>>> engine: [Apache Tomcat/9.0.38]
>>> 04-Oct-2020 12:02:23.667 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployWAR Deploying web application
>>> archive [C:\tomcat\webapps\fineract-provider-unknown.war]
>>> 04-Oct-2020 12:03:52.786 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/lib-provided/].
>>> 04-Oct-2020 12:03:52.787 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/].
>>> 04-Oct-2020 12:03:52.797 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HikariCP-3.4.5.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.799 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.validation-api-3.0.0.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.802 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jettison-1.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.804 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-core-5.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.806 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/compiler-0.9.6.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.807 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-asl-1.9.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.809 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jdk8-2.11.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.810 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-module-parameter-names-2.11.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.812 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-email-1.5.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.816 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ical4j-3.0.19.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.818 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.819 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/istack-commons-runtime-3.0.11.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.821 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/org.apache.bval.bundle-2.0.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.822 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-data-jpa-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.823 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-web-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.827 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openpdf-1.3.22.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.829 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr311-api-1.1.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.832 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.834 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.persistence-api-2.2.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.835 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-autoconfigure-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.836 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-actuator-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.838 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/checker-qual-2.11.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.839 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.841 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aop-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.842 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-expression-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.844 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/micrometer-core-1.5.5.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.845 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-core-1.11.852.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.849 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.activation-api-1.2.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.851 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-core-1.19.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.852 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jmespath-java-1.11.852.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.853 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-smart-2.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.854 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.856 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.856 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-support-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.858 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xmlbeans-3.1.0.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.860 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-s3-1.11.852.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.862 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ehcache-3.9.0.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.865 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-broker-5.16.0.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.866 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-json-1.19.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.867 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-4.1.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.868 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-jdbc-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.870 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-web-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.871 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/hawtbuf-1.11.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.872 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/javax.mail-1.6.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.874 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/retrofit-1.9.0.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.875 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jms-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.876 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-multipart-1.19.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.876 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-json-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.877 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jcl-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.879 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/httpcore-4.4.13.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.883 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/gson-2.8.6.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.885 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/serp-1.15.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.887 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-oauth2-2.5.0.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.889 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okio-1.6.0.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.890 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jsr310-2.11.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.892 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/classgraph-4.8.90.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.893 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/curvesapi-1.06.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.894 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/webjars-locator-core-0.46.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.896 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spotbugs-annotations-4.1.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.899 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jdbc-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.900 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-xc-1.9.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.902 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-orm-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.903 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/cache-api-1.1.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.906 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-core-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.907 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-beans-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.909 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-annotations-2.1.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.910 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/accessors-smart-1.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.912 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.transaction-api-1.3.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.916 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/quartz-2.3.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.918 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mimepull-1.9.13.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.920 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.management.j2ee-api-1.1.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.921 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-spring-1.19.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.922 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/LatencyUtils-2.0.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.923 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-web-5.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.925 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-annotations-2.11.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.928 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/tika-core-1.24.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.931 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/j2objc-annotations-1.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.933 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aspects-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.935 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-cache-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.936 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-2.7.5.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.937 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-urlconnection-2.7.5.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.938 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/joda-time-2.8.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.939 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-core-1.2.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.942 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/guava-29.0-jre.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.943 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HdrHistogram-2.1.12.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.944 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.jms-api-2.0.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.946 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xsdlib-2013.6.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.949 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-jaxrs-1.9.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.952 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-autoconfigure-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.954 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-aop-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.956 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ion-java-1.0.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.958 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.959 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-ui-dist-3.34.0.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.960 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/SparseBitSet-1.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.963 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.966 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-2.11.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.967 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-messaging-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.968 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/error_prone_annotations-2.3.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.970 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-4.1.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.972 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-server-1.19.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.974 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-security-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.977 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mchange-commons-java-0.2.15.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:52.980 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-path-2.4.0.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.093 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>>> found in JAR
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-servlet-1.19.4.jar].
>>> 04-Oct-2020 12:03:53.200 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>>> found in JAR
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-webmvc-5.2.6.RELEASE.jar].
>>> 04-Oct-2020 12:03:53.202 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/failureaccess-1.0.1.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.205 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/drizzle-jdbc-1.4.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.206 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-client-5.15.13.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.208 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xbean-asm8-shaded-4.17.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.210 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openjpa-3.1.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.211 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/flyway-core-6.5.7.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.216 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/snakeyaml-1.26.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.218 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/txw2-2.3.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.219 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr305-3.0.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.221 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-commons-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.223 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-config-5.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.224 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-compress-1.19.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.226 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-tx-5.2.6.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.229 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-logging-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.234 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-databind-2.11.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.236 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-openwire-legacy-5.15.13.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.237 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-classic-1.2.3.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.239 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-jpa-2.3.4.RELEASE.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.240 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-kms-1.11.852.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.241 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-dataformat-cbor-2.11.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.249 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>>> were found in
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-schemas-4.1.2.jar].
>>> Consider adding the JAR to the
>>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>>> CATALINA_BASE/conf/catalina.properties file.
>>> 04-Oct-2020 12:03:53.256 INFO [main]
>>> org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
>>> for TLDs yet contained no TLDs. Enable debug logging for this logger for a
>>> complete list of JARs that were scanned but no TLDs were found in them.
>>> Skipping unneeded JARs during scanning can improve startup time and JSP
>>> compilation time.
>>> 04-Oct-2020 12:05:46.887 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query
>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@3fa5b22c:
>>> Table 'performance_schema.global_variables' doesn't exist
>>> 04-Oct-2020 12:05:46.932 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query
>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@63a9df26:
>>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>>> 04-Oct-2020 12:05:47.801 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query
>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@fcdd4f5:
>>> Table 'performance_schema.global_variables' doesn't exist
>>> 04-Oct-2020 12:05:47.804 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query
>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d84bbe0:
>>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>>> 04-Oct-2020 12:05:48.493 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query
>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d14f347:
>>> Table 'performance_schema.global_variables' doesn't exist
>>> 04-Oct-2020 12:05:48.496 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query
>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@56bc7ebe:
>>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>>> 04-Oct-2020 12:05:55.668 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query
>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@4ff15e5b:
>>> Table 'performance_schema.global_variables' doesn't exist
>>> 04-Oct-2020 12:05:55.670 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query
>>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@48930622:
>>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>>> 04-Oct-2020 12:06:15.434 WARNING [main]
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>>> execute query org.drizzle.jdbc.internal.common.query.DrizzleQuery@66a67a00:
>>> Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> 04-Oct-2020 12:06:15.870 SEVERE [main]
>>> org.apache.catalina.startup.HostConfig.deployWAR Error deploying web
>>> application archive [C:\tomcat\webapps\fineract-provider-unknown.war]
>>> java.lang.IllegalStateException: Error starting child
>>> at
>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
>>> at
>>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
>>> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)
>>> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
>>> at
>>> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
>>> at
>>> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>>> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>>> at
>>> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>>> at
>>> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
>>> at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
>>> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
>>> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
>>> at
>>> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
>>> at
>>> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>>> at
>>> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
>>> at
>>> org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
>>> at
>>> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
>>> at
>>> org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)
>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>> at
>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
>>> at
>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
>>> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>>> at
>>> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>>> at
>>> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
>>> at
>>> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
>>> at
>>> org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>> at
>>> org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>> at
>>> org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>> at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
>>> at
>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> at
>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>> at
>>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
>>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
>>> Caused by: org.apache.catalina.LifecycleException: Failed to start
>>> component
>>> [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fineract-provider-unknown]]
>>> at
>>> org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
>>> at
>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
>>> ... 37 more
>>> Caused by: org.springframework.context.ApplicationContextException:
>>> Unable to start web server; nested exception is
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name
>>> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
>>> Unsatisfied dependency expressed through field
>>> 'basicAuthenticationProcessingFilter'; nested exception is
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>>> file
>>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>>> Unsatisfied dependency expressed through constructor parameter 0; nested
>>> exception is org.springframework.beans.factory.BeanCreationException: Error
>>> creating bean with name
>>> 'org.springframework.security.authenticationManager': Cannot resolve
>>> reference to bean 'customAuthenticationProvider' while setting constructor
>>> argument with key [0]; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'customAuthenticationProvider' defined in URL
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>> property 'userDetailsService'; nested exception is
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>> expressed through field 'platformUserRepository'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'appUserRepository' defined in
>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>> property 'entityManager'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161)
>>> at
>>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
>>> at
>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
>>> at
>>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
>>> at
>>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
>>> at
>>> org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
>>> at
>>> org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
>>> at
>>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:173)
>>> at
>>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:153)
>>> at
>>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:95)
>>> at
>>> org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
>>> at
>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5128)
>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>> ... 38 more
>>> Caused by:
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name
>>> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
>>> Unsatisfied dependency expressed through field
>>> 'basicAuthenticationProcessingFilter'; nested exception is
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>>> file
>>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>>> Unsatisfied dependency expressed through constructor parameter 0; nested
>>> exception is org.springframework.beans.factory.BeanCreationException: Error
>>> creating bean with name
>>> 'org.springframework.security.authenticationManager': Cannot resolve
>>> reference to bean 'customAuthenticationProvider' while setting constructor
>>> argument with key [0]; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'customAuthenticationProvider' defined in URL
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>> property 'userDetailsService'; nested exception is
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>> expressed through field 'platformUserRepository'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'appUserRepository' defined in
>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>> property 'entityManager'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
>>> at
>>> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
>>> at
>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>> at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>> at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
>>> at
>>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
>>> at
>>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
>>> at
>>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
>>> at
>>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
>>> at
>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:255)
>>> at
>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:229)
>>> at
>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186)
>>> at
>>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:158)
>>> ... 50 more
>>> Caused by:
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>>> file
>>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>>> Unsatisfied dependency expressed through constructor parameter 0; nested
>>> exception is org.springframework.beans.factory.BeanCreationException: Error
>>> creating bean with name
>>> 'org.springframework.security.authenticationManager': Cannot resolve
>>> reference to bean 'customAuthenticationProvider' while setting constructor
>>> argument with key [0]; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'customAuthenticationProvider' defined in URL
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>> property 'userDetailsService'; nested exception is
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>> expressed through field 'platformUserRepository'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'appUserRepository' defined in
>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>> property 'entityManager'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:228)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>> at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>> at
>>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>>> at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>>> at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>>> at
>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
>>> ... 76 more
>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>> Error creating bean with name
>>> 'org.springframework.security.authenticationManager': Cannot resolve
>>> reference to bean 'customAuthenticationProvider' while setting constructor
>>> argument with key [0]; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'customAuthenticationProvider' defined in URL
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>> property 'userDetailsService'; nested exception is
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>> expressed through field 'platformUserRepository'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'appUserRepository' defined in
>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>> property 'entityManager'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173)
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>> at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>> at
>>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>>> at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>>> at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
>>> ... 89 more
>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>> Error creating bean with name 'customAuthenticationProvider' defined in URL
>>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>>> property 'userDetailsService'; nested exception is
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>> expressed through field 'platformUserRepository'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'appUserRepository' defined in
>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>> property 'entityManager'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>> at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>>> ... 107 more
>>> Caused by:
>>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>>> creating bean with name 'userDetailsService': Unsatisfied dependency
>>> expressed through field 'platformUserRepository'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'appUserRepository' defined in
>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>> property 'entityManager'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
>>> at
>>> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
>>> at
>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>> at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>>> ... 117 more
>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>> Error creating bean with name 'appUserRepository' defined in
>>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>>> property 'entityManager'; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>>> 'entityManagerFactory' while setting constructor argument; nested exception
>>> is org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>> at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>> at
>>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>>> at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>>> at
>>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>>> at
>>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
>>> ... 127 more
>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>> Error creating bean with name '(inner bean)#2e22d9c2': Cannot resolve
>>> reference to bean 'entityManagerFactory' while setting constructor
>>> argument; nested exception is
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>> at
>>> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:508)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:374)
>>> ... 140 more
>>> Caused by: org.springframework.beans.factory.BeanCreationException:
>>> Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of
>>> init method failed; nested exception is
>>> org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
>>> at
>>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>>> at
>>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
>>> at
>>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>>> at
>>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>>> ... 148 more
>>> Caused by: org.flywaydb.core.api.FlywayException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>>> username: root
>>> at
>>> org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:89)
>>> at
>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>> at
>>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>> at
>>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>> at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
>>> at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
>>> at
>>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
>>> ... 159 more
>>> Caused by:
>>> org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:369)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282)
>>> at
>>> org.flywaydb.core.internal.jdbc.TransactionalExecutionTemplate.execute(TransactionalExecutionTemplate.java:66)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:162)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:159)
>>> at
>>> org.flywaydb.core.internal.database.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
>>> at
>>> org.flywaydb.core.internal.database.mysql.MySQLConnection.lock(MySQLConnection.java:161)
>>> at
>>> org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:140)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:159)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:137)
>>> at org.flywaydb.core.Flyway$1.execute(Flyway.java:206)
>>> at org.flywaydb.core.Flyway$1.execute(Flyway.java:158)
>>> at org.flywaydb.core.Flyway.execute(Flyway.java:527)
>>> at org.flywaydb.core.Flyway.migrate(Flyway.java:158)
>>> at
>>> org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:85)
>>> ... 166 more
>>> Caused by:
>>> org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException:
>>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>>> ------------------------------------------------------
>>> SQL State  : HY000
>>> Error Code : 1831
>>> Message    : Duplicate index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> Location   :
>>> sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>>> Line       : 302
>>> Statement  : -- DDL for organisation wide related concepts
>>> CREATE TABLE `m_portfolio_command_source` (
>>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>>   `action_name` varchar(50) NOT NULL,
>>>   `entity_name` varchar(50) NOT NULL,
>>>   `office_id` BIGINT DEFAULT NULL,
>>>   `group_id` BIGINT DEFAULT NULL,
>>>   `client_id` BIGINT DEFAULT NULL,
>>>   `loan_id` BIGINT DEFAULT NULL,
>>>   `savings_account_id` BIGINT DEFAULT NULL,
>>>   `api_get_url` varchar(100) NOT NULL,
>>>   `resource_id` BIGINT DEFAULT NULL,
>>>   `subresource_id` BIGINT DEFAULT NULL,
>>>   `command_as_json` text NOT NULL,
>>>   `maker_id` BIGINT NOT NULL,
>>>   `made_on_date` datetime NOT NULL,
>>>   `checker_id` BIGINT DEFAULT NULL,
>>>   `checked_on_date` datetime DEFAULT NULL,
>>>   `processing_result_enum` SMALLINT NOT NULL,
>>>   PRIMARY KEY (`id`),
>>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>>   KEY `action_name` (`action_name`),
>>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>>   KEY `made_on_date` (`made_on_date`),
>>>   KEY `checked_on_date` (`checked_on_date`),
>>>   KEY `processing_result_enum` (`processing_result_enum`),
>>>   KEY `office_id` (`office_id`),
>>>   KEY `group_id` (`office_id`),
>>>   KEY `client_id` (`office_id`),
>>>   KEY `loan_id` (`office_id`),
>>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>>> REFERENCES `m_appuser` (`id`),
>>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>>> `m_appuser` (`id`)
>>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>>
>>> at
>>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:274)
>>> at
>>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:219)
>>> at
>>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:127)
>>> at
>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.executeOnce(SqlMigrationExecutor.java:88)
>>> at
>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.access$000(SqlMigrationExecutor.java:33)
>>> at
>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:77)
>>> at
>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:74)
>>> at
>>> org.flywaydb.core.internal.database.DefaultExecutionStrategy.execute(DefaultExecutionStrategy.java:28)
>>> at
>>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:74)
>>> at
>>> org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:366)
>>> ... 184 more
>>> Caused by: java.sql.SQLException: Duplicate index 'group_id' defined on
>>> the table 'fineract_default.m_portfolio_command_source'. This is deprecated
>>> and will be disallowed in a future release.
>>> at
>>> org.drizzle.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:108)
>>> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:218)
>>> at
>>> org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244)
>>> at
>>> org.flywaydb.core.internal.sqlscript.ParsedSqlStatement.execute(ParsedSqlStatement.java:111)
>>> at
>>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:207)
>>> ... 192 more
>>> Caused by: org.drizzle.jdbc.internal.common.QueryException: Duplicate
>>> index 'group_id' defined on the table
>>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>>> be disallowed in a future release.
>>> at
>>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:466)
>>> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:210)
>>> ... 195 more
>>> 04-Oct-2020 12:06:16.089 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web
>>> application archive [C:\tomcat\webapps\fineract-provider-unknown.war] has
>>> finished in [232,406] ms
>>> 04-Oct-2020 12:06:16.090 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>> application directory [C:\tomcat\webapps\docs]
>>> 04-Oct-2020 12:06:16.238 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/].
>>> 04-Oct-2020 12:06:16.381 WARNING [main]
>>> org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation
>>> of SecureRandom instance for session ID generation using [SHA1PRNG] took
>>> [132] milliseconds.
>>> 04-Oct-2020 12:06:16.412 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>> application directory [C:\tomcat\webapps\docs] has finished in [321] ms
>>> 04-Oct-2020 12:06:16.413 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>> application directory [C:\tomcat\webapps\examples]
>>> 04-Oct-2020 12:06:19.290 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/jsp/applet/].
>>> 04-Oct-2020 12:06:19.290 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
>>> in resource path [/WEB-INF/jsp/].
>>> 04-Oct-2020 12:06:19.291 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/tags/].
>>> 04-Oct-2020 12:06:19.295 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
>>> in resource path [/WEB-INF/jsp2/].
>>> 04-Oct-2020 12:06:19.297 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/].
>>> 04-Oct-2020 12:06:19.364 FINE [main]
>>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>>> found in JAR
>>> [file:/C:/tomcat/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar].
>>> 04-Oct-2020 12:06:19.511 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>> application directory [C:\tomcat\webapps\examples] has finished in [3,098]
>>> ms
>>> 04-Oct-2020 12:06:19.512 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>> application directory [C:\tomcat\webapps\host-manager]
>>> 04-Oct-2020 12:06:19.649 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/jsp/].
>>> 04-Oct-2020 12:06:19.649 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/].
>>> 04-Oct-2020 12:06:19.658 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>> application directory [C:\tomcat\webapps\host-manager] has finished in
>>> [146] ms
>>> 04-Oct-2020 12:06:19.659 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>> application directory [C:\tomcat\webapps\manager]
>>> 04-Oct-2020 12:06:19.734 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/jsp/].
>>> 04-Oct-2020 12:06:19.734 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/].
>>> 04-Oct-2020 12:06:19.739 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>> application directory [C:\tomcat\webapps\manager] has finished in [80] ms
>>> 04-Oct-2020 12:06:19.740 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>> application directory [C:\tomcat\webapps\OLDROOT]
>>> 04-Oct-2020 12:06:19.800 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/].
>>> 04-Oct-2020 12:06:19.803 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>> application directory [C:\tomcat\webapps\OLDROOT] has finished in [64] ms
>>> 04-Oct-2020 12:06:19.804 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>>> application directory [C:\tomcat\webapps\ROOT]
>>> 04-Oct-2020 12:06:19.869 FINE [main]
>>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>>> found in resource path [/WEB-INF/].
>>> 04-Oct-2020 12:06:19.899 INFO [main]
>>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>>> application directory [C:\tomcat\webapps\ROOT] has finished in [95] ms
>>> 04-Oct-2020 12:06:19.934 INFO [main]
>>> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>>> ["http-nio-8080"]
>>> 04-Oct-2020 12:06:19.971 INFO [main]
>>> org.apache.catalina.startup.Catalina.start Server startup in [236662]
>>> milliseconds
>>> 04-Oct-2020 12:06:57.996 INFO [http-nio-8080-exec-5]
>>> org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request
>>> header
>>>  Note: further occurrences of HTTP request parsing errors will be logged
>>> at DEBUG level.
>>> java.lang.IllegalArgumentException: Invalid character found in method
>>> name
>>> [0x160x030x010x020x000x010x000x010xfc0x030x030x8b0x820x11bU~0xa00xa40xf40xcd0xf30x7f]0xabS0xc20xc8Y0x9f0x82O`&0xdd].
>>> HTTP method names must be tokens
>>> at
>>> org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:413)
>>> at
>>> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
>>> at
>>> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
>>> at
>>> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
>>> at
>>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
>>> at
>>> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>>> at
>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>> at
>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>> at
>>> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>>> at java.base/java.lang.Thread.run(Thread.java:834)
>>>
>>> On Fri, 2 Oct 2020 at 15:33, Michael Vorburger <mi...@vorburger.ch>
>>> wrote:
>>>
>>>>
>>>> https://www.google.com/search?q=this+version+of+the+Java+Runtime+only+recogni+zes+class+file+versions+up+to+52.0
>>>>
>>>>
>>>> On Fri, Oct 2, 2020 at 3:43 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>>> I wanted to generate a fineract jar file rather than war. and i have
>>>>> generated a jar file called *fineract-provider-unknown.jar. *But,
>>>>> when I wanted to Start it using java -jar
>>>>> build/libs/fineract-provider-unknown.jar  I got this error any
>>>>> help/suggestion?
>>>>>
>>>>> C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-develop>java
>>>>> -jar
>>>>>  build/libs/fineract-provider-unknown.jar
>>>>> Exception in thread "main" java.lang.UnsupportedClassVersionError:
>>>>> org/apache/fi
>>>>> neract/ServerApplication has been compiled by a more recent version of
>>>>> the Java
>>>>> Runtime (class file version 55.0), this version of the Java Runtime
>>>>> only recogni
>>>>> zes class file versions up to 52.0
>>>>>         at java.lang.ClassLoader.defineClass1(Native Method)
>>>>>         at java.lang.ClassLoader.defineClass(Unknown Source)
>>>>>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>>>>>         at java.net.URLClassLoader.defineClass(Unknown Source)
>>>>>         at java.net.URLClassLoader.access$100(Unknown Source)
>>>>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>>>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>>>>         at java.security.AccessController.doPrivileged(Native Method)
>>>>>         at java.net.URLClassLoader.findClass(Unknown Source)
>>>>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>>>>         at
>>>>> org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
>>>>> chedURLClassLoader.java:151)
>>>>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>>>>         at java.lang.Class.forName0(Native Method)
>>>>>         at java.lang.Class.forName(Unknown Source)
>>>>>         at
>>>>> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
>>>>> .java:46)
>>>>>         at
>>>>> org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
>>>>>         at
>>>>> org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
>>>>>         at
>>>>> org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
>>>>>
>>>>> On Thu, 1 Oct 2020 at 18:38, Michael Vorburger <mi...@vorburger.ch>
>>>>> wrote:
>>>>>
>>>>>> On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> hi.
>>>>>>>
>>>>>>>> fiinally. i have created the fineract war file using gradlew clean
>>>>>>>>> war command. the above problem was @ build.gradle line 208 & the
>>>>>>>>> error had been taken care of by the following PR
>>>>>>>>> https://github.com/apache/fineract/pull/1359. but,
>>>>>>>>
>>>>>>>> after creating the war file successfully and deploy into tomcat
>>>>>>> server.  i got the message "couldn't connect to server". any help? here is
>>>>>>> the log file.
>>>>>>>
>>>>>>
>>>>>> Unfortunately not, as no error message shown below, so difficult to
>>>>>> help here.
>>>>>>
>>>>>>
>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployWAR
>>>>>>> INFO: Deployment of web application archive
>>>>>>> [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
>>>>>>> ms
>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deployment of web application directory
>>>>>>> [C:\tomcat\webapps\docs] has finished in [249] ms
>>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deploying web application directory
>>>>>>> [C:\tomcat\webapps\examples]
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deployment of web application directory
>>>>>>> [C:\tomcat\webapps\examples] has finished in [3,137] ms
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deploying web application directory
>>>>>>> [C:\tomcat\webapps\host-manager]
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deployment of web application directory
>>>>>>> [C:\tomcat\webapps\host-manager] has finished in [242] ms
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\manager]
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deployment of web application directory
>>>>>>> [C:\tomcat\webapps\manager] has finished in [187] ms
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deployment of web application directory
>>>>>>> [C:\tomcat\webapps\OLDROOT] has finished in [137] ms
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>>> deployDirectory
>>>>>>> INFO: Deployment of web application directory
>>>>>>> [C:\tomcat\webapps\ROOT] has finished in [100] ms
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
>>>>>>> INFO: Starting ProtocolHandler ["http-bio-8443"]
>>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
>>>>>>> INFO: Server startup in 69703 ms
>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>

Re: Finereract Customization

Posted by Mhretaab Brehe <er...@gmail.com>.
แŒ“แ‹ญแˆ‹แŠ“ Tube,
In the beginning, running the tasks with gradle wrapper were throwing some
issue on my machine. That is why I installed gradle 6.6. But later I did
not face the issue.

On Sun, Oct 4, 2020 at 4:05 PM Mhretaab Brehe <er...@gmail.com> wrote:

> แŒ“แ‹ญแˆ‹แŠ“ Tube,
>
> If you follow the following step, hopefully It will work for you as it did
> for me :)
> Environment Set up
>
> 1) Install MySQL 5.7 and create a user with username root and password
> mysql
> 2) Install Java >= 11 (preferably OpenJDK)
> 3) Install Gradle >= 6.6
> 4) Create the databases fineract_tenants and fineract_default either
> manually or by running gradle tasks
>                ./gradlew createDB -PdbName=fineract_tenants
>                ./gradlew createDB -PdbName=fineract_default
> NB: you need to be in fineract-provider directory i.e
> path_to/fineract/fineract-provider
> 5) You can use the following options to run the application
>       i) ./gradlew bootRun
>       ii) ./gradlew bootJar then run the artifact java -jar
> path_to/fineract/build/libs/fineract-provider.jar
>
> You can create the war file and deploy it to tomcat server. I did not try
> it. But the following to two options, which I prefered, are working for me.
> NB: When running the app for the first time, it could take you long time
> as it has to run all the db migration scripts.
>
> regards
>
>
>
> On Sun, Oct 4, 2020 at 2:11 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> hello everyone
>> I have created fineract war. But, when i run the war file with tomcat. I
>> got an error related to database migration. any help/suggestion? here is
>> the log file.
>>
>> 04-Oct-2020 12:02:21.378 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Server version name:
>>   Apache Tomcat/9.0.38
>> 04-Oct-2020 12:02:21.386 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Server built:
>>  Sep 10 2020 08:20:30 UTC
>> 04-Oct-2020 12:02:21.387 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Server version
>> number: 9.0.38.0
>> 04-Oct-2020 12:02:21.387 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:
>>   Windows 8.1
>> 04-Oct-2020 12:02:21.387 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
>>  6.3
>> 04-Oct-2020 12:02:21.388 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Architecture:
>>  amd64
>> 04-Oct-2020 12:02:21.388 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Java Home:
>>   C:\Program Files\Java\jdk-11.0.8
>> 04-Oct-2020 12:02:21.388 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:
>>   11.0.8+10-LTS
>> 04-Oct-2020 12:02:21.389 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
>>  Oracle Corporation
>> 04-Oct-2020 12:02:21.389 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:
>>   C:\tomcat
>> 04-Oct-2020 12:02:21.389 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:
>>   C:\tomcat
>> 04-Oct-2020 12:02:21.454 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: --add-opens=java.base/java.lang=ALL-UNNAMED
>> 04-Oct-2020 12:02:21.454 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: --add-opens=java.base/java.io=ALL-UNNAMED
>> 04-Oct-2020 12:02:21.455 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
>> 04-Oct-2020 12:02:21.455 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.util.logging.config.file=C:\tomcat\conf\logging.properties
>> 04-Oct-2020 12:02:21.456 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>> 04-Oct-2020 12:02:21.456 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xms2048m
>> 04-Oct-2020 12:02:21.459 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xmx4096m
>> 04-Oct-2020 12:02:21.460 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djdk.tls.ephemeralDHKeySize=2048
>> 04-Oct-2020 12:02:21.461 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
>> 04-Oct-2020 12:02:21.462 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dignore.endorsed.dirs=
>> 04-Oct-2020 12:02:21.462 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.base=C:\tomcat
>> 04-Oct-2020 12:02:21.462 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.home=C:\tomcat
>> 04-Oct-2020 12:02:21.463 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.io.tmpdir=C:\tomcat\temp
>> 04-Oct-2020 12:02:22.084 INFO [main]
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache
>> Tomcat Native library [1.2.25] using APR version [1.7.0].
>> 04-Oct-2020 12:02:22.086 INFO [main]
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR
>> capabilities: IPv6 [true], sendfile [true], accept filters [false], random
>> [true].
>> 04-Oct-2020 12:02:22.089 INFO [main]
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL
>> configuration: useAprConnector [false], useOpenSSL [true]
>> 04-Oct-2020 12:02:22.154 INFO [main]
>> org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL
>> successfully initialized [OpenSSL 1.1.1g  21 Apr 2020]
>> 04-Oct-2020 12:02:23.110 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>> ["http-nio-8080"]
>> 04-Oct-2020 12:02:23.307 INFO [main]
>> org.apache.catalina.startup.Catalina.load Server initialization in [2902]
>> milliseconds
>> 04-Oct-2020 12:02:23.459 INFO [main]
>> org.apache.catalina.core.StandardService.startInternal Starting service
>> [Catalina]
>> 04-Oct-2020 12:02:23.459 INFO [main]
>> org.apache.catalina.core.StandardEngine.startInternal Starting Servlet
>> engine: [Apache Tomcat/9.0.38]
>> 04-Oct-2020 12:02:23.667 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployWAR Deploying web application
>> archive [C:\tomcat\webapps\fineract-provider-unknown.war]
>> 04-Oct-2020 12:03:52.786 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/lib-provided/].
>> 04-Oct-2020 12:03:52.787 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/].
>> 04-Oct-2020 12:03:52.797 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HikariCP-3.4.5.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.799 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.validation-api-3.0.0.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.802 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jettison-1.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.804 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-core-5.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.806 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/compiler-0.9.6.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.807 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-asl-1.9.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.809 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jdk8-2.11.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.810 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-module-parameter-names-2.11.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.812 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-email-1.5.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.816 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ical4j-3.0.19.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.818 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.819 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/istack-commons-runtime-3.0.11.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.821 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/org.apache.bval.bundle-2.0.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.822 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-data-jpa-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.823 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-web-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.827 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openpdf-1.3.22.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.829 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr311-api-1.1.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.832 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.834 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.persistence-api-2.2.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.835 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-autoconfigure-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.836 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-actuator-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.838 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/checker-qual-2.11.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.839 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.841 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aop-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.842 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-expression-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.844 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/micrometer-core-1.5.5.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.845 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-core-1.11.852.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.849 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.activation-api-1.2.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.851 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-core-1.19.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.852 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jmespath-java-1.11.852.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.853 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-smart-2.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.854 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.856 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.856 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-support-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.858 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xmlbeans-3.1.0.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.860 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-s3-1.11.852.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.862 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ehcache-3.9.0.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.865 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-broker-5.16.0.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.866 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-json-1.19.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.867 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-4.1.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.868 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-jdbc-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.870 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-web-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.871 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/hawtbuf-1.11.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.872 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/javax.mail-1.6.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.874 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/retrofit-1.9.0.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.875 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jms-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.876 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-multipart-1.19.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.876 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-json-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.877 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jcl-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.879 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/httpcore-4.4.13.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.883 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/gson-2.8.6.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.885 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/serp-1.15.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.887 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-oauth2-2.5.0.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.889 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okio-1.6.0.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.890 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jsr310-2.11.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.892 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/classgraph-4.8.90.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.893 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/curvesapi-1.06.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.894 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/webjars-locator-core-0.46.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.896 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spotbugs-annotations-4.1.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.899 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jdbc-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.900 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-xc-1.9.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.902 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-orm-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.903 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/cache-api-1.1.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.906 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-core-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.907 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-beans-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.909 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-annotations-2.1.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.910 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/accessors-smart-1.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.912 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.transaction-api-1.3.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.916 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/quartz-2.3.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.918 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mimepull-1.9.13.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.920 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.management.j2ee-api-1.1.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.921 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-spring-1.19.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.922 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/LatencyUtils-2.0.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.923 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-web-5.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.925 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-annotations-2.11.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.928 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/tika-core-1.24.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.931 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/j2objc-annotations-1.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.933 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aspects-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.935 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-cache-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.936 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-2.7.5.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.937 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-urlconnection-2.7.5.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.938 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/joda-time-2.8.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.939 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-core-1.2.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.942 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/guava-29.0-jre.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.943 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HdrHistogram-2.1.12.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.944 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.jms-api-2.0.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.946 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xsdlib-2013.6.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.949 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-jaxrs-1.9.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.952 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-autoconfigure-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.954 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-aop-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.956 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ion-java-1.0.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.958 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.959 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-ui-dist-3.34.0.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.960 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/SparseBitSet-1.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.963 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.966 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-2.11.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.967 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-messaging-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.968 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/error_prone_annotations-2.3.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.970 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-4.1.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.972 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-server-1.19.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.974 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-security-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.977 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mchange-commons-java-0.2.15.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:52.980 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-path-2.4.0.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.093 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>> found in JAR
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-servlet-1.19.4.jar].
>> 04-Oct-2020 12:03:53.200 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>> found in JAR
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-webmvc-5.2.6.RELEASE.jar].
>> 04-Oct-2020 12:03:53.202 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/failureaccess-1.0.1.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.205 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/drizzle-jdbc-1.4.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.206 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-client-5.15.13.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.208 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xbean-asm8-shaded-4.17.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.210 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openjpa-3.1.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.211 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/flyway-core-6.5.7.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.216 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/snakeyaml-1.26.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.218 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/txw2-2.3.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.219 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr305-3.0.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.221 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-commons-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.223 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-config-5.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.224 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-compress-1.19.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.226 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-tx-5.2.6.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.229 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-logging-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.234 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-databind-2.11.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.236 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-openwire-legacy-5.15.13.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.237 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-classic-1.2.3.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.239 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-jpa-2.3.4.RELEASE.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.240 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-kms-1.11.852.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.241 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-dataformat-cbor-2.11.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.249 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
>> were found in
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-schemas-4.1.2.jar].
>> Consider adding the JAR to the
>> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
>> CATALINA_BASE/conf/catalina.properties file.
>> 04-Oct-2020 12:03:53.256 INFO [main]
>> org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
>> for TLDs yet contained no TLDs. Enable debug logging for this logger for a
>> complete list of JARs that were scanned but no TLDs were found in them.
>> Skipping unneeded JARs during scanning can improve startup time and JSP
>> compilation time.
>> 04-Oct-2020 12:05:46.887 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query
>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@3fa5b22c:
>> Table 'performance_schema.global_variables' doesn't exist
>> 04-Oct-2020 12:05:46.932 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query
>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@63a9df26:
>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>> 04-Oct-2020 12:05:47.801 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query
>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@fcdd4f5:
>> Table 'performance_schema.global_variables' doesn't exist
>> 04-Oct-2020 12:05:47.804 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query
>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d84bbe0:
>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>> 04-Oct-2020 12:05:48.493 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query
>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d14f347:
>> Table 'performance_schema.global_variables' doesn't exist
>> 04-Oct-2020 12:05:48.496 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query
>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@56bc7ebe:
>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>> 04-Oct-2020 12:05:55.668 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query
>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@4ff15e5b:
>> Table 'performance_schema.global_variables' doesn't exist
>> 04-Oct-2020 12:05:55.670 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query
>> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@48930622:
>> Table 'performance_schema.user_variables_by_thread' doesn't exist
>> 04-Oct-2020 12:06:15.434 WARNING [main]
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
>> execute query org.drizzle.jdbc.internal.common.query.DrizzleQuery@66a67a00:
>> Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> 04-Oct-2020 12:06:15.870 SEVERE [main]
>> org.apache.catalina.startup.HostConfig.deployWAR Error deploying web
>> application archive [C:\tomcat\webapps\fineract-provider-unknown.war]
>> java.lang.IllegalStateException: Error starting child
>> at
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
>> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
>> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)
>> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
>> at
>> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
>> at
>> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>> at
>> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>> at
>> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
>> at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
>> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
>> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
>> at
>> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
>> at
>> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>> at
>> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
>> at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
>> at
>> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
>> at
>> org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)
>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>> at
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
>> at
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
>> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>> at
>> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>> at
>> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
>> at
>> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
>> at
>> org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>> at
>> org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>> at
>> org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>> at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
>> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> at
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at
>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
>> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
>> Caused by: org.apache.catalina.LifecycleException: Failed to start
>> component
>> [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fineract-provider-unknown]]
>> at
>> org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
>> at
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
>> ... 37 more
>> Caused by: org.springframework.context.ApplicationContextException:
>> Unable to start web server; nested exception is
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name
>> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
>> Unsatisfied dependency expressed through field
>> 'basicAuthenticationProcessingFilter'; nested exception is
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>> file
>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>> Unsatisfied dependency expressed through constructor parameter 0; nested
>> exception is org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name
>> 'org.springframework.security.authenticationManager': Cannot resolve
>> reference to bean 'customAuthenticationProvider' while setting constructor
>> argument with key [0]; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'customAuthenticationProvider' defined in URL
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>> property 'userDetailsService'; nested exception is
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'userDetailsService': Unsatisfied dependency
>> expressed through field 'platformUserRepository'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'appUserRepository' defined in
>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>> property 'entityManager'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>> 'entityManagerFactory' while setting constructor argument; nested exception
>> is org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161)
>> at
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
>> at
>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
>> at
>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
>> at
>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
>> at
>> org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
>> at
>> org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
>> at
>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:173)
>> at
>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:153)
>> at
>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:95)
>> at
>> org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
>> at
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5128)
>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>> ... 38 more
>> Caused by:
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name
>> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
>> Unsatisfied dependency expressed through field
>> 'basicAuthenticationProcessingFilter'; nested exception is
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>> file
>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>> Unsatisfied dependency expressed through constructor parameter 0; nested
>> exception is org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name
>> 'org.springframework.security.authenticationManager': Cannot resolve
>> reference to bean 'customAuthenticationProvider' while setting constructor
>> argument with key [0]; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'customAuthenticationProvider' defined in URL
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>> property 'userDetailsService'; nested exception is
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'userDetailsService': Unsatisfied dependency
>> expressed through field 'platformUserRepository'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'appUserRepository' defined in
>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>> property 'entityManager'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>> 'entityManagerFactory' while setting constructor argument; nested exception
>> is org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
>> at
>> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
>> at
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
>> at
>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
>> at
>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
>> at
>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
>> at
>> org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
>> at
>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:255)
>> at
>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:229)
>> at
>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186)
>> at
>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:158)
>> ... 50 more
>> Caused by:
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'basicAuthenticationProcessingFilter' defined in
>> file
>> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
>> Unsatisfied dependency expressed through constructor parameter 0; nested
>> exception is org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name
>> 'org.springframework.security.authenticationManager': Cannot resolve
>> reference to bean 'customAuthenticationProvider' while setting constructor
>> argument with key [0]; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'customAuthenticationProvider' defined in URL
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>> property 'userDetailsService'; nested exception is
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'userDetailsService': Unsatisfied dependency
>> expressed through field 'platformUserRepository'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'appUserRepository' defined in
>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>> property 'entityManager'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>> 'entityManagerFactory' while setting constructor argument; nested exception
>> is org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:228)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>> at
>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>> at
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
>> ... 76 more
>> Caused by: org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name
>> 'org.springframework.security.authenticationManager': Cannot resolve
>> reference to bean 'customAuthenticationProvider' while setting constructor
>> argument with key [0]; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'customAuthenticationProvider' defined in URL
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>> property 'userDetailsService'; nested exception is
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'userDetailsService': Unsatisfied dependency
>> expressed through field 'platformUserRepository'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'appUserRepository' defined in
>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>> property 'entityManager'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>> 'entityManagerFactory' while setting constructor argument; nested exception
>> is org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173)
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>> at
>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
>> ... 89 more
>> Caused by: org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name 'customAuthenticationProvider' defined in URL
>> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
>> Cannot resolve reference to bean 'userDetailsService' while setting bean
>> property 'userDetailsService'; nested exception is
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'userDetailsService': Unsatisfied dependency
>> expressed through field 'platformUserRepository'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'appUserRepository' defined in
>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>> property 'entityManager'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>> 'entityManagerFactory' while setting constructor argument; nested exception
>> is org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>> ... 107 more
>> Caused by:
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
>> creating bean with name 'userDetailsService': Unsatisfied dependency
>> expressed through field 'platformUserRepository'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'appUserRepository' defined in
>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>> property 'entityManager'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>> 'entityManagerFactory' while setting constructor argument; nested exception
>> is org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
>> at
>> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
>> at
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>> ... 117 more
>> Caused by: org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name 'appUserRepository' defined in
>> org.apache.fineract.useradministration.domain.AppUserRepository defined in
>> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
>> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
>> property 'entityManager'; nested exception is
>> org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
>> 'entityManagerFactory' while setting constructor argument; nested exception
>> is org.springframework.beans.factory.BeanCreationException: Error creating
>> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
>> failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>> at
>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
>> at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
>> at
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
>> ... 127 more
>> Caused by: org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference
>> to bean 'entityManagerFactory' while setting constructor argument; nested
>> exception is org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name 'tenantDatabaseUpgradeService': Invocation of init
>> method failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>> at
>> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:508)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:374)
>> ... 140 more
>> Caused by: org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name 'tenantDatabaseUpgradeService': Invocation of init
>> method failed; nested exception is org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
>> at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
>> at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
>> at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
>> at
>> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
>> ... 148 more
>> Caused by: org.flywaydb.core.api.FlywayException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
>> username: root
>> at
>> org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:89)
>> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
>> Method)
>> at
>> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at
>> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>> at
>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
>> at
>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
>> at
>> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
>> ... 159 more
>> Caused by:
>> org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>
>> at
>> org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:369)
>> at
>> org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54)
>> at org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282)
>> at
>> org.flywaydb.core.internal.jdbc.TransactionalExecutionTemplate.execute(TransactionalExecutionTemplate.java:66)
>> at
>> org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279)
>> at
>> org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244)
>> at
>> org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54)
>> at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:162)
>> at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:159)
>> at
>> org.flywaydb.core.internal.database.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
>> at
>> org.flywaydb.core.internal.database.mysql.MySQLConnection.lock(MySQLConnection.java:161)
>> at
>> org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:140)
>> at
>> org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:159)
>> at
>> org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:137)
>> at org.flywaydb.core.Flyway$1.execute(Flyway.java:206)
>> at org.flywaydb.core.Flyway$1.execute(Flyway.java:158)
>> at org.flywaydb.core.Flyway.execute(Flyway.java:527)
>> at org.flywaydb.core.Flyway.migrate(Flyway.java:158)
>> at
>> org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:85)
>> ... 166 more
>> Caused by: org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException:
>> Migration V1__mifosplatform-core-ddl-latest.sql failed
>> ------------------------------------------------------
>> SQL State  : HY000
>> Error Code : 1831
>> Message    : Duplicate index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
>> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
>> Line       : 302
>> Statement  : -- DDL for organisation wide related concepts
>> CREATE TABLE `m_portfolio_command_source` (
>>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>>   `action_name` varchar(50) NOT NULL,
>>   `entity_name` varchar(50) NOT NULL,
>>   `office_id` BIGINT DEFAULT NULL,
>>   `group_id` BIGINT DEFAULT NULL,
>>   `client_id` BIGINT DEFAULT NULL,
>>   `loan_id` BIGINT DEFAULT NULL,
>>   `savings_account_id` BIGINT DEFAULT NULL,
>>   `api_get_url` varchar(100) NOT NULL,
>>   `resource_id` BIGINT DEFAULT NULL,
>>   `subresource_id` BIGINT DEFAULT NULL,
>>   `command_as_json` text NOT NULL,
>>   `maker_id` BIGINT NOT NULL,
>>   `made_on_date` datetime NOT NULL,
>>   `checker_id` BIGINT DEFAULT NULL,
>>   `checked_on_date` datetime DEFAULT NULL,
>>   `processing_result_enum` SMALLINT NOT NULL,
>>   PRIMARY KEY (`id`),
>>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>>   KEY `action_name` (`action_name`),
>>   KEY `entity_name` (`entity_name`,`resource_id`),
>>   KEY `made_on_date` (`made_on_date`),
>>   KEY `checked_on_date` (`checked_on_date`),
>>   KEY `processing_result_enum` (`processing_result_enum`),
>>   KEY `office_id` (`office_id`),
>>   KEY `group_id` (`office_id`),
>>   KEY `client_id` (`office_id`),
>>   KEY `loan_id` (`office_id`),
>>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
>> REFERENCES `m_appuser` (`id`),
>>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
>> `m_appuser` (`id`)
>> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>>
>> at
>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:274)
>> at
>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:219)
>> at
>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:127)
>> at
>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.executeOnce(SqlMigrationExecutor.java:88)
>> at
>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.access$000(SqlMigrationExecutor.java:33)
>> at
>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:77)
>> at
>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:74)
>> at
>> org.flywaydb.core.internal.database.DefaultExecutionStrategy.execute(DefaultExecutionStrategy.java:28)
>> at
>> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:74)
>> at
>> org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:366)
>> ... 184 more
>> Caused by: java.sql.SQLException: Duplicate index 'group_id' defined on
>> the table 'fineract_default.m_portfolio_command_source'. This is deprecated
>> and will be disallowed in a future release.
>> at
>> org.drizzle.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:108)
>> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:218)
>> at
>> org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244)
>> at
>> org.flywaydb.core.internal.sqlscript.ParsedSqlStatement.execute(ParsedSqlStatement.java:111)
>> at
>> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:207)
>> ... 192 more
>> Caused by: org.drizzle.jdbc.internal.common.QueryException: Duplicate
>> index 'group_id' defined on the table
>> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
>> be disallowed in a future release.
>> at
>> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:466)
>> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:210)
>> ... 195 more
>> 04-Oct-2020 12:06:16.089 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web
>> application archive [C:\tomcat\webapps\fineract-provider-unknown.war] has
>> finished in [232,406] ms
>> 04-Oct-2020 12:06:16.090 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>> application directory [C:\tomcat\webapps\docs]
>> 04-Oct-2020 12:06:16.238 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/].
>> 04-Oct-2020 12:06:16.381 WARNING [main]
>> org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation
>> of SecureRandom instance for session ID generation using [SHA1PRNG] took
>> [132] milliseconds.
>> 04-Oct-2020 12:06:16.412 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>> application directory [C:\tomcat\webapps\docs] has finished in [321] ms
>> 04-Oct-2020 12:06:16.413 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>> application directory [C:\tomcat\webapps\examples]
>> 04-Oct-2020 12:06:19.290 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/jsp/applet/].
>> 04-Oct-2020 12:06:19.290 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
>> in resource path [/WEB-INF/jsp/].
>> 04-Oct-2020 12:06:19.291 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/tags/].
>> 04-Oct-2020 12:06:19.295 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
>> in resource path [/WEB-INF/jsp2/].
>> 04-Oct-2020 12:06:19.297 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/].
>> 04-Oct-2020 12:06:19.364 FINE [main]
>> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
>> found in JAR
>> [file:/C:/tomcat/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar].
>> 04-Oct-2020 12:06:19.511 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>> application directory [C:\tomcat\webapps\examples] has finished in [3,098]
>> ms
>> 04-Oct-2020 12:06:19.512 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>> application directory [C:\tomcat\webapps\host-manager]
>> 04-Oct-2020 12:06:19.649 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/jsp/].
>> 04-Oct-2020 12:06:19.649 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/].
>> 04-Oct-2020 12:06:19.658 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>> application directory [C:\tomcat\webapps\host-manager] has finished in
>> [146] ms
>> 04-Oct-2020 12:06:19.659 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>> application directory [C:\tomcat\webapps\manager]
>> 04-Oct-2020 12:06:19.734 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/jsp/].
>> 04-Oct-2020 12:06:19.734 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/].
>> 04-Oct-2020 12:06:19.739 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>> application directory [C:\tomcat\webapps\manager] has finished in [80] ms
>> 04-Oct-2020 12:06:19.740 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>> application directory [C:\tomcat\webapps\OLDROOT]
>> 04-Oct-2020 12:06:19.800 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/].
>> 04-Oct-2020 12:06:19.803 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>> application directory [C:\tomcat\webapps\OLDROOT] has finished in [64] ms
>> 04-Oct-2020 12:06:19.804 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
>> application directory [C:\tomcat\webapps\ROOT]
>> 04-Oct-2020 12:06:19.869 FINE [main]
>> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
>> found in resource path [/WEB-INF/].
>> 04-Oct-2020 12:06:19.899 INFO [main]
>> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
>> application directory [C:\tomcat\webapps\ROOT] has finished in [95] ms
>> 04-Oct-2020 12:06:19.934 INFO [main]
>> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>> ["http-nio-8080"]
>> 04-Oct-2020 12:06:19.971 INFO [main]
>> org.apache.catalina.startup.Catalina.start Server startup in [236662]
>> milliseconds
>> 04-Oct-2020 12:06:57.996 INFO [http-nio-8080-exec-5]
>> org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request
>> header
>>  Note: further occurrences of HTTP request parsing errors will be logged
>> at DEBUG level.
>> java.lang.IllegalArgumentException: Invalid character found in method
>> name
>> [0x160x030x010x020x000x010x000x010xfc0x030x030x8b0x820x11bU~0xa00xa40xf40xcd0xf30x7f]0xabS0xc20xc8Y0x9f0x82O`&0xdd].
>> HTTP method names must be tokens
>> at
>> org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:413)
>> at
>> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
>> at
>> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
>> at
>> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
>> at
>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
>> at
>> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>> at
>> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>> at java.base/java.lang.Thread.run(Thread.java:834)
>>
>> On Fri, 2 Oct 2020 at 15:33, Michael Vorburger <mi...@vorburger.ch> wrote:
>>
>>>
>>> https://www.google.com/search?q=this+version+of+the+Java+Runtime+only+recogni+zes+class+file+versions+up+to+52.0
>>>
>>>
>>> On Fri, Oct 2, 2020 at 3:43 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>>> I wanted to generate a fineract jar file rather than war. and i have
>>>> generated a jar file called *fineract-provider-unknown.jar. *But, when
>>>> I wanted to Start it using java -jar
>>>> build/libs/fineract-provider-unknown.jar  I got this error any
>>>> help/suggestion?
>>>>
>>>> C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-develop>java
>>>> -jar
>>>>  build/libs/fineract-provider-unknown.jar
>>>> Exception in thread "main" java.lang.UnsupportedClassVersionError:
>>>> org/apache/fi
>>>> neract/ServerApplication has been compiled by a more recent version of
>>>> the Java
>>>> Runtime (class file version 55.0), this version of the Java Runtime
>>>> only recogni
>>>> zes class file versions up to 52.0
>>>>         at java.lang.ClassLoader.defineClass1(Native Method)
>>>>         at java.lang.ClassLoader.defineClass(Unknown Source)
>>>>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>>>>         at java.net.URLClassLoader.defineClass(Unknown Source)
>>>>         at java.net.URLClassLoader.access$100(Unknown Source)
>>>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>>>         at java.security.AccessController.doPrivileged(Native Method)
>>>>         at java.net.URLClassLoader.findClass(Unknown Source)
>>>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>>>         at
>>>> org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
>>>> chedURLClassLoader.java:151)
>>>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>>>         at java.lang.Class.forName0(Native Method)
>>>>         at java.lang.Class.forName(Unknown Source)
>>>>         at
>>>> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
>>>> .java:46)
>>>>         at
>>>> org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
>>>>         at
>>>> org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
>>>>         at
>>>> org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
>>>>
>>>> On Thu, 1 Oct 2020 at 18:38, Michael Vorburger <mi...@vorburger.ch>
>>>> wrote:
>>>>
>>>>> On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> hi.
>>>>>>
>>>>>>> fiinally. i have created the fineract war file using gradlew clean
>>>>>>>> war command. the above problem was @ build.gradle line 208 & the
>>>>>>>> error had been taken care of by the following PR
>>>>>>>> https://github.com/apache/fineract/pull/1359. but,
>>>>>>>
>>>>>>> after creating the war file successfully and deploy into tomcat
>>>>>> server.  i got the message "couldn't connect to server". any help? here is
>>>>>> the log file.
>>>>>>
>>>>>
>>>>> Unfortunately not, as no error message shown below, so difficult to
>>>>> help here.
>>>>>
>>>>>
>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>> deployWAR
>>>>>> INFO: Deployment of web application archive
>>>>>> [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
>>>>>> ms
>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deployment of web application directory
>>>>>> [C:\tomcat\webapps\docs] has finished in [249] ms
>>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\examples]
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deployment of web application directory
>>>>>> [C:\tomcat\webapps\examples] has finished in [3,137] ms
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deploying web application directory
>>>>>> [C:\tomcat\webapps\host-manager]
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deployment of web application directory
>>>>>> [C:\tomcat\webapps\host-manager] has finished in [242] ms
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\manager]
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deployment of web application directory
>>>>>> [C:\tomcat\webapps\manager] has finished in [187] ms
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deployment of web application directory
>>>>>> [C:\tomcat\webapps\OLDROOT] has finished in [137] ms
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>>> scanning can improve startup time and JSP compilation time.
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>>> deployDirectory
>>>>>> INFO: Deployment of web application directory
>>>>>> [C:\tomcat\webapps\ROOT] has finished in [100] ms
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
>>>>>> INFO: Starting ProtocolHandler ["http-bio-8443"]
>>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
>>>>>> INFO: Server startup in 69703 ms
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>

Re: Finereract Customization

Posted by Mhretaab Brehe <er...@gmail.com>.
แŒ“แ‹ญแˆ‹แŠ“ Tube,

If you follow the following step, hopefully It will work for you as it did
for me :)
Environment Set up

1) Install MySQL 5.7 and create a user with username root and password mysql
2) Install Java >= 11 (preferably OpenJDK)
3) Install Gradle >= 6.6
4) Create the databases fineract_tenants and fineract_default either
manually or by running gradle tasks
               ./gradlew createDB -PdbName=fineract_tenants
               ./gradlew createDB -PdbName=fineract_default
NB: you need to be in fineract-provider directory i.e
path_to/fineract/fineract-provider
5) You can use the following options to run the application
      i) ./gradlew bootRun
      ii) ./gradlew bootJar then run the artifact java -jar
path_to/fineract/build/libs/fineract-provider.jar

You can create the war file and deploy it to tomcat server. I did not try
it. But the following to two options, which I prefered, are working for me.
NB: When running the app for the first time, it could take you long time as
it has to run all the db migration scripts.

regards



On Sun, Oct 4, 2020 at 2:11 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> hello everyone
> I have created fineract war. But, when i run the war file with tomcat. I
> got an error related to database migration. any help/suggestion? here is
> the log file.
>
> 04-Oct-2020 12:02:21.378 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Server version name:
>   Apache Tomcat/9.0.38
> 04-Oct-2020 12:02:21.386 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Server built:
>  Sep 10 2020 08:20:30 UTC
> 04-Oct-2020 12:02:21.387 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Server version
> number: 9.0.38.0
> 04-Oct-2020 12:02:21.387 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log OS Name:
>   Windows 8.1
> 04-Oct-2020 12:02:21.387 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
>  6.3
> 04-Oct-2020 12:02:21.388 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Architecture:
>  amd64
> 04-Oct-2020 12:02:21.388 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Java Home:
>   C:\Program Files\Java\jdk-11.0.8
> 04-Oct-2020 12:02:21.388 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:
>   11.0.8+10-LTS
> 04-Oct-2020 12:02:21.389 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
>  Oracle Corporation
> 04-Oct-2020 12:02:21.389 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:
>   C:\tomcat
> 04-Oct-2020 12:02:21.389 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:
>   C:\tomcat
> 04-Oct-2020 12:02:21.454 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: --add-opens=java.base/java.lang=ALL-UNNAMED
> 04-Oct-2020 12:02:21.454 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: --add-opens=java.base/java.io=ALL-UNNAMED
> 04-Oct-2020 12:02:21.455 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> 04-Oct-2020 12:02:21.455 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Djava.util.logging.config.file=C:\tomcat\conf\logging.properties
> 04-Oct-2020 12:02:21.456 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> 04-Oct-2020 12:02:21.456 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Xms2048m
> 04-Oct-2020 12:02:21.459 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Xmx4096m
> 04-Oct-2020 12:02:21.460 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Djdk.tls.ephemeralDHKeySize=2048
> 04-Oct-2020 12:02:21.461 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
> 04-Oct-2020 12:02:21.462 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Dignore.endorsed.dirs=
> 04-Oct-2020 12:02:21.462 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Dcatalina.base=C:\tomcat
> 04-Oct-2020 12:02:21.462 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Dcatalina.home=C:\tomcat
> 04-Oct-2020 12:02:21.463 INFO [main]
> org.apache.catalina.startup.VersionLoggerListener.log Command line
> argument: -Djava.io.tmpdir=C:\tomcat\temp
> 04-Oct-2020 12:02:22.084 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache
> Tomcat Native library [1.2.25] using APR version [1.7.0].
> 04-Oct-2020 12:02:22.086 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR
> capabilities: IPv6 [true], sendfile [true], accept filters [false], random
> [true].
> 04-Oct-2020 12:02:22.089 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL
> configuration: useAprConnector [false], useOpenSSL [true]
> 04-Oct-2020 12:02:22.154 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL
> successfully initialized [OpenSSL 1.1.1g  21 Apr 2020]
> 04-Oct-2020 12:02:23.110 INFO [main]
> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
> ["http-nio-8080"]
> 04-Oct-2020 12:02:23.307 INFO [main]
> org.apache.catalina.startup.Catalina.load Server initialization in [2902]
> milliseconds
> 04-Oct-2020 12:02:23.459 INFO [main]
> org.apache.catalina.core.StandardService.startInternal Starting service
> [Catalina]
> 04-Oct-2020 12:02:23.459 INFO [main]
> org.apache.catalina.core.StandardEngine.startInternal Starting Servlet
> engine: [Apache Tomcat/9.0.38]
> 04-Oct-2020 12:02:23.667 INFO [main]
> org.apache.catalina.startup.HostConfig.deployWAR Deploying web application
> archive [C:\tomcat\webapps\fineract-provider-unknown.war]
> 04-Oct-2020 12:03:52.786 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/lib-provided/].
> 04-Oct-2020 12:03:52.787 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/].
> 04-Oct-2020 12:03:52.797 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HikariCP-3.4.5.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.799 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.validation-api-3.0.0.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.802 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jettison-1.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.804 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-core-5.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.806 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/compiler-0.9.6.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.807 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-asl-1.9.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.809 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jdk8-2.11.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.810 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-module-parameter-names-2.11.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.812 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-email-1.5.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.816 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ical4j-3.0.19.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.818 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.819 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/istack-commons-runtime-3.0.11.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.821 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/org.apache.bval.bundle-2.0.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.822 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-data-jpa-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.823 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-web-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.827 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openpdf-1.3.22.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.829 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr311-api-1.1.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.832 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.834 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.persistence-api-2.2.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.835 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-autoconfigure-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.836 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-actuator-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.838 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/checker-qual-2.11.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.839 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.841 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aop-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.842 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-expression-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.844 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/micrometer-core-1.5.5.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.845 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-core-1.11.852.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.849 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.activation-api-1.2.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.851 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-core-1.19.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.852 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jmespath-java-1.11.852.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.853 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-smart-2.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.854 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.856 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.856 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-support-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.858 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xmlbeans-3.1.0.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.860 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-s3-1.11.852.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.862 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ehcache-3.9.0.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.865 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-broker-5.16.0.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.866 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-json-1.19.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.867 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-4.1.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.868 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-jdbc-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.870 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-web-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.871 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/hawtbuf-1.11.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.872 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/javax.mail-1.6.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.874 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/retrofit-1.9.0.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.875 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jms-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.876 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-multipart-1.19.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.876 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-json-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.877 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jcl-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.879 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/httpcore-4.4.13.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.883 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/gson-2.8.6.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.885 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/serp-1.15.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.887 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-oauth2-2.5.0.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.889 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okio-1.6.0.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.890 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jsr310-2.11.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.892 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/classgraph-4.8.90.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.893 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/curvesapi-1.06.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.894 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/webjars-locator-core-0.46.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.896 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spotbugs-annotations-4.1.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.899 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jdbc-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.900 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-xc-1.9.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.902 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-orm-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.903 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/cache-api-1.1.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.906 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-core-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.907 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-beans-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.909 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-annotations-2.1.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.910 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/accessors-smart-1.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.912 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.transaction-api-1.3.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.916 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/quartz-2.3.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.918 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mimepull-1.9.13.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.920 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.management.j2ee-api-1.1.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.921 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-spring-1.19.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.922 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/LatencyUtils-2.0.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.923 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-web-5.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.925 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-annotations-2.11.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.928 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/tika-core-1.24.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.931 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/j2objc-annotations-1.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.933 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aspects-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.935 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-cache-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.936 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-2.7.5.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.937 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-urlconnection-2.7.5.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.938 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/joda-time-2.8.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.939 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-core-1.2.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.942 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/guava-29.0-jre.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.943 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HdrHistogram-2.1.12.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.944 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.jms-api-2.0.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.946 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xsdlib-2013.6.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.949 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-jaxrs-1.9.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.952 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-autoconfigure-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.954 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-aop-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.956 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ion-java-1.0.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.958 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.959 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-ui-dist-3.34.0.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.960 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/SparseBitSet-1.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.963 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.966 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-2.11.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.967 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-messaging-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.968 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/error_prone_annotations-2.3.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.970 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-4.1.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.972 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-server-1.19.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.974 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-security-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.977 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mchange-commons-java-0.2.15.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:52.980 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-path-2.4.0.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.093 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
> found in JAR
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-servlet-1.19.4.jar].
> 04-Oct-2020 12:03:53.200 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
> found in JAR
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-webmvc-5.2.6.RELEASE.jar].
> 04-Oct-2020 12:03:53.202 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/failureaccess-1.0.1.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.205 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/drizzle-jdbc-1.4.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.206 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-client-5.15.13.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.208 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xbean-asm8-shaded-4.17.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.210 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openjpa-3.1.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.211 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/flyway-core-6.5.7.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.216 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/snakeyaml-1.26.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.218 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/txw2-2.3.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.219 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr305-3.0.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.221 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-commons-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.223 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-config-5.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.224 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-compress-1.19.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.226 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-tx-5.2.6.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.229 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-logging-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.234 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-databind-2.11.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.236 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-openwire-legacy-5.15.13.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.237 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-classic-1.2.3.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.239 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-jpa-2.3.4.RELEASE.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.240 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-kms-1.11.852.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.241 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-dataformat-cbor-2.11.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.249 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
> were found in
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-schemas-4.1.2.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file.
> 04-Oct-2020 12:03:53.256 INFO [main]
> org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
> for TLDs yet contained no TLDs. Enable debug logging for this logger for a
> complete list of JARs that were scanned but no TLDs were found in them.
> Skipping unneeded JARs during scanning can improve startup time and JSP
> compilation time.
> 04-Oct-2020 12:05:46.887 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query
> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@3fa5b22c:
> Table 'performance_schema.global_variables' doesn't exist
> 04-Oct-2020 12:05:46.932 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query
> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@63a9df26:
> Table 'performance_schema.user_variables_by_thread' doesn't exist
> 04-Oct-2020 12:05:47.801 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query
> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@fcdd4f5:
> Table 'performance_schema.global_variables' doesn't exist
> 04-Oct-2020 12:05:47.804 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query
> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d84bbe0:
> Table 'performance_schema.user_variables_by_thread' doesn't exist
> 04-Oct-2020 12:05:48.493 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query
> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d14f347:
> Table 'performance_schema.global_variables' doesn't exist
> 04-Oct-2020 12:05:48.496 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query
> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@56bc7ebe:
> Table 'performance_schema.user_variables_by_thread' doesn't exist
> 04-Oct-2020 12:05:55.668 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query
> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@4ff15e5b:
> Table 'performance_schema.global_variables' doesn't exist
> 04-Oct-2020 12:05:55.670 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query
> org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@48930622:
> Table 'performance_schema.user_variables_by_thread' doesn't exist
> 04-Oct-2020 12:06:15.434 WARNING [main]
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
> execute query org.drizzle.jdbc.internal.common.query.DrizzleQuery@66a67a00:
> Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> 04-Oct-2020 12:06:15.870 SEVERE [main]
> org.apache.catalina.startup.HostConfig.deployWAR Error deploying web
> application archive [C:\tomcat\webapps\fineract-provider-unknown.war]
> java.lang.IllegalStateException: Error starting child
> at
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)
> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
> at
> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
> at
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
> at
> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
> at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
> at
> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
> at
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
> at
> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
> at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
> at
> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
> at
> org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
> at
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
> at
> java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
> at
> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
> at
> org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at
> org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at
> org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
> Caused by: org.apache.catalina.LifecycleException: Failed to start
> component
> [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fineract-provider-unknown]]
> at
> org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
> at
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
> ... 37 more
> Caused by: org.springframework.context.ApplicationContextException: Unable
> to start web server; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name
> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
> Unsatisfied dependency expressed through field
> 'basicAuthenticationProcessingFilter'; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'basicAuthenticationProcessingFilter' defined in
> file
> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor parameter 0; nested
> exception is org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.springframework.security.authenticationManager': Cannot resolve
> reference to bean 'customAuthenticationProvider' while setting constructor
> argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'customAuthenticationProvider' defined in URL
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'userDetailsService': Unsatisfied dependency
> expressed through field 'platformUserRepository'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'appUserRepository' defined in
> org.apache.fineract.useradministration.domain.AppUserRepository defined in
> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
> property 'entityManager'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
> 'entityManagerFactory' while setting constructor argument; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
> failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161)
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
> at
> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
> at
> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
> at
> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
> at
> org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
> at
> org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
> at
> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:173)
> at
> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:153)
> at
> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:95)
> at
> org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
> at
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5128)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
> ... 38 more
> Caused by:
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name
> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
> Unsatisfied dependency expressed through field
> 'basicAuthenticationProcessingFilter'; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'basicAuthenticationProcessingFilter' defined in
> file
> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor parameter 0; nested
> exception is org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.springframework.security.authenticationManager': Cannot resolve
> reference to bean 'customAuthenticationProvider' while setting constructor
> argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'customAuthenticationProvider' defined in URL
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'userDetailsService': Unsatisfied dependency
> expressed through field 'platformUserRepository'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'appUserRepository' defined in
> org.apache.fineract.useradministration.domain.AppUserRepository defined in
> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
> property 'entityManager'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
> 'entityManagerFactory' while setting constructor argument; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
> failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
> at
> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
> at
> org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
> at
> org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
> at
> org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
> at
> org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
> at
> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:255)
> at
> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:229)
> at
> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186)
> at
> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:158)
> ... 50 more
> Caused by:
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'basicAuthenticationProcessingFilter' defined in
> file
> [C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor parameter 0; nested
> exception is org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.springframework.security.authenticationManager': Cannot resolve
> reference to bean 'customAuthenticationProvider' while setting constructor
> argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'customAuthenticationProvider' defined in URL
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'userDetailsService': Unsatisfied dependency
> expressed through field 'platformUserRepository'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'appUserRepository' defined in
> org.apache.fineract.useradministration.domain.AppUserRepository defined in
> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
> property 'entityManager'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
> 'entityManagerFactory' while setting constructor argument; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
> failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
> at
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:228)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at
> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
> ... 76 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.springframework.security.authenticationManager': Cannot resolve
> reference to bean 'customAuthenticationProvider' while setting constructor
> argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'customAuthenticationProvider' defined in URL
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'userDetailsService': Unsatisfied dependency
> expressed through field 'platformUserRepository'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'appUserRepository' defined in
> org.apache.fineract.useradministration.domain.AppUserRepository defined in
> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
> property 'entityManager'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
> 'entityManagerFactory' while setting constructor argument; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
> failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173)
> at
> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
> at
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at
> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at
> org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
> at
> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
> ... 89 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'customAuthenticationProvider' defined in URL
> [file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'userDetailsService': Unsatisfied dependency
> expressed through field 'platformUserRepository'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'appUserRepository' defined in
> org.apache.fineract.useradministration.domain.AppUserRepository defined in
> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
> property 'entityManager'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
> 'entityManagerFactory' while setting constructor argument; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
> failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 107 more
> Caused by:
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'userDetailsService': Unsatisfied dependency
> expressed through field 'platformUserRepository'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'appUserRepository' defined in
> org.apache.fineract.useradministration.domain.AppUserRepository defined in
> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
> property 'entityManager'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
> 'entityManagerFactory' while setting constructor argument; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
> failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
> at
> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 117 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'appUserRepository' defined in
> org.apache.fineract.useradministration.domain.AppUserRepository defined in
> : Cannot create inner bean '(inner bean)#2e22d9c2' of type
> [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
> property 'entityManager'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
> 'entityManagerFactory' while setting constructor argument; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'tenantDatabaseUpgradeService': Invocation of init method
> failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at
> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
> ... 127 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference
> to bean 'entityManagerFactory' while setting constructor argument; nested
> exception is org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'tenantDatabaseUpgradeService': Invocation of init
> method failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
> at
> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
> at
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:508)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:374)
> ... 140 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'tenantDatabaseUpgradeService': Invocation of init
> method failed; nested exception is org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
> ... 148 more
> Caused by: org.flywaydb.core.api.FlywayException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
> ; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
> username: root
> at
> org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:89)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at
> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
> at
> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
> at
> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
> ... 159 more
> Caused by:
> org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>
> at
> org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:369)
> at
> org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54)
> at org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282)
> at
> org.flywaydb.core.internal.jdbc.TransactionalExecutionTemplate.execute(TransactionalExecutionTemplate.java:66)
> at
> org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279)
> at
> org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244)
> at
> org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54)
> at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:162)
> at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:159)
> at
> org.flywaydb.core.internal.database.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
> at
> org.flywaydb.core.internal.database.mysql.MySQLConnection.lock(MySQLConnection.java:161)
> at
> org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:140)
> at
> org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:159)
> at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:137)
> at org.flywaydb.core.Flyway$1.execute(Flyway.java:206)
> at org.flywaydb.core.Flyway$1.execute(Flyway.java:158)
> at org.flywaydb.core.Flyway.execute(Flyway.java:527)
> at org.flywaydb.core.Flyway.migrate(Flyway.java:158)
> at
> org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:85)
> ... 166 more
> Caused by: org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException:
> Migration V1__mifosplatform-core-ddl-latest.sql failed
> ------------------------------------------------------
> SQL State  : HY000
> Error Code : 1831
> Message    : Duplicate index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
> (C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
> Line       : 302
> Statement  : -- DDL for organisation wide related concepts
> CREATE TABLE `m_portfolio_command_source` (
>   `id` BIGINT NOT NULL AUTO_INCREMENT,
>   `action_name` varchar(50) NOT NULL,
>   `entity_name` varchar(50) NOT NULL,
>   `office_id` BIGINT DEFAULT NULL,
>   `group_id` BIGINT DEFAULT NULL,
>   `client_id` BIGINT DEFAULT NULL,
>   `loan_id` BIGINT DEFAULT NULL,
>   `savings_account_id` BIGINT DEFAULT NULL,
>   `api_get_url` varchar(100) NOT NULL,
>   `resource_id` BIGINT DEFAULT NULL,
>   `subresource_id` BIGINT DEFAULT NULL,
>   `command_as_json` text NOT NULL,
>   `maker_id` BIGINT NOT NULL,
>   `made_on_date` datetime NOT NULL,
>   `checker_id` BIGINT DEFAULT NULL,
>   `checked_on_date` datetime DEFAULT NULL,
>   `processing_result_enum` SMALLINT NOT NULL,
>   PRIMARY KEY (`id`),
>   KEY `FK_m_maker_m_appuser` (`maker_id`),
>   KEY `FK_m_checker_m_appuser` (`checker_id`),
>   KEY `action_name` (`action_name`),
>   KEY `entity_name` (`entity_name`,`resource_id`),
>   KEY `made_on_date` (`made_on_date`),
>   KEY `checked_on_date` (`checked_on_date`),
>   KEY `processing_result_enum` (`processing_result_enum`),
>   KEY `office_id` (`office_id`),
>   KEY `group_id` (`office_id`),
>   KEY `client_id` (`office_id`),
>   KEY `loan_id` (`office_id`),
>   CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`)
> REFERENCES `m_appuser` (`id`),
>   CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
> `m_appuser` (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
>
> at
> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:274)
> at
> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:219)
> at
> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:127)
> at
> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.executeOnce(SqlMigrationExecutor.java:88)
> at
> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.access$000(SqlMigrationExecutor.java:33)
> at
> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:77)
> at
> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:74)
> at
> org.flywaydb.core.internal.database.DefaultExecutionStrategy.execute(DefaultExecutionStrategy.java:28)
> at
> org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:74)
> at
> org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:366)
> ... 184 more
> Caused by: java.sql.SQLException: Duplicate index 'group_id' defined on
> the table 'fineract_default.m_portfolio_command_source'. This is deprecated
> and will be disallowed in a future release.
> at
> org.drizzle.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:108)
> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:218)
> at
> org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244)
> at
> org.flywaydb.core.internal.sqlscript.ParsedSqlStatement.execute(ParsedSqlStatement.java:111)
> at
> org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:207)
> ... 192 more
> Caused by: org.drizzle.jdbc.internal.common.QueryException: Duplicate
> index 'group_id' defined on the table
> 'fineract_default.m_portfolio_command_source'. This is deprecated and will
> be disallowed in a future release.
> at
> org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:466)
> at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:210)
> ... 195 more
> 04-Oct-2020 12:06:16.089 INFO [main]
> org.apache.catalina.startup.HostConfig.deployWAR Deployment of web
> application archive [C:\tomcat\webapps\fineract-provider-unknown.war] has
> finished in [232,406] ms
> 04-Oct-2020 12:06:16.090 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
> application directory [C:\tomcat\webapps\docs]
> 04-Oct-2020 12:06:16.238 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:16.381 WARNING [main]
> org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation
> of SecureRandom instance for session ID generation using [SHA1PRNG] took
> [132] milliseconds.
> 04-Oct-2020 12:06:16.412 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
> application directory [C:\tomcat\webapps\docs] has finished in [321] ms
> 04-Oct-2020 12:06:16.413 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
> application directory [C:\tomcat\webapps\examples]
> 04-Oct-2020 12:06:19.290 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/jsp/applet/].
> 04-Oct-2020 12:06:19.290 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
> in resource path [/WEB-INF/jsp/].
> 04-Oct-2020 12:06:19.291 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/tags/].
> 04-Oct-2020 12:06:19.295 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
> in resource path [/WEB-INF/jsp2/].
> 04-Oct-2020 12:06:19.297 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.364 FINE [main]
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
> found in JAR
> [file:/C:/tomcat/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar].
> 04-Oct-2020 12:06:19.511 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
> application directory [C:\tomcat\webapps\examples] has finished in [3,098]
> ms
> 04-Oct-2020 12:06:19.512 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
> application directory [C:\tomcat\webapps\host-manager]
> 04-Oct-2020 12:06:19.649 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/jsp/].
> 04-Oct-2020 12:06:19.649 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.658 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
> application directory [C:\tomcat\webapps\host-manager] has finished in
> [146] ms
> 04-Oct-2020 12:06:19.659 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
> application directory [C:\tomcat\webapps\manager]
> 04-Oct-2020 12:06:19.734 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/jsp/].
> 04-Oct-2020 12:06:19.734 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.739 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
> application directory [C:\tomcat\webapps\manager] has finished in [80] ms
> 04-Oct-2020 12:06:19.740 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
> application directory [C:\tomcat\webapps\OLDROOT]
> 04-Oct-2020 12:06:19.800 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.803 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
> application directory [C:\tomcat\webapps\OLDROOT] has finished in [64] ms
> 04-Oct-2020 12:06:19.804 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
> application directory [C:\tomcat\webapps\ROOT]
> 04-Oct-2020 12:06:19.869 FINE [main]
> org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
> found in resource path [/WEB-INF/].
> 04-Oct-2020 12:06:19.899 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
> application directory [C:\tomcat\webapps\ROOT] has finished in [95] ms
> 04-Oct-2020 12:06:19.934 INFO [main]
> org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
> ["http-nio-8080"]
> 04-Oct-2020 12:06:19.971 INFO [main]
> org.apache.catalina.startup.Catalina.start Server startup in [236662]
> milliseconds
> 04-Oct-2020 12:06:57.996 INFO [http-nio-8080-exec-5]
> org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request
> header
>  Note: further occurrences of HTTP request parsing errors will be logged
> at DEBUG level.
> java.lang.IllegalArgumentException: Invalid character found in method name
> [0x160x030x010x020x000x010x000x010xfc0x030x030x8b0x820x11bU~0xa00xa40xf40xcd0xf30x7f]0xabS0xc20xc8Y0x9f0x82O`&0xdd].
> HTTP method names must be tokens
> at
> org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:413)
> at
> org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
> at
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
> at
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
> at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
> at
> org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.base/java.lang.Thread.run(Thread.java:834)
>
> On Fri, 2 Oct 2020 at 15:33, Michael Vorburger <mi...@vorburger.ch> wrote:
>
>>
>> https://www.google.com/search?q=this+version+of+the+Java+Runtime+only+recogni+zes+class+file+versions+up+to+52.0
>>
>>
>> On Fri, Oct 2, 2020 at 3:43 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> I wanted to generate a fineract jar file rather than war. and i have
>>> generated a jar file called *fineract-provider-unknown.jar. *But, when
>>> I wanted to Start it using java -jar
>>> build/libs/fineract-provider-unknown.jar  I got this error any
>>> help/suggestion?
>>>
>>> C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-develop>java
>>> -jar
>>>  build/libs/fineract-provider-unknown.jar
>>> Exception in thread "main" java.lang.UnsupportedClassVersionError:
>>> org/apache/fi
>>> neract/ServerApplication has been compiled by a more recent version of
>>> the Java
>>> Runtime (class file version 55.0), this version of the Java Runtime only
>>> recogni
>>> zes class file versions up to 52.0
>>>         at java.lang.ClassLoader.defineClass1(Native Method)
>>>         at java.lang.ClassLoader.defineClass(Unknown Source)
>>>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>>>         at java.net.URLClassLoader.defineClass(Unknown Source)
>>>         at java.net.URLClassLoader.access$100(Unknown Source)
>>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>>         at java.security.AccessController.doPrivileged(Native Method)
>>>         at java.net.URLClassLoader.findClass(Unknown Source)
>>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>>         at
>>> org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
>>> chedURLClassLoader.java:151)
>>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>>         at java.lang.Class.forName0(Native Method)
>>>         at java.lang.Class.forName(Unknown Source)
>>>         at
>>> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
>>> .java:46)
>>>         at
>>> org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
>>>         at
>>> org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
>>>         at
>>> org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
>>>
>>> On Thu, 1 Oct 2020 at 18:38, Michael Vorburger <mi...@vorburger.ch>
>>> wrote:
>>>
>>>> On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>
>>>>> hi.
>>>>>
>>>>>> fiinally. i have created the fineract war file using gradlew clean
>>>>>>> war command. the above problem was @ build.gradle line 208 & the
>>>>>>> error had been taken care of by the following PR
>>>>>>> https://github.com/apache/fineract/pull/1359. but,
>>>>>>
>>>>>> after creating the war file successfully and deploy into tomcat
>>>>> server.  i got the message "couldn't connect to server". any help? here is
>>>>> the log file.
>>>>>
>>>>
>>>> Unfortunately not, as no error message shown below, so difficult to
>>>> help here.
>>>>
>>>>
>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>> deployWAR
>>>>> INFO: Deployment of web application archive
>>>>> [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
>>>>> ms
>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>> scanning can improve startup time and JSP compilation time.
>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deployment of web application directory [C:\tomcat\webapps\docs]
>>>>> has finished in [249] ms
>>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\examples]
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>> scanning can improve startup time and JSP compilation time.
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deployment of web application directory
>>>>> [C:\tomcat\webapps\examples] has finished in [3,137] ms
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deploying web application directory
>>>>> [C:\tomcat\webapps\host-manager]
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>> scanning can improve startup time and JSP compilation time.
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deployment of web application directory
>>>>> [C:\tomcat\webapps\host-manager] has finished in [242] ms
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\manager]
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>> scanning can improve startup time and JSP compilation time.
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deployment of web application directory
>>>>> [C:\tomcat\webapps\manager] has finished in [187] ms
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>> scanning can improve startup time and JSP compilation time.
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deployment of web application directory
>>>>> [C:\tomcat\webapps\OLDROOT] has finished in [137] ms
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>>> scanning can improve startup time and JSP compilation time.
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>>> deployDirectory
>>>>> INFO: Deployment of web application directory [C:\tomcat\webapps\ROOT]
>>>>> has finished in [100] ms
>>>>> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
>>>>> INFO: Starting ProtocolHandler ["http-bio-8443"]
>>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
>>>>> INFO: Server startup in 69703 ms
>>>>>
>>>>>>
>>>>>>
>>>>>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
hello everyone
I have created fineract war. But, when i run the war file with tomcat. I
got an error related to database migration. any help/suggestion? here is
the log file.

04-Oct-2020 12:02:21.378 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server version name:
  Apache Tomcat/9.0.38
04-Oct-2020 12:02:21.386 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server built:
 Sep 10 2020 08:20:30 UTC
04-Oct-2020 12:02:21.387 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Server version
number: 9.0.38.0
04-Oct-2020 12:02:21.387 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log OS Name:
  Windows 8.1
04-Oct-2020 12:02:21.387 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log OS Version:
 6.3
04-Oct-2020 12:02:21.388 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Architecture:
 amd64
04-Oct-2020 12:02:21.388 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Java Home:
  C:\Program Files\Java\jdk-11.0.8
04-Oct-2020 12:02:21.388 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log JVM Version:
  11.0.8+10-LTS
04-Oct-2020 12:02:21.389 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
 Oracle Corporation
04-Oct-2020 12:02:21.389 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:
  C:\tomcat
04-Oct-2020 12:02:21.389 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:
  C:\tomcat
04-Oct-2020 12:02:21.454 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: --add-opens=java.base/java.lang=ALL-UNNAMED
04-Oct-2020 12:02:21.454 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: --add-opens=java.base/java.io=ALL-UNNAMED
04-Oct-2020 12:02:21.455 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
04-Oct-2020 12:02:21.455 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djava.util.logging.config.file=C:\tomcat\conf\logging.properties
04-Oct-2020 12:02:21.456 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
04-Oct-2020 12:02:21.456 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Xms2048m
04-Oct-2020 12:02:21.459 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Xmx4096m
04-Oct-2020 12:02:21.460 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djdk.tls.ephemeralDHKeySize=2048
04-Oct-2020 12:02:21.461 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
04-Oct-2020 12:02:21.462 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Dignore.endorsed.dirs=
04-Oct-2020 12:02:21.462 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Dcatalina.base=C:\tomcat
04-Oct-2020 12:02:21.462 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Dcatalina.home=C:\tomcat
04-Oct-2020 12:02:21.463 INFO [main]
org.apache.catalina.startup.VersionLoggerListener.log Command line
argument: -Djava.io.tmpdir=C:\tomcat\temp
04-Oct-2020 12:02:22.084 INFO [main]
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache
Tomcat Native library [1.2.25] using APR version [1.7.0].
04-Oct-2020 12:02:22.086 INFO [main]
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR
capabilities: IPv6 [true], sendfile [true], accept filters [false], random
[true].
04-Oct-2020 12:02:22.089 INFO [main]
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL
configuration: useAprConnector [false], useOpenSSL [true]
04-Oct-2020 12:02:22.154 INFO [main]
org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL
successfully initialized [OpenSSL 1.1.1g  21 Apr 2020]
04-Oct-2020 12:02:23.110 INFO [main]
org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
["http-nio-8080"]
04-Oct-2020 12:02:23.307 INFO [main]
org.apache.catalina.startup.Catalina.load Server initialization in [2902]
milliseconds
04-Oct-2020 12:02:23.459 INFO [main]
org.apache.catalina.core.StandardService.startInternal Starting service
[Catalina]
04-Oct-2020 12:02:23.459 INFO [main]
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet
engine: [Apache Tomcat/9.0.38]
04-Oct-2020 12:02:23.667 INFO [main]
org.apache.catalina.startup.HostConfig.deployWAR Deploying web application
archive [C:\tomcat\webapps\fineract-provider-unknown.war]
04-Oct-2020 12:03:52.786 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/lib-provided/].
04-Oct-2020 12:03:52.787 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/].
04-Oct-2020 12:03:52.797 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HikariCP-3.4.5.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.799 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.validation-api-3.0.0.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.802 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jettison-1.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.804 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-core-5.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.806 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/compiler-0.9.6.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.807 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-asl-1.9.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.809 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jdk8-2.11.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.810 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-module-parameter-names-2.11.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.812 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-email-1.5.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.816 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ical4j-3.0.19.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.818 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.819 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/istack-commons-runtime-3.0.11.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.821 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/org.apache.bval.bundle-2.0.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.822 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-data-jpa-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.823 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-web-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.827 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openpdf-1.3.22.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.829 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr311-api-1.1.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.832 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.834 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.persistence-api-2.2.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.835 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-autoconfigure-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.836 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-actuator-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.838 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/checker-qual-2.11.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.839 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.841 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aop-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.842 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-expression-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.844 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/micrometer-core-1.5.5.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.845 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-core-1.11.852.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.849 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.activation-api-1.2.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.851 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-core-1.19.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.852 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jmespath-java-1.11.852.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.853 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-smart-2.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.854 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.xml.bind-api-2.3.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.856 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.856 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-context-support-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.858 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xmlbeans-3.1.0.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.860 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-s3-1.11.852.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.862 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ehcache-3.9.0.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.865 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-broker-5.16.0.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.866 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-json-1.19.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.867 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-4.1.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.868 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-jdbc-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.870 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-web-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.871 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/hawtbuf-1.11.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.872 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/javax.mail-1.6.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.874 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/retrofit-1.9.0.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.875 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jms-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.876 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-multipart-1.19.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.876 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-json-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.877 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jcl-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.879 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/httpcore-4.4.13.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.883 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/gson-2.8.6.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.885 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/serp-1.15.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.887 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-oauth2-2.5.0.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.889 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okio-1.6.0.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.890 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-datatype-jsr310-2.11.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.892 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/classgraph-4.8.90.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.893 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/curvesapi-1.06.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.894 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/webjars-locator-core-0.46.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.896 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spotbugs-annotations-4.1.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.899 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-jdbc-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.900 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-xc-1.9.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.902 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-orm-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.903 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/cache-api-1.1.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.906 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-core-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.907 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-beans-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.909 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-annotations-2.1.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.910 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/accessors-smart-1.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.912 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.transaction-api-1.3.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.916 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/quartz-2.3.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.918 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mimepull-1.9.13.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.920 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.management.j2ee-api-1.1.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.921 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-spring-1.19.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.922 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/LatencyUtils-2.0.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.923 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-web-5.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.925 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-annotations-2.11.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.928 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/tika-core-1.24.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.931 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/j2objc-annotations-1.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.933 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-aspects-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.935 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-cache-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.936 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-2.7.5.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.937 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/okhttp-urlconnection-2.7.5.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.938 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/joda-time-2.8.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.939 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-core-1.2.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.942 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/guava-29.0-jre.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.943 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/HdrHistogram-2.1.12.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.944 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jakarta.jms-api-2.0.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.946 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xsdlib-2013.6.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.949 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-jaxrs-1.9.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.952 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-autoconfigure-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.954 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-aop-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.956 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/ion-java-1.0.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.958 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.959 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/swagger-ui-dist-3.34.0.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.960 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/SparseBitSet-1.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.963 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-actuator-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.966 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-core-2.11.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.967 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-messaging-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.968 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/error_prone_annotations-2.3.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.970 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-4.1.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.972 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-server-1.19.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.974 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-security-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.977 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/mchange-commons-java-0.2.15.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:52.980 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/json-path-2.4.0.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.093 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
found in JAR
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jersey-servlet-1.19.4.jar].
04-Oct-2020 12:03:53.200 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
found in JAR
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-webmvc-5.2.6.RELEASE.jar].
04-Oct-2020 12:03:53.202 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/failureaccess-1.0.1.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.205 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/drizzle-jdbc-1.4.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.206 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-client-5.15.13.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.208 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/xbean-asm8-shaded-4.17.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.210 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/openjpa-3.1.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.211 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/flyway-core-6.5.7.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.216 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/snakeyaml-1.26.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.218 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/txw2-2.3.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.219 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jsr305-3.0.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.221 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-commons-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.223 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-security-config-5.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.224 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/commons-compress-1.19.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.226 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-tx-5.2.6.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.229 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-boot-starter-logging-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.234 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-databind-2.11.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.236 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/activemq-openwire-legacy-5.15.13.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.237 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/logback-classic-1.2.3.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.239 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/spring-data-jpa-2.3.4.RELEASE.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.240 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/aws-java-sdk-kms-1.11.852.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.241 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/jackson-dataformat-cbor-2.11.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.249 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files
were found in
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/lib/poi-ooxml-schemas-4.1.2.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file.
04-Oct-2020 12:03:53.256 INFO [main]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet contained no TLDs. Enable debug logging for this logger for a
complete list of JARs that were scanned but no TLDs were found in them.
Skipping unneeded JARs during scanning can improve startup time and JSP
compilation time.
04-Oct-2020 12:05:46.887 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query
org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@3fa5b22c:
Table 'performance_schema.global_variables' doesn't exist
04-Oct-2020 12:05:46.932 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query
org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@63a9df26:
Table 'performance_schema.user_variables_by_thread' doesn't exist
04-Oct-2020 12:05:47.801 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query
org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@fcdd4f5:
Table 'performance_schema.global_variables' doesn't exist
04-Oct-2020 12:05:47.804 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query
org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d84bbe0:
Table 'performance_schema.user_variables_by_thread' doesn't exist
04-Oct-2020 12:05:48.493 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query
org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@2d14f347:
Table 'performance_schema.global_variables' doesn't exist
04-Oct-2020 12:05:48.496 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query
org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@56bc7ebe:
Table 'performance_schema.user_variables_by_thread' doesn't exist
04-Oct-2020 12:05:55.668 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query
org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@4ff15e5b:
Table 'performance_schema.global_variables' doesn't exist
04-Oct-2020 12:05:55.670 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query
org.drizzle.jdbc.internal.common.query.DrizzleParameterizedQuery@48930622:
Table 'performance_schema.user_variables_by_thread' doesn't exist
04-Oct-2020 12:06:15.434 WARNING [main]
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery Could not
execute query org.drizzle.jdbc.internal.common.query.DrizzleQuery@66a67a00:
Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
04-Oct-2020 12:06:15.870 SEVERE [main]
org.apache.catalina.startup.HostConfig.deployWAR Error deploying web
application archive [C:\tomcat\webapps\fineract-provider-unknown.war]
java.lang.IllegalStateException: Error starting child
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)
at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at
java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
at
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at
java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
at
org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
at
org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at
org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:772)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)
Caused by: org.apache.catalina.LifecycleException: Failed to start
component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fineract-provider-unknown]]
at
org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
... 37 more
Caused by: org.springframework.context.ApplicationContextException: Unable
to start web server; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name
'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
Unsatisfied dependency expressed through field
'basicAuthenticationProcessingFilter'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'basicAuthenticationProcessingFilter' defined in
file
[C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
Unsatisfied dependency expressed through constructor parameter 0; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.security.authenticationManager': Cannot resolve
reference to bean 'customAuthenticationProvider' while setting constructor
argument with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#2e22d9c2' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:161)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:173)
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:153)
at
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:95)
at
org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5128)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
... 38 more
Caused by:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name
'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration':
Unsatisfied dependency expressed through field
'basicAuthenticationProcessingFilter'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'basicAuthenticationProcessingFilter' defined in
file
[C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
Unsatisfied dependency expressed through constructor parameter 0; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.security.authenticationManager': Cannot resolve
reference to bean 'customAuthenticationProvider' while setting constructor
argument with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#2e22d9c2' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at
org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
at
org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
at
org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
at
org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:255)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:229)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:186)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:158)
... 50 more
Caused by:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'basicAuthenticationProcessingFilter' defined in
file
[C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\org\apache\fineract\infrastructure\security\filter\TenantAwareBasicAuthenticationFilter.class]:
Unsatisfied dependency expressed through constructor parameter 0; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.security.authenticationManager': Cannot resolve
reference to bean 'customAuthenticationProvider' while setting constructor
argument with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#2e22d9c2' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:228)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
... 76 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name
'org.springframework.security.authenticationManager': Cannot resolve
reference to bean 'customAuthenticationProvider' while setting constructor
argument with key [0]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#2e22d9c2' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173)
at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
at
org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
at
org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
... 89 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'customAuthenticationProvider' defined in URL
[file:/C:/tomcat/webapps/fineract-provider-unknown/WEB-INF/classes/META-INF/spring/securityContext.xml]:
Cannot resolve reference to bean 'userDetailsService' while setting bean
property 'userDetailsService'; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#2e22d9c2' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
... 107 more
Caused by:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'userDetailsService': Unsatisfied dependency
expressed through field 'platformUserRepository'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#2e22d9c2' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
at
org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
... 117 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'appUserRepository' defined in
org.apache.fineract.useradministration.domain.AppUserRepository defined in
: Cannot create inner bean '(inner bean)#2e22d9c2' of type
[org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean
property 'entityManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name '(inner bean)#2e22d9c2': Cannot resolve reference to bean
'entityManagerFactory' while setting constructor argument; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'tenantDatabaseUpgradeService': Invocation of init method
failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1699)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1444)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1226)
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
... 127 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name '(inner bean)#2e22d9c2': Cannot resolve reference
to bean 'entityManagerFactory' while setting constructor argument; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'tenantDatabaseUpgradeService': Invocation of init
method failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113)
at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
at
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:508)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:374)
... 140 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'tenantDatabaseUpgradeService': Invocation of init
method failed; nested exception is org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:416)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330)
... 148 more
Caused by: org.flywaydb.core.api.FlywayException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4
; for Tenant DB URL: jdbc:mysql:thin://localhost:3306/fineract_default,
username: root
at
org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:89)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
... 159 more
Caused by:
org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4

at
org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:369)
at
org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54)
at org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282)
at
org.flywaydb.core.internal.jdbc.TransactionalExecutionTemplate.execute(TransactionalExecutionTemplate.java:66)
at
org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279)
at
org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244)
at
org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54)
at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:162)
at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:159)
at
org.flywaydb.core.internal.database.mysql.MySQLNamedLockTemplate.execute(MySQLNamedLockTemplate.java:60)
at
org.flywaydb.core.internal.database.mysql.MySQLConnection.lock(MySQLConnection.java:161)
at
org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:140)
at
org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:159)
at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:137)
at org.flywaydb.core.Flyway$1.execute(Flyway.java:206)
at org.flywaydb.core.Flyway$1.execute(Flyway.java:158)
at org.flywaydb.core.Flyway.execute(Flyway.java:527)
at org.flywaydb.core.Flyway.migrate(Flyway.java:158)
at
org.apache.fineract.infrastructure.core.service.TenantDatabaseUpgradeService.upgradeAllTenants(TenantDatabaseUpgradeService.java:85)
... 166 more
Caused by: org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException:
Migration V1__mifosplatform-core-ddl-latest.sql failed
------------------------------------------------------
SQL State  : HY000
Error Code : 1831
Message    : Duplicate index 'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
Location   : sql/migrations/core_db/V1__mifosplatform-core-ddl-latest.sql
(C:\tomcat\webapps\fineract-provider-unknown\WEB-INF\classes\sql\migrations\core_db\V1__mifosplatform-core-ddl-latest.sql)
Line       : 302
Statement  : -- DDL for organisation wide related concepts
CREATE TABLE `m_portfolio_command_source` (
  `id` BIGINT NOT NULL AUTO_INCREMENT,
  `action_name` varchar(50) NOT NULL,
  `entity_name` varchar(50) NOT NULL,
  `office_id` BIGINT DEFAULT NULL,
  `group_id` BIGINT DEFAULT NULL,
  `client_id` BIGINT DEFAULT NULL,
  `loan_id` BIGINT DEFAULT NULL,
  `savings_account_id` BIGINT DEFAULT NULL,
  `api_get_url` varchar(100) NOT NULL,
  `resource_id` BIGINT DEFAULT NULL,
  `subresource_id` BIGINT DEFAULT NULL,
  `command_as_json` text NOT NULL,
  `maker_id` BIGINT NOT NULL,
  `made_on_date` datetime NOT NULL,
  `checker_id` BIGINT DEFAULT NULL,
  `checked_on_date` datetime DEFAULT NULL,
  `processing_result_enum` SMALLINT NOT NULL,
  PRIMARY KEY (`id`),
  KEY `FK_m_maker_m_appuser` (`maker_id`),
  KEY `FK_m_checker_m_appuser` (`checker_id`),
  KEY `action_name` (`action_name`),
  KEY `entity_name` (`entity_name`,`resource_id`),
  KEY `made_on_date` (`made_on_date`),
  KEY `checked_on_date` (`checked_on_date`),
  KEY `processing_result_enum` (`processing_result_enum`),
  KEY `office_id` (`office_id`),
  KEY `group_id` (`office_id`),
  KEY `client_id` (`office_id`),
  KEY `loan_id` (`office_id`),
  CONSTRAINT `FK_m_checker_m_appuser` FOREIGN KEY (`checker_id`) REFERENCES
`m_appuser` (`id`),
  CONSTRAINT `FK_m_maker_m_appuser` FOREIGN KEY (`maker_id`) REFERENCES
`m_appuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4

at
org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:274)
at
org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:219)
at
org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:127)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.executeOnce(SqlMigrationExecutor.java:88)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.access$000(SqlMigrationExecutor.java:33)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:77)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor$1.call(SqlMigrationExecutor.java:74)
at
org.flywaydb.core.internal.database.DefaultExecutionStrategy.execute(DefaultExecutionStrategy.java:28)
at
org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:74)
at
org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:366)
... 184 more
Caused by: java.sql.SQLException: Duplicate index 'group_id' defined on the
table 'fineract_default.m_portfolio_command_source'. This is deprecated and
will be disallowed in a future release.
at
org.drizzle.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:108)
at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:218)
at
org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244)
at
org.flywaydb.core.internal.sqlscript.ParsedSqlStatement.execute(ParsedSqlStatement.java:111)
at
org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:207)
... 192 more
Caused by: org.drizzle.jdbc.internal.common.QueryException: Duplicate index
'group_id' defined on the table
'fineract_default.m_portfolio_command_source'. This is deprecated and will
be disallowed in a future release.
at
org.drizzle.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:466)
at org.drizzle.jdbc.DrizzleStatement.execute(DrizzleStatement.java:210)
... 195 more
04-Oct-2020 12:06:16.089 INFO [main]
org.apache.catalina.startup.HostConfig.deployWAR Deployment of web
application archive [C:\tomcat\webapps\fineract-provider-unknown.war] has
finished in [232,406] ms
04-Oct-2020 12:06:16.090 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [C:\tomcat\webapps\docs]
04-Oct-2020 12:06:16.238 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/].
04-Oct-2020 12:06:16.381 WARNING [main]
org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation
of SecureRandom instance for session ID generation using [SHA1PRNG] took
[132] milliseconds.
04-Oct-2020 12:06:16.412 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [C:\tomcat\webapps\docs] has finished in [321] ms
04-Oct-2020 12:06:16.413 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [C:\tomcat\webapps\examples]
04-Oct-2020 12:06:19.290 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/jsp/applet/].
04-Oct-2020 12:06:19.290 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
in resource path [/WEB-INF/jsp/].
04-Oct-2020 12:06:19.291 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/tags/].
04-Oct-2020 12:06:19.295 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths TLD files were found
in resource path [/WEB-INF/jsp2/].
04-Oct-2020 12:06:19.297 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/].
04-Oct-2020 12:06:19.364 FINE [main]
org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were
found in JAR
[file:/C:/tomcat/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar].
04-Oct-2020 12:06:19.511 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [C:\tomcat\webapps\examples] has finished in [3,098]
ms
04-Oct-2020 12:06:19.512 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [C:\tomcat\webapps\host-manager]
04-Oct-2020 12:06:19.649 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/jsp/].
04-Oct-2020 12:06:19.649 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/].
04-Oct-2020 12:06:19.658 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [C:\tomcat\webapps\host-manager] has finished in
[146] ms
04-Oct-2020 12:06:19.659 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [C:\tomcat\webapps\manager]
04-Oct-2020 12:06:19.734 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/jsp/].
04-Oct-2020 12:06:19.734 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/].
04-Oct-2020 12:06:19.739 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [C:\tomcat\webapps\manager] has finished in [80] ms
04-Oct-2020 12:06:19.740 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [C:\tomcat\webapps\OLDROOT]
04-Oct-2020 12:06:19.800 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/].
04-Oct-2020 12:06:19.803 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [C:\tomcat\webapps\OLDROOT] has finished in [64] ms
04-Oct-2020 12:06:19.804 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory [C:\tomcat\webapps\ROOT]
04-Oct-2020 12:06:19.869 FINE [main]
org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were
found in resource path [/WEB-INF/].
04-Oct-2020 12:06:19.899 INFO [main]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory [C:\tomcat\webapps\ROOT] has finished in [95] ms
04-Oct-2020 12:06:19.934 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
["http-nio-8080"]
04-Oct-2020 12:06:19.971 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in [236662]
milliseconds
04-Oct-2020 12:06:57.996 INFO [http-nio-8080-exec-5]
org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request
header
 Note: further occurrences of HTTP request parsing errors will be logged at
DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name
[0x160x030x010x020x000x010x000x010xfc0x030x030x8b0x820x11bU~0xa00xa40xf40xcd0xf30x7f]0xabS0xc20xc8Y0x9f0x82O`&0xdd].
HTTP method names must be tokens
at
org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:413)
at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)

On Fri, 2 Oct 2020 at 15:33, Michael Vorburger <mi...@vorburger.ch> wrote:

>
> https://www.google.com/search?q=this+version+of+the+Java+Runtime+only+recogni+zes+class+file+versions+up+to+52.0
>
>
> On Fri, Oct 2, 2020 at 3:43 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> I wanted to generate a fineract jar file rather than war. and i have
>> generated a jar file called *fineract-provider-unknown.jar. *But, when I
>> wanted to Start it using java -jar
>> build/libs/fineract-provider-unknown.jar  I got this error any
>> help/suggestion?
>>
>> C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-develop>java
>> -jar
>>  build/libs/fineract-provider-unknown.jar
>> Exception in thread "main" java.lang.UnsupportedClassVersionError:
>> org/apache/fi
>> neract/ServerApplication has been compiled by a more recent version of
>> the Java
>> Runtime (class file version 55.0), this version of the Java Runtime only
>> recogni
>> zes class file versions up to 52.0
>>         at java.lang.ClassLoader.defineClass1(Native Method)
>>         at java.lang.ClassLoader.defineClass(Unknown Source)
>>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>>         at java.net.URLClassLoader.defineClass(Unknown Source)
>>         at java.net.URLClassLoader.access$100(Unknown Source)
>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>         at java.net.URLClassLoader$1.run(Unknown Source)
>>         at java.security.AccessController.doPrivileged(Native Method)
>>         at java.net.URLClassLoader.findClass(Unknown Source)
>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>         at
>> org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
>> chedURLClassLoader.java:151)
>>         at java.lang.ClassLoader.loadClass(Unknown Source)
>>         at java.lang.Class.forName0(Native Method)
>>         at java.lang.Class.forName(Unknown Source)
>>         at
>> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
>> .java:46)
>>         at
>> org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
>>         at
>> org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
>>         at
>> org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
>>
>> On Thu, 1 Oct 2020 at 18:38, Michael Vorburger <mi...@vorburger.ch> wrote:
>>
>>> On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>>> hi.
>>>>
>>>>> fiinally. i have created the fineract war file using gradlew clean war
>>>>>> command. the above problem was @ build.gradle line 208 & the
>>>>>> error had been taken care of by the following PR
>>>>>> https://github.com/apache/fineract/pull/1359. but,
>>>>>
>>>>> after creating the war file successfully and deploy into tomcat
>>>> server.  i got the message "couldn't connect to server". any help? here is
>>>> the log file.
>>>>
>>>
>>> Unfortunately not, as no error message shown below, so difficult to help
>>> here.
>>>
>>>
>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployWAR
>>>> INFO: Deployment of web application archive
>>>> [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
>>>> ms
>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>> scanning can improve startup time and JSP compilation time.
>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deployment of web application directory [C:\tomcat\webapps\docs]
>>>> has finished in [249] ms
>>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deploying web application directory [C:\tomcat\webapps\examples]
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>> scanning can improve startup time and JSP compilation time.
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deployment of web application directory
>>>> [C:\tomcat\webapps\examples] has finished in [3,137] ms
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deploying web application directory
>>>> [C:\tomcat\webapps\host-manager]
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>> scanning can improve startup time and JSP compilation time.
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deployment of web application directory
>>>> [C:\tomcat\webapps\host-manager] has finished in [242] ms
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deploying web application directory [C:\tomcat\webapps\manager]
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>> scanning can improve startup time and JSP compilation time.
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deployment of web application directory
>>>> [C:\tomcat\webapps\manager] has finished in [187] ms
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>> scanning can improve startup time and JSP compilation time.
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deployment of web application directory
>>>> [C:\tomcat\webapps\OLDROOT] has finished in [137] ms
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>>> Enable debug logging for this logger for a complete list of JARs that were
>>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>>> scanning can improve startup time and JSP compilation time.
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>>> deployDirectory
>>>> INFO: Deployment of web application directory [C:\tomcat\webapps\ROOT]
>>>> has finished in [100] ms
>>>> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
>>>> INFO: Starting ProtocolHandler ["http-bio-8443"]
>>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
>>>> INFO: Server startup in 69703 ms
>>>>
>>>>>
>>>>>
>>>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
https://www.google.com/search?q=this+version+of+the+Java+Runtime+only+recogni+zes+class+file+versions+up+to+52.0


On Fri, Oct 2, 2020 at 3:43 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> I wanted to generate a fineract jar file rather than war. and i have
> generated a jar file called *fineract-provider-unknown.jar. *But, when I
> wanted to Start it using java -jar
> build/libs/fineract-provider-unknown.jar  I got this error any
> help/suggestion?
>
> C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-develop>java
> -jar
>  build/libs/fineract-provider-unknown.jar
> Exception in thread "main" java.lang.UnsupportedClassVersionError:
> org/apache/fi
> neract/ServerApplication has been compiled by a more recent version of the
> Java
> Runtime (class file version 55.0), this version of the Java Runtime only
> recogni
> zes class file versions up to 52.0
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>         at java.net.URLClassLoader.defineClass(Unknown Source)
>         at java.net.URLClassLoader.access$100(Unknown Source)
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at
> org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
> chedURLClassLoader.java:151)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Unknown Source)
>         at
> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
> .java:46)
>         at
> org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
>         at
> org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
>         at
> org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
>
> On Thu, 1 Oct 2020 at 18:38, Michael Vorburger <mi...@vorburger.ch> wrote:
>
>> On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> hi.
>>>
>>>> fiinally. i have created the fineract war file using gradlew clean war
>>>>> command. the above problem was @ build.gradle line 208 & the
>>>>> error had been taken care of by the following PR
>>>>> https://github.com/apache/fineract/pull/1359. but,
>>>>
>>>> after creating the war file successfully and deploy into tomcat
>>> server.  i got the message "couldn't connect to server". any help? here is
>>> the log file.
>>>
>>
>> Unfortunately not, as no error message shown below, so difficult to help
>> here.
>>
>>
>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployWAR
>>> INFO: Deployment of web application archive
>>> [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
>>> ms
>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>> Enable debug logging for this logger for a complete list of JARs that were
>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>> scanning can improve startup time and JSP compilation time.
>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deployment of web application directory [C:\tomcat\webapps\docs]
>>> has finished in [249] ms
>>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deploying web application directory [C:\tomcat\webapps\examples]
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>> Enable debug logging for this logger for a complete list of JARs that were
>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>> scanning can improve startup time and JSP compilation time.
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deployment of web application directory
>>> [C:\tomcat\webapps\examples] has finished in [3,137] ms
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deploying web application directory
>>> [C:\tomcat\webapps\host-manager]
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>> Enable debug logging for this logger for a complete list of JARs that were
>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>> scanning can improve startup time and JSP compilation time.
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deployment of web application directory
>>> [C:\tomcat\webapps\host-manager] has finished in [242] ms
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deploying web application directory [C:\tomcat\webapps\manager]
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>> Enable debug logging for this logger for a complete list of JARs that were
>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>> scanning can improve startup time and JSP compilation time.
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deployment of web application directory
>>> [C:\tomcat\webapps\manager] has finished in [187] ms
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>> Enable debug logging for this logger for a complete list of JARs that were
>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>> scanning can improve startup time and JSP compilation time.
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deployment of web application directory
>>> [C:\tomcat\webapps\OLDROOT] has finished in [137] ms
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>>> Enable debug logging for this logger for a complete list of JARs that were
>>> scanned but no TLDs were found in them. Skipping unneeded JARs during
>>> scanning can improve startup time and JSP compilation time.
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>>> deployDirectory
>>> INFO: Deployment of web application directory [C:\tomcat\webapps\ROOT]
>>> has finished in [100] ms
>>> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
>>> INFO: Starting ProtocolHandler ["http-bio-8443"]
>>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
>>> INFO: Server startup in 69703 ms
>>>
>>>>
>>>>
>>>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
I wanted to generate a fineract jar file rather than war. and i have
generated a jar file called *fineract-provider-unknown.jar. *But, when I
wanted to Start it using java -jar build/libs/fineract-provider-unknown.jar  I
got this error any help/suggestion?

C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-develop>java
-jar
 build/libs/fineract-provider-unknown.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError:
org/apache/fi
neract/ServerApplication has been compiled by a more recent version of the
Java
Runtime (class file version 55.0), this version of the Java Runtime only
recogni
zes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at
org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(Laun
chedURLClassLoader.java:151)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner
.java:46)
        at
org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at
org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)

On Thu, 1 Oct 2020 at 18:38, Michael Vorburger <mi...@vorburger.ch> wrote:

> On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> hi.
>>
>>> fiinally. i have created the fineract war file using gradlew clean war
>>>> command. the above problem was @ build.gradle line 208 & the
>>>> error had been taken care of by the following PR
>>>> https://github.com/apache/fineract/pull/1359. but,
>>>
>>> after creating the war file successfully and deploy into tomcat server.
>> i got the message "couldn't connect to server". any help? here is the log
>> file.
>>
>
> Unfortunately not, as no error message shown below, so difficult to help
> here.
>
>
>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployWAR
>> INFO: Deployment of web application archive
>> [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
>> ms
>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
>> debug logging for this logger for a complete list of JARs that were scanned
>> but no TLDs were found in them. Skipping unneeded JARs during scanning can
>> improve startup time and JSP compilation time.
>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deployment of web application directory [C:\tomcat\webapps\docs]
>> has finished in [249] ms
>> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deploying web application directory [C:\tomcat\webapps\examples]
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
>> debug logging for this logger for a complete list of JARs that were scanned
>> but no TLDs were found in them. Skipping unneeded JARs during scanning can
>> improve startup time and JSP compilation time.
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deployment of web application directory
>> [C:\tomcat\webapps\examples] has finished in [3,137] ms
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deploying web application directory [C:\tomcat\webapps\host-manager]
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
>> debug logging for this logger for a complete list of JARs that were scanned
>> but no TLDs were found in them. Skipping unneeded JARs during scanning can
>> improve startup time and JSP compilation time.
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deployment of web application directory
>> [C:\tomcat\webapps\host-manager] has finished in [242] ms
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deploying web application directory [C:\tomcat\webapps\manager]
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
>> debug logging for this logger for a complete list of JARs that were scanned
>> but no TLDs were found in them. Skipping unneeded JARs during scanning can
>> improve startup time and JSP compilation time.
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deployment of web application directory [C:\tomcat\webapps\manager]
>> has finished in [187] ms
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
>> debug logging for this logger for a complete list of JARs that were scanned
>> but no TLDs were found in them. Skipping unneeded JARs during scanning can
>> improve startup time and JSP compilation time.
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deployment of web application directory [C:\tomcat\webapps\OLDROOT]
>> has finished in [137] ms
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
>> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
>> debug logging for this logger for a complete list of JARs that were scanned
>> but no TLDs were found in them. Skipping unneeded JARs during scanning can
>> improve startup time and JSP compilation time.
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
>> deployDirectory
>> INFO: Deployment of web application directory [C:\tomcat\webapps\ROOT]
>> has finished in [100] ms
>> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
>> INFO: Starting ProtocolHandler ["http-bio-8443"]
>> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 69703 ms
>>
>>>
>>>
>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
On Thu, Oct 1, 2020 at 9:47 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> hi.
>
>> fiinally. i have created the fineract war file using gradlew clean war
>>> command. the above problem was @ build.gradle line 208 & the
>>> error had been taken care of by the following PR
>>> https://github.com/apache/fineract/pull/1359. but,
>>
>> after creating the war file successfully and deploy into tomcat server.
> i got the message "couldn't connect to server". any help? here is the log
> file.
>

Unfortunately not, as no error message shown below, so difficult to help
here.


> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deployment of web application archive
> [C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
> ms
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\docs]
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
> debug logging for this logger for a complete list of JARs that were scanned
> but no TLDs were found in them. Skipping unneeded JARs during scanning can
> improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\docs] has
> finished in [249] ms
> Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\examples]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
> debug logging for this logger for a complete list of JARs that were scanned
> but no TLDs were found in them. Skipping unneeded JARs during scanning can
> improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\examples]
> has finished in [3,137] ms
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\host-manager]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
> debug logging for this logger for a complete list of JARs that were scanned
> but no TLDs were found in them. Skipping unneeded JARs during scanning can
> improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deployment of web application directory
> [C:\tomcat\webapps\host-manager] has finished in [242] ms
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\manager]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
> debug logging for this logger for a complete list of JARs that were scanned
> but no TLDs were found in them. Skipping unneeded JARs during scanning can
> improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\manager]
> has finished in [187] ms
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
> debug logging for this logger for a complete list of JARs that were scanned
> but no TLDs were found in them. Skipping unneeded JARs during scanning can
> improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\OLDROOT]
> has finished in [137] ms
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
> INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
> debug logging for this logger for a complete list of JARs that were scanned
> but no TLDs were found in them. Skipping unneeded JARs during scanning can
> improve startup time and JSP compilation time.
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
> deployDirectory
> INFO: Deployment of web application directory [C:\tomcat\webapps\ROOT] has
> finished in [100] ms
> Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
> INFO: Starting ProtocolHandler ["http-bio-8443"]
> Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 69703 ms
>
>>
>>
>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
hi.

> fiinally. i have created the fineract war file using gradlew clean war
>> command. the above problem was @ build.gradle line 208 & the
>> error had been taken care of by the following PR
>> https://github.com/apache/fineract/pull/1359. but,
>
> after creating the war file successfully and deploy into tomcat server.  i
got the message "couldn't connect to server". any help? here is the log
file.

Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive
[C:\tomcat\webapps\fineract-provider-unknown.war] has finished in [64,902]
ms
Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory [C:\tomcat\webapps\docs]
Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deployment of web application directory [C:\tomcat\webapps\docs] has
finished in [249] ms
Oct 01, 2020 8:29:19 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory [C:\tomcat\webapps\examples]
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deployment of web application directory [C:\tomcat\webapps\examples]
has finished in [3,137] ms
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory [C:\tomcat\webapps\host-manager]
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deployment of web application directory
[C:\tomcat\webapps\host-manager] has finished in [242] ms
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory [C:\tomcat\webapps\manager]
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deployment of web application directory [C:\tomcat\webapps\manager]
has finished in [187] ms
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory [C:\tomcat\webapps\OLDROOT]
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deployment of web application directory [C:\tomcat\webapps\OLDROOT]
has finished in [137] ms
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory [C:\tomcat\webapps\ROOT]
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deployment of web application directory [C:\tomcat\webapps\ROOT] has
finished in [100] ms
Oct 01, 2020 8:29:23 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Oct 01, 2020 8:29:23 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 69703 ms

>
>
>

Re: Finereract Customization

Posted by James Dailey <ja...@gmail.com>.
+1 on Petri's suggestion

Swagger should show "1.4.0"

And thanks for the PR


On Wed, Sep 30, 2020 at 9:12 AM Petri Tuomola <pe...@tuomola.org> wrote:

> OK - Iโ€™ve submitted PR https://github.com/apache/fineract/pull/1359 to
> fix this.
>
> Btw just looking at the tag done for release 1.4.0 - could we make the
> release tag to be โ€œ1.4.0โ€ (i.e. not โ€œrelease-1.4.0โ€) so that it would be
> consistent with the previous release tags? That would also look better in
> Swagger UI :-)
>
> Regards
> Petri
>
> On 30 Sep 2020, at 6:51 PM, Petri Tuomola <pe...@tuomola.org> wrote:
>
> Hi
>
> Iโ€™ve just reproduced this: looks like the build fails if you are not
> building from within a git repository, as it canโ€™t find the git properties
> for population into Swagger version number. Shouldnโ€™t be difficult to fix
> though - Iโ€™ll have a look and send a PR asap.
>
> Regards
> Petri
>
>
> On 30 Sep 2020, at 6:04 PM, Michael Vorburger <mi...@vorburger.ch> wrote:
>
> Tube (?),
>
> This is an interesting new problem that we are not yet aware of; thank you
> for sharing it with us on the list (that's one good way of contributing and
> helping the project).
>
> Are you seeing this problem after a "git clone", or with sources that you
> downloaded as a ZIP file? From where, how? I wonder
>  if perhaps our build is broken when there is no .git/.
>
> Or did you maybe use a Gradle that you have already installed ("gradle
> bootJar"?) , instead of the Gradle Wrapper which you really have to use
> ("./gradlew bootJar"). Just to make sure, could you please share the EXACT
> line you used to launch your local build? Like copy everything, starting
> from the C:\ prompt and what EXACTLY you typed.
>
> We should have a new open JIRA issue about it to track this problem, and
> eventually the solution. Would you be able to create an issue for it for us?
>
> Best,
> M.
>
> On Tue, 29 Sep 2020, 16:19 แŒ“แ‹ญแˆ‹แŠ“ Tube, <em...@gmail.com> wrote:
>
>> hello
>>  i want to create a fineract-provider jar/war file. When I run ๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ
>> ๐œ๐ฅ๐ž๐š๐ง ๐›๐จ๐จ๐ญ๐‰๐š๐ซ(jar)/๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ ๐œ๐ฅ๐ž๐š๐ง
>> ๐›๐จ๐จ๐ญ๐–๐š๐ซ(war). I got this error. any help/fix?
>>
>> > Task :enhance
>> Found no persistent property in
>> "org.apache.fineract.infrastructure.dataqueries.
>> domain.ReportParameter"
>>
>> > Task :prepareInputYaml FAILED
>>
>> FAILURE: Build failed with an exception.
>>
>> * Where:
>> Build file
>> 'C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-devel
>> op\fineract-provider\build.gradle' line: 208
>>
>> * What went wrong:
>> Execution failed for task ':prepareInputYaml'.
>> > Cannot get property 'gitProps' on extra properties extension as it does
>> not ex
>> ist
>>
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or
>> --debug
>> option to get more log output. Run with --scan to get full insights.
>>
>> * Get more help at https://help.gradle.org
>>
>> Deprecated Gradle features were used in this build, making it
>> incompatible with
>> Gradle 7.0.
>> Use '--warning-mode all' to show the individual deprecation warnings.
>> See
>> https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:comm
>> and_line_warnings
>>
>> On Tue, 29 Sep 2020 at 13:11, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> Okay Michael
>>>
>>> On Tue, 29 Sep 2020 at 12:33, Michael Vorburger <mi...@vorburger.ch>
>>> wrote:
>>>
>>>> You need to run it under Java 11 instead of Java 8. The error message
>>>> shown kind of says that ("Could not target platform... Java SE 11 using
>>>> tool chain JDK 8 (1.8)"), but it's probably not clear enough?
>>>>
>>>> PS: When you post on public mailing lists, could you please always
>>>> copy/paste text, instead of screenshots? That makes it easier for others to
>>>> search for such errors, and find previous answers.
>>>>
>>>> On Tue, Sep 29, 2020 at 11:36 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hello.
>>>>> i want to create a fineract-provider jar file. When I
>>>>> run ๐—ด๐—ฟ๐—ฎ๐—ฑ๐—น๐—ฒ๐˜„ ๐—ฐ๐—น๐—ฒ๐—ฎ๐—ป ๐—ฏ๐—ผ๐—ผ๐˜๐—๐—ฎ๐—ฟ. i got this error. any
>>>>> help/suggestion?
>>>>>
>>>>>
>>>>> [image: fail.jpg]
>>>>>
>>>>> On Tue, 29 Sep 2020 at 09:15, Mhretaab Brehe <er...@gmail.com> wrote:
>>>>>
>>>>>> Wouldn't it be good to externalize (the database password
>>>>>> particularly for fineract_tenants) to some property file or command line
>>>>>> arguments so as to avoid the password mysql?
>>>>>> when you run the artifact java -jar fineract-provider.jar
>>>>>> --db.password=your_finearact_tenants_password and some where within the
>>>>>> code to use
>>>>>> @value("${db.password}")String tenantsDbPassword;
>>>>>>
>>>>>> thanks
>>>>>>
>>>>>> On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mi...@vorburger.ch>
>>>>>> wrote:
>>>>>>
>>>>>>> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <
>>>>>>> airsaylongcon@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Michael,
>>>>>>>> Thank you for the response. I understand that a straightforward
>>>>>>>> java -jar would run the jar build. I guess my question was more about how
>>>>>>>> to configure the other software like the Web-app and MySQL as I would like
>>>>>>>> to change the defaults such as the MySQL root password and port, the port
>>>>>>>> which the community/web apps will run on and some other basic changes so
>>>>>>>> that I don't have an environment that is a sitting duck for attacks
>>>>>>>>
>>>>>>>
>>>>>>> That seems very wise! :) Of course, your database shouldn't even be
>>>>>>> internet exposed at all in the first place, and only on a local IP... ;-)
>>>>>>>
>>>>>>> Jokes aside, thank you for clarifying what doc you were missing.
>>>>>>> Does https://github.com/apache/fineract/pull/1357/files help to
>>>>>>> clarify re. DB?
>>>>>>>
>>>>>>> Re. the port which the community/web apps, that may be a bigger
>>>>>>> misunderstanding - Apache Fineract does not actually include the
>>>>>>> community/web app UI at all! So java -jar fineract-provider.jar only runs
>>>>>>> the backend. If anything made you think that it does, please point us to
>>>>>>> where we say so, so that doc can be clarified. (
>>>>>>> https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
>>>>>>> however does include the community-app, but that's just for
>>>>>>> convenience/demo. That has nothing to do with the Fineract JAR/WAR itself,
>>>>>>> it's just via
>>>>>>> https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59
>>>>>>> .)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> ๏ปฟ
>>>>>>>> Ese,
>>>>>>>>
>>>>>>>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Michael,
>>>>>>>>> For a production server, how would one deploy using the jar?
>>>>>>>>>
>>>>>>>>
>>>>>>>> Simply java -jar, as per
>>>>>>>> https://github.com/apache/fineract/#instructions-to-build-the-jar-file
>>>>>>>>
>>>>>>>> Please do let us know what information you are missing re. that, so
>>>>>>>> that we may improve the README.
>>>>>>>>
>>>>>>>>
>>>>>>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> ๏ปฟ
>>>>>>>>> Tube,
>>>>>>>>>
>>>>>>>>> Have you seen/are you perhaps simply looking for
>>>>>>>>> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
>>>>>>>>> ?
>>>>>>>>>
>>>>>>>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop
>>>>>>>>> on Fineract!
>>>>>>>>>
>>>>>>>>> Hope this helps?
>>>>>>>>> M.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi there,
>>>>>>>>>>
>>>>>>>>>> Please provide more information on what changes you are trying to
>>>>>>>>>> make which isn't working
>>>>>>>>>>
>>>>>>>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> ๐’‰๐’†๐’๐’๐’ .
>>>>>>>>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>>>>>>>>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>>>>>>>>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>>>>>>>>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>>>>>>>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>>>>>>>>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>>>>>>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>>>>>>>>>
>>>>>>>>>> <fail.jpg>
>
>
>
>

Re: Finereract Customization

Posted by Petri Tuomola <pe...@tuomola.org>.
OK - Iโ€™ve submitted PR https://github.com/apache/fineract/pull/1359 <https://github.com/apache/fineract/pull/1359> to fix this.

Btw just looking at the tag done for release 1.4.0 - could we make the release tag to be โ€œ1.4.0โ€ (i.e. not โ€œrelease-1.4.0โ€) so that it would be consistent with the previous release tags? That would also look better in Swagger UI :-)

Regards
Petri

> On 30 Sep 2020, at 6:51 PM, Petri Tuomola <pe...@tuomola.org> wrote:
> 
> Hi
> 
> Iโ€™ve just reproduced this: looks like the build fails if you are not building from within a git repository, as it canโ€™t find the git properties for population into Swagger version number. Shouldnโ€™t be difficult to fix though - Iโ€™ll have a look and send a PR asap.
> 
> Regards
> Petri
> 
> 
>> On 30 Sep 2020, at 6:04 PM, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
>> 
>> Tube (?),
>> 
>> This is an interesting new problem that we are not yet aware of; thank you for sharing it with us on the list (that's one good way of contributing and helping the project).
>> 
>> Are you seeing this problem after a "git clone", or with sources that you downloaded as a ZIP file? From where, how? I wonder
>>  if perhaps our build is broken when there is no .git/.
>> 
>> Or did you maybe use a Gradle that you have already installed ("gradle bootJar"?) , instead of the Gradle Wrapper which you really have to use ("./gradlew bootJar"). Just to make sure, could you please share the EXACT line you used to launch your local build? Like copy everything, starting from the C:\ prompt and what EXACTLY you typed.
>> 
>> We should have a new open JIRA issue about it to track this problem, and eventually the solution. Would you be able to create an issue for it for us?
>> 
>> Best,
>> M.
>> 
>> On Tue, 29 Sep 2020, 16:19 แŒ“แ‹ญแˆ‹แŠ“ Tube, <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>> hello
>>  i want to create a fineract-provider jar/war file. When I run ๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ ๐œ๐ฅ๐ž๐š๐ง ๐›๐จ๐จ๐ญ๐‰๐š๐ซ(jar)/๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ ๐œ๐ฅ๐ž๐š๐ง ๐›๐จ๐จ๐ญ๐–๐š๐ซ(war). I got this error. any help/fix?
>> 
>> > Task :enhance
>> Found no persistent property in "org.apache.fineract.infrastructure.dataqueries.
>> domain.ReportParameter"
>> 
>> > Task :prepareInputYaml FAILED
>> 
>> FAILURE: Build failed with an exception.
>> 
>> * Where:
>> Build file 'C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-devel
>> op\fineract-provider\build.gradle' line: 208
>> 
>> * What went wrong:
>> Execution failed for task ':prepareInputYaml'.
>> > Cannot get property 'gitProps' on extra properties extension as it does not ex
>> ist
>> 
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or --debug
>> option to get more log output. Run with --scan to get full insights.
>> 
>> * Get more help at https://help.gradle.org <https://help.gradle.org/>
>> 
>> Deprecated Gradle features were used in this build, making it incompatible with
>> Gradle 7.0.
>> Use '--warning-mode all' to show the individual deprecation warnings.
>> See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:comm <https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:comm>
>> and_line_warnings
>> 
>> On Tue, 29 Sep 2020 at 13:11, แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>> Okay Michael
>> 
>> On Tue, 29 Sep 2020 at 12:33, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
>> You need to run it under Java 11 instead of Java 8. The error message shown kind of says that ("Could not target platform... Java SE 11 using tool chain JDK 8 (1.8)"), but it's probably not clear enough?
>> 
>> PS: When you post on public mailing lists, could you please always copy/paste text, instead of screenshots? That makes it easier for others to search for such errors, and find previous answers.
>> 
>> On Tue, Sep 29, 2020 at 11:36 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>> Hello. 
>> i want to create a fineract-provider jar file. When I run ๐—ด๐—ฟ๐—ฎ๐—ฑ๐—น๐—ฒ๐˜„ ๐—ฐ๐—น๐—ฒ๐—ฎ๐—ป ๐—ฏ๐—ผ๐—ผ๐˜๐—๐—ฎ๐—ฟ. i got this error. any help/suggestion?
>> 
>>  
>> 
>> 
>> On Tue, 29 Sep 2020 at 09:15, Mhretaab Brehe <ermu96@gmail.com <ma...@gmail.com>> wrote:
>> Wouldn't it be good to externalize (the database password particularly for fineract_tenants) to some property file or command line arguments so as to avoid the password mysql?
>> when you run the artifact java -jar fineract-provider.jar --db.password=your_finearact_tenants_password and some where within the code to use
>> @value("${db.password}")String tenantsDbPassword;
>> 
>> thanks
>> 
>> On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
>> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <airsaylongcon@gmail.com <ma...@gmail.com>> wrote:
>> Hi Michael,
>> Thank you for the response. I understand that a straightforward java -jar would run the jar build. I guess my question was more about how to configure the other software like the Web-app and MySQL as I would like to change the defaults such as the MySQL root password and port, the port which the community/web apps will run on and some other basic changes so that I don't have an environment that is a sitting duck for attacks 
>> 
>> That seems very wise! :) Of course, your database shouldn't even be internet exposed at all in the first place, and only on a local IP... ;-)
>> 
>> Jokes aside, thank you for clarifying what doc you were missing. Does https://github.com/apache/fineract/pull/1357/files <https://github.com/apache/fineract/pull/1357/files> help to clarify re. DB?
>> 
>> Re. the port which the community/web apps, that may be a bigger misunderstanding - Apache Fineract does not actually include the community/web app UI at all! So java -jar fineract-provider.jar only runs the backend. If anything made you think that it does, please point us to where we say so, so that doc can be clarified. (https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose <https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose> however does include the community-app, but that's just for convenience/demo. That has nothing to do with the Fineract JAR/WAR itself, it's just via https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59 <https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59>.)
>> 
>>  
>>> On 27 Sep 2020, at 20:22, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
>>> 
>>> ๏ปฟ
>>> Ese,
>>> 
>>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <airsaylongcon@gmail.com <ma...@gmail.com>> wrote:
>>> Hi Michael,
>>> For a production server, how would one deploy using the jar?
>>> 
>>> Simply java -jar, as per https://github.com/apache/fineract/#instructions-to-build-the-jar-file <https://github.com/apache/fineract/#instructions-to-build-the-jar-file>
>>> 
>>> Please do let us know what information you are missing re. that, so that we may improve the README.
>>> 
>>> 
>>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
>>>> 
>>>> ๏ปฟ
>>>> Tube,
>>>> 
>>>> Have you seen/are you perhaps simply looking for https://github.com/apache/fineract/#instructions-how-to-run-for-local-development <https://github.com/apache/fineract/#instructions-how-to-run-for-local-development> ?
>>>> 
>>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop on Fineract!
>>>> 
>>>> Hope this helps?
>>>> M.
>>>> 
>>>> 
>>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kvnikome@gmail.com <ma...@gmail.com>> wrote:
>>>> Hi there,
>>>> 
>>>> Please provide more information on what changes you are trying to make which isn't working
>>>> 
>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>>>> ๐’‰๐’†๐’๐’๐’ .
>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’† ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’” ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”  
>> <fail.jpg>
> 


Re: Finereract Customization

Posted by Petri Tuomola <pe...@tuomola.org>.
Hi

Iโ€™ve just reproduced this: looks like the build fails if you are not building from within a git repository, as it canโ€™t find the git properties for population into Swagger version number. Shouldnโ€™t be difficult to fix though - Iโ€™ll have a look and send a PR asap.

Regards
Petri


> On 30 Sep 2020, at 6:04 PM, Michael Vorburger <mi...@vorburger.ch> wrote:
> 
> Tube (?),
> 
> This is an interesting new problem that we are not yet aware of; thank you for sharing it with us on the list (that's one good way of contributing and helping the project).
> 
> Are you seeing this problem after a "git clone", or with sources that you downloaded as a ZIP file? From where, how? I wonder
>  if perhaps our build is broken when there is no .git/.
> 
> Or did you maybe use a Gradle that you have already installed ("gradle bootJar"?) , instead of the Gradle Wrapper which you really have to use ("./gradlew bootJar"). Just to make sure, could you please share the EXACT line you used to launch your local build? Like copy everything, starting from the C:\ prompt and what EXACTLY you typed.
> 
> We should have a new open JIRA issue about it to track this problem, and eventually the solution. Would you be able to create an issue for it for us?
> 
> Best,
> M.
> 
> On Tue, 29 Sep 2020, 16:19 แŒ“แ‹ญแˆ‹แŠ“ Tube, <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
> hello
>  i want to create a fineract-provider jar/war file. When I run ๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ ๐œ๐ฅ๐ž๐š๐ง ๐›๐จ๐จ๐ญ๐‰๐š๐ซ(jar)/๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ ๐œ๐ฅ๐ž๐š๐ง ๐›๐จ๐จ๐ญ๐–๐š๐ซ(war). I got this error. any help/fix?
> 
> > Task :enhance
> Found no persistent property in "org.apache.fineract.infrastructure.dataqueries.
> domain.ReportParameter"
> 
> > Task :prepareInputYaml FAILED
> 
> FAILURE: Build failed with an exception.
> 
> * Where:
> Build file 'C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-devel
> op\fineract-provider\build.gradle' line: 208
> 
> * What went wrong:
> Execution failed for task ':prepareInputYaml'.
> > Cannot get property 'gitProps' on extra properties extension as it does not ex
> ist
> 
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug
> option to get more log output. Run with --scan to get full insights.
> 
> * Get more help at https://help.gradle.org <https://help.gradle.org/>
> 
> Deprecated Gradle features were used in this build, making it incompatible with
> Gradle 7.0.
> Use '--warning-mode all' to show the individual deprecation warnings.
> See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:comm <https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:comm>
> and_line_warnings
> 
> On Tue, 29 Sep 2020 at 13:11, แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
> Okay Michael
> 
> On Tue, 29 Sep 2020 at 12:33, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
> You need to run it under Java 11 instead of Java 8. The error message shown kind of says that ("Could not target platform... Java SE 11 using tool chain JDK 8 (1.8)"), but it's probably not clear enough?
> 
> PS: When you post on public mailing lists, could you please always copy/paste text, instead of screenshots? That makes it easier for others to search for such errors, and find previous answers.
> 
> On Tue, Sep 29, 2020 at 11:36 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
> Hello. 
> i want to create a fineract-provider jar file. When I run ๐—ด๐—ฟ๐—ฎ๐—ฑ๐—น๐—ฒ๐˜„ ๐—ฐ๐—น๐—ฒ๐—ฎ๐—ป ๐—ฏ๐—ผ๐—ผ๐˜๐—๐—ฎ๐—ฟ. i got this error. any help/suggestion?
> 
>  
> 
> 
> On Tue, 29 Sep 2020 at 09:15, Mhretaab Brehe <ermu96@gmail.com <ma...@gmail.com>> wrote:
> Wouldn't it be good to externalize (the database password particularly for fineract_tenants) to some property file or command line arguments so as to avoid the password mysql?
> when you run the artifact java -jar fineract-provider.jar --db.password=your_finearact_tenants_password and some where within the code to use
> @value("${db.password}")String tenantsDbPassword;
> 
> thanks
> 
> On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <airsaylongcon@gmail.com <ma...@gmail.com>> wrote:
> Hi Michael,
> Thank you for the response. I understand that a straightforward java -jar would run the jar build. I guess my question was more about how to configure the other software like the Web-app and MySQL as I would like to change the defaults such as the MySQL root password and port, the port which the community/web apps will run on and some other basic changes so that I don't have an environment that is a sitting duck for attacks 
> 
> That seems very wise! :) Of course, your database shouldn't even be internet exposed at all in the first place, and only on a local IP... ;-)
> 
> Jokes aside, thank you for clarifying what doc you were missing. Does https://github.com/apache/fineract/pull/1357/files <https://github.com/apache/fineract/pull/1357/files> help to clarify re. DB?
> 
> Re. the port which the community/web apps, that may be a bigger misunderstanding - Apache Fineract does not actually include the community/web app UI at all! So java -jar fineract-provider.jar only runs the backend. If anything made you think that it does, please point us to where we say so, so that doc can be clarified. (https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose <https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose> however does include the community-app, but that's just for convenience/demo. That has nothing to do with the Fineract JAR/WAR itself, it's just via https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59 <https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59>.)
> 
>  
>> On 27 Sep 2020, at 20:22, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
>> 
>> ๏ปฟ
>> Ese,
>> 
>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <airsaylongcon@gmail.com <ma...@gmail.com>> wrote:
>> Hi Michael,
>> For a production server, how would one deploy using the jar?
>> 
>> Simply java -jar, as per https://github.com/apache/fineract/#instructions-to-build-the-jar-file <https://github.com/apache/fineract/#instructions-to-build-the-jar-file>
>> 
>> Please do let us know what information you are missing re. that, so that we may improve the README.
>> 
>> 
>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch>> wrote:
>>> 
>>> ๏ปฟ
>>> Tube,
>>> 
>>> Have you seen/are you perhaps simply looking for https://github.com/apache/fineract/#instructions-how-to-run-for-local-development <https://github.com/apache/fineract/#instructions-how-to-run-for-local-development> ?
>>> 
>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop on Fineract!
>>> 
>>> Hope this helps?
>>> M.
>>> 
>>> 
>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kvnikome@gmail.com <ma...@gmail.com>> wrote:
>>> Hi there,
>>> 
>>> Please provide more information on what changes you are trying to make which isn't working
>>> 
>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com>> wrote:
>>> ๐’‰๐’†๐’๐’๐’ .
>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’† ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’” ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”  
> <fail.jpg>


Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
Tube (?),

This is an interesting new problem that we are not yet aware of; thank you
for sharing it with us on the list (that's one good way of contributing and
helping the project).

Are you seeing this problem after a "git clone", or with sources that you
downloaded as a ZIP file? From where, how? I wonder
 if perhaps our build is broken when there is no .git/.

Or did you maybe use a Gradle that you have already installed ("gradle
bootJar"?) , instead of the Gradle Wrapper which you really have to use
("./gradlew bootJar"). Just to make sure, could you please share the EXACT
line you used to launch your local build? Like copy everything, starting
from the C:\ prompt and what EXACTLY you typed.

We should have a new open JIRA issue about it to track this problem, and
eventually the solution. Would you be able to create an issue for it for us?

Best,
M.

On Tue, 29 Sep 2020, 16:19 แŒ“แ‹ญแˆ‹แŠ“ Tube, <em...@gmail.com> wrote:

> hello
>  i want to create a fineract-provider jar/war file. When I run ๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ
> ๐œ๐ฅ๐ž๐š๐ง ๐›๐จ๐จ๐ญ๐‰๐š๐ซ(jar)/๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ ๐œ๐ฅ๐ž๐š๐ง
> ๐›๐จ๐จ๐ญ๐–๐š๐ซ(war). I got this error. any help/fix?
>
> > Task :enhance
> Found no persistent property in
> "org.apache.fineract.infrastructure.dataqueries.
> domain.ReportParameter"
>
> > Task :prepareInputYaml FAILED
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Build file
> 'C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-devel
> op\fineract-provider\build.gradle' line: 208
>
> * What went wrong:
> Execution failed for task ':prepareInputYaml'.
> > Cannot get property 'gitProps' on extra properties extension as it does
> not ex
> ist
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug
> option to get more log output. Run with --scan to get full insights.
>
> * Get more help at https://help.gradle.org
>
> Deprecated Gradle features were used in this build, making it incompatible
> with
> Gradle 7.0.
> Use '--warning-mode all' to show the individual deprecation warnings.
> See
> https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:comm
> and_line_warnings
>
> On Tue, 29 Sep 2020 at 13:11, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> Okay Michael
>>
>> On Tue, 29 Sep 2020 at 12:33, Michael Vorburger <mi...@vorburger.ch>
>> wrote:
>>
>>> You need to run it under Java 11 instead of Java 8. The error message
>>> shown kind of says that ("Could not target platform... Java SE 11 using
>>> tool chain JDK 8 (1.8)"), but it's probably not clear enough?
>>>
>>> PS: When you post on public mailing lists, could you please always
>>> copy/paste text, instead of screenshots? That makes it easier for others to
>>> search for such errors, and find previous answers.
>>>
>>> On Tue, Sep 29, 2020 at 11:36 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>> wrote:
>>>
>>>> Hello.
>>>> i want to create a fineract-provider jar file. When I
>>>> run ๐—ด๐—ฟ๐—ฎ๐—ฑ๐—น๐—ฒ๐˜„ ๐—ฐ๐—น๐—ฒ๐—ฎ๐—ป ๐—ฏ๐—ผ๐—ผ๐˜๐—๐—ฎ๐—ฟ. i got this error. any
>>>> help/suggestion?
>>>>
>>>>
>>>> [image: fail.jpg]
>>>>
>>>> On Tue, 29 Sep 2020 at 09:15, Mhretaab Brehe <er...@gmail.com> wrote:
>>>>
>>>>> Wouldn't it be good to externalize (the database password particularly
>>>>> for fineract_tenants) to some property file or command line arguments so as
>>>>> to avoid the password mysql?
>>>>> when you run the artifact java -jar fineract-provider.jar
>>>>> --db.password=your_finearact_tenants_password and some where within the
>>>>> code to use
>>>>> @value("${db.password}")String tenantsDbPassword;
>>>>>
>>>>> thanks
>>>>>
>>>>> On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mi...@vorburger.ch>
>>>>> wrote:
>>>>>
>>>>>> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <
>>>>>> airsaylongcon@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Michael,
>>>>>>> Thank you for the response. I understand that a straightforward java
>>>>>>> -jar would run the jar build. I guess my question was more about how to
>>>>>>> configure the other software like the Web-app and MySQL as I would like to
>>>>>>> change the defaults such as the MySQL root password and port, the port
>>>>>>> which the community/web apps will run on and some other basic changes so
>>>>>>> that I don't have an environment that is a sitting duck for attacks
>>>>>>>
>>>>>>
>>>>>> That seems very wise! :) Of course, your database shouldn't even be
>>>>>> internet exposed at all in the first place, and only on a local IP... ;-)
>>>>>>
>>>>>> Jokes aside, thank you for clarifying what doc you were missing. Does
>>>>>> https://github.com/apache/fineract/pull/1357/files help to clarify
>>>>>> re. DB?
>>>>>>
>>>>>> Re. the port which the community/web apps, that may be a bigger
>>>>>> misunderstanding - Apache Fineract does not actually include the
>>>>>> community/web app UI at all! So java -jar fineract-provider.jar only runs
>>>>>> the backend. If anything made you think that it does, please point us to
>>>>>> where we say so, so that doc can be clarified. (
>>>>>> https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
>>>>>> however does include the community-app, but that's just for
>>>>>> convenience/demo. That has nothing to do with the Fineract JAR/WAR itself,
>>>>>> it's just via
>>>>>> https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59
>>>>>> .)
>>>>>>
>>>>>>
>>>>>>
>>>>>>> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch>
>>>>>>> wrote:
>>>>>>>
>>>>>>> ๏ปฟ
>>>>>>> Ese,
>>>>>>>
>>>>>>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Michael,
>>>>>>>> For a production server, how would one deploy using the jar?
>>>>>>>>
>>>>>>>
>>>>>>> Simply java -jar, as per
>>>>>>> https://github.com/apache/fineract/#instructions-to-build-the-jar-file
>>>>>>>
>>>>>>> Please do let us know what information you are missing re. that, so
>>>>>>> that we may improve the README.
>>>>>>>
>>>>>>>
>>>>>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> ๏ปฟ
>>>>>>>> Tube,
>>>>>>>>
>>>>>>>> Have you seen/are you perhaps simply looking for
>>>>>>>> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
>>>>>>>> ?
>>>>>>>>
>>>>>>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop
>>>>>>>> on Fineract!
>>>>>>>>
>>>>>>>> Hope this helps?
>>>>>>>> M.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi there,
>>>>>>>>>
>>>>>>>>> Please provide more information on what changes you are trying to
>>>>>>>>> make which isn't working
>>>>>>>>>
>>>>>>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> ๐’‰๐’†๐’๐’๐’ .
>>>>>>>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>>>>>>>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>>>>>>>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>>>>>>>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>>>>>>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>>>>>>>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>>>>>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>>>>>>>>
>>>>>>>>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
hello
 i want to create a fineract-provider jar/war file. When I run ๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ
๐œ๐ฅ๐ž๐š๐ง ๐›๐จ๐จ๐ญ๐‰๐š๐ซ(jar)/๐ ๐ซ๐š๐๐ฅ๐ž๐ฐ ๐œ๐ฅ๐ž๐š๐ง
๐›๐จ๐จ๐ญ๐–๐š๐ซ(war). I got this error. any help/fix?

> Task :enhance
Found no persistent property in
"org.apache.fineract.infrastructure.dataqueries.
domain.ReportParameter"

> Task :prepareInputYaml FAILED

FAILURE: Build failed with an exception.

* Where:
Build file
'C:\Users\gelila\Downloads\Compressed\fineract-develop\fineract-devel
op\fineract-provider\build.gradle' line: 208

* What went wrong:
Execution failed for task ':prepareInputYaml'.
> Cannot get property 'gitProps' on extra properties extension as it does
not ex
ist

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible
with
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:comm
and_line_warnings

On Tue, 29 Sep 2020 at 13:11, แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> Okay Michael
>
> On Tue, 29 Sep 2020 at 12:33, Michael Vorburger <mi...@vorburger.ch> wrote:
>
>> You need to run it under Java 11 instead of Java 8. The error message
>> shown kind of says that ("Could not target platform... Java SE 11 using
>> tool chain JDK 8 (1.8)"), but it's probably not clear enough?
>>
>> PS: When you post on public mailing lists, could you please always
>> copy/paste text, instead of screenshots? That makes it easier for others to
>> search for such errors, and find previous answers.
>>
>> On Tue, Sep 29, 2020 at 11:36 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> Hello.
>>> i want to create a fineract-provider jar file. When I run ๐—ด๐—ฟ๐—ฎ๐—ฑ๐—น๐—ฒ๐˜„
>>> ๐—ฐ๐—น๐—ฒ๐—ฎ๐—ป ๐—ฏ๐—ผ๐—ผ๐˜๐—๐—ฎ๐—ฟ. i got this error. any help/suggestion?
>>>
>>>
>>> [image: fail.jpg]
>>>
>>> On Tue, 29 Sep 2020 at 09:15, Mhretaab Brehe <er...@gmail.com> wrote:
>>>
>>>> Wouldn't it be good to externalize (the database password particularly
>>>> for fineract_tenants) to some property file or command line arguments so as
>>>> to avoid the password mysql?
>>>> when you run the artifact java -jar fineract-provider.jar
>>>> --db.password=your_finearact_tenants_password and some where within the
>>>> code to use
>>>> @value("${db.password}")String tenantsDbPassword;
>>>>
>>>> thanks
>>>>
>>>> On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mi...@vorburger.ch>
>>>> wrote:
>>>>
>>>>> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <
>>>>> airsaylongcon@gmail.com> wrote:
>>>>>
>>>>>> Hi Michael,
>>>>>> Thank you for the response. I understand that a straightforward java
>>>>>> -jar would run the jar build. I guess my question was more about how to
>>>>>> configure the other software like the Web-app and MySQL as I would like to
>>>>>> change the defaults such as the MySQL root password and port, the port
>>>>>> which the community/web apps will run on and some other basic changes so
>>>>>> that I don't have an environment that is a sitting duck for attacks
>>>>>>
>>>>>
>>>>> That seems very wise! :) Of course, your database shouldn't even be
>>>>> internet exposed at all in the first place, and only on a local IP... ;-)
>>>>>
>>>>> Jokes aside, thank you for clarifying what doc you were missing. Does
>>>>> https://github.com/apache/fineract/pull/1357/files help to clarify
>>>>> re. DB?
>>>>>
>>>>> Re. the port which the community/web apps, that may be a bigger
>>>>> misunderstanding - Apache Fineract does not actually include the
>>>>> community/web app UI at all! So java -jar fineract-provider.jar only runs
>>>>> the backend. If anything made you think that it does, please point us to
>>>>> where we say so, so that doc can be clarified. (
>>>>> https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
>>>>> however does include the community-app, but that's just for
>>>>> convenience/demo. That has nothing to do with the Fineract JAR/WAR itself,
>>>>> it's just via
>>>>> https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59
>>>>> .)
>>>>>
>>>>>
>>>>>
>>>>>> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch>
>>>>>> wrote:
>>>>>>
>>>>>> ๏ปฟ
>>>>>> Ese,
>>>>>>
>>>>>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Michael,
>>>>>>> For a production server, how would one deploy using the jar?
>>>>>>>
>>>>>>
>>>>>> Simply java -jar, as per
>>>>>> https://github.com/apache/fineract/#instructions-to-build-the-jar-file
>>>>>>
>>>>>> Please do let us know what information you are missing re. that, so
>>>>>> that we may improve the README.
>>>>>>
>>>>>>
>>>>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch>
>>>>>>> wrote:
>>>>>>>
>>>>>>> ๏ปฟ
>>>>>>> Tube,
>>>>>>>
>>>>>>> Have you seen/are you perhaps simply looking for
>>>>>>> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
>>>>>>> ?
>>>>>>>
>>>>>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop
>>>>>>> on Fineract!
>>>>>>>
>>>>>>> Hope this helps?
>>>>>>> M.
>>>>>>>
>>>>>>>
>>>>>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi there,
>>>>>>>>
>>>>>>>> Please provide more information on what changes you are trying to
>>>>>>>> make which isn't working
>>>>>>>>
>>>>>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> ๐’‰๐’†๐’๐’๐’ .
>>>>>>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>>>>>>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>>>>>>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>>>>>>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>>>>>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>>>>>>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>>>>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>>>>>>>
>>>>>>>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
Okay Michael

On Tue, 29 Sep 2020 at 12:33, Michael Vorburger <mi...@vorburger.ch> wrote:

> You need to run it under Java 11 instead of Java 8. The error message
> shown kind of says that ("Could not target platform... Java SE 11 using
> tool chain JDK 8 (1.8)"), but it's probably not clear enough?
>
> PS: When you post on public mailing lists, could you please always
> copy/paste text, instead of screenshots? That makes it easier for others to
> search for such errors, and find previous answers.
>
> On Tue, Sep 29, 2020 at 11:36 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> Hello.
>> i want to create a fineract-provider jar file. When I run ๐—ด๐—ฟ๐—ฎ๐—ฑ๐—น๐—ฒ๐˜„
>> ๐—ฐ๐—น๐—ฒ๐—ฎ๐—ป ๐—ฏ๐—ผ๐—ผ๐˜๐—๐—ฎ๐—ฟ. i got this error. any help/suggestion?
>>
>>
>> [image: fail.jpg]
>>
>> On Tue, 29 Sep 2020 at 09:15, Mhretaab Brehe <er...@gmail.com> wrote:
>>
>>> Wouldn't it be good to externalize (the database password particularly
>>> for fineract_tenants) to some property file or command line arguments so as
>>> to avoid the password mysql?
>>> when you run the artifact java -jar fineract-provider.jar
>>> --db.password=your_finearact_tenants_password and some where within the
>>> code to use
>>> @value("${db.password}")String tenantsDbPassword;
>>>
>>> thanks
>>>
>>> On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mi...@vorburger.ch>
>>> wrote:
>>>
>>>> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <ai...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Michael,
>>>>> Thank you for the response. I understand that a straightforward java
>>>>> -jar would run the jar build. I guess my question was more about how to
>>>>> configure the other software like the Web-app and MySQL as I would like to
>>>>> change the defaults such as the MySQL root password and port, the port
>>>>> which the community/web apps will run on and some other basic changes so
>>>>> that I don't have an environment that is a sitting duck for attacks
>>>>>
>>>>
>>>> That seems very wise! :) Of course, your database shouldn't even be
>>>> internet exposed at all in the first place, and only on a local IP... ;-)
>>>>
>>>> Jokes aside, thank you for clarifying what doc you were missing. Does
>>>> https://github.com/apache/fineract/pull/1357/files help to clarify re.
>>>> DB?
>>>>
>>>> Re. the port which the community/web apps, that may be a bigger
>>>> misunderstanding - Apache Fineract does not actually include the
>>>> community/web app UI at all! So java -jar fineract-provider.jar only runs
>>>> the backend. If anything made you think that it does, please point us to
>>>> where we say so, so that doc can be clarified. (
>>>> https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
>>>> however does include the community-app, but that's just for
>>>> convenience/demo. That has nothing to do with the Fineract JAR/WAR itself,
>>>> it's just via
>>>> https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59
>>>> .)
>>>>
>>>>
>>>>
>>>>> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>
>>>>> ๏ปฟ
>>>>> Ese,
>>>>>
>>>>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Michael,
>>>>>> For a production server, how would one deploy using the jar?
>>>>>>
>>>>>
>>>>> Simply java -jar, as per
>>>>> https://github.com/apache/fineract/#instructions-to-build-the-jar-file
>>>>>
>>>>> Please do let us know what information you are missing re. that, so
>>>>> that we may improve the README.
>>>>>
>>>>>
>>>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>>
>>>>>> ๏ปฟ
>>>>>> Tube,
>>>>>>
>>>>>> Have you seen/are you perhaps simply looking for
>>>>>> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
>>>>>> ?
>>>>>>
>>>>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop on
>>>>>> Fineract!
>>>>>>
>>>>>> Hope this helps?
>>>>>> M.
>>>>>>
>>>>>>
>>>>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi there,
>>>>>>>
>>>>>>> Please provide more information on what changes you are trying to
>>>>>>> make which isn't working
>>>>>>>
>>>>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> ๐’‰๐’†๐’๐’๐’ .
>>>>>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>>>>>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>>>>>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>>>>>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>>>>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>>>>>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>>>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>>>>>>
>>>>>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
You need to run it under Java 11 instead of Java 8. The error message shown
kind of says that ("Could not target platform... Java SE 11 using tool
chain JDK 8 (1.8)"), but it's probably not clear enough?

PS: When you post on public mailing lists, could you please always
copy/paste text, instead of screenshots? That makes it easier for others to
search for such errors, and find previous answers.

On Tue, Sep 29, 2020 at 11:36 AM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> Hello.
> i want to create a fineract-provider jar file. When I run ๐—ด๐—ฟ๐—ฎ๐—ฑ๐—น๐—ฒ๐˜„
> ๐—ฐ๐—น๐—ฒ๐—ฎ๐—ป ๐—ฏ๐—ผ๐—ผ๐˜๐—๐—ฎ๐—ฟ. i got this error. any help/suggestion?
>
>
> [image: fail.jpg]
>
> On Tue, 29 Sep 2020 at 09:15, Mhretaab Brehe <er...@gmail.com> wrote:
>
>> Wouldn't it be good to externalize (the database password particularly
>> for fineract_tenants) to some property file or command line arguments so as
>> to avoid the password mysql?
>> when you run the artifact java -jar fineract-provider.jar
>> --db.password=your_finearact_tenants_password and some where within the
>> code to use
>> @value("${db.password}")String tenantsDbPassword;
>>
>> thanks
>>
>> On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mi...@vorburger.ch>
>> wrote:
>>
>>> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <ai...@gmail.com>
>>> wrote:
>>>
>>>> Hi Michael,
>>>> Thank you for the response. I understand that a straightforward java
>>>> -jar would run the jar build. I guess my question was more about how to
>>>> configure the other software like the Web-app and MySQL as I would like to
>>>> change the defaults such as the MySQL root password and port, the port
>>>> which the community/web apps will run on and some other basic changes so
>>>> that I don't have an environment that is a sitting duck for attacks
>>>>
>>>
>>> That seems very wise! :) Of course, your database shouldn't even be
>>> internet exposed at all in the first place, and only on a local IP... ;-)
>>>
>>> Jokes aside, thank you for clarifying what doc you were missing. Does
>>> https://github.com/apache/fineract/pull/1357/files help to clarify re.
>>> DB?
>>>
>>> Re. the port which the community/web apps, that may be a bigger
>>> misunderstanding - Apache Fineract does not actually include the
>>> community/web app UI at all! So java -jar fineract-provider.jar only runs
>>> the backend. If anything made you think that it does, please point us to
>>> where we say so, so that doc can be clarified. (
>>> https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
>>> however does include the community-app, but that's just for
>>> convenience/demo. That has nothing to do with the Fineract JAR/WAR itself,
>>> it's just via
>>> https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59.)
>>>
>>>
>>>
>>>> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>
>>>> ๏ปฟ
>>>> Ese,
>>>>
>>>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Michael,
>>>>> For a production server, how would one deploy using the jar?
>>>>>
>>>>
>>>> Simply java -jar, as per
>>>> https://github.com/apache/fineract/#instructions-to-build-the-jar-file
>>>>
>>>> Please do let us know what information you are missing re. that, so
>>>> that we may improve the README.
>>>>
>>>>
>>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>>
>>>>> ๏ปฟ
>>>>> Tube,
>>>>>
>>>>> Have you seen/are you perhaps simply looking for
>>>>> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
>>>>> ?
>>>>>
>>>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop on
>>>>> Fineract!
>>>>>
>>>>> Hope this helps?
>>>>> M.
>>>>>
>>>>>
>>>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>>>>>
>>>>>> Hi there,
>>>>>>
>>>>>> Please provide more information on what changes you are trying to
>>>>>> make which isn't working
>>>>>>
>>>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> ๐’‰๐’†๐’๐’๐’ .
>>>>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>>>>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>>>>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>>>>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>>>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>>>>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>>>>>
>>>>>>

Re: Finereract Customization

Posted by แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>.
Hello.
i want to create a fineract-provider jar file. When I run ๐—ด๐—ฟ๐—ฎ๐—ฑ๐—น๐—ฒ๐˜„
๐—ฐ๐—น๐—ฒ๐—ฎ๐—ป ๐—ฏ๐—ผ๐—ผ๐˜๐—๐—ฎ๐—ฟ. i got this error. any help/suggestion?


[image: fail.jpg]

On Tue, 29 Sep 2020 at 09:15, Mhretaab Brehe <er...@gmail.com> wrote:

> Wouldn't it be good to externalize (the database password particularly for
> fineract_tenants) to some property file or command line arguments so as to
> avoid the password mysql?
> when you run the artifact java -jar fineract-provider.jar
> --db.password=your_finearact_tenants_password and some where within the
> code to use
> @value("${db.password}")String tenantsDbPassword;
>
> thanks
>
> On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mi...@vorburger.ch>
> wrote:
>
>> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <ai...@gmail.com>
>> wrote:
>>
>>> Hi Michael,
>>> Thank you for the response. I understand that a straightforward java
>>> -jar would run the jar build. I guess my question was more about how to
>>> configure the other software like the Web-app and MySQL as I would like to
>>> change the defaults such as the MySQL root password and port, the port
>>> which the community/web apps will run on and some other basic changes so
>>> that I don't have an environment that is a sitting duck for attacks
>>>
>>
>> That seems very wise! :) Of course, your database shouldn't even be
>> internet exposed at all in the first place, and only on a local IP... ;-)
>>
>> Jokes aside, thank you for clarifying what doc you were missing. Does
>> https://github.com/apache/fineract/pull/1357/files help to clarify re.
>> DB?
>>
>> Re. the port which the community/web apps, that may be a bigger
>> misunderstanding - Apache Fineract does not actually include the
>> community/web app UI at all! So java -jar fineract-provider.jar only runs
>> the backend. If anything made you think that it does, please point us to
>> where we say so, so that doc can be clarified. (
>> https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
>> however does include the community-app, but that's just for
>> convenience/demo. That has nothing to do with the Fineract JAR/WAR itself,
>> it's just via
>> https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59.)
>>
>>
>>
>>> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>
>>> ๏ปฟ
>>> Ese,
>>>
>>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com>
>>> wrote:
>>>
>>>> Hi Michael,
>>>> For a production server, how would one deploy using the jar?
>>>>
>>>
>>> Simply java -jar, as per
>>> https://github.com/apache/fineract/#instructions-to-build-the-jar-file
>>>
>>> Please do let us know what information you are missing re. that, so that
>>> we may improve the README.
>>>
>>>
>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>>
>>>> ๏ปฟ
>>>> Tube,
>>>>
>>>> Have you seen/are you perhaps simply looking for
>>>> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
>>>> ?
>>>>
>>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop on
>>>> Fineract!
>>>>
>>>> Hope this helps?
>>>> M.
>>>>
>>>>
>>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>>>>
>>>>> Hi there,
>>>>>
>>>>> Please provide more information on what changes you are trying to make
>>>>> which isn't working
>>>>>
>>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> ๐’‰๐’†๐’๐’๐’ .
>>>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>>>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>>>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>>>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>>>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>>>>
>>>>>

RE: Finereract Customization

Posted by si...@skyburgsystems.org.
Mhretaab,

 

Your concern to externalise the password for mysql is based on a security issue? 

Up to now weโ€™ve never had issues with the password because deployments are always locally hosted then broadcasted for remote access on a private connection. So its never really exposed and works quite well for internal database management. 

Iโ€™m sure you can always personalise the password to your instance if you feel that your database is compromised.

 

Regards,

 

From: Mhretaab Brehe <er...@gmail.com> 
Sent: Tuesday, 29 September 2020 10:15 AM
To: dev@fineract.apache.org
Subject: Re: Finereract Customization

 

Wouldn't it be good to externalize (the database password particularly for fineract_tenants) to some property file or command line arguments so as to avoid the password mysql?
when you run the artifact java -jar fineract-provider.jar --db.password=your_finearact_tenants_password and some where within the code to use
@value("${db.password}")String tenantsDbPassword;

thanks

 

On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch> > wrote:

On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <airsaylongcon@gmail.com <ma...@gmail.com> > wrote:

Hi Michael,

Thank you for the response. I understand that a straightforward java -jar would run the jar build. I guess my question was more about how to configure the other software like the Web-app and MySQL as I would like to change the defaults such as the MySQL root password and port, the port which the community/web apps will run on and some other basic changes so that I don't have an environment that is a sitting duck for attacks 

 

That seems very wise! :) Of course, your database shouldn't even be internet exposed at all in the first place, and only on a local IP... ;-)

 

Jokes aside, thank you for clarifying what doc you were missing. Does https://github.com/apache/fineract/pull/1357/files help to clarify re. DB?

 

Re. the port which the community/web apps, that may be a bigger misunderstanding - Apache Fineract does not actually include the community/web app UI at all! So java -jar fineract-provider.jar only runs the backend. If anything made you think that it does, please point us to where we say so, so that doc can be clarified. (https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose however does include the community-app, but that's just for convenience/demo. That has nothing to do with the Fineract JAR/WAR itself, it's just via https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59.)

 

 

On 27 Sep 2020, at 20:22, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch> > wrote:

๏ปฟ

Ese,

 

On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <airsaylongcon@gmail.com <ma...@gmail.com> > wrote:

Hi Michael,

For a production server, how would one deploy using the jar?

 

Simply java -jar, as per https://github.com/apache/fineract/#instructions-to-build-the-jar-file

 

Please do let us know what information you are missing re. that, so that we may improve the README.

 

 

On 27 Sep 2020, at 18:48, Michael Vorburger <mike@vorburger.ch <ma...@vorburger.ch> > wrote:

๏ปฟ

Tube,

 

Have you seen/are you perhaps simply looking for https://github.com/apache/fineract/#instructions-how-to-run-for-local-development ?

 

With "./gradlew bootRun", you don't need Tomcat anymore to develop on Fineract!

 

Hope this helps?

M.

 

On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kvnikome@gmail.com <ma...@gmail.com> > wrote:

Hi there,

 

Please provide more information on what changes you are trying to make which isn't working

 

On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <eminemmerne@gmail.com <ma...@gmail.com> > wrote:

๐’‰๐’†๐’๐’๐’ .
๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’† ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’” ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”  


Re: Finereract Customization

Posted by Mhretaab Brehe <er...@gmail.com>.
Wouldn't it be good to externalize (the database password particularly for
fineract_tenants) to some property file or command line arguments so as to
avoid the password mysql?
when you run the artifact java -jar fineract-provider.jar
--db.password=your_finearact_tenants_password and some where within the
code to use
@value("${db.password}")String tenantsDbPassword;

thanks

On Mon, Sep 28, 2020 at 8:59 PM Michael Vorburger <mi...@vorburger.ch> wrote:

> On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <ai...@gmail.com>
> wrote:
>
>> Hi Michael,
>> Thank you for the response. I understand that a straightforward java -jar
>> would run the jar build. I guess my question was more about how to
>> configure the other software like the Web-app and MySQL as I would like to
>> change the defaults such as the MySQL root password and port, the port
>> which the community/web apps will run on and some other basic changes so
>> that I don't have an environment that is a sitting duck for attacks
>>
>
> That seems very wise! :) Of course, your database shouldn't even be
> internet exposed at all in the first place, and only on a local IP... ;-)
>
> Jokes aside, thank you for clarifying what doc you were missing. Does
> https://github.com/apache/fineract/pull/1357/files help to clarify re. DB?
>
> Re. the port which the community/web apps, that may be a bigger
> misunderstanding - Apache Fineract does not actually include the
> community/web app UI at all! So java -jar fineract-provider.jar only runs
> the backend. If anything made you think that it does, please point us to
> where we say so, so that doc can be clarified. (
> https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
> however does include the community-app, but that's just for
> convenience/demo. That has nothing to do with the Fineract JAR/WAR itself,
> it's just via
> https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59.)
>
>
>
>> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch> wrote:
>>
>> ๏ปฟ
>> Ese,
>>
>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com>
>> wrote:
>>
>>> Hi Michael,
>>> For a production server, how would one deploy using the jar?
>>>
>>
>> Simply java -jar, as per
>> https://github.com/apache/fineract/#instructions-to-build-the-jar-file
>>
>> Please do let us know what information you are missing re. that, so that
>> we may improve the README.
>>
>>
>> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>
>>> ๏ปฟ
>>> Tube,
>>>
>>> Have you seen/are you perhaps simply looking for
>>> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
>>> ?
>>>
>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop on
>>> Fineract!
>>>
>>> Hope this helps?
>>> M.
>>>
>>>
>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>>>
>>>> Hi there,
>>>>
>>>> Please provide more information on what changes you are trying to make
>>>> which isn't working
>>>>
>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com>
>>>> wrote:
>>>>
>>>>> ๐’‰๐’†๐’๐’๐’ .
>>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>>>
>>>>

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
On Mon, Sep 28, 2020 at 7:42 PM Airsay Longcon <ai...@gmail.com>
wrote:

> Hi Michael,
> Thank you for the response. I understand that a straightforward java -jar
> would run the jar build. I guess my question was more about how to
> configure the other software like the Web-app and MySQL as I would like to
> change the defaults such as the MySQL root password and port, the port
> which the community/web apps will run on and some other basic changes so
> that I don't have an environment that is a sitting duck for attacks
>

That seems very wise! :) Of course, your database shouldn't even be
internet exposed at all in the first place, and only on a local IP... ;-)

Jokes aside, thank you for clarifying what doc you were missing. Does
https://github.com/apache/fineract/pull/1357/files help to clarify re. DB?

Re. the port which the community/web apps, that may be a bigger
misunderstanding - Apache Fineract does not actually include the
community/web app UI at all! So java -jar fineract-provider.jar only runs
the backend. If anything made you think that it does, please point us to
where we say so, so that doc can be clarified. (
https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
however does include the community-app, but that's just for
convenience/demo. That has nothing to do with the Fineract JAR/WAR itself,
it's just via
https://github.com/apache/fineract/blob/develop/docker-compose.yml#L59.)



> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch> wrote:
>
> ๏ปฟ
> Ese,
>
> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com>
> wrote:
>
>> Hi Michael,
>> For a production server, how would one deploy using the jar?
>>
>
> Simply java -jar, as per
> https://github.com/apache/fineract/#instructions-to-build-the-jar-file
>
> Please do let us know what information you are missing re. that, so that
> we may improve the README.
>
>
> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch> wrote:
>>
>> ๏ปฟ
>> Tube,
>>
>> Have you seen/are you perhaps simply looking for
>> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
>> ?
>>
>> With "./gradlew bootRun", you don't need Tomcat anymore to develop on
>> Fineract!
>>
>> Hope this helps?
>> M.
>>
>>
>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>>
>>> Hi there,
>>>
>>> Please provide more information on what changes you are trying to make
>>> which isn't working
>>>
>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>
>>>> ๐’‰๐’†๐’๐’๐’ .
>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>>
>>>

Re: Finereract Customization

Posted by Airsay Longcon <ai...@gmail.com>.
Hi Michael,
Thank you for the response. I understand that a straightforward java -jar would run the jar build. I guess my question was more about how to configure the other software like the Web-app and MySQL as I would like to change the defaults such as the MySQL root password and port, the port which the community/web apps will run on and some other basic changes so that I don't have an environment that is a sitting duck for attacks 

> On 27 Sep 2020, at 20:22, Michael Vorburger <mi...@vorburger.ch> wrote:
> 
> ๏ปฟ
> Ese,
> 
>> On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com> wrote:
>> Hi Michael,
>> For a production server, how would one deploy using the jar?
> 
> 
> Simply java -jar, as per https://github.com/apache/fineract/#instructions-to-build-the-jar-file
> 
> Please do let us know what information you are missing re. that, so that we may improve the README.
> 
> 
>>>> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch> wrote:
>>>> 
>>> ๏ปฟ
>>> Tube,
>>> 
>>> Have you seen/are you perhaps simply looking for https://github.com/apache/fineract/#instructions-how-to-run-for-local-development ?
>>> 
>>> With "./gradlew bootRun", you don't need Tomcat anymore to develop on Fineract!
>>> 
>>> Hope this helps?
>>> M.
>>> 
>>> 
>>>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>>>> Hi there,
>>>> 
>>>> Please provide more information on what changes you are trying to make which isn't working
>>>> 
>>>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>>>> ๐’‰๐’†๐’๐’๐’ .
>>>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’† ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’” ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”  

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
Ese,

On Sun, 27 Sep 2020, 20:38 Airsay Longcon, <ai...@gmail.com> wrote:

> Hi Michael,
> For a production server, how would one deploy using the jar?
>

Simply java -jar, as per
https://github.com/apache/fineract/#instructions-to-build-the-jar-file

Please do let us know what information you are missing re. that, so that we
may improve the README.


On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch> wrote:
>
> ๏ปฟ
> Tube,
>
> Have you seen/are you perhaps simply looking for
> https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
> ?
>
> With "./gradlew bootRun", you don't need Tomcat anymore to develop on
> Fineract!
>
> Hope this helps?
> M.
>
>
> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>
>> Hi there,
>>
>> Please provide more information on what changes you are trying to make
>> which isn't working
>>
>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>
>>> ๐’‰๐’†๐’๐’๐’ .
>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>>
>>

Re: Finereract Customization

Posted by Airsay Longcon <ai...@gmail.com>.
Hi Michael,
For a production server, how would one deploy using the jar?

> On 27 Sep 2020, at 18:48, Michael Vorburger <mi...@vorburger.ch> wrote:
> 
> ๏ปฟ
> Tube,
> 
> Have you seen/are you perhaps simply looking for https://github.com/apache/fineract/#instructions-how-to-run-for-local-development ?
> 
> With "./gradlew bootRun", you don't need Tomcat anymore to develop on Fineract!
> 
> Hope this helps?
> M.
> 
> 
>> On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:
>> Hi there,
>> 
>> Please provide more information on what changes you are trying to make which isn't working
>> 
>>> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>>> ๐’‰๐’†๐’๐’๐’ .
>>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’† ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’” ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”  

Re: Finereract Customization

Posted by Michael Vorburger <mi...@vorburger.ch>.
Tube,

Have you seen/are you perhaps simply looking for
https://github.com/apache/fineract/#instructions-how-to-run-for-local-development
?

With "./gradlew bootRun", you don't need Tomcat anymore to develop on
Fineract!

Hope this helps?
M.


On Sun, 27 Sep 2020, 17:55 Kelvin Ikome, <kv...@gmail.com> wrote:

> Hi there,
>
> Please provide more information on what changes you are trying to make
> which isn't working
>
> On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:
>
>> ๐’‰๐’†๐’๐’๐’ .
>> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
>> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
>> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
>> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
>> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
>> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>>
>

Re: Finereract Customization

Posted by Kelvin Ikome <kv...@gmail.com>.
Hi there,

Please provide more information on what changes you are trying to make
which isn't working

On Sun, Sep 27, 2020 at 4:10 PM แŒ“แ‹ญแˆ‹แŠ“ Tube <em...@gmail.com> wrote:

> ๐’‰๐’†๐’๐’๐’ .
> ๐‘ฐ ๐’˜๐’‚๐’๐’• ๐’•๐’ ๐’„๐’–๐’”๐’•๐’๐’Ž๐’Š๐’›๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’…
> ๐’„๐’๐’…๐’†(๐’‹๐’‚๐’—๐’‚). ๐’ƒ๐’–๐’• ๐’˜๐’‰๐’†๐’ ๐’Š ๐’“๐’–๐’ ๐’•๐’‰๐’†
> ๐’‡๐’Š๐’๐’†๐’“๐’‚๐’„๐’•-๐’‘๐’“๐’๐’—๐’Š๐’…๐’†๐’“ ๐’‡๐’Š๐’๐’†. ๐’๐’๐’•๐’‰๐’Š๐’๐’ˆ ๐’Š๐’”
> ๐’„๐’‰๐’‚๐’๐’ˆ๐’†๐’…. ๐’„๐’‚๐’ ๐’š๐’๐’– ๐’ˆ๐’–๐’Š๐’…๐’† ๐’Ž๐’† ๐’‰๐’๐’˜ ๐’•๐’
>  ๐’†๐’…๐’Š๐’•/๐’„๐’‰๐’‚๐’๐’ˆ๐’† ๐’•๐’‰๐’† ๐’ƒ๐’‚๐’„๐’Œ๐’†๐’๐’… ๐’„๐’๐’…๐’† ๐’‚๐’๐’… ๐’…๐’†๐’‘๐’๐’๐’š
> ๐’Š๐’๐’•๐’ ๐’•๐’๐’Ž๐’„๐’‚๐’•.
> ๐‘น๐’†๐’ˆ๐’‚๐’“๐’…๐’”
>