Org.springframework.beans.FatalBeanException when trying to configure ocep

Hi,
I was trying to configure my custom jdbc driver to the oracle CEP and I see the below error. I did add weblogic.common.internal jar to my Test project. Still I get this below error.
<Jan 28, 2013 10:39:03 AM CST> <Notice> <evs4j> <BEA-2049007> <The cluster protocol is disabled>
<Jan 28, 2013 10:39:04 AM CST> <Notice> <BDBProvider> <BEA-2052004> <Created and registered BDBProvider default-provider>
<Jan 28, 2013 10:39:05 AM CST> <Notice> <Spring> <BEA-2047000> <The application context for "com.oracle.cep.cartridge.jdbc" was started successfully>
<Jan 28, 2013 10:39:06 AM CST> <Notice> <Spring> <BEA-2047000> <The application context for "com.bea.wlevs.dataservices" was started successfully>
<Jan 28, 2013 10:39:07 AM CST> <Notice> <Deployment> <BEA-2045000> <The application bundle "Test" was deployed successfully to file:/E:/Oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/Test/Test.jar with version 1359390936917>
<Jan 28, 2013 10:39:12 AM CST> <Error> <Deployment> <BEA-2045010> <The application context "Test" could not be started: org.springframework.beans.FatalBeanException: Error in context lifecycle initialization; nested exception is com.bea.wlevs.ede.api.StatementException: Could not start rule [myExampleQuery] due to error: weblogic/common/internal/InteropWriteReplaceable
org.springframework.beans.FatalBeanException: Error in context lifecycle initialization; nested exception is com.bea.wlevs.ede.api.StatementException: Could not start rule [myExampleQuery] due to error: weblogic/common/internal/InteropWriteReplaceable
     at com.bea.wlevs.spring.ApplicationContextLifecycle.onApplicationEvent(ApplicationContextLifecycle.java:145)
     at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:79)
     at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
     at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
     at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
     at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:737)
     at org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.finishRefresh(AbstractOsgiBundleApplicationContext.java:235)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:358)
     at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
     at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:139)
     at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:62)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: com.bea.wlevs.ede.api.StatementException: Could not start rule [myExampleQuery] due to error: weblogic/common/internal/InteropWriteReplaceable
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.activateRules(CQLProcessorImpl.java:958)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.activate(CQLProcessorImpl.java:1005)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.afterConfigurationActive(CQLProcessorImpl.java:2689)
     at com.bea.wlevs.spring.ActivationBeanPostProcessor.postProcessAfterContextInitialization(ActivationBeanPostProcessor.java:20)
     at com.bea.wlevs.spring.DeferredBeanPostProcessor.afterConfigurationActive(DeferredBeanPostProcessor.java:27)
     at com.bea.wlevs.spring.ApplicationContextLifecycle.onApplicationEvent(ApplicationContextLifecycle.java:112)
     at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:79)
     at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
     at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
     at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
     at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:737)
     at org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.finishRefresh(AbstractOsgiBundleApplicationContext.java:235)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:358)
     at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
     at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:139)
     at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:62)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.NoClassDefFoundError: weblogic/common/internal/InteropWriteReplaceable
     at java.lang.ClassLoader.defineClass1(Native Method)
     at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
     at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:302)
     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
     at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:247)
     at weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(GenericClassLoader.java:523)
     at weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:73)
     at weblogic.utils.wrapper.WrapperFactory.generateWrapperClass(WrapperFactory.java:340)
     at weblogic.utils.wrapper.WrapperFactory.getWrapperClass(WrapperFactory.java:244)
     at weblogic.utils.wrapper.WrapperFactory.getWrapperClass(WrapperFactory.java:190)
     at weblogic.jdbc.wrapper.JDBCWrapperFactory$1.run(JDBCWrapperFactory.java:164)
     at weblogic.jdbc.wrapper.JDBCWrapperFactory.getWrapper(JDBCWrapperFactory.java:161)
     at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnectionObj(RmiDataSource.java:614)
     at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiDataSource.java:458)
     at weblogic.jdbc.common.internal.RmiDataSource.getConnectionInternal(RmiDataSource.java:538)
     at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:498)
     at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:491)
     at oracle.cep.extensibility.datasource.JDBCExternalDataSource.getConnection(JDBCExternalDataSource.java:58)
     at oracle.cep.interfaces.input.ExtSource.start(ExtSource.java:121)
     at oracle.cep.execution.operators.RelSource.initialize(RelSource.java:448)
     at oracle.cep.planmgr.codegen.RelSourceFactory.setupExecOpt(RelSourceFactory.java:300)
     at oracle.cep.planmgr.codegen.ExecOptFactory.instantiate(ExecOptFactory.java:210)
     at oracle.cep.planmgr.codegen.RelSourceFactory.instantiate(RelSourceFactory.java:112)
     at oracle.cep.planmgr.codegen.OptInst.instOp(OptInst.java:136)
     at oracle.cep.planmgr.codegen.CodeGenHelper.instantiate(CodeGenHelper.java:98)
     at oracle.cep.planmgr.PlanManager.instantiate(PlanManager.java:1114)
     at oracle.cep.metadata.QueryManager.instantiate(QueryManager.java:868)
     at oracle.cep.metadata.QueryManager.startQuery(QueryManager.java:497)
     at oracle.cep.metadata.QueryManager.startNamedQuery(QueryManager.java:283)
     at oracle.cep.server.CommandDriver.QueryRefNodeDriver.execute(QueryRefNodeDriver.java:60)
     at oracle.cep.server.CommandInterpreter.execute(CommandInterpreter.java:274)
     at oracle.cep.server.CEPServer.executeDDL(CEPServer.java:188)
     at oracle.cep.jdbc.CEPStatement.evaluateAndSend(CEPStatement.java:319)
     at oracle.cep.jdbc.CEPStatement.executeUpdate(CEPStatement.java:301)
     at com.oracle.cep.processor.cql.impl.CEPServerInstance.executeDDL(CEPServerInstance.java:257)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.executeDDL(CQLProcessorImpl.java:3174)
     at com.oracle.cep.processor.cql.impl.CQLQuery.start(CQLQuery.java:48)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.activateRules(CQLProcessorImpl.java:941)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.activate(CQLProcessorImpl.java:1005)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.afterConfigurationActive(CQLProcessorImpl.java:2689)
     at com.bea.wlevs.spring.ActivationBeanPostProcessor.postProcessAfterContextInitialization(ActivationBeanPostProcessor.java:20)
     at com.bea.wlevs.spring.DeferredBeanPostProcessor.afterConfigurationActive(DeferredBeanPostProcessor.java:27)
     at com.bea.wlevs.spring.ApplicationContextLifecycle.onApplicationEvent(ApplicationContextLifecycle.java:112)
     at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:78)
     at org.sp<Jan 28, 2013 10:39:03 AM CST> <Notice> <evs4j> <BEA-2049007> <The cluster protocol is disabled>
