c3p0 is a Java library for JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
0
votes
1answer
19 views
How we use Connection pooling with Mongodb?
Is there a thread pool library like c3po , dbcp for Mongodb connection pools? As hibernate uses c3po for connection polling can we use c3po with mongodb ? Thanks in advance
Regards
0
votes
1answer
33 views
Hibernate & Tomcat - won't close socket
When I keep sending http requests to my webserver, it stops responding and I'm stuck in a white screen saying, 'waiting for xxx'. It goes unresponsive.
Also I don't see any exception on stacktrace. I ...
0
votes
1answer
6 views
hibernate 3.2.6 or 3.3.2 and jboss 4.2.3.GA deployed app run fails with с3p0 error
I deploy app having hibernate dependency.
Jboss AS 4.2.3.GA contains hibernate3.jar in server/default/lib.
Tried to load SessionFactory and and get.
With
java.lang.ClassNotFoundException: No ...
0
votes
1answer
18 views
Tomcat hangs if C3P0 can't get a database connection
I've an application that uses Spring+Hibernate+C3P0 as the connection pool. If I start the application and the database is down, Tomcat hangs for a long log time withouth giving any feedback. Is there ...
0
votes
1answer
18 views
java.sql.SQLRecoverableException: Closed Resultset: next
We are migrating our application from Hibernate deault pool to C3P0.
Our application was running correctly in default pool configuration. but with C3P0 it displays below exception.
...
0
votes
1answer
50 views
C3P0 and Java Swing application
I have an Java Swing application which include a c3p0 library for manage connection pools.
In its configuration I setted property c3p0.maxPoolSize=10 but it still creates more connections once a user ...
0
votes
1answer
22 views
how to properly close and open a hibernate session
I have the following method that inserts a large batch of records every few seconds. After some time of running I get errors like the following:
ERROR: Communications link failure
The last packet ...
0
votes
0answers
17 views
c3p0 can not create enough connection on mac osx
I used hibernate,c3p0 deployed in JBoss AS 7 on the production environment,database system is Oracle11g
library version:
c3p0-0.9.1
JBoss 7.1.3.Final
hibernate 3.5.6-Final
Hibernate.cfg.xml
...
0
votes
0answers
21 views
Hibernate with c3p0 and Tomcat: too many connections
I have a hibernate persistence layer with c3p0 and it runs on Tomcat. I have an issue with too many connections. After just a few users get on the site, it starts to mushroom the connections to the ...
0
votes
1answer
24 views
Hibernate configuredSession factory : null
HI all I'm getting the following message in my logs:
2013-05-14 01:32:47,079}ABSOLUTE{ INFO org.hibernate.cfg.Configuration}1{:2074 - HHH000041: Configured SessionFactory: null
I have an issue with ...
-1
votes
0answers
34 views
Java Swing App: Integration with C3P0? [closed]
I'm working in a Java Swing application (it's a small ERP using eclipse+mysql+windowbuilder+spring). I want to integrate C3P0 library, but the point is it is neccesary to do it, because I know this ...
0
votes
1answer
46 views
No JDBC Driver class was specified by property hibernate.connection.driver_class
With this Pom.xml:
<!-- Hibernate resources -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
...
0
votes
1answer
42 views
Migrate Hibernate managed C3P0 Pool to Spring Managed
I'm Spring(yfying) my application that uses Hibernate + C3P0 for the connection pool. I'm using a managed hibernate context for specific reasons. I'm using a utility class "HibernateUtil" for ...
0
votes
0answers
19 views
C3P0 Statement.close deadlock
Google returns lots of people with deadlock issues in C3P0, but none of the solutions appear to apply (most people suggest setting maxStatements = 0 and maxStatementsPerConnection = 0, both of which ...
0
votes
1answer
27 views
Statically finding methods that need @Transactional but don't have it
In order to avoid database connection leaks, it's possible to configure c3p0 to let you know when they occur, and point to the problem code:
<property name="unreturnedConnectionTimeout" ...
0
votes
0answers
101 views
Spring + Hibernate properties + c3p0 + Maven / pom filter + Jetty + Jndi Datasource
I am going nuts trying to configure all of the moving parts. I'm trying to plug a c3p0 datasource, defined in jetty-env.xml using values from the pom.xml, into my Spring context.
The first problem I ...
0
votes
0answers
22 views
Monitoring c3p0 connections using Jconsole
Hi I am trying to monitor the connections opened by c3p0 using JConsole.
I am following tutorial mentioned in
http://amemon.wordpress.com/2007/07/15/monitoring-c3p0-using-jmxjconsole/
But when I ...
1
vote
2answers
77 views
Get a DataSource/Connection from C3P0 connection pool
I am using a library where I need to get a data source and feed it into it. is there anyway I can get a connection from a connection pool? I am using Hibernate 4 with C3p0 connection pool.
here is ...
1
vote
1answer
54 views
c3p0 - Any issues setting initialPoolSize = minPoolSize = maxPoolSize?
I'm trying to root cause some random, intermittent 'freezes' in our service and after discarding several issues, we turned on c3p0 debug level logging for our application and we figured it seems like ...
0
votes
1answer
54 views
MySQLSyntaxErrorException: Table XYZ doesn't exist
I am using JPA and c3p0 and attempting to query a table and getting back a stack trace claiming that the table doesn't exist. I can open a connection to the db in, for example, DbVisualizer, and see ...
1
vote
1answer
62 views
I can not run C3P0ConnectionProvider
my hibernate.cfg.xml
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="show_sql">true</property>
<property ...
0
votes
1answer
28 views
how to check that I am using c3p0 in hibernate?
I am change my hibernate.cfg.xml added new options:
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="show_sql">true</property>
...
0
votes
1answer
35 views
c3p0 doesn't acquire a connection, but there are idle connections
My JAVA application processes a number of requests at a time using multithreading. So, different requests are processed at the same time with different threads.
I'm accessing my Oracle database with ...
0
votes
1answer
52 views
JDBC connection pool to multiple MySQL databases on the same server (with the same user and password)
I have multiple websites (about 200) that are hosted by the same Java web app. Each site has its own MySQL database. The databases are all on the same MySQL server and are all accessed with the same ...
1
vote
1answer
58 views
How to trace and prevent the deadlock appeared in c3po which is running in seperate processes?
I have a very simple computation which produces letter matrices finds probably all the words in the matrix. The letters in the word are adjacent cells.
for (int i = 0; i < 500; i++) {
...
0
votes
0answers
27 views
hibernate c3p0 integration exception
I successfully integrated hibernate into my application. I was opening with openSession and closing the connection.
Mysql server was having 30 seconds timeout. So if request comes after 30 seconds i ...
0
votes
0answers
70 views
Amazon EC2 packet loss causing connections to time out. How to retry without changing all the query code?
Is there a way to make C3P0 (or DBCP) automatically retry queries that fail due to network issues. The code works fine but occasionally the following exception occurs (no specific query, happens to ...
0
votes
0answers
28 views
C3P0 pool size and mysql processlist
I'm a newbie using C3P0 and I have a confusion...
I'm trying to configure C3P0 into an application, the application runs correctly, but when I check the mysql to see open connections does not ...
1
vote
1answer
144 views
Hibernate4 + c3p0 + Derby - Memory Leak on Tomcat stop or web application reload
I have a very simple application template which includes an embedded apache derby database through hibernate.
I have the following configuration:
<property name="hibernate.dialect"> ...
0
votes
2answers
64 views
Session is closed Exception
I am building an application with struts 2 hibernate spring 3 with my sql as back end and c3p0 connection pooling(c3p0-0.9.1.1 jar).
Sometimes, when executing a query, I get the below error. When ever ...
1
vote
1answer
168 views
Recurring apparent deadlocks with c3p0, Oracle and Hibernate
We have recurring apparent deadlocks on our production system which we can't seem to get to the bottom of. We've been unable to trace any correlation to the number of users online and it doesn't seem ...
0
votes
1answer
83 views
How to stop c3p0 connection pool from hiding the cause of connection exceptions?
I have an application that uses c3p0 for connection pooling. When there is any kind of problem connecting to the database, I get an exception like this:
java.sql.SQLException: An SQLException was ...
0
votes
2answers
62 views
How to detect incorrect endpoint for my database using C3P0 pool and JDBC
A silly bug while copying the connection host made me point to an incorrect endpoint... this blocked the initialization process for 30 minutes...
and finally the exception:
Acquisition Attempt ...
0
votes
2answers
70 views
Logback not working with hibernate
i'm trying to use logback with hibernate, seems so easy but i can't get it working
hibernate.cfg.xml
<!-- DB Properties -->
<property ...
2
votes
2answers
143 views
Spring, Hibernate, MySQL Stress test
while stress testing my web application, it seems Hibernate cannot longer create connection to Database.
The web application is developed using Spring 3.0, Hibernate 3.6, c3p0 0.9.2.1 connection ...
2
votes
4answers
69 views
c3p0 logs with Play Framework 1?
Is there a way to get c3p0 debug logs shown with Play framework 1.2.5?
Somebody had asked this at Play email list; at least adding the following to log4j.properties does NOT work:
...
0
votes
0answers
90 views
org.springframework.dao.DataAccessResourceFailureException: IO Error: Connection reset;
Facing Connection Reset problem on Long running task. Error is shown at SimpleJdbcCall.execute method call
SimpleJdbcCall call = new SimpleJdbcCall(dataSource);
call.execute(inputMap);
...
1
vote
1answer
213 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
1answer
134 views
c3p0 pooling is not working (with hibernate and a datasource, on tomcat)
We have a java web application running on tomcat 6, which is calling a jar for persistance. This jar is located in the tomcat lib folder, and uses a tomcat datasource :
<Resource ...
2
votes
1answer
117 views
c3p0 and hibernate user / password override
I'm using spring 3.2 and hibernate 4.2. i have 2 beans: datasource (c3p0) and sessionFactory (LocalSessionFactoryBean) with property file (application.properties).
when i define the datasource using ...
0
votes
0answers
58 views
spring mvc and hibernate with c3p0 datasource
I have developed spring mvc with hibernate web application.
It did not run when i click 5 navigation's consistency.
here i am using c3p0 datasource
i get following errors:
enter code here
466037 ...
0
votes
1answer
46 views
Behaviour regarding db pool and connection.setReadOnly() method
I have Java application with Hibernate framework(no spring) connect to MySQL DB , manage connection pooling via c3p0
i try to configure my apllication to read from slave db and write to master db , i ...
0
votes
1answer
123 views
How to detect tomcat connection pooling issue
We have a Java Spring MVC 2.5 application using Tomcat 6 and MySQL 5.0 . We have a bizarre scenario where for whatever reason, the amount of connections used in the c3p0 connection pool starts ...
0
votes
3answers
288 views
Hibernate, c3p0, and Mysql, spring
Many related issues are there at stack overflow but still i am putting this because still i haven't clear solution and exact reason for my problem.
I hope here i get complete solution of my problem ...
0
votes
0answers
41 views
C3P0 Hibernate and ThreadLocal instance variables combination
I am trying to understand an implementation, request you to please validate/comment
The Application is using C3P0 with Hibernate for Connection pooling
In HibernateUtil it is storing ...
0
votes
1answer
46 views
App freezes due to reaching maxPoolSize
I am having problems where my web application freezes up. Using the JConsole monitoring tools I see that the app is reaching maxPoolSize. Which is causing the app to freeze up.
There's about 20 ...
1
vote
0answers
472 views
Hibernate : closing the session factory does not close the c3p0 connection pool
I recently started using hibernate along with c3p0 as the ORM in my application. However, when I close the session factory, the connection pool does not close itself! This is the one and only place in ...
1
vote
2answers
336 views
Hibernate 4.1.9 c3p0 settings, and way too many connections to database
I'm using Hibernate 4.1.9 in a Java web application (that uses a Oracle 11g database) and seem to be getting some run-away connections even though i'm using c3p0 pooling.
it seems this should be ...
3
votes
3answers
302 views
Connection hanging occasionally with Amazon RDS MySQL & Play Framework 1.2.5 (c3p0 default settings)
We're having problems with Amazon-hosted Play application with RDS Mysql.
Sometimes the application ends up unresponsive. Today I checked the thread status with jstack -F and there were multiple ...
0
votes
1answer
179 views
C3P0ConnectionProvider error when deploying on JBoss
I'm attempting to connect to a MySQL database via JPA on a JBoss server.
I get the following exception when deploying my project.
13:04:41,035 ERROR [org.jboss.msc.service.fail] (MSC service thread ...


