You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Shaik Nazeer <na...@confluxtechnologies.com> on 2017/05/18 07:35:21 UTC

New release branch 1.0.0

Hi all,

 

I have created new release branch & tagged for upcoming Apache Fineract
1.0.0 release.

 

Thanks,

Nazeer


Re: New release branch 1.0.0

Posted by Ippez Robert <ip...@gmail.com>.
You are welcome. BTW am still working on the UI for Batch posting
improvement as in my previous mail to you (private mail) and will share
with you in a private message for your review.

On Thu, May 18, 2017 at 4:41 PM, Shaik Nazeer <
nazeer.shaik@confluxtechnologies.com> wrote:

> Thank you Robert.
>
> -----Original Message-----
> From: Ippez Robert [mailto:ippezrobert@gmail.com]
> Sent: 18 May 2017 18:58
> To: dev@fineract.apache.org
> Subject: Re: New release branch 1.0.0
>
> Hi Nazeer,
> I have tested and it works as expected. No such error now comes up.
>
> Thanks
> Regards
>
> On Thu, May 18, 2017 at 1:55 PM, Shaik Nazeer < nazeer.shaik@
> confluxtechnologies.com> wrote:
>
> > Hi Robert,
> >
> > I have fixed the below issue and pushed into release branch. Can you
> > verify it please.
> >
> > Thanks,
> > Nazeer
> > -----Original Message-----
> > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > Sent: 18 May 2017 14:07
> > To: dev@fineract.apache.org
> > Subject: Re: New release branch 1.0.0
> >
> > Thanks too @Nazeer!!!
> >
> > Regards
> >
> > On Thu, May 18, 2017 at 11:29 AM, Shaik Nazeer < nazeer.shaik@
> > confluxtechnologies.com> wrote:
> >
> > > Hi Robert
> > >
> > > I got the root cause of this problem. After getting the connection
> > > we are not releasing the same. So connection pool is releasing the
> > > connection by logging it as abandoned by checking the abandoned
> > > timeout and finally this connection object will be nullified. Thank
> > > you for catching this.  I will solve it and update the release branch.
> > >
> > > Thanks,
> > > Nazeer
> > >
> > > -----Original Message-----
> > > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > > Sent: 18 May 2017 13:39
> > > To: dev@fineract.apache.org
> > > Subject: Re: New release branch 1.0.0
> > >
> > > Please follow the below:-
> > >
> > >    1. In Global search, type initials of any client in database
> > >    2. on one of the click's display
> > >    3. click on the + button to expand additional information.
> > >
> > > Accounts are shown correctly but when you check your tomcat console,
> > > you will see the above warnings as pasted in the above thread.
> > >
> > >
> > > On Thu, May 18, 2017 at 10:55 AM, Shaik Nazeer < nazeer.shaik@
> > > confluxtechnologies.com> wrote:
> > >
> > > > Can you give some prerequisites to reproduce this issue please as
> > > > I am unable to reprocude the same.
> > > >
> > > > -----Original Message-----
> > > > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > > > Sent: 18 May 2017 13:19
> > > > To: dev@fineract.apache.org
> > > > Subject: Re: New release branch 1.0.0
> > > >
> > > > Hi Nazeer,
> > > > Please check tomcat log when you search a client or group from
> > > > global search and then click on + sign to expand to show
> > > > additional information on the client. I think its due to column
> > > > validation a
> > > feature added recently.
> > > >
> > > > Here is a snapshot of the error log:-
> > > >
> > > > *May 18, 2017 10:51:30 AM
> > > > org.apache.tomcat.jdbc.pool.ConnectionPool
> > > > abandon*
> > > > *WARNING: Connection has been abandoned
> > > > PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]
> > > > :java.lang.Exception*
> > > > *        at
> > > > org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(
> > > > ConnectionPool.java:1063)*
> > > > *        at
> > > > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > > > ConnectionPool.java:780)*
> > > > *        at
> > > > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > > > ConnectionPool.java:619)*
> > > > *        at
> > > > org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(
> > > > ConnectionPool.java:188)*
> > > > *        at
> > > > org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(
> > > > DataSourceProxy.java:128)*
> > > > *        at
> > > > org.apache.fineract.infrastructure.core.service.RoutingDataSource.
> > > > getConnection(RoutingDataSource.java:49)*
> > > > *        at
> > > > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > > > validateColumn(ColumnValidator.java:50)*
> > > > *        at
> > > > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > > > validateSqlInjection(ColumnValidator.java:98)*
> > > > *        at
> > > > org.apache.fineract.portfolio.accountdetails.service.
> > > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccount
> > > > De
> > > > ta
> > > > ils(
> > > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
> > > > *        at
> > > > org.apache.fineract.portfolio.accountdetails.service.
> > > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.
> > > > retrieveClientAccountDetails(AccountDetailsReadPlatformServ
> > > > iceJpaRepositoryImpl.java:79)*
> > > > *        at
> > > > org.apache.fineract.portfolio.client.api.ClientsApiResource.
> > > > retrieveAssociatedAccounts(ClientsApiResource.java:306)*
> > > > *        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown
> > > Source)*
> > > > *        at
> > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > > > DelegatingMethodAccessorImpl.java:43)*
> > > > *        at java.lang.reflect.Method.invoke(Method.java:498)*
> > > > *        at
> > > > com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(
> > > > JavaMethodInvokerFactory.java:60)*
> > > > *        at
> > > > com.sun.jersey.server.impl.model.method.dispatch.
> > > > AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(
> > > > AbstractResourceMethodDispatchProvider.java:185)*
> > > >
> > > > Thanks
> > > > Regards
> > > > Ippez Robert
> > > >
> > > > On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer < nazeer.shaik@
> > > > confluxtechnologies.com> wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > >
> > > > >
> > > > > I have created new release branch & tagged for upcoming Apache
> > > > > Fineract
> > > > > 1.0.0 release.
> > > > >
> > > > >
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Nazeer
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Ippez Roberts
> > > > Director & Founder - Skyline Technologies Uganda "IT Consultants &
> > > > Engineers"
> > > > P.O.Box 155, Moyo
> > > > UGANDA.
> > > > Tel: +256788725408/789643284
> > > > Skype ID: ippez.robert1
> > > > Email: ippezrobert@gmail.com
> > > >
> > > >
> > >
> > >
> > > --
> > > Ippez Roberts
> > > Director & Founder - Skyline Technologies Uganda "IT Consultants &
> > > Engineers"
> > > P.O.Box 155, Moyo
> > > UGANDA.
> > > Tel: +256788725408/789643284
> > > Skype ID: ippez.robert1
> > > Email: ippezrobert@gmail.com
> > >
> > >
> >
> >
> > --
> > Ippez Roberts
> > Director & Founder - Skyline Technologies Uganda "IT Consultants &
> > Engineers"
> > P.O.Box 155, Moyo
> > UGANDA.
> > Tel: +256788725408/789643284
> > Skype ID: ippez.robert1
> > Email: ippezrobert@gmail.com
> >
> >
>
>
> --
> Ippez Roberts
> Director & Founder - Skyline Technologies Uganda "IT Consultants &
> Engineers"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408/789643284
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>
>


