Bug #15639 Cannot create PoolableConnectionFactory
Submitted: 9 Dec 2005 16:30 Modified: 31 Mar 2014 10:36
Reporter: Vladimir Petroff Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / J Severity:S1 (Critical)
Version:MySQL 5.0 OS:Windows (Windows Server 2003, Standard)
Assigned to: Alexander Soklakov CPU Architecture:Any

[9 Dec 2005 16:30] Vladimir Petroff
Description:
Dear Sirs,
here is the stack trace that results:

root cause 

org.springframework.jdbc.UncategorizedSQLException: (Hibernate operation): encountered SQLException [Cannot create PoolableConnectionFactory]; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory
	org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.translate(SQLStateSQLExceptionTranslator.java:94)
	org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.translate(SQLErrorCodeSQLExceptionTranslator.java:281)
	org.springframework.orm.hibernate.HibernateAccessor.convertJdbcAccessException(HibernateAccessor.java:249)
	org.springframework.orm.hibernate.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:231)
	org.springframework.orm.hibernate.HibernateTemplate.execute(HibernateTemplate.java:295)
	org.springframework.orm.hibernate.HibernateTemplate.find(HibernateTemplate.java:558)
	net.urbanguru.wanep.dao.LocaleManager.getLocales(LocaleManager.java:57)
	net.urbanguru.wanep.web.LanguageInterceptor.preHandle(LanguageInterceptor.java:56)
	org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:585)
	org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:543)
	org.springframework.web.servlet.FrameworkServlet.serviceWrapper(FrameworkServlet.java:368)
	org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:319)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor.proceedWithObject(FilterSecurityInterceptor.java:87)
	net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.interceptor(AbstractSecurityInterceptor.java:368)
	net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:78)
	net.sf.acegisecurity.intercept.web.SecurityEnforcementFilter.doFilter(SecurityEnforcementFilter.java:165)
	net.sf.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:88)
	net.sf.acegisecurity.ui.AbstractIntegrationFilter.doFilter(AbstractIntegrationFilter.java:170)
	net.sf.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:88)
	net.sf.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:368)
	net.sf.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:88)

I searched the web as well as the bugs here but couldn't easily locate a fix.
Could you please help me out? I am using the latest version of Apache as well as 
Hibernate 2.1.

Everything is stalled right now because of this bug and I hope that it can be fixed as soon as possible, if possible.
Thank you for your time and efforts.
Vladimir Petroff

How to repeat:
I put a .war file in the deployment directory of Apche and then from a browser I type
http://localhost:8080/wanep

where wanep is the name of .war to be run.
[10 Dec 2005 12:53] Valeriy Kravchuk
Thank you for a problem report. Sorry, but it is not about MYSQL server. It may be about MySQL's JDBC driver (Connector/J). "May be", because I see no word "mysql" in your stack trace. Looks like your hibername got some problem absolutely not related to any MySQL software...
[11 Jan 2006 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[23 Mar 2009 1:59] Jose Pena
I have this same problem But I have a Windows Vista Notebook, running Norton 360 v2, I've allow all connections from the norton firewall and windows firewall is disable, I almost sure that is a problem with the norton, but I need more help, I cannot figure out how solve this problem.. please help thanks
[31 Mar 2014 10:36] Alexander Soklakov
I close this report as "Can't repeat" because there is no feedback for a long time and codebase is too old. Please, feel free to reopen it if the problem still exists in current driver.