Can't access oracle weblogic - enterprise manager after upgrade adf runtime

this what I did :
1) install weblogic 11g R6 on enterprise Linux
2) upgrade adf runtime from 11.1.1.6 to 11.1.1.7
3) build the domain
4) running the admin server & the console running smoothly, but the em not running & give error in its page
Error 500--Internal Server Error
from RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.1 500 Internal Server Error
after display the log file for admin server, this error what I have:
<Error> <HTTP> <WEBCENTER-STAGE> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:424b45a:13ea7acfbe0:-8000-0000000000000004> <1368612758787> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.myfaces.trinidad.webapp.TrinidadFilter.
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
     at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2276)
     at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:54)
     at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:428)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:59)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:110)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.reflect.InvocationTargetException
     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:597)
     at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2205)
     at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:54)
     at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:428)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:56)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:110)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: oracle.adf.share.ADFShareException: MDSConfigurationException encountered in parseADFConfiguration
     at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConfig.java:209)
     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:597)
     at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfigImpl.java:533)
     at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:604)
     at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:582)
     at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:647)
     at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:642)
     at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(ADFContextMDSConfigHelperImpl.java:297)
     at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:1703)
     at oracle.adf.share.http.ServletADFContext.initialize(ServletADFContext.java:524)
     at oracle.adf.share.http.ServletADFContext.initThreadContext(ServletADFContext.java:433)
     at oracle.adf.share.http.ServletADFContext.initThreadContextIfNeeded(ServletADFContext.java:346)
     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:597)
     at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2205)
     at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:54)
     at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:428)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:59)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:110)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: oracle.mds.config.MDSConfigurationException: MDS-00043: A name pattern mapping for path /persdef/query/savedSearches/ already exists.
     at oracle.mds.internal.util.NamespaceMap.registerMappingInternal(NamespaceMap.java:660)
     at oracle.mds.internal.util.NamespaceMap.registerMappingWithNSRestriction(NamespaceMap.java:270)
     at oracle.mds.config.ContentConfig.initMappings(ContentConfig.java:592)
     at oracle.mds.config.ContentConfig.<init>(ContentConfig.java:237)
     at oracle.mds.config.PConfig.merge(PConfig.java:1878)
     at oracle.mds.config.PConfig.<init>(PConfig.java:729)
     at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:481)
     at oracle.mds.core.MDSInstance.getMDSConfigFromDocument(MDSInstance.java:2790)
     at oracle.mds.core.MDSInstance.findAndStoreMDSInstanceWithCustConfig(MDSInstance.java:2621)
     at oracle.mds.core.MDSInstance.getOrCreateInstanceInternal(MDSInstance.java:2118)
     at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:812)
     at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConfig.java:146)
     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:597)
     at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfigImpl.java:533)
     at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:604)
     at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:582)
     at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:647)
     at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:642)
     at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(ADFContextMDSConfigHelperImpl.java:297)
     at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:1703)
     at oracle.adf.share.http.ServletADFContext.initialize(ServletADFContext.java:524)
     at oracle.adf.share.http.ServletADFContext.initThreadContext(ServletADFContext.java:433)
     at oracle.adf.share.http.ServletADFContext.initThreadContextIfNeeded(ServletADFContext.java:346)
     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:597)
     at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2205)
     at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:54)
     at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:428)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:59)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:110)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
if any one know about this problem, kindly help me ASAP

Did you get any help with this? I am runnning into the same problem with version 11.1.2.1.
Thank you for any updates.

