Apache-commons-dbcp provides an efficient implementation of the Database Connection Pool under the Apache license.

learn more… | top users | synonyms

0
votes
1answer
7 views

Configure Spring JNDI datasource with DBCP and connection parameters

I am using Spring 3 and attempting to use a JNDI (named) data source with DBCP connection pooling. I would like to be able to set pool parameters, but my <bean id="dataSource" ...
0
votes
0answers
50 views

Spring MVC + Hibernate web application. Web server hangs on load of CRUD operations

I am working on the following project and have came across a runtime issue. http://github.com/dmcquillan314/YouthMinistryHibernate The instructions to run this project are located in the README.md ...
0
votes
0answers
34 views

Trouble specifying driver class in DBCP

I'm using the latest version of dbcp that I know of, 1.4 Using the standard BasicDataSourceFactory.createDataSource(Properties) method and specifying the driverClassName: ...
0
votes
0answers
81 views

Error preloading the connection pool

I am using below env: jdk1.6.0_21 apache-tomcat-7.0.16 commons-dbcp.jar (version: 1.2.2) commons-pool.jar (version: 1.3) MySql Server 5.1 Facing below exception all the time when trying to connect ...
1
vote
1answer
215 views

MysqlConnectionPoolDataSource or c3p0 like library?

What's the difference between MysqlConnectionPoolDataSource and C3p0, BoneCP or dbcp library for connection pooling? I don't understand why use a library if mysql connector give connection pooling.
0
votes
0answers
98 views

Unknown threading issue causes asynchronous Spring controller method to leak db connections

I have a asynchronous Spring MVC controller method (which returns a DeferredResult) that calls a Spring service method that itself use the entityManager in order to retrieve data from a database. ...
0
votes
1answer
118 views

Why does the following simple piece of Java code using pooled connections from commons.dbcp block?

I have written a simple Java code, which attempts to store files in an hsqldb database. All it does is reads the files from a certain directory and puts them in the DB. It is single threaded, but I am ...
0
votes
0answers
129 views

connection poolling (long sleep time [8hr] in mysql) in apache-commons-dbcp with spring

i am use commons.dbcp for mysql poolling with spring . code : <bean id="dataSource" destroy-method="close" class="org.apache.commons.dbcp.BasicDataSource"> <property ...
1
vote
3answers
217 views

Java - DBCP vs JNDI?

I am a newbie and I have created a few simlpe Java Swing applications. I was able to use apache commons DBCP to create a connection pool and access the datasource. I have recently started to create ...
1
vote
0answers
101 views

jdbcTemplate with c3p0 hangs

I have a very simple test that works with dbcp connection pool and forever hangs with c3p0 (0.9.2). private String query="select ROWID from SOMETABLE " + " where rownum <= 100 ...
0
votes
1answer
101 views

apache commons| pool or pool2

I was just trying to use DataSource from apache commons-dbcp.jar. For that I just downloaded one of their example. So far so good. Example stand as (this) // Here are the dbcp-specific classes. // ...
0
votes
0answers
34 views

setMaxActive works for less than default value but not for more

In following code: When I set initialize as 1 and setmaxactive as 1 it shows results and only 1 connection is popped out of the connection pool. But when I set both of them to 20 it goes till 8 and ...
3
votes
0answers
182 views

Spring connection pooling configurations

I've been searching around the web for some time now and i've yet to fix this issue: I have the following datasource configuration: <bean id="cpms.prod.ds" ...
4
votes
3answers
457 views

How to preinitialize DBCP connection pool on startup?

The setup of my project is - Spring JDBC for persistence Apache DBCP 1.4 for connection pooling Mysql 5 on Linux Here is the log of my application that captures the interactions with the ...
0
votes
2answers
333 views

Same old story: Tomcat DBCP + MySQL, MySQLNonTransientConnectionException: No operations allowed after connection closed

I examined related questions here on this topic, and also googled for some time. Still seems I don't understand something crytical in Tomcat's DBCP configuration or mechanics. I got Tomcat 6, DBCP ...
1
vote
1answer
306 views

Connection Pooling with Apache DBCP

I want to use Apache Commons DBCP to enable connection pooling in a Java Application (no container-provided DataSource in this). In many sites of the web -including Apache site- the usage of the ...
1
vote
1answer
72 views