-- 
Ippez Roberts
Director & Founder - Skyline Technologies Uganda
"IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com

RE: New release branch 1.0.0

Posted by Shaik Nazeer <na...@confluxtechnologies.com>.
Thank you Robert. 

-----Original Message-----
From: Ippez Robert [mailto:ippezrobert@gmail.com] 
Sent: 18 May 2017 18:58
To: dev@fineract.apache.org
Subject: Re: New release branch 1.0.0

Hi Nazeer,
I have tested and it works as expected. No such error now comes up.

Thanks
Regards

On Thu, May 18, 2017 at 1:55 PM, Shaik Nazeer < nazeer.shaik@confluxtechnologies.com> wrote:

> Hi Robert,
>
> I have fixed the below issue and pushed into release branch. Can you 
> verify it please.
>
> Thanks,
> Nazeer
> -----Original Message-----
> From: Ippez Robert [mailto:ippezrobert@gmail.com]
> Sent: 18 May 2017 14:07
> To: dev@fineract.apache.org
> Subject: Re: New release branch 1.0.0
>
> Thanks too @Nazeer!!!
>
> Regards
>
> On Thu, May 18, 2017 at 11:29 AM, Shaik Nazeer < nazeer.shaik@ 
> confluxtechnologies.com> wrote:
>
> > Hi Robert
> >
> > I got the root cause of this problem. After getting the connection 
> > we are not releasing the same. So connection pool is releasing the 
> > connection by logging it as abandoned by checking the abandoned 
> > timeout and finally this connection object will be nullified. Thank 
> > you for catching this.  I will solve it and update the release branch.
> >
> > Thanks,
> > Nazeer
> >
> > -----Original Message-----
> > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > Sent: 18 May 2017 13:39
> > To: dev@fineract.apache.org
> > Subject: Re: New release branch 1.0.0
> >
> > Please follow the below:-
> >
> >    1. In Global search, type initials of any client in database
> >    2. on one of the click's display
> >    3. click on the + button to expand additional information.
> >
> > Accounts are shown correctly but when you check your tomcat console, 
> > you will see the above warnings as pasted in the above thread.
> >
> >
> > On Thu, May 18, 2017 at 10:55 AM, Shaik Nazeer < nazeer.shaik@ 
> > confluxtechnologies.com> wrote:
> >
> > > Can you give some prerequisites to reproduce this issue please as 
> > > I am unable to reprocude the same.
> > >
> > > -----Original Message-----
> > > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > > Sent: 18 May 2017 13:19
> > > To: dev@fineract.apache.org
> > > Subject: Re: New release branch 1.0.0
> > >
> > > Hi Nazeer,
> > > Please check tomcat log when you search a client or group from 
> > > global search and then click on + sign to expand to show 
> > > additional information on the client. I think its due to column 
> > > validation a
> > feature added recently.
> > >
> > > Here is a snapshot of the error log:-
> > >
> > > *May 18, 2017 10:51:30 AM 
> > > org.apache.tomcat.jdbc.pool.ConnectionPool
> > > abandon*
> > > *WARNING: Connection has been abandoned 
> > > PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]
> > > :java.lang.Exception*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(
> > > ConnectionPool.java:1063)*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > > ConnectionPool.java:780)*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > > ConnectionPool.java:619)*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(
> > > ConnectionPool.java:188)*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(
> > > DataSourceProxy.java:128)*
> > > *        at
> > > org.apache.fineract.infrastructure.core.service.RoutingDataSource.
> > > getConnection(RoutingDataSource.java:49)*
> > > *        at
> > > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > > validateColumn(ColumnValidator.java:50)*
> > > *        at
> > > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > > validateSqlInjection(ColumnValidator.java:98)*
> > > *        at
> > > org.apache.fineract.portfolio.accountdetails.service.
> > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccount
> > > De
> > > ta
> > > ils(
> > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
> > > *        at
> > > org.apache.fineract.portfolio.accountdetails.service.
> > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.
> > > retrieveClientAccountDetails(AccountDetailsReadPlatformServ
> > > iceJpaRepositoryImpl.java:79)*
> > > *        at
> > > org.apache.fineract.portfolio.client.api.ClientsApiResource.
> > > retrieveAssociatedAccounts(ClientsApiResource.java:306)*
> > > *        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown
> > Source)*
> > > *        at
> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > > DelegatingMethodAccessorImpl.java:43)*
> > > *        at java.lang.reflect.Method.invoke(Method.java:498)*
> > > *        at
> > > com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(
> > > JavaMethodInvokerFactory.java:60)*
> > > *        at
> > > com.sun.jersey.server.impl.model.method.dispatch.
> > > AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(
> > > AbstractResourceMethodDispatchProvider.java:185)*
> > >
> > > Thanks
> > > Regards
> > > Ippez Robert
> > >
> > > On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer < nazeer.shaik@ 
> > > confluxtechnologies.com> wrote:
> > >
> > > > Hi all,
> > > >
> > > >
> > > >
> > > > I have created new release branch & tagged for upcoming Apache 
> > > > Fineract
> > > > 1.0.0 release.
> > > >
> > > >
> > > >
> > > > Thanks,
> > > >
> > > > Nazeer
> > > >
> > > >
> > >
> > >
> > > --
> > > Ippez Roberts
> > > Director & Founder - Skyline Technologies Uganda "IT Consultants & 
> > > Engineers"
> > > P.O.Box 155, Moyo
> > > UGANDA.
> > > Tel: +256788725408/789643284
> > > Skype ID: ippez.robert1
> > > Email: ippezrobert@gmail.com
> > >
> > >
> >
> >
> > --
> > Ippez Roberts
> > Director & Founder - Skyline Technologies Uganda "IT Consultants & 
> > Engineers"
> > P.O.Box 155, Moyo
> > UGANDA.
> > Tel: +256788725408/789643284
> > Skype ID: ippez.robert1
> > Email: ippezrobert@gmail.com
> >
> >
>
>
> --
> Ippez Roberts
> Director & Founder - Skyline Technologies Uganda "IT Consultants & 
> Engineers"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408/789643284
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>
>