Similar Messages

  • Problem with oracle weblogic enterprise manager 11g.

    hi guys,
    i am sai sandeep, i am using weblogic server for running oracle forms and reports in oracle11g,
    actually my problem with running reports ,
    if any report is failed, then complete reports are going to fail ,not only in the current user but also all the users.
    it will work until kill all the failed jobs in oracle weblogic enterpraise manager.
    so,please tell me what is the solution..
    thank you....

    Please ask your question in the WebLogic Server forum (https://forums.oracle.com/community/developer/english/fusion_middleware/application_server/weblogic_server_-_general).
    Craig...

  • I can't access to my Enterprise Manager

    I'd already installed 10g(10.2.0.1.0) for Microsoft Windows and when I finish my first installation I login into the Enterprise manager, I did some things and after I logout y close the app. A couple of hours later I'd try to enter with the http address and I can't because the IE can't locate the address, I'm trying to load the EM in the same machine that has the Oracle server. I try to install again and the EM still no working for me. I have the 10g Express already installed but I really need the 10g Release 2 for Windows. Is there a problem if I have the two versions installed on my PC????

    As previously stated by Hans, most probably it has to do with problems with dynamic IP assignment. This issue has been addressed several times in this forum, I suggest you to configure the loopback adapter and once done, reconfigure your Enterprise Manager
    Loopback Adapter
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGCEAI
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGHEFB
    Installing on DHCP environments
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABBDGBI
    Reconfigure Enterprise Manager
    set oracle_sid=YourInstanceName
    emctl stop dbconsole
    emca -deconfig dbcontrol db
    emca -repos recreate
    emca -config dbcontrol db
    ~ Madrid

  • Can't access app store or itunes after upgrading to iOS6

    I upgraded my iphone to iOS 6 and now I can not access the app store or itunes, I have tried to use the new maps application and it odes not download the area map at all. This is very frustrating...

    What happens when you try to access/use/download apps?
    If there is an error message, what is the exact wording of that message?
    Has the iPhone been jailbroken or modified to work with other than
    the original wireless provider?
    Were any of the beta versions of iOS 7 ever installed on the iPhone?

  • Can't access any photos in Lr after upgrade from Lr5 to Lr5.3.

    Just upgraded from Lr5 to Lr5.3.  Now can't access any photos in Lr.  I suspect a catalogue issue.  Any suggestions?

    "can't access" ??
    By what method are you trying to access these photos? What module of Lightroom are you in when you try this? What exact steps in Lightroom are you using ... please use the Lightroom name of the steps, as technically there is no step called "access", so I honestly have no idea what the step is that you are trying. What happens when you try to "access" the photos? Is there an error message?

  • Weblogic Enterprise manager with Oracle Portal

    Hi All,
    Iam working on a architecture defination which is basically a B2B and B2C based web applications. I intially thought the Oracle Portal+Oracle BPM as the right combination as it gives a complete technical stack as well as we will have a well defined control over the integrations.
    Since the application requires high sclability and high transactions support, wanted to choose Weblogic Enterprise manager instead of oracle AS. In this context i have following quoestions
    1. Will the Oracle Portal+Oracle Discoverer+Portlets(PLSQL, JAVA) can be ported onto WEBLOGIC Enterprise manager server?
    2. What is the feature of OracleASOC4J?
    Request to respond on this as quicly as possible
    Advance Thanks,
    Sreedhar

    In a RAC environment database control runs by default on a master mode,when this node goes down,EM does the same. There's a comprehensive article on metalink how to handle this:
    How to manage DB Control 10.2 for RAC Database with emca
    Doc ID: 395162.1
    Werner

  • How to run oracle 10g enterprise manager

    hi
    how can i run oracle 10g enterprise manager?
    thanks

    set oracle_sid
    then run the following
    EMCTL START DBCONSOLE
    emctl status dbconsole---This is to check status
    emctl stop dbconsole---This is to stop dbconsole
    If you are using windows system then you can start enterprise manager through dbconsole service in controlpanel-administrator tools-services

  • How to export Oracle 10g Enterprise Manager Grid jobs?

    I need to save all current Oracle 10g Enterprise Manager Grid jobs before our migration. We are running Oracle 10.1.0.4 on Solaris 9. How can I save off the jobs to a file and re-import these after our migration into the new Grid server?
    Thanks,
    Ben Prusinski

    Hi!
    Have you been able to export your jobs? If you have, I would appreciate it if you could share it with me..
    Thanks!!

  • Oracle 10g enterprise manager create directory

    Hi,
    I am new to using Oracle 10g on Linux and struggle with creating a new directory using the Enterprise Manager "wizard".
    I go to Database Instance > Directory Objects > Create Directory objects
    and try it with \home\oracle , then test the file system it says directory not available.
    pressing OK and continueing with my data dump does not work because I get the error "The directory does not exist"
    I wonder why it has not been created?
    moreover how do I delete the directory objects. I cant find a delete button using the enterprise manager browser ui ?
    Edited by: metalray on 10-Jul-2009 09:12

    metalray wrote:
    Hi EdStevens,
    thanks for your reply.
    I have heard this "read a book" a thousand times and gues what. I am
    reading a book and this is exercise 9.2 and it tells me (as part
    of the ultimate learning path) to use the enterprise manager
    after I have created the directory with sqlplus.
    I also tried the intuitiv DROP DIRECTORY in sqlplus as well but...
    the directory does apparently not exist (altough I can see it clearly there in the list).That could be an ownership issue. Who does the directory belong to? who are you logged on as?
    >
    >
    >
    Hence I came to the conlusion to create a directory using the good old enterprise manager and it did not work too well either.
    whatever I type in there I get file system does not exist. I guess I do something wrong with the PATH written into the textbox right?
    [directory creation does not work|http://metalray.redio.de/dokumente/linux01.jpg]
    Who are you connecting as when you log on to OEM? Try logging on with sysdba authority and you should see some more options available on the directory management page.
    >
    >
    @DMBS direct
    what I cant see is a delete button....
    [no delete button|http://metalray.redio.de/dokumente/linux02.jpg]

  • Oracle 10g Enterprise Manager Console bug?

    I think I have come across a bug in the Oracle 10g Enterprise Manager Console. If I go into my database, then into the schema, select your schema from the list, then tables. Now once your in your tables, find one that you know of and know fairly well, right click it, and select the show dependencies. A small window will open with just that table and its tablespace and user. Select user, database name, profile, then default. If you right click on the "default" and select "show dependencies" a blank blinking window will open and stay stuck in an infinite loop until you kill the application window. I think that this is a cumbersome tablespace issue. Any thoughts?

    Hi Ugonic
    Sorry both are same, it's spelling mistake it's " WCMMISLINK". Acutally, my database is getting updated but this alert log is getting generated in enterprise manager console of 10g.
    The sql statement is
    CREATE MATERIALIZED VIEW ADASNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM ADA@WCMMISLINK;
    CREATE MATERIALIZED VIEW BGTABSNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM BGTAB@WCMMISLINK;
    The above query is sheduled to run every day .
    and i get the following Alert log in 10g enterprise manager console
    Generic Alert log ORA-12012: error on auto execute of job 54
    ORA-04052: error occured when looking up remote object WCMM.SYS@WCMMSERVERLINK
    ORA-00604: error occured at recursive SQL level 3
    ORA-12514: tns no listener
    ORA-06512: AT "SYS.DBMS_SNAPSHOT" line 1883
    can you guid me why the above error are occuring
    Regards
    Niranjan

  • Download oracle 10G Enterprise Manager

    I would like to download complete Oracle 10G Enterprise Manager. I downloaded one from oracle.com downloads and somehow it is not a complete. In that i do not have Console.
    Where i can i download a complete 10G Enterprise Manager?

    Which "console" are you referring to?
    To download complete OEM is a non-existing concept. OEM is many, many products. You have Grid Control console, DB Control console, AS Control console.... and ta-da the java client console (old style) - as mentioned above install it from 10g Client software cd.

  • Can I use Oracle BPEL process manager with other AS and DB

    Can we user oracle bpel process manager with jboss application server and postgresql database.. is it possible..
    and what will be the price.. per licencse when i go to just purchase Oracle BPEL process manager

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • I can't access to my app store after update to IOS 7.

    I can't access to my app store after update to IOS 7. It write that " Cannot connect to the App Store. You must connect to a wi-fi or mobile data network to access the app store". But, in fact, my mobile data is running well. Any solution?

    Hi iwern,
    Thanks for using Apple Support Communities.  This article has steps you can take if you're unable to access the iTunes Store or App Store:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    - Ari

  • Oracle (R) Enterprise Manager Console Version 9.2.0.1.0 Error?

    Hi
    I just took over from someone the role of a DBA and I would like to clarify an issue I saw in Oracle (R) Enterprise Manager Console Version 9.2.0.1.0 Production.
    My Default Temporary Tablespace, TEMP.DBF is currently sized at 6144 MB, Used size is 6140 MB, 99.93% with full auto extend on.
    Automatically extend datafile when full (Auto extend) 20480 K Bytes.
    Maximum Size - 8192 K Bytes. (------> Issue to clarify here<------)
    I think most probably my ex-staff clicked wrongly and chose "K Bytes". It should be "M Bytes". However, I would like to know how is it possible that OEM console Version 9.2.0.1.0 allows the Maximum Size (8192 K Bytes) to be below 6144 MB? Is this allowed? If so and left uncheck, what will the repercussion be on the TEMP tablespace?
    Has anyone ever come across this issue?
    Regards
    Hahnhahnhahn

    See an small example below
    "Tablespace Created"
    SQL> create temporary tablespace temp_test tempfile 'C:\ORACLE\APP\ORADATA\CKPT\temp_test01.tmp' size 100m autoextend on
    next 10m maxsize 200m;
    Tablespace created.
    SQL>
    "check below size, user bytes,maxsize"
    TABLESPACE_NAME                FILE_NAME                                                    BYTES/1024/1024 USER_BYTES/1024/1024 MAXBYTES/1024/1024 AUT
    TEMP_TEST                      C:\ORACLE\APP\ORADATA\CKPT\TEMP_TEST01.TMP                            "100                      99                200" YES
    SQL>
    "Now resized to more than maxsize so further maxsize supprssed"
    SQL> alter database tempfile 'C:\ORACLE\APP\ORADATA\CKPT\TEMP_TEST01.TMP' resize 250m;
    Database altered.
    SQL> select tablespace_name,file_name,bytes/1024/1024,user_bytes/1024/1024,maxbytes/1024/1024,autoextensible from dba_temp_files where tablespace_name='TEMP_TEST';
    TABLESPACE_NAME                FILE_NAME                                                    BYTES/1024/1024 USER_BYTES/1024/1024 MAXBYTES/1024/1024 AUT
    TEMP_TEST                      C:\ORACLE\APP\ORADATA\CKPT\TEMP_TEST01.TMP                            "250                     249                200 YES"
    SQL>
    Now Bytes is more than Maxsize , its common behaviour of oracle database. When you resize tempfile, you have to again mention what is the maxsize.

  • Connecting to Oracle 10G Enterprise Manager console

    Hi SDNers,
    We've recently successfully upgraded Oracle from 9.2.0.7 to 10G (as part of a Solution Manager 4.0 upgrade) and I'm now interested in getting started with the new Oracle 10G Enterprise Manager (web-based console).
    I'm at the point where I have EM up and running, but it is not connecting to our SAP database because it is trying to connect to port 1521, whilst the database uses 1527.
    Does anyone know how to change the EM configuration so that it points to port 1527 and therefore connects to the SAP database?
    Thanks in advance,
    Arwel.

    Yep!
    Here's a copy of its contents:
    Thanks,
    Arwel.
    tnsnames.ora Network Configuration File: d:\oracle\SOL\102\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    SOL.WORLD =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = lvrplsolman)(PORT = 1527))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = SOL)
    EXTPROC_CONNECTION_DATA.PRINCES.CO.UK =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)

