SQL ExceptionSanjay Sreedhar July 18, 2012 at 11:34 PM
Hi,
After following the steps as in the tutorial, I am getting exceptions as shown in the below log
Inserting Record
Jul 18, 2012 11:31:52 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
WARN: SQL Error: 0, SQLState: 08S01
Jul 18, 2012 11:31:52 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
ERROR: Communications link failure
Last packet sent to the server was 0 ms ago.
Could not open connection
Can someone please assist me with this?
Muchas gracias!!Pedro July 13, 2012 at 2:33 AM
Very useful. Thanks to you!!!
SQL ExceptionSanjay Sreedhar July 18, 2012 at 11:34 PM
Hi, After following the steps as in the tutorial, I am getting exceptions as shown in the below log Inserting Record Jul 18, 2012 11:31:52 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions WARN: SQL Error: 0, SQLState: 08S01 Jul 18, 2012 11:31:52 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions ERROR: Communications link failure Last packet sent to the server was 0 ms ago. Could not open connection Can someone please assist me with this?
mapping resourceVicky September 26, 2012 at 9:17 PM
if mapping file in other package than src, i am not able to load it in cfg.xml using <mapping resource="roseindia/person.hbm.xml"/>
Post your Comment