--
Ippez Roberts
Director & Founder - Skyline Technologies Uganda "IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com


Re: New release branch 1.0.0

Posted by Ippez Robert <ip...@gmail.com>.
Hi Nazeer,
I have tested and it works as expected. No such error now comes up.

Thanks
Regards

On Thu, May 18, 2017 at 1:55 PM, Shaik Nazeer <
nazeer.shaik@confluxtechnologies.com> wrote:

> Hi Robert,
>
> I have fixed the below issue and pushed into release branch. Can you
> verify it please.
>
> Thanks,
> Nazeer
> -----Original Message-----
> From: Ippez Robert [mailto:ippezrobert@gmail.com]
> Sent: 18 May 2017 14:07
> To: dev@fineract.apache.org
> Subject: Re: New release branch 1.0.0
>
> Thanks too @Nazeer!!!
>
> Regards
>
> On Thu, May 18, 2017 at 11:29 AM, Shaik Nazeer < nazeer.shaik@
> confluxtechnologies.com> wrote:
>
> > Hi Robert
> >
> > I got the root cause of this problem. After getting the connection we
> > are not releasing the same. So connection pool is releasing the
> > connection by logging it as abandoned by checking the abandoned
> > timeout and finally this connection object will be nullified. Thank
> > you for catching this.  I will solve it and update the release branch.
> >
> > Thanks,
> > Nazeer
> >
> > -----Original Message-----
> > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > Sent: 18 May 2017 13:39
> > To: dev@fineract.apache.org
> > Subject: Re: New release branch 1.0.0
> >
> > Please follow the below:-
> >
> >    1. In Global search, type initials of any client in database
> >    2. on one of the click's display
> >    3. click on the + button to expand additional information.
> >
> > Accounts are shown correctly but when you check your tomcat console,
> > you will see the above warnings as pasted in the above thread.
> >
> >
> > On Thu, May 18, 2017 at 10:55 AM, Shaik Nazeer < nazeer.shaik@
> > confluxtechnologies.com> wrote:
> >
> > > Can you give some prerequisites to reproduce this issue please as I
> > > am unable to reprocude the same.
> > >
> > > -----Original Message-----
> > > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > > Sent: 18 May 2017 13:19
> > > To: dev@fineract.apache.org
> > > Subject: Re: New release branch 1.0.0
> > >
> > > Hi Nazeer,
> > > Please check tomcat log when you search a client or group from
> > > global search and then click on + sign to expand to show additional
> > > information on the client. I think its due to column validation a
> > feature added recently.
> > >
> > > Here is a snapshot of the error log:-
> > >
> > > *May 18, 2017 10:51:30 AM org.apache.tomcat.jdbc.pool.ConnectionPool
> > > abandon*
> > > *WARNING: Connection has been abandoned
> > > PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]
> > > :java.lang.Exception*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(
> > > ConnectionPool.java:1063)*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > > ConnectionPool.java:780)*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > > ConnectionPool.java:619)*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(
> > > ConnectionPool.java:188)*
> > > *        at
> > > org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(
> > > DataSourceProxy.java:128)*
> > > *        at
> > > org.apache.fineract.infrastructure.core.service.RoutingDataSource.
> > > getConnection(RoutingDataSource.java:49)*
> > > *        at
> > > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > > validateColumn(ColumnValidator.java:50)*
> > > *        at
> > > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > > validateSqlInjection(ColumnValidator.java:98)*
> > > *        at
> > > org.apache.fineract.portfolio.accountdetails.service.
> > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccountDe
> > > ta
> > > ils(
> > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
> > > *        at
> > > org.apache.fineract.portfolio.accountdetails.service.
> > > AccountDetailsReadPlatformServiceJpaRepositoryImpl.
> > > retrieveClientAccountDetails(AccountDetailsReadPlatformServ
> > > iceJpaRepositoryImpl.java:79)*
> > > *        at
> > > org.apache.fineract.portfolio.client.api.ClientsApiResource.
> > > retrieveAssociatedAccounts(ClientsApiResource.java:306)*
> > > *        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown
> > Source)*
> > > *        at
> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > > DelegatingMethodAccessorImpl.java:43)*
> > > *        at java.lang.reflect.Method.invoke(Method.java:498)*
> > > *        at
> > > com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(
> > > JavaMethodInvokerFactory.java:60)*
> > > *        at
> > > com.sun.jersey.server.impl.model.method.dispatch.
> > > AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(
> > > AbstractResourceMethodDispatchProvider.java:185)*
> > >
> > > Thanks
> > > Regards
> > > Ippez Robert
> > >
> > > On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer < nazeer.shaik@
> > > confluxtechnologies.com> wrote:
> > >
> > > > Hi all,
> > > >
> > > >
> > > >
> > > > I have created new release branch & tagged for upcoming Apache
> > > > Fineract
> > > > 1.0.0 release.
> > > >
> > > >
> > > >
> > > > Thanks,
> > > >
> > > > Nazeer
> > > >
> > > >
> > >
> > >
> > > --
> > > Ippez Roberts
> > > Director & Founder - Skyline Technologies Uganda "IT Consultants &
> > > Engineers"
> > > P.O.Box 155, Moyo
> > > UGANDA.
> > > Tel: +256788725408/789643284
> > > Skype ID: ippez.robert1
> > > Email: ippezrobert@gmail.com
> > >
> > >
> >
> >
> > --
> > Ippez Roberts
> > Director & Founder - Skyline Technologies Uganda "IT Consultants &
> > Engineers"
> > P.O.Box 155, Moyo
> > UGANDA.
> > Tel: +256788725408/789643284
> > Skype ID: ippez.robert1
> > Email: ippezrobert@gmail.com
> >
> >
>
>
> --
> Ippez Roberts
> Director & Founder - Skyline Technologies Uganda "IT Consultants &
> Engineers"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408/789643284
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>
>