Maybe you are looking for

  • Simple updates in EJB 3.0

    Hello, Is there an easy way to update an entity bean that wasn't fetched via a find by PK query, i.e. it's just marshalled from a remote payload in EJB 3.0? merge() does not seem to work with out you using the marshalled PK to fetch it and then manua

  • Creating an iWeb page that is NOT displayed in tabs

    I am trying to build a website for my church. But after getting all the info wanted on the site, I discovered that there would be way too many tabs to keep the site nice looking. So how do you create a page that doesn't have a tab on the top of the p

  • IllegalStateException in WL8.1 but not in WL5.1

              I am migrating my application from WL5.1 to 81.           I have a piece of Servlet A which forwards to another Servlet B for processing.           After Servlet B is done, the control is passed back to Servlet A which finally           end

  • Plugin folder not there?

    Aloha all, So far 1.5 is working fine for me, still a bit slow compared to Lightroom, but seems stable and certainly usable for my needs so far. My question for the more experenced users is: Where the heck is the plugin folder? I downloaded the Flick

  • Odd XML behaviour

    Hello Again, I'm having an odd problem that I don't fully understand and I'm hoping for some insight. Basically if I have an XML object declared like var xml:XML = <template label="test" />; or var xml:XML = <tempate label="test"></template>; and the