Database query hangs after sometime

I have following database configuration in a Spring project - <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"> <property ...
1
vote
0answers
96 views

dbcp spawns hugh connection number to Oracle DB in high rate of open/close

My application used DBCP1.4, hibernate and spring, connects to oracle. under common load of few hundered req/sec i get too many TCP connections to the DB (resulting in excessive system usage upon DB ...
3
votes
1answer
247 views

Scheduler stopped when deadlock happened in Spring Transaction

I've developed a monitoring application that uses Spring-3.0 Hibernate-3.6.5 with SpringHibernateTemplate as DAO. Database SQL Server 2008. This app has long running transaction every day. ...
0
votes
1answer
78 views

DBCP connection pool connection spawning

Please help me understand hot the DBCP will work when multiple threads will try to use same connection? A new connection will be spawned for every thread? And in this case there will be no advantage ...
0
votes
1answer
51 views

MySQL with DBCP is creating tons of sockets, gets NoRouteToHostException

We are using DBCP inside a Grails application. The database is on another server, so TCP/IP is in play here. We have monitored the database by doing a show processlist frequently, and we never see ...
0
votes
0answers
53 views

Should we create a single static dbcp data source for all DAO classes or different for each DAO

Mine is a fairly simple web application. Its a 3 tier architecture with Servlets<->Services<->DAOs . I 'll define it step by step . I have defined a DataAccess class at the lowest level . ...
0
votes
0answers
37 views

Can PreparedStatement in Java be used with comma separated values in an in() query? [duplicate]

Possible Duplicate: PreparedStatement IN clause alternatives? The following single DELETE DML statement can be used to delete multiple rows. DELETE FROM table_name WHERE id in(1, 2, 3, 4, ...
0
votes
1answer
260 views

javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/commons/pool/KeyedObjectPoolFactory

I'm trying to establish a connection to an Oracle database using BasicDataSource using DBCP. I downloaded commons-dbcp-1.4-bin.zip from here. There are three jar files on the classpath. ...
1
vote
0answers
80 views

apache dbcp maxidle

The maxIdle property of Apache DBCP is described as : "The maximum number of connections that can remain idle in the pool, without extra ones being released, or negative for no limit. " can someone ...
0
votes
0answers
109 views

apache dbcp vs dbcp2

I'm using Apache DBCP for some work and I came up to some inconsistencies with versioning ( within the package names ). When I look at ...
0
votes
2answers
570 views

how to use (useUnicode=yes characterEncoding=UTF-8 ) with DBCP

I am trying to insert Arabic letter in to mysql database, but it only store "????". I am using DBCP for connecting with mysql databse, here is the datasource: <Resource ...
1
vote
1answer
92 views

Apache DBCP with executor or multithreaded environment

I have the following code in my services.xml <bean id="executorService" class="java.util.concurrent.Executors" factory-method="newFixedThreadPool"> <constructor-arg value="10" /> ...
1
vote
1answer
285 views

Grails app seems like it's holding a reference to a stale DB connection

Update: Rackspace have got back to me and told me that their MySQL cloud uses a wait_timeout value of 120 seconds I've been banging my head against this so I thought I'd ask you guys. Any ideas you ...
1
vote
1answer
124 views

Could Apache DBCP validate connections on each use?

Our production people are claiming that they are pretty sure that the Apache DBCP connection pooling system is validating a connection on each use, that is, every time before it issues a query via ...
1
vote
0answers
91 views

Established connections is always 1 with DBCP Connection Pooling

I am using apache dbcp with spring/hibernate/mysql. Following is the data source bean configuration: <bean id="dbcpDS" class="org.apache.commons.dbcp.BasicDataSource" ...
3
votes
4answers
1k views

Using encrypted password for the datasource used in spring applicationContext.xml

I want to keep encrypted password in my below mentioned springApplicationContext.xml Is there any way to achieve this? presently I have configured all properties using property-placeholder as shown ...
0
votes
1answer
701 views

Using MySQL database for authentication in Ja-sig CAS

I'm trying to hook my Ja-sig CAS server (v3.5 running on Tomcat7) up to a MySQL database for user authentication. I basically have a table 'users' in the database storing username/password pairs that ...
2
votes
1answer
220 views

grails production jdbc pooling commons-dbcp vs tomcat 7 jndi

What is a recommended production configuration for tomcat grails jdbc access? commons-dbcp or tomcat jndi polling? Does anyone have performance or anecdotal advice in regards to this ...
0
votes
0answers
121 views

dbcp error without connection/statement/result set leak

I am using apache dbcp for connection pooling for MySQL connections and I get lot of following errors. Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error ...
0
votes
1answer
104 views

DBCP datasource not being obtained by Spring container

Background I'm new to spring. I'm using Spring MVC 3 and the spring tools suite by Springsource. I'm running a sample Spring Template they provide. I'm using Apache DBCP for my data source. Problem ...
0
votes
1answer
222 views

DBCP Datasource pooling?

I am implementing Apache DBCP connection to improve efficiency of my program that executes multiple queries. The issue is that just having a connections pool is not enough because I have multiple ...
5
votes
2answers
331 views

Multithreading with Apache DBCP

My application executes multiple queries in multiple threads. Right now I am creating new connection for every query and I want to use pool to improve efficiency. Can Apache DBCP pool work in ...
0
votes
2answers
766 views

saving InputStream as clob in oracle using jdbc

I have a csv file uploaded by user, which I need to store as a Clob, in oracle table. Therefore I have this code: MultipartHttpServletRequest mr = (MultipartHttpServletRequest) ctx.getRequest(); ...
3
votes
1answer
362 views

Enabling PreparedStatement pooling in DBCP

I want to know how to set dbcp to use pool PreparedStatements. I seem to have connection pooling working but can't find much in the way of examples for prepared statements. There's a related question ...
0
votes
0answers
50 views

Problems adding DataSource to Apache 6.0

I am attempting to implement a Connection Pool into one of my servlets, but i am encountering an error that is not exactly informative enough for my level of experience with Tomcat. If i am not ...
0
votes
1answer
130 views

apache-commons-dbcp connection pooling - works in dev, not in further environments

I have a Struts2 WebApp using Spring with apache-commons-dbcp. While running in my local development environment, the application opens no more than 8 connections, which is the default value for ...
1
vote
1answer
90 views

Clojure JDBC transaction not rolling back on BatchUpdateException in HSQL

I'm writing a Clojure program using clojure.java.jdbc. I'm using DBCP to pool connections to HSQL 2.2.8. I have a (transaction) block in which I test if a schema exists, and if not, creates it and a ...
0
votes
1answer
106 views

DBCP Stop Working with no Exception

I have a Problem with Apache Commons DBCP. The pool works, but before a random time (Hours), this stop in a loop. I have Threads in Java, and one of them connect to DB with a Sleep of 15 Seconds. this ...
1
vote
1answer
473 views

Database connection pooling using temporary table

I am using Apache dbcp for connection pooling and ibatis to do the database transactions with spring support. The scenario that i am trying to workout is: create BasicDataSource with max initial ...
1
vote
1answer
351 views

ibatis transaction leakage

Suppose that I have an application using ibatis 2 and spring 1. I have an external class that calls the dao method. What will happen if the following code is run: // external class public void ...
0
votes
1answer
515 views

Error while passing NULL value to procedure using iBatis

We have a Oracle procedure call done using iBatis. One of the IN parameters to the procedure is a VARCHAR2 datatype in procedure and is java.lang.String in Service/DAO layers. The procedure fails ...
0
votes
0answers
435 views

Hibernate 3.2 and apache dbcp eats postgres connections

I have a simple entity bean and use hibernate 3.2.5 to persist it to postgres, prod will be pg 8.4, while I currently develop on 9.1. I use apache commons dbcp 1.4 (and commons pool 1.5.4) a public ...
0
votes
0answers
114 views

How to deal with tcp packet drop - tomcat dbcp connection pool

Is there any option provided in tomcat JDBC Connection Pool, to deal with TCP packet drop. on setting following rule in IP table. Communication link failure is received after very long delay sudo ...
1
vote
1answer
171 views

disable retry attempts by dbcp connection pool

I am using commons-dbcp connection pool, in case of Mysql connection loss the pool retries multiple times before "giving up". The downside is it waits toooo long before returning back. I need a way ...

1 2 3