[jira] [Created] (FINERACT-1598) recurringDepositFrequency is not supported by recurring deposit products

2022-04-25 Thread Kigenyi Wilfred (Jira)
Kigenyi Wilfred created FINERACT-1598:
-

 Summary: recurringDepositFrequency is not supported by recurring 
deposit products
 Key: FINERACT-1598
 URL: https://issues.apache.org/jira/browse/FINERACT-1598
 Project: Apache Fineract
  Issue Type: Bug
  Components: Savings
Affects Versions: 1.5.0
Reporter: Kigenyi Wilfred


According to api-docs, one of the fields mentioned as mandatory when creating 
recurring deposit products is "recurringDepositFrequency" but when it is 
included in the POST body an error is raised saying the parameter is not 
supported.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Created] (FINERACT-1597) Term deposits raise errors with well formed charts

2022-04-25 Thread Kigenyi Wilfred (Jira)
Kigenyi Wilfred created FINERACT-1597:
-

 Summary: Term deposits raise errors with well formed charts
 Key: FINERACT-1597
 URL: https://issues.apache.org/jira/browse/FINERACT-1597
 Project: Apache Fineract
  Issue Type: Bug
  Components: Savings
Affects Versions: 1.5.0
Reporter: Kigenyi Wilfred
 Attachments: ChartError.PNG

