Re: DBCP Error Cannot get a connection, pool error Timeout waiting for idle object

2017-11-16 Thread Eric Chaves
Ok, so after a few more research I think I got it working. The tricky was the fact that I wasn't closing the connection hence exhausting the pool very quickly. I didn't notice this before because most code I saw didn't explicitly close the connection but once I did it my scripted processor worked

DBCP Error Cannot get a connection, pool error Timeout waiting for idle object

2017-11-16 Thread Eric Chaves
Hi guys, I've made a lot of changes on my script processor and now I'm properly getting an instance of DBCPService however when I try to use the connection I got the error org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object. I know the