-- 
Ippez Roberts
Director & Founder - Skyline Technologies Uganda
"IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com

RE: New release branch 1.0.0

Posted by Shaik Nazeer <na...@confluxtechnologies.com>.
Hi Robert,

I have fixed the below issue and pushed into release branch. Can you verify it please.

Thanks,
Nazeer
-----Original Message-----
From: Ippez Robert [mailto:ippezrobert@gmail.com] 
Sent: 18 May 2017 14:07
To: dev@fineract.apache.org
Subject: Re: New release branch 1.0.0

Thanks too @Nazeer!!!

Regards

On Thu, May 18, 2017 at 11:29 AM, Shaik Nazeer < nazeer.shaik@confluxtechnologies.com> wrote:

> Hi Robert
>
> I got the root cause of this problem. After getting the connection we 
> are not releasing the same. So connection pool is releasing the 
> connection by logging it as abandoned by checking the abandoned 
> timeout and finally this connection object will be nullified. Thank 
> you for catching this.  I will solve it and update the release branch.
>
> Thanks,
> Nazeer
>
> -----Original Message-----
> From: Ippez Robert [mailto:ippezrobert@gmail.com]
> Sent: 18 May 2017 13:39
> To: dev@fineract.apache.org
> Subject: Re: New release branch 1.0.0
>
> Please follow the below:-
>
>    1. In Global search, type initials of any client in database
>    2. on one of the click's display
>    3. click on the + button to expand additional information.
>
> Accounts are shown correctly but when you check your tomcat console, 
> you will see the above warnings as pasted in the above thread.
>
>
> On Thu, May 18, 2017 at 10:55 AM, Shaik Nazeer < nazeer.shaik@ 
> confluxtechnologies.com> wrote:
>
> > Can you give some prerequisites to reproduce this issue please as I 
> > am unable to reprocude the same.
> >
> > -----Original Message-----
> > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > Sent: 18 May 2017 13:19
> > To: dev@fineract.apache.org
> > Subject: Re: New release branch 1.0.0
> >
> > Hi Nazeer,
> > Please check tomcat log when you search a client or group from 
> > global search and then click on + sign to expand to show additional 
> > information on the client. I think its due to column validation a
> feature added recently.
> >
> > Here is a snapshot of the error log:-
> >
> > *May 18, 2017 10:51:30 AM org.apache.tomcat.jdbc.pool.ConnectionPool
> > abandon*
> > *WARNING: Connection has been abandoned 
> > PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]
> > :java.lang.Exception*
> > *        at
> > org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(
> > ConnectionPool.java:1063)*
> > *        at
> > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > ConnectionPool.java:780)*
> > *        at
> > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > ConnectionPool.java:619)*
> > *        at
> > org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(
> > ConnectionPool.java:188)*
> > *        at
> > org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(
> > DataSourceProxy.java:128)*
> > *        at
> > org.apache.fineract.infrastructure.core.service.RoutingDataSource.
> > getConnection(RoutingDataSource.java:49)*
> > *        at
> > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > validateColumn(ColumnValidator.java:50)*
> > *        at
> > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > validateSqlInjection(ColumnValidator.java:98)*
> > *        at
> > org.apache.fineract.portfolio.accountdetails.service.
> > AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccountDe
> > ta
> > ils(
> > AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
> > *        at
> > org.apache.fineract.portfolio.accountdetails.service.
> > AccountDetailsReadPlatformServiceJpaRepositoryImpl.
> > retrieveClientAccountDetails(AccountDetailsReadPlatformServ
> > iceJpaRepositoryImpl.java:79)*
> > *        at
> > org.apache.fineract.portfolio.client.api.ClientsApiResource.
> > retrieveAssociatedAccounts(ClientsApiResource.java:306)*
> > *        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown
> Source)*
> > *        at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl.java:43)*
> > *        at java.lang.reflect.Method.invoke(Method.java:498)*
> > *        at
> > com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(
> > JavaMethodInvokerFactory.java:60)*
> > *        at
> > com.sun.jersey.server.impl.model.method.dispatch.
> > AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(
> > AbstractResourceMethodDispatchProvider.java:185)*
> >
> > Thanks
> > Regards
> > Ippez Robert
> >
> > On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer < nazeer.shaik@ 
> > confluxtechnologies.com> wrote:
> >
> > > Hi all,
> > >
> > >
> > >
> > > I have created new release branch & tagged for upcoming Apache 
> > > Fineract
> > > 1.0.0 release.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Nazeer
> > >
> > >
> >
> >
> > --
> > Ippez Roberts
> > Director & Founder - Skyline Technologies Uganda "IT Consultants & 
> > Engineers"
> > P.O.Box 155, Moyo
> > UGANDA.
> > Tel: +256788725408/789643284
> > Skype ID: ippez.robert1
> > Email: ippezrobert@gmail.com
> >
> >
>
>
> --
> Ippez Roberts
> Director & Founder - Skyline Technologies Uganda "IT Consultants & 
> Engineers"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408/789643284
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>
>