When creating or updating term deposit products (Fixed deposit or Recurring 
deposit) FINERACT raises an error when well formed chart(s) are added to the 
product. The body used for updating is
{code:java}
// 
{"charts":[{"fromDate":"01 January 2022","endDate":"31 December 
2022","chartSlabs":[{"description":"Level 
1","periodType":2,"fromPeriod":0,"toPeriod":3,"annualInterestRate":12}],"locale":"en","dateFormat":"dd
  
"}],"savingsReferenceAccountId":43,"transfersInSuspenseAccountId":12,"savingsControlAccountId":12,"interestOnSavingsAccountId":35,"incomeFromFeeAccountId":18,"incomeFromPenaltyAccountId":19,"charges":[],"locale":"en"}
 {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Created] (FINERACT-1596) New Merchant Issued and Payout Refunds and Goodwill Credit Transactions

2022-04-25 Thread John Woodlock (Jira)
John Woodlock created FINERACT-1596:
---

 Summary: New Merchant Issued and Payout Refunds and Goodwill 
Credit Transactions
 Key: FINERACT-1596
 URL: https://issues.apache.org/jira/browse/FINERACT-1596
 Project: Apache Fineract
  Issue Type: New Feature
  Components: Loan
Affects Versions: 1.7.0
Reporter: John Woodlock






--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (FINERACT-1593) Unable to Create New Client

2022-04-25 Thread Arnold Galovics (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527524#comment-17527524
 ] 

Arnold Galovics commented on FINERACT-1593:
---

Thanks [~erprince] , I'm checking it.

> Unable to Create New Client 
> 
>
> Key: FINERACT-1593
> URL: https://issues.apache.org/jira/browse/FINERACT-1593
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.6.1
> Environment: Ubuntu 20.04 LTS , Fineract Latest Development Branch , 
> Tomcat 9.0.60
>Reporter: Rajarshi Singha
>Assignee: Arnold Galovics
>Priority: Blocker
> Fix For: 1.7.0
>
> Attachments: Catalina error log.txt, error log console.txt, json.txt
>
>
> Unable to create client in Fineract Development Branch after ElicpseLink 
> Upgrade, 
> its throwing error 500 .
> added catalina.out log , console error log 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (FINERACT-1593) Unable to Create New Client

2022-04-25 Thread Rajarshi Singha (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527479#comment-17527479
 ] 

Rajarshi Singha commented on FINERACT-1593:
---

i am using mifos community app to create a client , here is the example request 
its sending 

[^json.txt]

> Unable to Create New Client 
> 
>
> Key: FINERACT-1593
> URL: https://issues.apache.org/jira/browse/FINERACT-1593
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.6.1
> Environment: Ubuntu 20.04 LTS , Fineract Latest Development Branch , 
> Tomcat 9.0.60
>Reporter: Rajarshi Singha
>Assignee: Arnold Galovics
>Priority: Blocker
> Fix For: 1.7.0
>
> Attachments: Catalina error log.txt, error log console.txt, json.txt
>
>
> Unable to create client in Fineract Development Branch after ElicpseLink 
> Upgrade, 
> its throwing error 500 .
> added catalina.out log , console error log 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FINERACT-1593) Unable to Create New Client

2022-04-25 Thread Rajarshi Singha (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajarshi Singha updated FINERACT-1593:
--
Attachment: json.txt

> Unable to Create New Client 
> 
>
> Key: FINERACT-1593
> URL: https://issues.apache.org/jira/browse/FINERACT-1593
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.6.1
> Environment: Ubuntu 20.04 LTS , Fineract Latest Development Branch , 
> Tomcat 9.0.60
>Reporter: Rajarshi Singha
>Assignee: Arnold Galovics
>Priority: Blocker
> Fix For: 1.7.0
>
> Attachments: Catalina error log.txt, error log console.txt, json.txt
>
>
> Unable to create client in Fineract Development Branch after ElicpseLink 
> Upgrade, 
> its throwing error 500 .
> added catalina.out log , console error log 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (FINERACT-1593) Unable to Create New Client

2022-04-25 Thread Rajarshi Singha (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527478#comment-17527478
 ] 

Rajarshi Singha commented on FINERACT-1593:
---

i am using mifos community app develop version to create client .. 

here is the json its sending -  

{
  "address": [
    {
      "addressTypeId": 14,
      "addressLine1": "test",
      "addressLine2": "test",
      "addressLine3": "test",
      "city": "test",
      "countryId": 24,
      "stateProvinceId": 48,
      "postalCode": "123456",
      "isActive": true
    }
  ],
  "familyMembers": [
    {
      "relationshipId": 38,
      "firstName": "test",
      "lastName": "NOMINEE",
      "qualification": "test",
      "mobileNumber": "9876543210",
      "age": "30",
      "genderId": 25,
      "professionId": 33,
      "maritalStatusId": 31,
      "dateOfBirth": "01 January 1989",
      "locale": "en",
      "dateFormat": "dd  "
    }
  ],
  "officeId": 1,
  "legalFormId": 1,
  "staffId": 1,
  "firstname": "test",
  "lastname": "user",
  "mobileNo": "9876543210",
  "genderId": 25,
  "clientClassificationId": 17,
  "clientTypeId": 22,
  "externalId": "EXT12345678",
  "active": true,
  "savingsProductId": 1,
  "locale": "en",
  "dateFormat": "dd  ",
  "activationDate": "25 April 2022",
  "submittedOnDate": "25 April 2022",
  "dateOfBirth": "01 January 1994"
}

> Unable to Create New Client 
> 
>
> Key: FINERACT-1593
> URL: https://issues.apache.org/jira/browse/FINERACT-1593
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.6.1
> Environment: Ubuntu 20.04 LTS , Fineract Latest Development Branch , 
> Tomcat 9.0.60
>Reporter: Rajarshi Singha
>Assignee: Arnold Galovics
>Priority: Blocker
> Fix For: 1.7.0
>
> Attachments: Catalina error log.txt, error log console.txt
>
>
> Unable to create client in Fineract Development Branch after ElicpseLink 
> Upgrade, 
> its throwing error 500 .
> added catalina.out log , console error log 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] (FINERACT-1593) Unable to Create New Client

2022-04-25 Thread Rajarshi Singha (Jira)


[ https://issues.apache.org/jira/browse/FINERACT-1593 ]


Rajarshi Singha deleted comment on FINERACT-1593:
---

was (Author: JIRAUSER288469):
i am using mifos community app develop version to create client .. 

here is the json its sending -  

{
  "address": [
    {
      "addressTypeId": 14,
      "addressLine1": "test",
      "addressLine2": "test",
      "addressLine3": "test",
      "city": "test",
      "countryId": 24,
      "stateProvinceId": 48,
      "postalCode": "123456",
      "isActive": true
    }
  ],
  "familyMembers": [
    {
      "relationshipId": 38,
      "firstName": "test",
      "lastName": "NOMINEE",
      "qualification": "test",
      "mobileNumber": "9876543210",
      "age": "30",
      "genderId": 25,
      "professionId": 33,
      "maritalStatusId": 31,
      "dateOfBirth": "01 January 1989",
      "locale": "en",
      "dateFormat": "dd  "
    }
  ],
  "officeId": 1,
  "legalFormId": 1,
  "staffId": 1,
  "firstname": "test",
  "lastname": "user",
  "mobileNo": "9876543210",
  "genderId": 25,
  "clientClassificationId": 17,
  "clientTypeId": 22,
  "externalId": "EXT12345678",
  "active": true,
  "savingsProductId": 1,
  "locale": "en",
  "dateFormat": "dd  ",
  "activationDate": "25 April 2022",
  "submittedOnDate": "25 April 2022",
  "dateOfBirth": "01 January 1994"
}

> Unable to Create New Client 
> 
>
> Key: FINERACT-1593
> URL: https://issues.apache.org/jira/browse/FINERACT-1593
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.6.1
> Environment: Ubuntu 20.04 LTS , Fineract Latest Development Branch , 
> Tomcat 9.0.60
>Reporter: Rajarshi Singha
>Assignee: Arnold Galovics
>Priority: Blocker
> Fix For: 1.7.0
>
> Attachments: Catalina error log.txt, error log console.txt
>
>
> Unable to create client in Fineract Development Branch after ElicpseLink 
> Upgrade, 
> its throwing error 500 .
> added catalina.out log , console error log 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (FINERACT-1593) Unable to Create New Client

2022-04-25 Thread Arnold Galovics (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527430#comment-17527430
 ] 

Arnold Galovics commented on FINERACT-1593:
---

[~erprince] do you mind providing an example request for creating the Client? I 
wanna make sure I'm testing the right thing here.

> Unable to Create New Client 
> 
>
> Key: FINERACT-1593
> URL: https://issues.apache.org/jira/browse/FINERACT-1593
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.6.1
> Environment: Ubuntu 20.04 LTS , Fineract Latest Development Branch , 
> Tomcat 9.0.60
>Reporter: Rajarshi Singha
>Assignee: Arnold Galovics
>Priority: Blocker
> Fix For: 1.7.0
>
> Attachments: Catalina error log.txt, error log console.txt
>
>
> Unable to create client in Fineract Development Branch after ElicpseLink 
> Upgrade, 
> its throwing error 500 .
> added catalina.out log , console error log 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (FINERACT-1592) Hikari Pool connection timed out. Tomcat crashes users cannot log in after

2022-04-25 Thread Aleksandar Vidakovic (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527360#comment-17527360
 ] 

Aleksandar Vidakovic commented on FINERACT-1592:


[~francisguchie] great... I think we are circling in on that one... looks like 
Pentaho is sucking the life out of the system (because 5MB is not a huge system 
obviously). Looks like we have now some recommendations.

> Hikari Pool connection timed out. Tomcat crashes users cannot log in after
> --
>
> Key: FINERACT-1592
> URL: https://issues.apache.org/jira/browse/FINERACT-1592
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Performance, Reports
>Affects Versions: 1.6.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Major
> Attachments: image-2022-04-22-11-25-32-303.png
>
>
> !image-2022-04-22-11-25-32-303.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (FINERACT-1592) Hikari Pool connection timed out. Tomcat crashes users cannot log in after

2022-04-25 Thread Francis Guchie (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527351#comment-17527351
 ] 

Francis Guchie commented on FINERACT-1592:
--

[~aleks] [~erprince] [~kigred.developer] 
Been under the weather and could not do any work or even tests. This is a 
greate topic.  In my case it is a small database size of less than 5mb. Tomcat 
crashing every time a user starts accessing reports (pentaho especially)
 * production environment
 * Pentaho included
 * running reports 
 * am using release 1.6.0 
 * Ubuntu 20.04.4 LTS 

I have created the setenv.sh in /usr/share/tomcat/bin folder. Will observe the 
performance and revert 

 

> Hikari Pool connection timed out. Tomcat crashes users cannot log in after
> --
>
> Key: FINERACT-1592
> URL: https://issues.apache.org/jira/browse/FINERACT-1592
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Performance, Reports
>Affects Versions: 1.6.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Major
> Attachments: image-2022-04-22-11-25-32-303.png
>
>
> !image-2022-04-22-11-25-32-303.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (FINERACT-1592) Hikari Pool connection timed out. Tomcat crashes users cannot log in after

2022-04-25 Thread Rajarshi Singha (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527332#comment-17527332
 ] 

Rajarshi Singha commented on FINERACT-1592:
---

[~aleks]   

yes you have said the exact point what i was thinking , why 4 & why not 
6? 

the value i have tweaked its not final , just for testing ( a random guess) . 


i have tested develop version with tweaked value & without tweaked value  both 
dont have any issues , for develop version i am using 8GB ram , ubuntu 20.04 , 
2vpcu server. 

for 1.6 which is in production i am using  ubuntu 18.04, 4gb ram , 2vpcu sever

i have dont tests in develop using the same database dump of production , i 
have around 350-400 users in system. 


While testing 1.6 with tweaked value , it's still crashes  sometimes . 


for me i personally think , this issue is solved already in 1.7.0 , if we take 
a close look in develop version catalina.log while fetching pentaho reports , 
we will have a clear idea . 
 

> Hikari Pool connection timed out. Tomcat crashes users cannot log in after
> --
>
> Key: FINERACT-1592
> URL: https://issues.apache.org/jira/browse/FINERACT-1592
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Performance, Reports
>Affects Versions: 1.6.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Major
> Attachments: image-2022-04-22-11-25-32-303.png
>
>
> !image-2022-04-22-11-25-32-303.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (FINERACT-1592) Hikari Pool connection timed out. Tomcat crashes users cannot log in after

2022-04-25 Thread Rajarshi Singha (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527333#comment-17527333
 ] 

Rajarshi Singha commented on FINERACT-1592:
---

i can help in writing documentation 

> Hikari Pool connection timed out. Tomcat crashes users cannot log in after
> --
>
> Key: FINERACT-1592
> URL: https://issues.apache.org/jira/browse/FINERACT-1592
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Performance, Reports
>Affects Versions: 1.6.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Major
> Attachments: image-2022-04-22-11-25-32-303.png
>
>
> !image-2022-04-22-11-25-32-303.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FINERACT-1592) Hikari Pool connection timed out. Tomcat crashes users cannot log in after

2022-04-25 Thread Francis Guchie (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francis Guchie updated FINERACT-1592:
-
Summary: Hikari Pool connection timed out. Tomcat crashes users cannot log 
in after  (was: Hikari Pool connection timed out. Tomcat crushes users cannot 
log in after)

> Hikari Pool connection timed out. Tomcat crashes users cannot log in after
> --
>
> Key: FINERACT-1592
> URL: https://issues.apache.org/jira/browse/FINERACT-1592
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Performance, Reports
>Affects Versions: 1.6.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Major
> Attachments: image-2022-04-22-11-25-32-303.png
>
>
> !image-2022-04-22-11-25-32-303.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)