-->
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.  [ 1 post ] 
Author Message
 Post subject: problem in hibernate connection
PostPosted: Mon Jan 24, 2011 6:39 am 
Newbie

Joined: Mon Jan 24, 2011 6:33 am
Posts: 1
I am getting this output on console. I am unable to query my DB. What could be the problem?
Jan 24, 2011 3:29:15 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:15 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.2.6
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : cglib
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.Configuration configure
INFO: configuring from resource: /hmsreg/hibernate.cfg.xml
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /hmsreg/hibernate.cfg.xml
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource : /hmsreg/userlogin.hbm.xml
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: hmsreg.UserLogin -> USERLOGIN
Jan 24, 2011 3:29:15 PM org.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
Jan 24, 2011 3:29:16 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
Jan 24, 2011 3:29:16 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 20
Jan 24, 2011 3:29:16 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: autocommit mode: false
Jan 24, 2011 3:29:16 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@localhost:1521:XE
Jan 24, 2011 3:29:16 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=hr, password=****}
Jan 24, 2011 3:29:16 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: Oracle, version: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
Jan 24, 2011 3:29:16 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC driver: Oracle JDBC driver, version: 10.2.0.1.0
Jan 24, 2011 3:29:16 PM org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.OracleDialect
Jan 24, 2011 3:29:17 PM org.hibernate.dialect.Oracle9Dialect <init>
WARNING: The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead
Jan 24, 2011 3:29:17 PM org.hibernate.dialect.OracleDialect <init>
WARNING: The OracleDialect dialect has been deprecated; use Oracle8iDialect instead
Jan 24, 2011 3:29:17 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
Jan 24, 2011 3:29:17 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)
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: auto
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Maximum outer join fetch depth: 2
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL inserts for batching: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
Jan 24, 2011 3:29:17 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JPA-QL strict compliance: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.NoCacheProvider
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
Jan 24, 2011 3:29:17 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Named query checking : enabled
Jan 24, 2011 3:29:17 PM org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
Jan 24, 2011 3:29:17 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured
Hibernate: select userlogin0_.USERNAME as col_0_0_, userlogin0_.PASSWORD as col_1_0_ from USERLOGIN userlogin0_ where userlogin0_.USERNAME='bbb' and userlogin0_.PASSWORD='123'
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:18 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:18 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:19 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:19 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:19 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:19 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:19 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:19 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:19 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:19 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:19 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:19 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:19 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:19 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:19 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:19 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)
Jan 24, 2011 3:29:19 PM org.apache.myfaces.renderkit.html.HtmlRenderKitImpl getRenderer
WARNING: Unsupported component-family/renderer-type: javax.faces.ViewRoot/javax.faces.Form
Jan 24, 2011 3:29:19 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /pages/login.jsp]} (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Form)


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

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.