-->
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: Issue with Hibernate and OSCache
PostPosted: Wed Jun 29, 2005 4:53 pm 
Newbie

Joined: Wed Jun 29, 2005 4:28 pm
Posts: 1
Hibernate version: 2.1.6

OSCache version: 2.1.1

Hi,

I am receiving a noClassDefFound error on the new OSCacheProvider and OSCache classes that I added in to the Hibernate 2.1.6 jar (per OSCached documentation and Hibernate forum comments) when I start the JBoss 4.0.1 server with the ear deployed. I am replacing Ehcache with OSCache. It was working perfectly with EhCache but the application is moving to a clustered environment and I prefer OSCache to JBossCache for clusters. I have the OSCache classes in the classpath so I don't understand why it can't see the Config class. I have attached the error from the server log and app.xml below. The OSCache and Hibernate jars are both in the root of the EAR.

thanks!
Nate

APPLICATION.XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd">

<application id="AR3">
<display-name>A R</display-name>
<module>
<web>
<web-uri>AR3.war</web-uri>
<context-root>AR/AR3</context-root>
</web>
</module>

<module>
<java>oscache-2.1.1.jar</java>
</module>

<module>
<java>hibernate-2.1.6-clustered.jar</java>
</module>

<module>
<java>commons-collections-3.1.jar</java>
</module>

<module>
<java>cglib-full-2.0.2.jar</java>
</module>


<module>
<java>c3p0-unknown.jar</java>
</module>

<module>
<java>odmg-3.0.jar</java>
</module>

<module>
<java>HibernateAccess-2_0_0_9-neutered.jar</java>
</module>

</application>

--------------------------------------------------------------------------------

JBOSS SERVER LOG

