-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Communications link failure due to underlying exception:
PostPosted: Thu Jun 01, 2006 12:48 pm 
Hi

I am using C3P0 connection pool and locally on my machine (application and local db), code is working fine, when remote db , I am getting this error :



java.io.EOFException

at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1905)

at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2351)

at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2862)

at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)

at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)

at com.mysql.jdbc.Connection.execSQL(Connection.java:2988)

at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:4913)

at com.mchange.v2.c3p0.impl.NewProxyConnection.setAutoCommit(NewProxyConnection.java:781)

at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:37)

at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:417)

at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)

at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:129)

at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57)

at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1290)

at com.rhg.infrastructure.dao.impl.MessagesDAOImpl.saveMessage(MessagesDAOImpl.java:61)

at com.rhg.infrastructure.jms.MessageReceiverImpl.onMessageExchange(MessageReceiverImpl.java:105)

at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:636)

at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:171)

at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:221)

at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)

at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Thread.java:595)





** END NESTED EXCEPTION **







Last packet sent to the server was 9 ms ago.

10:11:17,899 ERROR [JDBCExceptionReporter] Communications link failure due to underlying exception:



** BEGIN NESTED EXCEPTION **



java.io.EOFException



STACKTRACE:



java.io.EOFException

at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1905)

at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2351)

at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2862)

at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)

at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1666)

at com.mysql.jdbc.Connection.execSQL(Connection.java:2988)

at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:4913)

at com.mchange.v2.c3p0.impl.NewProxyConnection.setAutoCommit(NewProxyConnection.java:781)

at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:37)

at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:417)

at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)

at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:129)

at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57)

at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1290)

at com.rhg.infrastructure.dao.impl.MessagesDAOImpl.saveMessage(MessagesDAOImpl.java:61)

at com.rhg.infrastructure.jms.MessageReceiverImpl.onMessageExchange(MessageReceiverImpl.java:105)

at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:636)

at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:171)

at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:221)

at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)

at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Thread.java:595)





** END NESTED EXCEPTION **







Last packet sent to the server was 9 ms ago.

org.hibernate.exception.JDBCConnectionException: Cannot open connection

at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:74)

at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)

at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)

at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:420)

at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)

at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:129)

at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57)

at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1290)

at com.rhg.infrastructure.dao.impl.MessagesDAOImpl.saveMessage(MessagesDAOImpl.java:61)

at com.rhg.infrastructure.jms.MessageReceiverImpl.onMessageExchange(MessageReceiverImpl.java:105)

at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:636)

at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:171)

at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:221)

at org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)

at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Thread.java:595)

Caused by: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:





My hibernate.cfg.xml file is :



<!DOCTYPE hibernate-configuration PUBLIC

"-//Hibernate/Hibernate Configuration DTD//EN"

"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">



<hibernate-configuration>

<session-factory>



<!-- MySQL Database -->



<property name="dialect">org.hibernate.dialect.MySQLDialect</property>

<property name="connection.driver_class">com.mysql.jdbc.Driver</property>

<property name="connection.url">jdbc:mysql://remotePC/messages?autoRecoonect=true</property>

<property name="connection.username">messages_ops</property>

<property name="connection.password">test</property>

<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>



<!-- Use the C3P0 connection pool. -->

<property name="c3p0.min_size">3</property>

<property name="c3p0.max_size">5</property>

<property name="c3p0.timeout">5000</property>



<!-- Disable second-level cache. -->

<property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>

<property name="cache.use_query_cache">false</property>

<property name="cache.use_minimal_puts">false</property>

<property name="max_fetch_depth">3</property>



<!-- Print SQL to stdout. -->

<property name="show_sql">true</property>

<property name="format_sql">true</property>





<!-- Bind the getCurrentSession() method to the thread. -->

<property name="current_session_context_class">thread</property>



<!-- Hibernate XML mapping files -->

<mapping resource="mapping/Message.hbm.xml"/>





</session-factory>



</hibernate-configuration>


Top
  
 
 Post subject:
PostPosted: Thu Jun 01, 2006 4:41 pm 
Newbie

Joined: Wed Apr 20, 2005 5:05 pm
Posts: 12
Fix your mispelling in your connection string and you should be good to go...

<property name="connection.url">jdbc:mysql://remotePC/messages?autoRecoonect=true</property>

underlined above should be...

autoReconnect=true

it happens to the best of us...

lt


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.