Foros de discusión

Liferay 6.0 on Glassfish 3.1 Error when deploying

thumbnail
Bruno Galvao, modificado hace 12 años.

Liferay 6.0 on Glassfish 3.1 Error when deploying

Junior Member Mensajes: 58 Fecha de incorporación: 26/08/11 Mensajes recientes
Below is the first error in the server.log file of 800 errors when I try to deploy the liferay.war on Glassfishv3.

 13:43,030 WARN [BasicResourcePool:1841] com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1b66785 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception: java.sql.SQLException: No suitable driver at java.sql.DriverManager.getDriver(DriverManager.java:289) at com.mchange.v2.c3p0.DriverManagerDataSource.driver(DriverManagerDataSource.java:223) at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134) at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:148) at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014) at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32) at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810) at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547) 



What does it mean? Thanks!
thumbnail
Hitoshi Ozawa, modificado hace 12 años.

RE: Liferay 6.0 on Glassfish 3.1 Error when deploying

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
I'm going to assume that you've been able to solve this problem yourself. emoticon

http://www.liferay.com/community/forums/-/message_boards/message/10872784
thumbnail
Bruno Galvao, modificado hace 12 años.

RE: Liferay 6.0 on Glassfish 3.1 Error when deploying

Junior Member Mensajes: 58 Fecha de incorporación: 26/08/11 Mensajes recientes
Hitoshi Ozawa:
I'm going to assume that you've been able to solve this problem yourself. emoticon

http://www.liferay.com/community/forums/-/message_boards/message/10872784



Yes it was an issue with the connection pool and placing the portal-ext.properties in the correct folder:
http://www.liferay.com/community/forums/-/message_boards/message/10750972

thanks!