Hello All,


I have a working application (Tapestry 5.3.2 + Hibernate + MySQL) Dev’ed
with Eclipse Helios (with Maven, Jetty, Hibernate installation). Let alone
my application, if I even try to run “First Tapestry Project” mentioned at
http://tapestry.apache.org/getting-started.html (with Tapestry
5.4-alpha-24, a DB with One Table, with proper Hibernate Tool Configuration
and Code Generation) I am facing the same problem.



The problem is when I try to port this application on Eclipse Juno or
Eclipse Kepler, the browser never loads the application page and the
console output gets infinitely stuck at “INFO: HHH000046: Connection
properties: {user=root, password=****}

“ line and never passes beyond this line.



The Console Output (of Eclipse Juno or Eclipse Kepler): the App is stuck
forever

….

2013-11-12 10:57:54.140:INFO::Started SelectChannelConnector@0.0.0.0:8080

Nov 12, 2013 10:58:20 AM org.hibernate.Version logVersion

INFO: HHH000412: Hibernate Core {4.1.2.Final}

Nov 12, 2013 10:58:20 AM org.hibernate.cfg.Environment <clinit>

INFO: HHH000206: hibernate.properties not found

Nov 12, 2013 10:58:20 AM org.hibernate.cfg.Environment buildBytecodeProvider

INFO: HHH000021: Bytecode provider name : javassist

Nov 12, 2013 10:58:21 AM org.hibernate.cfg.Configuration configure

INFO: HHH000043: Configuring from resource: /hibernate.cfg.xml

Nov 12, 2013 10:58:21 AM org.hibernate.cfg.Configuration
getConfigurationInputStream

INFO: HHH000040: Configuration resource: /hibernate.cfg.xml

Nov 12, 2013 10:58:21 AM org.hibernate.cfg.Configuration doConfigure

INFO: HHH000041: Configured SessionFactory: null

Nov 12, 2013 10:58:21 AM
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
configure

INFO: HHH000402: Using Hibernate built-in connection pool (not for
production use!)

Nov 12, 2013 10:58:21 AM
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
configure

INFO: HHH000115: Hibernate connection pool size: 20

Nov 12, 2013 10:58:21 AM
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
configure

INFO: HHH000006: Autocommit mode: false

Nov 12, 2013 10:58:21 AM
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
configure

INFO: HHH000401: using driver [com.mysql.jdbc.Driver] at URL
[jdbc:mysql://localhost:3306/ltsts]

Nov 12, 2013 10:58:21 AM
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
configure

INFO: HHH000046: Connection properties: {user=root, password=****}



On Eclipse Helios, where application is working fine, the console outputs
couple of line in addition to above mentioned console output and the
browser instantaneously display the page:

The Console Output (of Eclipse Helios): the App is working fine here

….

Nov 12, 2013 11:56:41 AM org.hibernate.dialect.Dialect <init>

INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect

Nov 12, 2013 11:56:41 AM
org.hibernate.engine.jdbc.internal.LobCreatorBuilder
useContextualLobCreation

INFO: HHH000423: Disabling contextual LOB creation as JDBC driver reported
JDBC version [3] less than 4

Nov 12, 2013 11:56:41 AM
org.hibernate.engine.transaction.internal.TransactionFactoryInitiator
initiateService

INFO: HHH000399: Using default transaction strategy (direct JDBC
transactions)

Nov 12, 2013 11:56:41 AM
org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>

INFO: HHH000397: Using ASTQueryTranslatorFactory



I intermittently spent couple of days trying to get it resolved, but all
effort went in vain.



I’ll appreciate if anybody put some light on the solution to the problem.



Thanks

Reply via email to