-->
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.  [ 3 posts ] 
Author Message
 Post subject: ERROR org.hibernate.tool.hbm2ddl.TableMetadata <init>
PostPosted: Mon Sep 14, 2009 2:09 pm 
Newbie

Joined: Mon Sep 14, 2009 2:06 pm
Posts: 2
Does anyone have insite on these errors? Maybe its just logging configuration?
I'm running my app on jboss 4.2.3ga with hibernate 3.3 and spring 2.5.6


Code:
14:47:49,906 ERROR [STDERR] Sep 9, 2009 2:47:49 PM org.hibernate.cfg.annotations.Version <clinit>
INFO: Hibernate Annotations 3.4.0.GA
14:47:49,921 ERROR [STDERR] Sep 9, 2009 2:47:49 PM org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.3.0.SP1
14:47:49,937 ERROR [STDERR] Sep 9, 2009 2:47:49 PM org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
14:47:49,937 ERROR [STDERR] Sep 9, 2009 2:47:49 PM org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : javassist
14:47:49,937 ERROR [STDERR] Sep 9, 2009 2:47:49 PM org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
14:47:50,046 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.annotations.common.Version <clinit>
INFO: Hibernate Commons Annotations 3.1.0.GA
14:47:50,140 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.mycompany.security.domain.Group
14:47:50,187 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.mycompany.security.domain.Group on table group
14:47:50,265 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.mycompany.security.domain.Operator
14:47:50,265 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.mycompany.security.domain.Operator on table operator
14:47:50,281 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.mycompany.security.domain.Permission
14:47:50,281 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.mycompany.security.domain.Permission on table permission
14:47:50,281 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.mycompany.security.domain.Role
14:47:50,281 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.mycompany.security.domain.Role on table role
14:47:50,281 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.mycompany.security.domain.User
14:47:50,296 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.mycompany.security.domain.User on table user
14:47:50,296 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.mycompany.security.domain.SecretQuestion
14:47:50,296 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.mycompany.security.domain.SecretQuestion on table secret_question
14:47:50,312 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.AnnotationBinder bindClass
INFO: Binding entity from annotated class: com.mycompany.security.domain.SecurityConfiguration
14:47:50,312 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.annotations.EntityBinder bindTable
INFO: Bind entity com.mycompany.security.domain.SecurityConfiguration on table security_configuration
14:47:50,437 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.validator.Version <clinit>
INFO: Hibernate Validator 3.1.0.GA
14:47:50,500 INFO  [AnnotationSessionFactoryBean] Building new Hibernate SessionFactory
14:47:50,500 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.search.HibernateSearchEventListenerRegister enableHibernateSearch
INFO: Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
14:47:50,531 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
INFO: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
14:47:50,531 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: MySQL, version: 5.0.45-community-nt
14:47:50,531 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )
14:47:50,546 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
14:47:50,562 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
14:47:50,562 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
14:47:50,562 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
14:47:50,562 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): enabled
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: auto
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Maximum outer join fetch depth: 2
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL inserts for batching: disabled
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
14:47:50,578 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
14:47:50,593 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
14:47:50,593 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JPA-QL strict compliance: disabled
14:47:50,593 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
14:47:50,593 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
14:47:50,593 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory createRegionFactory
INFO: Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
14:47:50,593 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
14:47:50,593 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
14:47:50,609 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
14:47:50,609 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
14:47:50,609 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
14:47:50,609 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
14:47:50,609 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Named query checking : enabled
14:47:50,734 ERROR [STDERR] Sep 9, 2009 2:47:50 PM org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
14:47:51,093 ERROR [STDERR] Sep 9, 2009 2:47:51 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured
14:47:51,109 ERROR [STDERR] Sep 9, 2009 2:47:51 PM org.hibernate.tool.hbm2ddl.SchemaValidator validate
INFO: Running schema validator
14:47:51,109 ERROR [STDERR] Sep 9, 2009 2:47:51 PM org.hibernate.tool.hbm2ddl.SchemaValidator validate
INFO: fetching database metadata
14:47:51,125 ERROR [STDERR] Sep 9, 2009 2:47:51 PM org.hibernate.tool.hbm2ddl.TableMetadata <init>
INFO: table found: mino_security.group
14:47:51,125 ERROR [STDERR] Sep 9, 2009 2:47:51 PM org.hibernate.tool.hbm2ddl.TableMetadata <init>


Top
 Profile  
 
 Post subject: Re: ERROR org.hibernate.tool.hbm2ddl.TableMetadata <init>
PostPosted: Mon Sep 21, 2009 12:58 pm 
Newbie

Joined: Mon Sep 21, 2009 12:53 pm
Posts: 1
I saw this output when I used the wrong slf4j jar.
I was using the slf4j-jdk14-1.5.8.jar with log4j.
I switched to the slf4j-log4j12-1.5.8.jar and all was good.


Top
 Profile  
 
 Post subject: Re: ERROR org.hibernate.tool.hbm2ddl.TableMetadata <init>
PostPosted: Mon Sep 21, 2009 2:17 pm 
Newbie

Joined: Mon Sep 14, 2009 2:06 pm
Posts: 2
Right on!!

Thanks.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.