--
Ippez Roberts
Director & Founder - Skyline Technologies Uganda "IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com


Re: New release branch 1.0.0

Posted by Ippez Robert <ip...@gmail.com>.
Thanks too @Nazeer!!!

Regards

On Thu, May 18, 2017 at 11:29 AM, Shaik Nazeer <
nazeer.shaik@confluxtechnologies.com> wrote:

> Hi Robert
>
> I got the root cause of this problem. After getting the connection we are
> not releasing the same. So connection pool is releasing the connection by
> logging it as abandoned by checking the abandoned timeout and finally this
> connection object will be nullified. Thank you for catching this.  I will
> solve it and update the release branch.
>
> Thanks,
> Nazeer
>
> -----Original Message-----
> From: Ippez Robert [mailto:ippezrobert@gmail.com]
> Sent: 18 May 2017 13:39
> To: dev@fineract.apache.org
> Subject: Re: New release branch 1.0.0
>
> Please follow the below:-
>
>    1. In Global search, type initials of any client in database
>    2. on one of the click's display
>    3. click on the + button to expand additional information.
>
> Accounts are shown correctly but when you check your tomcat console, you
> will see the above warnings as pasted in the above thread.
>
>
> On Thu, May 18, 2017 at 10:55 AM, Shaik Nazeer < nazeer.shaik@
> confluxtechnologies.com> wrote:
>
> > Can you give some prerequisites to reproduce this issue please as I am
> > unable to reprocude the same.
> >
> > -----Original Message-----
> > From: Ippez Robert [mailto:ippezrobert@gmail.com]
> > Sent: 18 May 2017 13:19
> > To: dev@fineract.apache.org
> > Subject: Re: New release branch 1.0.0
> >
> > Hi Nazeer,
> > Please check tomcat log when you search a client or group from global
> > search and then click on + sign to expand to show additional
> > information on the client. I think its due to column validation a
> feature added recently.
> >
> > Here is a snapshot of the error log:-
> >
> > *May 18, 2017 10:51:30 AM org.apache.tomcat.jdbc.pool.ConnectionPool
> > abandon*
> > *WARNING: Connection has been abandoned
> > PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]
> > :java.lang.Exception*
> > *        at
> > org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(
> > ConnectionPool.java:1063)*
> > *        at
> > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > ConnectionPool.java:780)*
> > *        at
> > org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> > ConnectionPool.java:619)*
> > *        at
> > org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(
> > ConnectionPool.java:188)*
> > *        at
> > org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(
> > DataSourceProxy.java:128)*
> > *        at
> > org.apache.fineract.infrastructure.core.service.RoutingDataSource.
> > getConnection(RoutingDataSource.java:49)*
> > *        at
> > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > validateColumn(ColumnValidator.java:50)*
> > *        at
> > org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> > validateSqlInjection(ColumnValidator.java:98)*
> > *        at
> > org.apache.fineract.portfolio.accountdetails.service.
> > AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccountDeta
> > ils(
> > AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
> > *        at
> > org.apache.fineract.portfolio.accountdetails.service.
> > AccountDetailsReadPlatformServiceJpaRepositoryImpl.
> > retrieveClientAccountDetails(AccountDetailsReadPlatformServ
> > iceJpaRepositoryImpl.java:79)*
> > *        at
> > org.apache.fineract.portfolio.client.api.ClientsApiResource.
> > retrieveAssociatedAccounts(ClientsApiResource.java:306)*
> > *        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown
> Source)*
> > *        at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl.java:43)*
> > *        at java.lang.reflect.Method.invoke(Method.java:498)*
> > *        at
> > com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(
> > JavaMethodInvokerFactory.java:60)*
> > *        at
> > com.sun.jersey.server.impl.model.method.dispatch.
> > AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(
> > AbstractResourceMethodDispatchProvider.java:185)*
> >
> > Thanks
> > Regards
> > Ippez Robert
> >
> > On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer < nazeer.shaik@
> > confluxtechnologies.com> wrote:
> >
> > > Hi all,
> > >
> > >
> > >
> > > I have created new release branch & tagged for upcoming Apache
> > > Fineract
> > > 1.0.0 release.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Nazeer
> > >
> > >
> >
> >
> > --
> > Ippez Roberts
> > Director & Founder - Skyline Technologies Uganda "IT Consultants &
> > Engineers"
> > P.O.Box 155, Moyo
> > UGANDA.
> > Tel: +256788725408/789643284
> > Skype ID: ippez.robert1
> > Email: ippezrobert@gmail.com
> >
> >
>
>
> --
> Ippez Roberts
> Director & Founder - Skyline Technologies Uganda "IT Consultants &
> Engineers"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408/789643284
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>
>


