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

Similar Messages

  • 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.

  • Why I can't connect to Oracle Enterprise Manager via browser after install?

    I've installed Oracle9iAS Release2(9.0.2) with Windows 2000 server (servicepack3) and Oracle9i database on the same host.After installation, I can use Oracle enterprise manager(via browser) by connect as "ias_admin" and "12345" for password (It's a password that I input at installing). But 2 days later, I cannot connect it!, what's happen to my 9iAS. I try to change my password in command line by "emctl set password <old_pwd> <new_pwd>, But I've got a message that is incorrect password. By the way, I use command line to start OC4J and HTTP Server instead. Please help me for this problem. Thank you very much.
    Ps. I've got this problem for 2 time, but the first time I delete all of oracle products and install it again .

    If you have installed the Oracle AS 10.1.3 using an Apache in front the default port is 7777 as far as I know.
    You wrote that the main page is accessible, that's why I would suspect that you might have a problem with your hostname. Are you accessing the mainpage via the full qualified hostname or via ip?
    Please ensure that you can reach the server using the full qualified hostname!
    If you are not sure about it, add an entry to your local hosts-file.
    Please tell us if this was your problem!
    Regards,
    Eric

  • Unable to access the Oracle Enterprise Manager for Application Server 10g

    Hi,
    can an one help me in accessing the Application server enterprise manager console?
    I started the enterprise manager using the command "emctl start iasconsole" from bin. it started the OEM 10g AS control. when I am trying to access the site it throws an error saying "The page cannot be displayed". can any one tell me how to trouble shoot the scenario.
    The installation was on Unix.
    Regards,
    Jay.

    I would try,
    1. If your installation is on RedHat or linux varient make sure that the Apache from the linux is not running, (httpd is stopped)
    2. check the hosts file verify that it contains the ip and (appserver name) not just the loopback.
    3. make sure you are using the :1810 port
    also, check the logs using a tail to see if your having errors in the network card binding.

  • Can't Access files in file manager

    I can't access any of the files on my nokia 5530 memory card through the file manager. The music player still displays and plays all the music files which are on the memory card. But image gallery doesn't display memory card pictures anymore.And I can view all the folders on the memory card when I connect the phone to my pc using pc suite.Any solutions?thanks in advance.

    Scan your PC with latest updated Antivirus.
    [That virus will hide your important folders (and duplicate them with extension name) which symbian os will not show in its filemanager or gellary (any hidden files or folder)]
    after that connect your phone to pc in mass storage mode and scan your meory card
    Set your windows explorer to show hidden files and folders
    explore your memory card and goto the property of your  folders( where your datas are stored)
    uncheck Hidden and click on apply
    somtimes it becomes unable to unchck Hidden checkbox
    in such a situation,
    open that folder and copy necessary files
    delete the folder and create new one with same name
    paste the recently copied files back to the folder
    now your phone should read datas on your memory card in file manager or gellary too.
    if applications installed on memory card  are readily available for reinstallation and your datas are successfully backed up, best way to get rid of that problem is to format memory card either in phone or pc

  • Can't do anything from Enterprise Manager

    I am trying to undeploy an application from Enterprise Manager Web Site, and I get the following error:
    An error occured while undeploying the application. The configuration files for this Oracle9iAS instance are inconsistent with the configuration stored in the repository. In order to protect the repository, no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem is resolved. This condition arises when a prior operation was unsuccessful. Please check the logs located at ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating the configuration files on disk. Some possible causes are: * permissions on files * file contention issues on Windows NT * EMD and dcmctl running concurrently * internal Oracle error After resolving the problem that prevented DCM from updating the configuration files, you may use the dcmctl resyncInstance command to resolve the problem. Alternatively, you can stop and then restart the active dcmctl or EMD process and resyncInstance will automatically be performed.
    It won't let me do anything. I tried dcm, too. It happens too often to me that I cannot deploy or undeploy apps from EM, or even to alter simple properties. Is there a way to recover from this situation?
    I have checked the errors at $ORACLE_HOME/dcm/logs but I can't get any ideas from there.
    Help me

    check out the Application Server - General forum. this has been discussed quite many times. Specifically,
    9iAS instance out  of sync with Repository
    -Prasad

  • Can not stop cleanly Oracle Enterprise Manager 10g

    Hi,
    i can not stop cleanly the OEM (Oracle 10.2.0.1.0) on my Debian 3.1.
    saturn:~# su - oracle -c "/u01/app/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole"
    TZ set to Europe/Berlin
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://saturn:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    failed.
    When i look into the processlist i see the running agent :-(
    oracle 25434 0.0 0.3 70188 14296 ? S Nov29 0:31 /u01/app/oracle/product/10.2.0/db_1/bin/emagent
    Any ideas to stop the OEM-Agent Console cleanly, without hard kill the process?
    Thanks!
    Blue

    I have read there is a bug in EM-Konsole, i help me with the kill commands:
    killall emagent
    killall perl
    killall java
    Sorry, thats not a fine solution, but it works.
    Blue

  • Crystal Report can't access db in enterprise XI

    Post Author: rgarabedian
    CA Forum: Administration
    Product:                    Business Objects EnterpriseVersion:                      XIPatches Applied:        SP3Operating System(s): Red Hat Linux Enterprise 4Database(s):                  PostgreSQL My company is new to BO. We just purchased Enterprise XI and are in the process of project planning. In order to get reporting up and running as quickly as possible, we decided to release a phase I deployment that will include publishing our existing crystal reports (rpt's) to Enterprise. I'm able to publish the rpt files directly to the CMC from within Crystal Reports. When I view all the objects in the CMC, I can see the reports. However, when I try to run the reports I get this error (taken from  boe_crystalras logfile):ErrorLog 2008  2  6  3:00:56.523 1244 712 (../cdtsagent.cpp:3191): CDTSagent::doOneRequest reqId=103: CSResultException thrown.   ErrorSrc:"CRPE" FileName:"../reporthandler.cpp" LineNum:19034 ErrorCode:536 ErrorMsg:"Cannot logon with the custom database information specified in the InfoStore.  This is a configuration problem. Please contact your system administrator." DetailedErrorMsg:""  So something is wrong the database information - I'm just not sure what. My report works when run through Crystal Reports. I have a little test script that validates the ODBC channel on the linux side. I downloaded it from someplace - its called: odbctest.sh. Using that script, I can execute queries against the database, from the Linux server, with the DSN the report is based on.I've also tried various iterations of explicitly setting the database connection properties in the CMC via the process => database tab. Not matter what I enter there, I get the following error when trying to preview:Error
    The database logon information for this report is either incomplete or incorrect. I'm not quite sure where to go from here to continue troubleshooting. Can someone give me a nudge?Thanks in advance ...

    Post Author: JohnHolding
    CA Forum: Administration
    First of all your report must be able to run on the server, as well as the PC you created it on.  So the first thing to do is instal crystal developer (or whatever you used to create the report) on the server and see if you can run your report.  If not you will need to set up the same connection (same name too) on the server as you use on your PC to create the report.  Then try again and it should work.
    Next in the CMC in the Web browser, go to objects and find your file.  Click on it to open up its properties and then select the Process Tab and then Database.  Then you can fill in the password for your connection.  At the bottom click on the lower radial button to "Use Same Database Logon"
    This is a pain, and needs doing everytime you change and resave the report.
    Let me know how you get on.
    John

  • Can't access emc and/or management shell

    Really need some help with this. Researched all day and no fixes have helped.
    Exchange 2010 - Windows 2008 R2 Standard.
    EMC error: 
    Connecting to remote server failed with teh following error message: The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid. 
    It was running the command 'Discover-ExchangeServer -UseWIA $true-SuppressError $true - CurrentVersion "Version 14.1 (Build 218.15)". 
    Exchange Management Shell error: 
    Connecting to remote server failed with teh following error message: The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid. 
    So i've read all day a ton of fixes, Time Sync, WinRM config IIS resets and so on, nothing fixes this. However, when I try to go to PowerShell Connections in IIS manager, no matter what I click on gives me the following error: 
    There was an error while performing this operation 
    C:\Windows\system32\inetsrv\config\applicaitonHost.config 
    Line number: 301 
    Error:can not log on locally to c:\program files\microsoft\exchange server\v14\clientaccess\powershell as user administrator with virtual directory password 
    Please advise, I can't create any new email and I need to get this resolved. 
    Mailflow is working fine.
    EDIT: I pulled from an AppAssure backup the web.config file and replaced that in ClientAccess\PowerShell also and this did not resolve either.

    WinRM already is set up to receive requests on this machine.
    WinRM already is set up for remote management on this machine.
    Listener
        Address = *
        Transport = HTTP
        Port = 5985
        Hostname
        Enabled = true
        URLPrefix = wsman
        CertificateThumbprint
        ListeningOn = 10.10.1.240, 127.0.0.1, ::1, fe80::100:7f:fffe%15, fe80::5efe:10.10.1.240%14
    I can't even run EMTshooter. Although I used to be able to and have used it in the past.
    EMTshooter errors:
    File C:\EMTshooter\EMTConnectFunctions.ps1 cannot be loaded. The contents of fi
    le C:\EMTshooter\EMTConnectFunctions.ps1 may have been tampered because the has
    h of the file does not match the hash stored in the digital signature. The scri
    pt will not execute on the system. Please see "get-help about_signing" for more
     details..
    At C:\EMTshooter\EMTshooter.ps1:175 char:2
    + . <<<<  $loadpath
        + CategoryInfo          : NotSpecified: (:) [], PSSecurityException
        + FullyQualifiedErrorId : RuntimeException
    Welcome to the Exchange Management Troubleshooter!
    We recommend that you run the troubleshooter after making changes to
    IIS to ensure that connectivity to Exchange Powershell is unaffected.
    The term 'logevent' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the sp
    elling of the name, or if a path was included, verify that the path is correct and try again.
    At C:\EMTshooter\EMTshooter.ps1:189 char:9
    + logevent <<<<  $eventID $MessageAndParams $Type
        + CategoryInfo          : ObjectNotFound: (logevent:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    Checking IIS Service...
    The term '_CheckServicesStarted' is not recognized as the name of a cmdlet, function, script file, or operable program.
     Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At C:\EMTshooter\EMTshooter.ps1:195 char:31
    + $noIIS = _CheckServicesStarted <<<<
        + CategoryInfo          : ObjectNotFound: (_CheckServicesStarted:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    The term 'resetWindow' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
     spelling of the name, or if a path was included, verify that the path is correct and try again.
    At C:\EMTshooter\EMTshooter.ps1:198 char:13
    +     resetWindow <<<<
        + CategoryInfo          : ObjectNotFound: (resetWindow:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    [EMTS] C:\Windows\System32\WindowsPowerShell\v1.0>

  • Have LG Extravert with Backup Assistant but can't access BA online to manage contacts

    I have backed up my contacts on the ol' phone, hoping to print them and/or import into my contacts on the Mac (and ultimately sinc the new iPhone to the Mac).  Can not for the life of me find the Manage Contacts online from which to print/import.  Keep getting into a cyclical loop opening new windows and trying to get me to sign up for Verizon Cloud, something I don't need and certainly not something that is getting me to the contacts I need to see.  Trying to call in for help and after long waits on hold, getting dropped, and getting texts that ask me to call a number....and that number wants to sell me Verizon equipment.  Sooo irritating!  Where is the Backup Assistant list of contacts -- that's all I need and it seems to be allusive for me and others looking for the same thing.

    BackupAssistant is here:  My Verizon Online Sign In - Verizon Wireless

  • Re: Windows 10 Can't access Realtek HD Audio Manager

    I can&#39;t even run the program from the exe... I double click it and nothing happens...
    Which .exe did you run?

    Quote from: dimitrios.matanis on Today at 09:35:30I am sorry to hear that Koval.
    Could you please let me know if you can see the Realtek brown speaker icon in your system tray and if you can open the Audio manager...

  • Bookmarks don't work if your bookmark is in a folder, it just doesn't open the folder which has the bookmarks in, though the bookmarks can be accessed through the bookmark manager. Sup?

    Bookmark folders don't work, and I can't click the give feedback button, fresh install of FF.

    I do and I can't add folders or bookmarks.. And it's pretty hard to set a default theme when I have nothing in addons, extensions, appearance, plugins.
    The problem seems to appear(bookmark problem) when I click a folder for the first time, it works perfectly but then when I move my cursor to other folder or just open a new one, it bugs.
    Ok, even though you said don't select anything else right now, I selected the disable all addons and now it works perfectly, so when the Firefox 4 Beta 7 was installed it enabled all addons even the ones that aren't compatible with it and that is why I got the problem, maybe change that feature off in the .exe package?

  • Can't run import through enterprise manager

    11gR2 in Windows XP32:
    Trying to import a DMP file from another 11gR2 DB. I'm getting an error that the username/password for the host credentials are wrong. They are not, I know what the passwords and usernames are for the machine. Any ideas?

    This error message is often misleading, ensure you have granted the 'Log on as batch job' privilege:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/postcfg.htm#BABFAEIG
    This privilege is required for many tasks in Database Control.
    Werner

  • Config Listener and access to Enterprise Manager

    Hello,
    I just installed Oracle 11g R2 on Windonws 7 64bit and I created a database. When I try to create a listener I get the following message on the console:
    ServiceAliasException: Could not initialize Service Alias: TNS - 044
    12: Problem reading or entering an address.
    Caused by: oracle.net.config.SOExceptionConfig: TNS-04413: found a shared object in the secundary tree.
    Can I access to Oracle Enterprise Manager without having configured a listener?
    thank u in advance

    set all path properly....
    In the C:\oracle\product\10.2.0\db_1\network\ADMIN directory, rename the listener.ora, sqlnet.ora and tnsnames.ora to listener.ora.bak, sqlnet.ora.bak and tnsnames.ora.bak.
    Then rerun netca (Net Configuration Assistant) to recreate the sqlnet.ora (second option on the menu), listener.ora (first option) and tnsnames.ora (third option).
    After exiting netca, start the listener by issuing the command ‘lsnrctl start’.
    Best Regrades,
    Shishir Tekade
    Edited by: user8244528 on Nov 27, 2012 4:33 AM

  • Accessing Enterprise Manager for multiple db's on same machine

    I've installed Oracle 11g Enterprise Edition (basic installation with starter database) on my laptop. I've created two databases and the link to
    access Database Control (Enterprise Manager) for each is as follows
    [https://192.168.2.3:5500/em]
    [https://192.168.2.2:1158/em]
    I cannot access either of them. I've tried [https://localhostname:####/em,] still no access.
    The system variable(s) ORACLE_HOME is not currently defined. I've tried to define it as follows, ORACLE_HOME=C:\app\product\11.1.0\db_1.
    In Windows XP services OracleDBConsoleMyDB1 and OracleDBConsoleMyDB2 each service is
    set to Automatic . . . but neither shows current status.
    The databases are up and running, I can connect and query from each.
    How can I get the web interface to Enterprise Manager to work?
    Thanks.

    Ok, I found the two directories;
    C:\app\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_192.168.2.2_alpdev
    C:\app\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_192.168.2.3_cnpdev
    I also found these two as well;
    C:\app\product\11.1.0\db_1\192.168.2.2_alpdev
    C:\app\product\11.1.0\db_1\192.168.2.3_cnpdev
    My machine name is xxxxxx1700, so I had to make the following changes to get
    any meaningful output.
    Renamed directories (folders) under C:\app\product\11.1.0\db_1
    to xxxxxx1700_alpdev and xxxxx1700_cnpdev, OC4J_DBConsole_xxxxx1700_alpdev did not work,
    neither did OC4J_DBConsole_xxxxx1700_alpdev.
    Under C:\app\product\11.1.0\db_1\oc4j\j2ee, created two new directories OC4J_DBConsole_xxxxx1700_alpdev
    and OC4J_DBConsole_xxxxxx1700_cnpdev and copied contents into these two folders from
    OC4J_DBConsole_192.168.2.2_alpdev and OC4J_DBConsole_192.168.2.3_cnpdev.
    I then SET ORACLE_SID's;
    C:\> set ORACLE_SID=alpdev
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://192.168.2.2:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The OracleDBConsolealpdev service is starting.
    The OracleDBConsolealpdev service could not be started.
    A system error has occurred.
    System error 3 has occurred.
    The system cannot find the path specified.
    C:\>set ORACLE_SID=cnpdev
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://192.168.2.3:5500/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The OracleDBConsolecnpdev service is starting.
    The OracleDBConsolecnpdev service could not be started.
    A system error has occurred.
    System error 3 has occurred.
    The system cannot find the path specified.

Maybe you are looking for

  • PTO Carry Over Process errors out

    Hi , I am trying to run the PTO Carryover process and I am giving the parameters for calculation date - 01-jan-2010 and accrual term as 'Previous'. I have a biweekly payroll and payroll period is '28-dec-2009' to '10-jan-2010'. We are using the seede

  • Fonts in chromium/gmail blurry

    i just installed some new chinese fonts, and a few other things, and now gmail in google-chrome looks all blurry. i've tried changing the settings, but nothing changes. should i just remove some of these? -rw-r--r-- 1 root root 412K Jul 23 02:29 fire

  • HANA Security - Best Practices for Schema??

    Hi, Currently we don'y have a defined Security model in HANA Studio.Neither there is no defined duties of a BASIS / Security / Developers. I want to understand what best practices are followed at other customers for defining security for Schema. 1. W

  • Preview Adjust Size Problem

    I receive a PDF file which I print on my HP printer. In the past, in order to get the bottom to print completely, I used the Page setup and set the page to 95%--Now on leopard, that command is gone. Under the Tool Menu, there is an "adjust size" opti

  • IdeaPad u510 Battery

    I recently got a Ideapad u510 laptop from costco, and well eveyrthing is awesome but the battery. It has a 3cell battery, but how long will that last me when Im at school. There are very few outlets in my classrooms so it might be a little hard. Here