16:25:51,098 INFO [TomcatDeployer] deploy, ctxPath=/esb, warUrl=file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/deploy/Evergreen/applications/esb.war/
16:25:51,205 INFO [ContextConfig] Missing application web.xml, using defaults only StandardEngine[jboss.web].StandardHost[localhost].StandardContext[/esb]
16:25:51,384 INFO [EARDeployer] Init J2EE application: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/deploy/Evergreen/applications/AutoRecon3-0_0_0_4.ear
16:25:53,683 INFO [HibernateServiceMBean] starting service at JNDI name: java:/AutoReconHibernateFactory
16:25:53,683 INFO [HibernateServiceMBean] service properties: {hibernate.cache.provider_class=net.sf.hibernate.cache.OSCacheProvider, hibernate.transaction.manager_lookup_class=net.sf.hibernate.transaction.JBossTransactionManagerLookup, hibernate.cache.use_query_cache=true, hibernate.dialect=net.sf.hibernate.dialect.SQLServerDialect, hibernate.session_factory_name=java:/AutoReconHibernateFactory, hibernate.jdbc.use_scrollable_resultset=true, hibernate.connection.datasource=java:/jdbc/AutoRecon, jta.UserTransaction=java:/UserTransaction, hibernate.show_sql=false, hibernate.transaction.factory_class=net.sf.hibernate.transaction.JDBCTransactionFactory}
16:25:53,716 INFO [Environment] Hibernate 2.1.6
16:25:53,725 INFO [Environment] hibernate.properties not found
16:25:53,729 INFO [Environment] using CGLIB reflection optimizer
16:25:53,742 INFO [Configuration] Mapping resource: mappings/Account.hbm
16:25:53,932 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.Account -> custl_acct
16:25:54,163 INFO [Configuration] Mapping resource: mappings/AcctImportMaps.hbm
16:25:54,201 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AccountCrossReference -> acct_import_maps
16:25:54,848 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AccountCrossReference, ClassCastException: null
16:25:54,853 INFO [Configuration] Mapping resource: mappings/AcctImportSrcMaps.hbm
16:25:54,891 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.CustodianCrossReference -> acct_import_src_maps
16:25:54,912 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.CustodianCrossReference, ClassCastException: null
16:25:54,913 INFO [Configuration] Mapping resource: mappings/AcctIssues.hbm
16:25:54,956 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AccountIssue -> acct_issues
16:25:54,958 INFO [Configuration] Mapping resource: mappings/Crncy.hbm
16:25:54,996 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.CurrencyCode -> crncy
16:25:54,996 INFO [Configuration] Mapping resource: mappings/CustlAcctTransact.hbm
16:25:55,044 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.Transaction -> custl_acct_transact
16:25:55,048 INFO [Configuration] Mapping resource: mappings/DisputedSecHolding.hbm
16:25:55,096 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.DisputedHolding -> disputed_sec_holding
16:25:55,097 WARN [CacheFactory] read-only cache configured for mutable: com.wachovia.evergreen.autorecon.bo.DisputedHolding
16:25:55,121 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.Security, ClassCastException: null
16:25:55,126 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.Security, ClassCastException: null
16:25:55,128 INFO [Configuration] Mapping resource: mappings/DisputedSecHoldingCurrent.hbm
16:25:55,170 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.DisputedHoldingCurrent -> disputed_sec_holding_current
16:25:55,171 WARN [CacheFactory] read-only cache configured for mutable: com.wachovia.evergreen.autorecon.bo.DisputedHoldingCurrent
16:25:55,179 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.Security, ClassCastException: null
16:25:55,183 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.Security, ClassCastException: null
16:25:55,185 INFO [Configuration] Mapping resource: mappings/EndUser.hbm
16:25:55,219 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.EndUser -> end_user
16:25:55,223 INFO [Binder] Mapping collection: com.wachovia.evergreen.autorecon.bo.EndUser.ResolutionGroups -> resoln_group_membership
16:25:55,244 INFO [Configuration] Mapping resource: mappings/GenericOutageProb.hbm
16:25:55,276 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.GenericOutageProblem -> generic_outage_prob
16:25:55,278 INFO [Configuration] Mapping resource: mappings/MeasdParamOutageProb.hbm
16:25:55,310 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.MeasuredParamOutageProblem -> measd_param_outage_prob
16:25:55,323 INFO [Configuration] Mapping resource: mappings/MeasdParamType.hbm
16:25:55,349 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.MeasuredParamType -> measd_param_type
16:25:55,349 WARN [CacheFactory] read-only cache configured for mutable: com.wachovia.evergreen.autorecon.bo.MeasuredParamType
16:25:55,350 INFO [Configuration] Mapping resource: mappings/MulticrncyTol.hbm
16:25:55,388 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.MultiCurrencyTolerance -> multicrncy_tol
16:25:55,397 INFO [Configuration] Mapping resource: mappings/OutageRsn.hbm
16:25:55,429 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.OutageReason -> outage_rsn
16:25:55,431 INFO [Binder] Mapping collection: com.wachovia.evergreen.autorecon.bo.OutageReason.Outages -> var_outage_rsn
16:25:55,432 INFO [Configuration] Mapping resource: mappings/ResolnGroup.hbm
16:25:55,459 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.ResolutionGroup -> resoln_group
16:25:55,460 INFO [Configuration] Mapping resource: mappings/ResolnGroupEmail.hbm
16:25:55,489 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.ResolutionGroupEmail -> resoln_group_email
16:25:55,511 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.ResolutionGroupEmail, ClassCastException: null
16:25:55,512 INFO [Configuration] Mapping resource: mappings/ResolnGroupMembership.hbm
16:25:55,549 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.ResolutionGroupMembership -> resoln_group_membership
16:25:55,570 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.ResolutionGroupMembership, ClassCastException: null
16:25:55,571 INFO [Configuration] Mapping resource: mappings/ScndrySrcAvailbty.hbm
16:25:55,601 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.SecondarySourceAvailability -> scndry_src_availbty
16:25:55,622 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.SecondarySourceAvailability, ClassCastException: null
16:25:55,623 INFO [Configuration] Mapping resource: mappings/SecHoldingParam.hbm
16:25:55,666 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.HoldingParam -> sec_holding_param
16:25:55,666 WARN [CacheFactory] read-only cache configured for mutable: com.wachovia.evergreen.autorecon.bo.HoldingParam
16:25:55,718 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.HoldingParamValue, ClassCastException: null
16:25:55,733 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.HoldingParamValue, ClassCastException: null
16:25:55,738 INFO [Configuration] Mapping resource: mappings/SecHoldingParamCurrent.hbm
16:25:55,780 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.HoldingParamCurrent -> sec_holding_param_current
16:25:55,780 WARN [CacheFactory] read-only cache configured for mutable: com.wachovia.evergreen.autorecon.bo.HoldingParamCurrent
16:25:55,805 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.HoldingParamValue, ClassCastException: null
16:25:55,820 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.HoldingParamValue, ClassCastException: null
16:25:55,825 INFO [Configuration] Mapping resource: mappings/SecHoldingSrc.hbm
16:25:55,854 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.Custodian -> sec_holding_src
16:25:55,858 INFO [Configuration] Mapping resource: mappings/SecIdentiyCrossReference.hbm
16:25:55,887 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.SecurityCrossReference -> sec_identiy_cross_reference
16:25:55,911 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.SecurityCrossReference, ClassCastException: null
16:25:55,913 INFO [Configuration] Mapping resource: mappings/SpecificOutageProb.hbm
16:25:55,938 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.SpecificOutageProblem -> specific_outage_prob
16:25:55,941 INFO [Configuration] Mapping resource: mappings/UsdTol.hbm
16:25:55,975 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.DollarTolerance -> usd_tol
16:25:55,980 INFO [Configuration] Mapping resource: mappings/VarOutage.hbm
16:25:56,011 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.Outage -> var_outage
16:25:56,012 WARN [CacheFactory] read-only cache configured for mutable: com.wachovia.evergreen.autorecon.bo.Outage
16:25:56,017 INFO [Configuration] Mapping resource: mappings/VarOutageCurrent.hbm
16:25:56,041 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.OutageCurrent -> var_outage_current
16:25:56,042 WARN [CacheFactory] read-only cache configured for mutable: com.wachovia.evergreen.autorecon.bo.OutageCurrent
16:25:56,051 INFO [Configuration] Mapping resource: mappings/VarOutageRsn.hbm
16:25:56,071 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.VarOutageReason -> var_outage_rsn
16:25:56,088 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.VarOutageReason, ClassCastException: null
16:25:56,089 INFO [Configuration] Mapping resource: mappings/VarOutageRsnCurrent.hbm
16:25:56,110 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.VarOutageReasonCurrent -> var_outage_rsn_current
16:25:56,124 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.VarOutageReasonCurrent, ClassCastException: null
16:25:56,125 INFO [Configuration] Mapping resource: mappings/VarType.hbm
16:25:56,146 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.VarType -> var_type
16:25:56,151 INFO [Configuration] Mapping resource: mappings/SrcHoldingImp.hbm
16:25:56,178 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.SourceHoldingImp -> src_holding_imp
16:25:56,194 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.SourceHoldingImp, ClassCastException: null
16:25:56,196 INFO [Configuration] Mapping resource: mappings/UserAltId.hbm
16:25:56,219 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.UserAltId -> user_alt_id
16:25:56,234 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.UserAltId, ClassCastException: null
16:25:56,236 INFO [Configuration] Mapping resource: mappings/EmailCarbonCopy.hbm
16:25:56,260 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.EmailCarbonCopy -> email_carbon_copy
16:25:56,276 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.EmailCarbonCopy, ClassCastException: null
16:25:56,277 INFO [Configuration] Mapping resource: mappings/SrcInterfaceContactPerson.hbm
16:25:56,303 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.SrcInterfaceContactPerson -> src_interface_contact_person
16:25:56,305 INFO [Configuration] Mapping resource: mappings/AuditGenericOutageProb.hbm
16:25:56,330 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditGenericOutageProblem -> audit_generic_outage_prob
16:25:56,349 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditGenericOutageProblem, ClassCastException: null
16:25:56,351 INFO [Configuration] Mapping resource: mappings/AuditUsdTolerance.hbm
16:25:56,381 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditUsdTolerance -> audit_usd_tol
16:25:56,414 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditUsdTolerance, ClassCastException: null
16:25:56,419 INFO [Configuration] Mapping resource: mappings/AuditCurrencyTolerance.hbm
16:25:56,452 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditCurrencyTolerance -> audit_multicrncy_tol
16:25:56,489 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditCurrencyTolerance, ClassCastException: null
16:25:56,495 INFO [Configuration] Mapping resource: mappings/AuditCusipCrossReference.hbm
16:25:56,520 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditCusipCrossReference -> audit_sec_identiy_cross_reference
16:25:56,543 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditCusipCrossReference, ClassCastException: null
16:25:56,545 INFO [Configuration] Mapping resource: mappings/AuditResolutionGroup.hbm
16:25:56,569 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditResolutionGroup -> audit_resoln_group
16:25:56,588 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditResolutionGroup, ClassCastException: null
16:25:56,590 INFO [Configuration] Mapping resource: mappings/AuditResolutionGroupMembership.hbm
16:25:56,612 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditResolutionGroupMembership -> audit_resoln_group_membership
16:25:56,629 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditResolutionGroupMembership, ClassCastException: null
16:25:56,631 INFO [Configuration] Mapping resource: mappings/AuditEmailCarbonCopy.hbm
16:25:56,654 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditEmailCarbonCopy -> audit_email_carbon_copy
16:25:56,673 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditEmailCarbonCopy, ClassCastException: null
16:25:56,675 INFO [Configuration] Mapping resource: mappings/AuditSpecificOutageProb.hbm
16:25:56,699 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditSpecificOutageProblem -> audit_specific_outage_prob
16:25:56,720 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditSpecificOutageProblem, ClassCastException: null
16:25:56,722 INFO [Configuration] Mapping resource: mappings/AuditMeasuredParamOutageProb.hbm
16:25:56,746 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditMeasuredParamOutageProblem -> audit_measd_param_outage_prob
16:25:56,765 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditMeasuredParamOutageProblem, ClassCastException: null
16:25:56,767 INFO [Configuration] Mapping resource: mappings/AuditAccount.hbm
16:25:56,794 INFO [Binder] Mapping class: com.wachovia.evergreen.autorecon.bo.AuditAccount -> audit_custl_acct
16:25:56,822 INFO [ReflectHelper] reflection optimizer disabled for: com.wachovia.evergreen.autorecon.bo.AuditAccount, ClassCastException: null
16:25:56,825 INFO [Configuration] processing one-to-many association mappings
16:25:56,826 WARN [CacheFactory] read-only cache configured for mutable: com.wachovia.evergreen.autorecon.bo.EndUser.ResolutionGroups
16:25:56,827 INFO [Binder] Mapping collection: com.wachovia.evergreen.autorecon.bo.HoldingParam.Outages -> var_outage
16:25:56,828 INFO [Binder] Mapping collection: com.wachovia.evergreen.autorecon.bo.HoldingParamCurrent.Outages -> var_outage_current
16:25:56,828 INFO [Binder] Mapping collection: com.wachovia.evergreen.autorecon.bo.Outage.Reasons -> var_outage_rsn
16:25:56,829 INFO [Binder] Mapping collection: com.wachovia.evergreen.autorecon.bo.OutageCurrent.Reasons -> var_outage_rsn_current
16:25:56,829 INFO [Configuration] processing one-to-one association property references
16:25:56,829 INFO [Configuration] processing foreign key constraints
16:25:56,885 INFO [Dialect] Using dialect: net.sf.hibernate.dialect.SQLServerDialect
16:25:56,890 INFO [SettingsFactory] Use outer join fetching: true
16:25:56,903 INFO [NamingHelper] JNDI InitialContext properties:{}
16:25:56,911 INFO [DatasourceConnectionProvider] Using datasource: java:/jdbc/AutoRecon
16:25:56,917 INFO [TransactionFactoryFactory] Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory
16:25:56,926 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: net.sf.hibernate.transaction.JBossTransactionManagerLookup
16:25:56,933 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
16:25:57,195 INFO [SettingsFactory] Use scrollable result sets: true
16:25:57,195 INFO [SettingsFactory] Use JDBC3 getGeneratedKeys(): true
16:25:57,195 INFO [SettingsFactory] Optimize cache for minimal puts: false
16:25:57,196 INFO [SettingsFactory] Query language substitutions: {}
16:25:57,196 INFO [SettingsFactory] cache provider: net.sf.hibernate.cache.OSCacheProvider
16:25:57,207 WARN [ServiceController] Problem starting service jboss.jca: name=HibernateFactory,service=HibernateFactory
java.lang.NoClassDefFoundError: com/opensymphony/oscache/base/Config
at net.sf.hibernate.cache.OSCacheProvider.<clinit>(OSCacheProvider.java:33)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:306)
at java.lang.Class.newInstance(Class.java:259)
at net.sf.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:131)
at net.sf.hibernate.cfg.Configuration.buildSettings(Configuration.java:1155)
at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:789)
at net.sf.hibernate.jmx.HibernateService.buildSessionFactory(HibernateService.java:163)
at net.sf.hibernate.jmx.HibernateService.start(HibernateService.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:908)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:956)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy8.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:481)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:413)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:310)
at org.jboss.Main.boot(Main.java:162)
at org.jboss.Main$1.run(Main.java:423)
at java.lang.Thread.run(Thread.java:536)
16:25:57,243 INFO [TomcatDeployer] deploy, ctxPath=/AutoRecon/AutoRecon3, warUrl=file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/tmp/deploy/tmp39816AutoRecon3-0_0_0_4.ear-contents/AutoRecon3.war/
16:25:57,451 INFO [EARDeployer] Started J2EE application: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/deploy/Evergreen/applications/AutoRecon3-0_0_0_4.ear
16:25:57,460 INFO [EARDeployer] Init J2EE application: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/deploy/Evergreen/applications/DeployMDB.ear
16:25:57,997 INFO [EjbModule] Deploying DeployMDB
16:26:01,659 WARN [SonicMQServerSessionPool] Using a non-XA TopicConnection. It will not be able to participate in a Global UOW
16:26:02,052 INFO [EJBDeployer] Deployed: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/tmp/deploy/tmp39817DeployMDB.ear-contents/DeployMDB.jar
16:26:02,140 INFO [EARDeployer] Started J2EE application: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/deploy/Evergreen/applications/DeployMDB.ear
16:26:02,141 INFO [EARDeployer] Init J2EE application: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/deploy/Evergreen/services/EvergreenSecurity.ear/
16:26:06,641 INFO [EJBDeployer] Deployed: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/deploy/Evergreen/services/EvergreenSecurity.ear/EvergreenSecurityService-3_0_0_16-server.jar
16:26:06,715 INFO [EARDeployer] Started J2EE application: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/deploy/Evergreen/services/EvergreenSecurity.ear/
16:26:06,717 INFO [STDOUT] ---ESB LOG---APPENDER Append event called
16:26:06,717 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Packages waiting for a deployer:
org.jboss.deployment.DeploymentInfo@c6e62abd { url=file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/tmp/deploy/tmp39816AutoRecon3-0_0_0_4.ear-contents/hibernate-2.1.6-clustered.jar }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/apps/jb-autor/jboss-4.0.1-evergreen/server/autorecon/tmp/deploy/tmp39816AutoRecon3-0_0_0_4.ear-contents/hibernate-2.1.6-clustered.jar
altDD: null
lastDeployed: 1119990352575
lastModified: 1119990351000
mbeans:

MBeans waiting for other MBeans:
ObjectName: jboss.jca: name=HibernateFactory,service=HibernateFactory
state: FAILED
I Depend On: jboss.jca:service=RARDeployer
jboss.jca:name=jdbc/AutoRecon,service=DataSourceBinding

Depends On Me: java.lang.NoClassDefFoundError: com/opensymphony/oscache/base/Config

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca: name=HibernateFactory,service=HibernateFactory
state: FAILED
I Depend On: jboss.jca:service=RARDeployer
jboss.jca:name=jdbc/AutoRecon,service=DataSourceBinding

Depends On Me: java.lang.NoClassDefFoundError: com/opensymphony/oscache/base/Config

16:26:07,114 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8280
16:26:07,291 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8209
16:26:07,300 INFO [JkMain] Jk running ID=0 time=1/46 config=null
16:26:08,173 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8643
16:26:08,191 INFO [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314)] Started in 43s:792ms


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.