-- 
Ippez Roberts
Director & Founder - Skyline Technologies Uganda
"IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com

RE: New release branch 1.0.0

Posted by Shaik Nazeer <na...@confluxtechnologies.com>.
Hi Robert

I got the root cause of this problem. After getting the connection we are not releasing the same. So connection pool is releasing the connection by logging it as abandoned by checking the abandoned timeout and finally this connection object will be nullified. Thank you for catching this.  I will solve it and update the release branch. 

Thanks,
Nazeer

-----Original Message-----
From: Ippez Robert [mailto:ippezrobert@gmail.com] 
Sent: 18 May 2017 13:39
To: dev@fineract.apache.org
Subject: Re: New release branch 1.0.0

Please follow the below:-

   1. In Global search, type initials of any client in database
   2. on one of the click's display
   3. click on the + button to expand additional information.

Accounts are shown correctly but when you check your tomcat console, you will see the above warnings as pasted in the above thread.


On Thu, May 18, 2017 at 10:55 AM, Shaik Nazeer < nazeer.shaik@confluxtechnologies.com> wrote:

> Can you give some prerequisites to reproduce this issue please as I am 
> unable to reprocude the same.
>
> -----Original Message-----
> From: Ippez Robert [mailto:ippezrobert@gmail.com]
> Sent: 18 May 2017 13:19
> To: dev@fineract.apache.org
> Subject: Re: New release branch 1.0.0
>
> Hi Nazeer,
> Please check tomcat log when you search a client or group from global 
> search and then click on + sign to expand to show additional 
> information on the client. I think its due to column validation a feature added recently.
>
> Here is a snapshot of the error log:-
>
> *May 18, 2017 10:51:30 AM org.apache.tomcat.jdbc.pool.ConnectionPool
> abandon*
> *WARNING: Connection has been abandoned 
> PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]
> :java.lang.Exception*
> *        at
> org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(
> ConnectionPool.java:1063)*
> *        at
> org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> ConnectionPool.java:780)*
> *        at
> org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> ConnectionPool.java:619)*
> *        at
> org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(
> ConnectionPool.java:188)*
> *        at
> org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(
> DataSourceProxy.java:128)*
> *        at
> org.apache.fineract.infrastructure.core.service.RoutingDataSource.
> getConnection(RoutingDataSource.java:49)*
> *        at
> org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> validateColumn(ColumnValidator.java:50)*
> *        at
> org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> validateSqlInjection(ColumnValidator.java:98)*
> *        at
> org.apache.fineract.portfolio.accountdetails.service.
> AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccountDeta
> ils(
> AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
> *        at
> org.apache.fineract.portfolio.accountdetails.service.
> AccountDetailsReadPlatformServiceJpaRepositoryImpl.
> retrieveClientAccountDetails(AccountDetailsReadPlatformServ
> iceJpaRepositoryImpl.java:79)*
> *        at
> org.apache.fineract.portfolio.client.api.ClientsApiResource.
> retrieveAssociatedAccounts(ClientsApiResource.java:306)*
> *        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown Source)*
> *        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)*
> *        at java.lang.reflect.Method.invoke(Method.java:498)*
> *        at
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(
> JavaMethodInvokerFactory.java:60)*
> *        at
> com.sun.jersey.server.impl.model.method.dispatch.
> AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(
> AbstractResourceMethodDispatchProvider.java:185)*
>
> Thanks
> Regards
> Ippez Robert
>
> On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer < nazeer.shaik@ 
> confluxtechnologies.com> wrote:
>
> > Hi all,
> >
> >
> >
> > I have created new release branch & tagged for upcoming Apache 
> > Fineract
> > 1.0.0 release.
> >
> >
> >
> > Thanks,
> >
> > Nazeer
> >
> >
>
>
> --
> Ippez Roberts
> Director & Founder - Skyline Technologies Uganda "IT Consultants & 
> Engineers"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408/789643284
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>
>


