-->
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: Hibernate2.1.6 cacheloader issue in Weblogic6.0
PostPosted: Tue Sep 28, 2004 2:42 am 
Newbie

Joined: Tue Sep 28, 2004 2:27 am
Posts: 1
Hibernate version:2.1.6
JDK version:1.4.2
Struts version:1.0
Weblogic version:6.0
Database version:Oracle9i
-Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser is set in java command of startweblogic.cmd

Sep 20, 2004 6:25:49 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: Hibernate 2.1.6
Sep 20, 2004 6:25:49 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
Sep 20, 2004 6:25:49 PM net.sf.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
Sep 20, 2004 6:25:49 PM net.sf.hibernate.cfg.Configuration configure
INFO: configuring from resource: /hibernate.cfg.xml
Sep 20, 2004 6:25:49 PM net.sf.hibernate.cfg.Configuration getConfigurationInput
Stream
INFO: Configuration resource: /hibernate.cfg.xml
Sep 20, 2004 6:25:49 PM net.sf.hibernate.cfg.Configuration addResource
INFO: Mapping resource: com/jnjvision/reportgenerator/login/model/User.hbm.xml
Sep 20, 2004 6:25:49 PM net.sf.hibernate.cfg.Binder bindRootClass
INFO: Mapping class: com.jnjvision.reportgenerator.login.model.User -> USER
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: java:comp/env/hibernate/SessionFactory
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing one-to-many association mappings
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing one-to-one association property references
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.Configuration secondPassCompile
INFO: processing foreign key constraints
Sep 20, 2004 6:25:50 PM net.sf.hibernate.dialect.Dialect <init>
INFO: Using dialect: net.sf.hibernate.dialect.OracleDialect
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Use outer join fetching: true
Sep 20, 2004 6:25:50 PM net.sf.hibernate.util.NamingHelper getInitialContext
INFO: JNDI InitialContext properties:{java.naming.provider.url=t3://localhost:70
01, java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory}
Sep 20, 2004 6:25:50 PM net.sf.hibernate.connection.DatasourceConnectionProvider
configure
INFO: Using datasource: institute
Sep 20, 2004 6:25:50 PM net.sf.hibernate.transaction.TransactionFactoryFactory b
uildTransactionFactory
INFO: Transaction strategy: net.sf.hibernate.transaction.JTATransactionFactory
Sep 20, 2004 6:25:50 PM net.sf.hibernate.util.NamingHelper getInitialContext
INFO: JNDI InitialContext properties:{java.naming.provider.url=t3://localhost:70
01, java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory}
Sep 20, 2004 6:25:50 PM net.sf.hibernate.transaction.TransactionManagerLookupFac
tory getTransactionManagerLookup
INFO: instantiating TransactionManagerLookup: net.sf.hibernate.transaction.Weblo
gicTransactionManagerLookup
Sep 20, 2004 6:25:50 PM net.sf.hibernate.transaction.TransactionManagerLookupFac
tory getTransactionManagerLookup
INFO: instantiated TransactionManagerLookup
Sep 20, 2004 6:25:50 PM net.sf.hibernate.util.NamingHelper getInitialContext
INFO: JNDI InitialContext properties:{java.naming.provider.url=t3://localhost:70
01, java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory}
Sep 20, 2004 6:25:50 PM net.sf.hibernate.transaction.TransactionManagerLookupFac
tory getTransactionManagerLookup
INFO: instantiating TransactionManagerLookup: net.sf.hibernate.transaction.Weblo
gicTransactionManagerLookup
Sep 20, 2004 6:25:50 PM net.sf.hibernate.transaction.TransactionManagerLookupFac
tory getTransactionManagerLookup
INFO: instantiated TransactionManagerLookup
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Use scrollable result sets: true
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Use JDBC3 getGeneratedKeys(): false
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: false
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: echoing all SQL to stdout
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.SettingsFactory buildSettings
INFO: cache provider: net.sf.hibernate.cache.EhCacheProvider
Sep 20, 2004 6:25:50 PM net.sf.hibernate.cfg.Configuration configureCaches
INFO: instantiating and configuring caches
Sep 20, 2004 6:25:50 PM net.sf.ehcache.config.Configurator configure
WARNING: No configuration found. Configuring ehcache from ehcache-failsafe.xml f
ound in the classpath: zip:C:/servers/bea/wlserver6.0/./config/mydomain/applicat
ions/.wl_temp_do_not_delete/WEB-INF/_tmp_war_myserver_myserver_reportgenerator/1
095684829276ehcache-0.9.jar#ehcache-failsafe.xml
java.lang.AbstractMethodError: javax.xml.parsers.SAXParser.getXMLReader()Lorg/xm
l/sax/XMLReader;
at javax.xml.parsers.SAXParser.parse(SAXParser.java:338)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:223)
at net.sf.ehcache.config.Configurator.configure(Configurator.java:129)
at net.sf.ehcache.CacheManager.configure(CacheManager.java:154)
at net.sf.ehcache.CacheManager.<init>(CacheManager.java:128)
at net.sf.ehcache.CacheManager.create(CacheManager.java:180)
at net.sf.ehcache.CacheManager.getInstance(CacheManager.java:196)
at net.sf.hibernate.cache.EhCache.<init>(EhCache.java:91)
at net.sf.hibernate.cache.EhCacheProvider.buildCache(EhCacheProvider.jav
a:84)
at net.sf.hibernate.cfg.Configuration.configureCaches(Configuration.java
:1130)
at net.sf.hibernate.cfg.Configuration.buildSessionFactory


Looks like some parser collision issue. Can someone help???


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.