<Jan 28, 2013 10:39:04 AM CST> <Notice> <BDBProvider> <BEA-2052004> <Created and registered BDBProvider default-provider>
<Jan 28, 2013 10:39:05 AM CST> <Notice> <Spring> <BEA-2047000> <The application context for "com.oracle.cep.cartridge.jdbc" was started successfully>
<Jan 28, 2013 10:39:06 AM CST> <Notice> <Spring> <BEA-2047000> <The application context for "com.bea.wlevs.dataservices" was started successfully>
<Jan 28, 2013 10:39:07 AM CST> <Notice> <Deployment> <BEA-2045000> <The application bundle "Test" was deployed successfully to file:/E:/Oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/applications/Test/Test.jar with version 1359390936917>
<Jan 28, 2013 10:39:12 AM CST> <Error> <Deployment> <BEA-2045010> <The application context "Test" could not be started: org.springframework.beans.FatalBeanException: Error in context lifecycle initialization; nested exception is com.bea.wlevs.ede.api.StatementException: Could not start rule [myExampleQuery] due to error: weblogic/common/internal/InteropWriteReplaceable
org.springframework.beans.FatalBeanException: Error in context lifecycle initialization; nested exception is com.bea.wlevs.ede.api.StatementException: Could not start rule [myExampleQuery] due to error: weblogic/common/internal/InteropWriteReplaceable
     at com.bea.wlevs.spring.ApplicationContextLifecycle.onApplicationEvent(ApplicationContextLifecycle.java:145)
     at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:79)
     at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
     at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
     at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
     at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:737)
     at org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.finishRefresh(AbstractOsgiBundleApplicationContext.java:235)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:358)
     at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
     at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:139)
     at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:62)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: com.bea.wlevs.ede.api.StatementException: Could not start rule [myExampleQuery] due to error: weblogic/common/internal/InteropWriteReplaceable
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.activateRules(CQLProcessorImpl.java:958)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.activate(CQLProcessorImpl.java:1005)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.afterConfigurationActive(CQLProcessorImpl.java:2689)
     at com.bea.wlevs.spring.ActivationBeanPostProcessor.postProcessAfterContextInitialization(ActivationBeanPostProcessor.java:20)
     at com.bea.wlevs.spring.DeferredBeanPostProcessor.afterConfigurationActive(DeferredBeanPostProcessor.java:27)
     at com.bea.wlevs.spring.ApplicationContextLifecycle.onApplicationEvent(ApplicationContextLifecycle.java:112)
     at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:79)
     at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
     at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
     at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
     at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:737)
     at org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.finishRefresh(AbstractOsgiBundleApplicationContext.java:235)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:358)
     at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
     at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:139)
     at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:62)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.NoClassDefFoundError: weblogic/common/internal/InteropWriteReplaceable
     at java.lang.ClassLoader.defineClass1(Native Method)
     at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
     at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:302)
     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
     at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:247)
     at weblogic.utils.classloaders.GenericClassLoader.defineCodeGenClass(GenericClassLoader.java:523)
     at weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:73)
     at weblogic.utils.wrapper.WrapperFactory.generateWrapperClass(WrapperFactory.java:340)
     at weblogic.utils.wrapper.WrapperFactory.getWrapperClass(WrapperFactory.java:244)
     at weblogic.utils.wrapper.WrapperFactory.getWrapperClass(WrapperFactory.java:190)
     at weblogic.jdbc.wrapper.JDBCWrapperFactory$1.run(JDBCWrapperFactory.java:164)
     at weblogic.jdbc.wrapper.JDBCWrapperFactory.getWrapper(JDBCWrapperFactory.java:161)
     at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnectionObj(RmiDataSource.java:614)
     at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiDataSource.java:458)
     at weblogic.jdbc.common.internal.RmiDataSource.getConnectionInternal(RmiDataSource.java:538)
     at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:498)
     at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:491)
     at oracle.cep.extensibility.datasource.JDBCExternalDataSource.getConnection(JDBCExternalDataSource.java:58)
     at oracle.cep.interfaces.input.ExtSource.start(ExtSource.java:121)
     at oracle.cep.execution.operators.RelSource.initialize(RelSource.java:448)
     at oracle.cep.planmgr.codegen.RelSourceFactory.setupExecOpt(RelSourceFactory.java:300)
     at oracle.cep.planmgr.codegen.ExecOptFactory.instantiate(ExecOptFactory.java:210)
     at oracle.cep.planmgr.codegen.RelSourceFactory.instantiate(RelSourceFactory.java:112)
     at oracle.cep.planmgr.codegen.OptInst.instOp(OptInst.java:136)
     at oracle.cep.planmgr.codegen.CodeGenHelper.instantiate(CodeGenHelper.java:98)
     at oracle.cep.planmgr.PlanManager.instantiate(PlanManager.java:1114)
     at oracle.cep.metadata.QueryManager.instantiate(QueryManager.java:868)
     at oracle.cep.metadata.QueryManager.startQuery(QueryManager.java:497)
     at oracle.cep.metadata.QueryManager.startNamedQuery(QueryManager.java:283)
     at oracle.cep.server.CommandDriver.QueryRefNodeDriver.execute(QueryRefNodeDriver.java:60)
     at oracle.cep.server.CommandInterpreter.execute(CommandInterpreter.java:274)
     at oracle.cep.server.CEPServer.executeDDL(CEPServer.java:188)
     at oracle.cep.jdbc.CEPStatement.evaluateAndSend(CEPStatement.java:319)
     at oracle.cep.jdbc.CEPStatement.executeUpdate(CEPStatement.java:301)
     at com.oracle.cep.processor.cql.impl.CEPServerInstance.executeDDL(CEPServerInstance.java:257)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.executeDDL(CQLProcessorImpl.java:3174)
     at com.oracle.cep.processor.cql.impl.CQLQuery.start(CQLQuery.java:48)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.activateRules(CQLProcessorImpl.java:941)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.activate(CQLProcessorImpl.java:1005)
     at com.oracle.cep.processor.cql.impl.CQLProcessorImpl.afterConfigurationActive(CQLProcessorImpl.java:2689)
     at com.bea.wlevs.spring.ActivationBeanPostProcessor.postProcessAfterContextInitialization(ActivationBeanPostProcessor.java:20)
     at com.bea.wlevs.spring.DeferredBeanPostProcessor.afterConfigurationActive(DeferredBeanPostProcessor.java:27)
     at com.bea.wlevs.spring.ApplicationContextLifecycle.onApplicationEvent(ApplicationContextLifecycle.java:112)
     at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:78)
     at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
     at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
     at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
     at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:736)
     at org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.finishRefresh(AbstractOsgiBundleApplicationContext.java:235)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:358)
     at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
     at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)
     at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<Jan 28, 2013 10:39:12 AM CST> <Notice> <Server> <BEA-2046000> <Server STARTED>
ringframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
     at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:76)
     at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:274)
     at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:736)
     at org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext.finishRefresh(AbstractOsgiBundleApplicationContext.java:235)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:358)
     at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
     at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
     at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)
     at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<Jan 28, 2013 10:39:12 AM CST> <Notice> <Server> <BEA-2046000> <Server STARTED>

just has to place the missing jar in the custom jars

Similar Messages

  • Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.gemstone.gemfire.cache.GemFireCache] is defined: expected single bean but found

    Hi!
    I'm trying to configure java gemfire template to query data in spring application.
    To create spring template I need to create client-region, to create client-region I need to create client-cache, to create client-cache I need to create pool.
    One of the pool parameters is server-goup. I need gemfire template(s) to query several of them.
    I didn't find pool to be configurable for several server goups, thus I've created two pools (with different server goups) two client caches two client regions and two templates and got an error.
    Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.gemstone.gemfire.cache.GemFireCache] is defined: expected single bean but found
    What I'm missing? How could I fix the error or manage to setup client region for several server groups?
    Thanks.

    Try posting this in the WLS EJB forum:
    WebLogic Server - EJB

  • Org.springframework.beans.factory.BeanCreationException

    In the perisistence.xml we are configured the subscription jndi, calling using this applicationContext.xml.
    But our problem is that subscription jndi should be configured in jboss locally.
    Where we have to configured that jndi in local server. I have given the applicationContext and persistence.xml file blow:
    Also we have subscription-ds file in deploy folder of my JBoss5.1.2.
    When ever we are going to run the testcases it throwing following Exception:
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory': Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: subscription not bound
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
    at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
    at com.hungama.subscription.test.LogUtilTest.<init>(LogUtilTest.java:20)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:209)
    at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:258)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:255)
    at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
    at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
    Caused by: javax.naming.NameNotFoundException: subscription not bound
    at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
    at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)
    at org.jnp.server.NamingServer.getObject(NamingServer.java:785)
    at org.jnp.server.NamingServer.lookup(NamingServer.java:443)
    at sun.reflect.GeneratedMethodAccessor266.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
    at sun.rmi.transport.Transport$1.run(Transport.java:159)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
    at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
    at sun.rmi.server.UnicastRef.invoke(Unknown Source)
    at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
    at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:750)
    at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:710)
    at javax.naming.InitialContext.lookup(Unknown Source)
    at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:155)
    at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:88)
    at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:153)
    at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178)
    at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95)
    at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105)
    at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:200)
    at org.springframework.jndi.Jndi
    Following is my persistence.xml file which i kept in META-INF/persistence.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
    version="1.0">
         <persistence-unit name="subscriptionUnitName" transaction-type="JTA">
              <provider>org.hibernate.ejb.HibernatePersistence</provider>
              <jta-data-source>java:/subscriptionDS</jta-data-source>
              <properties>
                   <property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5InnoDBDialect"/>
                   <!-- <property name="hibernate.hbm2ddl.auto" value="update"/> -->
                   <property name="hibernate.show_sql" value="false"/>
                   <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
                   <property name="jboss.entity.manager.jndi.name" value="java:/subscription"/>
                   <property name="jboss.entity.manager.factory.jndi.name" value="java:/subscriptionFactory"/>
              </properties>
         </persistence-unit>
    </persistence>
    My applicationContext.sml file looks like:
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:context="http://www.springframework.org/schema/context"
    xmlns:jee="http://www.springframework.org/schema/jee"
    xmlns:aop="http://www.springframework.org/schema/aop"
    xmlns:util="http://www.springframework.org/schema/util"
    xmlns:tx="http://www.springframework.org/schema/tx"
         xsi:schemaLocation="
         http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
         http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.5.xsd
         http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
         http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
         http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
    <util:properties id="chrgingProperties" location="classpath:charging-jndi.properties"/>
    <util:properties id="msgingProperties" location="classpath:messaging-jndi.properties"/>
    <bean id="jndiPropeties" class="com.myCompany.subscription.services.config.model.JNDIProperties">
              <property name="msgingProperties" ref="msgingProperties"></property>
              <property name="chrgingProperties" ref="chrgingProperties"></property>
    </bean>
              <jee:jndi-lookup id="entityManagerFactory" jndi-name="java:/subscription"></jee:jndi-lookup>
              <jee:jndi-lookup id="dataSource" jndi-name="java:/subscriptionDS"></jee:jndi-lookup>
              <bean id="trasactionManager" class="org.springframework.transaction.jta.JtaTransactionManager">
                   <property name="transactionManagerName" value="java:/TransactionManager"/>
         <property name="userTransactionName" value="UserTransaction"/>          
              </bean>
              <aop:config>
              <aop:pointcut id="productServiceMethods" expression="execution(* com.myCompany.subscription.services.impl.*.*(..))"/>
              <aop:advisor advice-ref="txAdvice" pointcut-ref="productServiceMethods"/>
              </aop:config>
              <tx:advice id="txAdvice" transaction-manager="trasactionManager">
                   <tx:attributes>
                   <tx:method name="getError*" propagation="REQUIRES_NEW" read-only="true"/>
                   <tx:method name="save*" propagation="REQUIRED" rollback-for="com.myCompany.subscription.exception.SubscriptionServiceException"/>
                   <tx:method name="chargeAmount*" propagation="REQUIRED"/>
                   <tx:method name="insert*" propagation="REQUIRED"/>
                   <tx:method name="update*" propagation="REQUIRED"/>
                   <tx:method name="get*" propagation="SUPPORTS" read-only="true"/>
                   <tx:method name="*" propagation="SUPPORTS" read-only="true"/>
              </tx:attributes>
              </tx:advice>
              <!-- Services Started -->
              <bean id="generalDao" class="com.myCompany.subscription.services.dao.GeneralDao">
                   <property name="entityManagerFactory" ref="entityManagerFactory"></property>
              </bean>
              <bean id="logUtil" class="com.myCompany.subscription.services.util.LogUtil" init-method="initialize">
                   <property name="generalDao" ref="generalDao"/>
              </bean>
              <bean id="chargingMsgingClient" class="com.myCompany.subscription.services.client.SubscriptionJMSClient">
                   <property name="logUtil" ref="logUtil"></property>
                   <property name="properties" ref="chrgingProperties"></property>
                   <property name="connectionFactoryName" value="ConnectionFactory"></property>
                   <property name="topicName" value="topic/myCompanyChargingTopic"></property>
              </bean>
              <bean id="messagingJMSClient" class="com.myCompany.subscription.services.client.MessagingJMSClient">
                   <property name="logUtil" ref="logUtil"></property>
                   <property name="properties" ref="msgingProperties"></property>
                   <property name="connectionFactoryName" value="ConnectionFactory"></property>
                   <property name="topicName" value="topic/TempTopic"></property>
              </bean>
              <bean id="subscriptionParams" class="com.myCompany.subscription.services.config.model.SubscriptionServiceParams">
              </bean>
              <bean id="subscriptionConfigService" class="com.myCompany.subscription.services.config.SubscriptionConfigService" init-method="initialize" >
                   <property name="generalDao" ref="generalDao"></property>
                   <property name="paramType" value="MESG_GW"></property>
                   <property name="paramGroup" value="MESG_GW"></property>
                   <property name="msgUserName" value="MSG_USERNAME"></property>
                   <property name="msgUserPassword" value="MSG_PASSWORD"></property>
                   <property name="msgSourceMsisdn" value="MSG_SOURCE_MSISDN"></property>
                   <property name="messagingUrl" value="MESSAGING_URL"></property>
                   <property name="subscriptionParams" ref="subscriptionParams"></property>
                   <property name="msgAgencyId" value="MSG_AGENCYID"></property>
              </bean>
              <bean id="subServiceManager" class="com.myCompany.subscription.services.impl.SubscriptionServiceManager">
                   <property name="generalDao" ref="generalDao"/>
                   <property name="logUtil" ref="logUtil"></property>
                   <property name="ratingEngineService" ref="ratingEngineService"/>
                   <property name="callbackServiceManager" ref="callbackServiceManager"/>
                   <property name="subMsgingClient" ref="subMsgingClient"/>
                   <property name="chargingMsgingClient" ref="chargingMsgingClient"></property>
              </bean>
              <bean id="ratingEngineService" class="com.myCompany.rating.services.impl.RatingEngineService">
                   <property name="generalDao" ref="generalDao"/>
              </bean>
              <bean id="callbackServiceManager" class="com.myCompany.subscallback.services.impl.SubsCallbackServiceManager">
                   <property name="generalDao" ref="generalDao"/>
              </bean>
              <bean id="subscriptionService" class="com.myCompany.subscription.services.impl.SubscriptionService">
                   <property name="generalDao" ref="generalDao"/>
                   <property name="logUtil" ref="logUtil"></property>
                   <property name="subscriptionParamName" value="SUBSCRIPTION"></property>
                   <property name="subscriptionParamType" value="SUBSCRIPTION"></property>
                   <property name="subscriptionParamGroup" value="PLAN_MASTER_TYPE"></property>
              </bean>
              <bean id="subMsgingClient" class="com.myCompany.subscription.services.client.SubscriptionMessageClient">
                   <property name="logUtil" ref="logUtil"></property>
              </bean>
              <bean id="msgGwClient" class="com.myCompany.subscription.services.client.MessageGatewayClient">
                   <property name="subscriptionParams" ref="subscriptionParams"></property>
                   <property name="logUtil" ref="logUtil"></property>
              </bean>
              <bean id="schedulerService" class="com.myCompany.subscription.services.impl.SubscriptionSchedulerService">
                   <property name="generalDao" ref="generalDao"/>
                   <property name="msgClient" ref="subMsgingClient"></property>
                   <property name="logUtil" ref="logUtil"></property>
                   <property name="msgGwClient" ref="msgGwClient"></property>
                   <property name="subscriptionParams" ref="subscriptionParams"></property>
                   <property name="messagingJMSClient" ref="messagingJMSClient"></property>
                   <property name="subServiceManager" ref="subServiceManager"></property>
              </bean>
              <bean id="schedulerLock" class="com.myCompany.subscription.services.model.SchedulerLock">
              </bean>
    </beans>

    Greetings,
    Your error implies that the classpath for the second deployment might be wrong. This cannot be the package if you are deploying an identical ear file. Can you look at the setup for the second container from the admin to see if there is an RMI connection configured incorrectly? Check your opmn.xml file for port info:
    <port id="rmi" range="12401-12500"/>and check the server using netstat -a to see if the configured port is open for use before starting the OAS.
    -Michael

  • Class not found: org.springframework.beans.factory.BeanCreationException

    I am deploying an .ear file to an Oracle Application Server 10.1.2.0.2. In one container, it deploys correctly. In another conatiner on the same server and configured identically (or at least I believe), I try to deploy the same .ear file but I get the error:
    Deployment failed: Nested exception
    Resolution:
    Base Exception:
    com.evermind.server.rmi.OrionRemoteException
    Class not found: org.springframework.beans.factory.BeanCreationException; nested exception is:
    java.lang.ClassNotFoundException: org.springframework.beans.factory.BeanCreationException. Class not found: org.springframework.beans.factory.BeanCreationException; nested exception is:
    java.lang.ClassNotFoundException: org.springframework.beans.factory.BeanCreationException
    Anyone would have an idea why? Thanks in advance.

    Greetings,
    Your error implies that the classpath for the second deployment might be wrong. This cannot be the package if you are deploying an identical ear file. Can you look at the setup for the second container from the admin to see if there is an RMI connection configured incorrectly? Check your opmn.xml file for port info:
    <port id="rmi" range="12401-12500"/>and check the server using netstat -a to see if the configured port is open for use before starting the OAS.
    -Michael

  • I cannot see "iPhone" in the list of interfaces when trying to configure it in the network options. Do you know how to fix it ?

    I cannot see "iPhone" in the list of interfaces when trying to configure it in the network options. Do you know how to fix it ?

    When I go to SYSTEM PREFERENCES > NETWORK i don't see "iPhone" in the list of Services (AirPort, Ethernet, etc.)
    If I try to add a new service (by clicking + ) iPhone doesn't show up in the list of "interfaces" available.
    That sounds a bit weird because iTunes can normally sync-up, backup and recover my iPhone.By the way "Personal Hotspot" is already set.

  • ORA-24327 error when trying to configure Oracle JDriver 2.0 on Commerce Server 3.5 SP1 on WLServer 6.0 SP2

    When I try to install and configure the Oracle JDriver v.2.0 to work with Commerce
    Server 3.5 SP1 and WebLogic Server 6.0 SP2, on starting up the commerce server,
    I get the exceptions that follow this message. I cannot run the dbping utility
    because it says it cannot find the BEA license file to verify that JDriver is
    licensed for use. I looked over previous discussion threads on this particular
    Oracle error, and the problem in the previous cases appears to have been use of
    the wrong TNS name. I am referencing the same TNS name that is in my server's
    tnsnames.ora file. I can connect to the database using SQLNet and the same connection
    parameters that I have set up in weblogic. My Oracle home directory is set to
    the directory just above the client install. I am trying to configure Commerce
    Server on a Sun SPARC system running Solaris 8. Any help would be greatly appreciated.
    Thanks,
    Jon Morgan
    ---------- LOGIN ERROR CODE: 24327
    java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    (WEBLOGIC/********@ARBR.intelixinc)
    at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:161)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:92)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate.init(RDBMSDe
    legate.java:194)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate.<init>(RDBMS
    Delegate.java:139)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate$DFactory.get
    Instance(RDBMSDelegate.java:975)
    at com.beasys.commerce.util.Pool.<init>(Pool.java:37)
    at com.beasys.commerce.axiom.contact.security.RDBMSRealm.<init>(RDBMSRea
    lm.java:127)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.security.acl.Realm.getRealm(Realm.java:84)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    <Aug 7, 2001 11:50:29 AM EDT> <Emergency> <Server> <Unable to initialize the ser
    ver: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.secur
    ity.RDBMSException: realm initialization failed, action 'Driver.connect', - wit
    h nested exception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.security.RDBMSEx
    ception: realm initialization failed, action 'Driver.connect', - with nested
    ex
    ception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.IllegalAccessError: com.beasys.commerce.axiom.contac
    t.security.RDBMSException: realm initialization failed, action 'Driver.connect',
    - with nested exception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.security.RDBMSEx
    ception: realm initialization failed, action 'Driver.connect', - with nested
    ex
    ception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    Wrong Forum, you want the APEX LISTENER support forum, this is the APEX support forum..
    Thank you,
    Tony Miller
    LuvMuffin Software

  • WRT54G3G – "Router not found" when trying to configure broadband cable network

    Hi,
    I have a WRT54G3G, v.1.1 router. I have used it successfully for ~3 years with mobile Internet (Huawei E800 card). Recently I installed broadband cable network in my place, tried to configure WRT54G3G to work with it and failed…
    I tried manual configuration, and I was not able to set it up. I downloaded „Setup Wizard”, and tried all three options:
    a) 3G/UMTS or GPRS
    b) Broadband WAN Only
    c) Broadband WAN and 3G/UMTS or GPRS
    Only option a) can be completed successfully. When I try b) or c), I get following message from „Setup Wizard”: „Router not found, Please make sure the router is properly connected and try again.” I am sure I connected all cables as instructed.
    When I plug cable network directly to my PC’s Ethernet slot, it is automatically configured, and all is working fine.
    Can anyone advise please what to do? Thank you!
    Best regards,
    Jakub
    Solved!
    Go to Solution.

    What is the ip address of your router? It seems like the WRT54G3G is already talking to your modem and is getting the connection properly. Make sure that the WRT is not on the 192.168.1.x segment. 

  • I get an "SSL" error when trying to configure my mail settings with Gmail.

    I have been trying to configure Gmail on my IPod and I keep getting a message that it cannot connect with SSL. I did not have this problem on my old IPod, which I replaced recently. I restored the settings on my new IPod from a backup on my computer and everything else has been working fine except the mail. Has anyone else had a a problem with Gmail? Any way I can get around it?

    - First try resetting the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Next, go to the GMail settings and turn off SSL.  Try and then if necessary, turn it back on.

  • Error when trying to configure Lync to be a partner application for Exchange Server 2013

    When I attempt to run the Configure-EnterprisePartnerApplication.ps1 script I get the following error:
    The address 'LyncEnterprise-ApplicationAccount@*.domain.com' is invalid:
    "LyncEnterprise-ApplicationAccount@*.domain.com" isn't a valid SMTP address. The domain name can't contain spaces and it has to have a prefix and a suffix, such as example.com.
    The error continues with some more things, but what I can't understand is why it is adding a *. after the @ when it is trying to create the account.
    Any help would be appreciated, thanks!

    Hi ADrake04,
    I found that the script was configured as below:
    $acceptedDomains = Get-AcceptedDomain;
    if ($acceptedDomains -eq $null)
    WriteError ("There is no accepted domain so user can not be created.")
    $acceptedDomain = $acceptedDomains[0].Name;
    if($UseDomainController -eq $true)
    $user = New-MailUser -Name $username -DomainController $DomainController -ExternalEmailAddress $username@$acceptedDomain;
    set-mailuser -Identity $user.Identity -HiddenFromAddressListsEnabled $true -DomainController $DomainController
    else
    $user = New-MailUser -Name $username -ExternalEmailAddress $username@$acceptedDomain;
    set-mailuser -Identity $user.Identity -HiddenFromAddressListsEnabled $true;
    WriteInformation ("Created User <$($user.Identity)> for Partner Application.");
    return $user;
    Please note the variable “$acceptedDomain”,
    this is a very important point.
    (Note: The acceptdomain is used in Exchange, and can be created in Exchange EAC )
    Now what you need to do is to run the following command in Exchange Powershell and see the result.
    $acceptedDomains
    = Get-AcceptedDomain
    $acceptedDomains[0].Name
    If you see the result “*.Domain.com”, then you should check your Exchange Configuration.
    Best regards,
    Eric

  • System no longer does session restore but when trying to configure, it does not provide me with the option to show windows and tabs from last session

    Before I updated the latest version of Firefox, every time the browser shuts down in error, I would get the System Restore feature which was really nice. Now, this no longer happens and when I went to configure this ability, it does not even provide me with the option to select to show windows and tabs from the last session. How can I get the restore session feature working again?

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    *You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    *To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Deselect: [ ] "Permanent Private Browsing mode"
    * http://kb.mozillazine.org/Session_Restore
    * https://support.mozilla.com/kb/Session+Restore

  • Error when trying to configure sync between Outlook 2003 and Blackberry Desktop Software 4.6

    I am unable to configure the Blackberry Desktop Software (version 4.6) to sync with my Outlook 2003.  I used to have an older version of the desktop software and it worked just fine.  I got a new phone and updated the software and am unable to configure the sync.  I get the following message when I try to configure it: "Runtime Error: folder is no longer part of the system data source or the folder could not be found."
    Please help.  I need these to sync.

    HI and Welcome to the Forums!
    I suggest trying a clean DTM uninstall:
    KB02206 How to perform a clean uninstall of BlackBerry Desktop Software
    followed by reinstalling from scratch. You should be able to go to the latest v5.0 with Outlook 2003...it's available here:
    http://na.blackberry.com/eng/services/desktop/#tab_tab_overview
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error message when trying to configure

    Until yesterday, we had a pismo connected to the internet via airport and then connected the pismo to an airport base via an ethernet cable. We could then connect our macbook and macpro to the internet via the airport base. It was working grand! However, since yesterday, the pismo is connected to the internet, the macbook and macpro are connected to the network served by the airport base, but we can't connect to the internet. The ethernet cable seems to be working fine, on the pismo, the file sharing and web sharing are definitively 'on'. When I do a diagnostic in the 'network status' it says that ' the airport is connected to the network. You are connected to the internet via AirPort'...
    When we try to 'configure' the airport base, it says 'the airport admin utility was unable to read the configuration of the selected base station - an error occurred'
    I have done a software update on the pismo last week, but don't remember if there was an airport update....
    Does anyone have any ideas? It's driving me crazy....
    Many thanks,
    axelle

    Having read quite a bit on the "Mac Os X v.4/Getting online & Networking" forum, I suspect my problems are due to the 10.4.8 upgrade as it coincides timewise and it's very weird.
    I've had to manually attribute an IP address to the Ethernet network which started by the same digit (192.169) as the airport. Anyway, it seems to be working for now, we'll see after a 'wake up'.....

  • Link shutting down when trying to configure contact sync

    Just recently, every time I go to "configure" the sync between by Q10 and my computer, I get a message "Blackberry Link has stopped working"; folowed by "microsort is trying ..."; followed by "Blackberry  Link has stopped working"
    I uninstalled and reinstalled Link to no avail.
    Anu suggetstions?

    I'm having the same problem, Not sure what the reason is really...

  • Error when trying to configure Manage Data Refresh

    Hello,
    I recieve the following error when clicking on the "Manage Data Refresh" button:
    " Cannot make a cache safe URL for filename "1037/styles/powerpivot.css", file not found. Please check the file in the layout library".
    I'll really appreciate any help
    thanks,
    Eron.

    Hi Eron,
    We can get PowerPivot Configuration tool if we install SQL Server PowerPivot for SharePoint successfully. Have you following the steps to configure the PowerPivot for SharePoint environment in the article below?
    Install PowerPivot for SharePoint:
    http://technet.microsoft.com/en-us/library/ee210708.aspx
    Furthermore, PowerPivot for SharePoint must be configured before it can be used. After you install PowerPivot for SharePoint using SQL Server Setup, you can configure it using any of the following approaches:
    PowerPivot Configuration Tool or PowerPivot for SharePoint 2013 Configuration tool
    SharePoint Central Administration
    PowerShell cmdlets
    Please take a look at the following article:
    http://technet.microsoft.com/en-us/library/ee210708.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • Error message when trying to configure airport extremesure wireless device

    Airport Utility can't configure my airport extreme. I keep getting error message "error occurred...make sure...connected via ethernet and try again (-6765)". I've tried everything, hard reset, etc. Very frustrated.

    Try to "find" and configure the router with ethernet first. Set the wireless configuration and check for telling light. Then disconnect the ethernet, see what happens.

Maybe you are looking for