--
Ippez Roberts
Director & Founder - Skyline Technologies Uganda "IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com


Re: New release branch 1.0.0

Posted by Ippez Robert <ip...@gmail.com>.
Please follow the below:-

   1. In Global search, type initials of any client in database
   2. on one of the click's display
   3. click on the + button to expand additional information.

Accounts are shown correctly but when you check your tomcat console, you
will see the above warnings as pasted in the above thread.


On Thu, May 18, 2017 at 10:55 AM, Shaik Nazeer <
nazeer.shaik@confluxtechnologies.com> wrote:

> Can you give some prerequisites to reproduce this issue please as I am
> unable to reprocude the same.
>
> -----Original Message-----
> From: Ippez Robert [mailto:ippezrobert@gmail.com]
> Sent: 18 May 2017 13:19
> To: dev@fineract.apache.org
> Subject: Re: New release branch 1.0.0
>
> Hi Nazeer,
> Please check tomcat log when you search a client or group from global
> search and then click on + sign to expand to show additional information on
> the client. I think its due to column validation a feature added recently.
>
> Here is a snapshot of the error log:-
>
> *May 18, 2017 10:51:30 AM org.apache.tomcat.jdbc.pool.ConnectionPool
> abandon*
> *WARNING: Connection has been abandoned
> PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]
> :java.lang.Exception*
> *        at
> org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(
> ConnectionPool.java:1063)*
> *        at
> org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> ConnectionPool.java:780)*
> *        at
> org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(
> ConnectionPool.java:619)*
> *        at
> org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(
> ConnectionPool.java:188)*
> *        at
> org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(
> DataSourceProxy.java:128)*
> *        at
> org.apache.fineract.infrastructure.core.service.RoutingDataSource.
> getConnection(RoutingDataSource.java:49)*
> *        at
> org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> validateColumn(ColumnValidator.java:50)*
> *        at
> org.apache.fineract.infrastructure.security.utils.ColumnValidator.
> validateSqlInjection(ColumnValidator.java:98)*
> *        at
> org.apache.fineract.portfolio.accountdetails.service.
> AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccountDetails(
> AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
> *        at
> org.apache.fineract.portfolio.accountdetails.service.
> AccountDetailsReadPlatformServiceJpaRepositoryImpl.
> retrieveClientAccountDetails(AccountDetailsReadPlatformServ
> iceJpaRepositoryImpl.java:79)*
> *        at
> org.apache.fineract.portfolio.client.api.ClientsApiResource.
> retrieveAssociatedAccounts(ClientsApiResource.java:306)*
> *        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown Source)*
> *        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)*
> *        at java.lang.reflect.Method.invoke(Method.java:498)*
> *        at
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(
> JavaMethodInvokerFactory.java:60)*
> *        at
> com.sun.jersey.server.impl.model.method.dispatch.
> AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(
> AbstractResourceMethodDispatchProvider.java:185)*
>
> Thanks
> Regards
> Ippez Robert
>
> On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer < nazeer.shaik@
> confluxtechnologies.com> wrote:
>
> > Hi all,
> >
> >
> >
> > I have created new release branch & tagged for upcoming Apache
> > Fineract
> > 1.0.0 release.
> >
> >
> >
> > Thanks,
> >
> > Nazeer
> >
> >
>
>
> --
> Ippez Roberts
> Director & Founder - Skyline Technologies Uganda "IT Consultants &
> Engineers"
> P.O.Box 155, Moyo
> UGANDA.
> Tel: +256788725408/789643284
> Skype ID: ippez.robert1
> Email: ippezrobert@gmail.com
>
>


-- 
Ippez Roberts
Director & Founder - Skyline Technologies Uganda
"IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com

RE: New release branch 1.0.0

Posted by Shaik Nazeer <na...@confluxtechnologies.com>.
Can you give some prerequisites to reproduce this issue please as I am unable to reprocude the same.  

-----Original Message-----
From: Ippez Robert [mailto:ippezrobert@gmail.com] 
Sent: 18 May 2017 13:19
To: dev@fineract.apache.org
Subject: Re: New release branch 1.0.0

Hi Nazeer,
Please check tomcat log when you search a client or group from global search and then click on + sign to expand to show additional information on the client. I think its due to column validation a feature added recently.

Here is a snapshot of the error log:-

*May 18, 2017 10:51:30 AM org.apache.tomcat.jdbc.pool.ConnectionPool
abandon*
*WARNING: Connection has been abandoned
PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]:java.lang.Exception*
*        at
org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(ConnectionPool.java:1063)*
*        at
org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:780)*
*        at
org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:619)*
*        at
org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(ConnectionPool.java:188)*
*        at
org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:128)*
*        at
org.apache.fineract.infrastructure.core.service.RoutingDataSource.getConnection(RoutingDataSource.java:49)*
*        at
org.apache.fineract.infrastructure.security.utils.ColumnValidator.validateColumn(ColumnValidator.java:50)*
*        at
org.apache.fineract.infrastructure.security.utils.ColumnValidator.validateSqlInjection(ColumnValidator.java:98)*
*        at
org.apache.fineract.portfolio.accountdetails.service.AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccountDetails(AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
*        at
org.apache.fineract.portfolio.accountdetails.service.AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveClientAccountDetails(AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:79)*
*        at
org.apache.fineract.portfolio.client.api.ClientsApiResource.retrieveAssociatedAccounts(ClientsApiResource.java:306)*
*        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown Source)*
*        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)*
*        at java.lang.reflect.Method.invoke(Method.java:498)*
*        at
com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)*
*        at
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)*

Thanks
Regards
Ippez Robert

On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer < nazeer.shaik@confluxtechnologies.com> wrote:

> Hi all,
>
>
>
> I have created new release branch & tagged for upcoming Apache 
> Fineract
> 1.0.0 release.
>
>
>
> Thanks,
>
> Nazeer
>
>


--
Ippez Roberts
Director & Founder - Skyline Technologies Uganda "IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com


Re: New release branch 1.0.0

Posted by Ippez Robert <ip...@gmail.com>.
Hi Nazeer,
Please check tomcat log when you search a client or group from global
search and then click on + sign to expand to show additional information on
the client. I think its due to column validation a feature added recently.

Here is a snapshot of the error log:-

*May 18, 2017 10:51:30 AM org.apache.tomcat.jdbc.pool.ConnectionPool
abandon*
*WARNING: Connection has been abandoned
PooledConnection[com.mysql.jdbc.JDBC4Connection@1aef596f]:java.lang.Exception*
*        at
org.apache.tomcat.jdbc.pool.ConnectionPool.getThreadDump(ConnectionPool.java:1063)*
*        at
org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:780)*
*        at
org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:619)*
*        at
org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(ConnectionPool.java:188)*
*        at
org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:128)*
*        at
org.apache.fineract.infrastructure.core.service.RoutingDataSource.getConnection(RoutingDataSource.java:49)*
*        at
org.apache.fineract.infrastructure.security.utils.ColumnValidator.validateColumn(ColumnValidator.java:50)*
*        at
org.apache.fineract.infrastructure.security.utils.ColumnValidator.validateSqlInjection(ColumnValidator.java:98)*
*        at
org.apache.fineract.portfolio.accountdetails.service.AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveAccountDetails(AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:137)*
*        at
org.apache.fineract.portfolio.accountdetails.service.AccountDetailsReadPlatformServiceJpaRepositoryImpl.retrieveClientAccountDetails(AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:79)*
*        at
org.apache.fineract.portfolio.client.api.ClientsApiResource.retrieveAssociatedAccounts(ClientsApiResource.java:306)*
*        at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown Source)*
*        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)*
*        at java.lang.reflect.Method.invoke(Method.java:498)*
*        at
com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)*
*        at
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)*

Thanks
Regards
Ippez Robert

On Thu, May 18, 2017 at 10:35 AM, Shaik Nazeer <
nazeer.shaik@confluxtechnologies.com> wrote:

> Hi all,
>
>
>
> I have created new release branch & tagged for upcoming Apache Fineract
> 1.0.0 release.
>
>
>
> Thanks,
>
> Nazeer
>
>


-- 
Ippez Roberts
Director & Founder - Skyline Technologies Uganda
"IT Consultants & Engineers"
P.O.Box 155, Moyo
UGANDA.
Tel: +256788725408/789643284
Skype ID: ippez.robert1
Email: ippezrobert@gmail.com