Hyperion Enterprise 4.3 to Hyperion Enterprise 6.5 Upgrade

hi,
i am very new to Hyperion Enterprise.
our client want to upgrade from HE 4.3 to HE 6.5.
does anyone know about up gradation path for HE 6.5?
can i directly upgrade from 4.3 to 6.5.?
where can i find documentation for the same?
thanks in advance!

790951 wrote:
Not opened a SR. DataSource config as follows (some bits hidden for obvious reasons):
<jdbc-connection-pool datasource-classname="oracle.jdbc.pool.OracleDataSource" max-pool-size="900" pooling="false" res-type="javax.sql.DataSource" connection-leak-timeout-in-seconds="3600" steady-pool-size="20" name="jdbc/OurResourceDS" connection-leak-reclaim="true">
<property name="DataSourceName" value="jdbc/OurResourceDS"></property>
<property name="Password" value="hidden-"></property>
<property name="URL" value="jdbc:-hidden-"></property>
<property name="User" value="-hidden-"></property>
</jdbc-connection-pool>Looks like pooling has been disabled - is this on purpose ?
Using Connection Pooling With Oracle Data Provider for .Net (Doc ID 240997.1)
HTH
Srini

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.

  • ENterprise Manager 12c Upgrade Console appears to change permissions on '/'

    This is a very strange occurrence and I am wondering if anyone else has encountered it. I have installed and upgraded my 11g OEM installation to OEM 12c Cloud Control. I am using the Enterprise Manager 12c Upgrade Console to deploy and configure the 12c agents. Twice now, because of different problems the deploy/configure step failed the first time. After resolving the issue and rerunning the deploy/configure step it failed because permissions on the '/' directory ahd been changed from root root to oracle dba. It leads me to believe that the deploy/configure process is making those changes (although I can't see why) and when it fails does not clean up after itself and that cleanup must be done manually.
    Has anyone encountered this issue and if so, other than being aware of it is there a solution?
    Thank you.
    Bill Wagman

    To update the thread, i had a webex session with Bill on Friday and he saw this permission change on two agents (11g) where he hadn’t run roots.sh and the agent upgrade failed with nmo error. After running the root.sh on 11g agent, retrying the agent upgarde job. Later the upgrade job failed ( doesn’t remember which step) can’t access the / as its owned by root and then figured out the / is owned by root.
    Since this happened only on 2 agents and not with others , we are suspecting if / was owned by root before the upgrade operation itself. Bill will do some more agent upgrades to see if he gets the same issue and will also check if the / dir on that agent host was owned by dba before starting the upgrade?
    I will wait to hear back from you Bill, you can drop me an email if you see the same behavior and then we can meet again.

  • Enterprise 420R Memory upgrade question...

    I wish to upgrade/expand the memory in my 420R from 2Gb to 4Gb. I have a complete set of memory totaling 4Gb from another 420R with boot issues (to be resolved later). I remove all memory fro the ailing 420R, set aside, then remove original 2Gb from 420R and replaced with the 4Gb of memory. When booting the server, it still reports only 2Gb RAM (the "replacement" ram from the ailing 420R was reported correctly on that machine; I removed the memory riser card, still populated, and all MB RAM modules, and installed this into the "original" working 420R). Is there something in NVRAMRC or some other setting that needs attention in order for the system to see all 4Gb? FYI: I performed a "boot -r" after booting to the PROM screen first, but the system seems to "hang" during this, with the following Response:
    {0} ok boot -r
    Resetting...
    SC Control: EWP:0 IAP:0 FATAL:0 WAKEUP:0 BXTR:0 BPOR:0 SXIR:0 SPOR:1
    Probing Memory Bank #0 512 512 512 512 : 2 Gigabytes
    Probing Floppy: No drives detected
    Probing EBUS: Nothing there
    Probing UPA slot at 1e,0 Nothing there
    Probing UPA slot at 1d,0 Nothing there
    Probing /pci@1f,4000 at Device 1 pci108e, 1000 network
    Probing /pci@1f,4000 at Device 3 scsi disk tape scsi disk tape
    Probing /pci@1f,4000 at Device 2 TSI, gfxp
    Probing /pci@1f,4000 at Device 4 scsi disk tape scsi disk tape
    Probing /pci@1f,4000 at Device 5 Nothing there
    Probing /pci@1f,2000 at Device 1 Nothing there
    The the system brings up the startup info (Sun's Logo, and...)
    Sun Enterprise 420R (4x UltraSPARC-II 450MHx), keyboard
    OpenBoot 3.31, 2048 MB memory installed, Serial #1515326
    Ethernet address 8:0:20:e7:38:70, Host ID: 8-e72870
    ...and the cursor just sits there NOT flashing, no useable prompt. System appears to hang here and does not seem inclined to proceed further. Keyboard will not initiate a power-off, nor do any keys seem to work. If I initiate a power-off at the front panel switch, then a Power On from the keyboard, I get the same thing, and the system does NOT boot.
    Any Ideas, anyone?? I am not very well versed in SUN hardware, but was "gifted" these systems (plus some drive arrays and a couple of 220Rs). I am sure these systems were fully functional when removed from service. I would like to use them as either Web servers or possibly as "File System" servers, for B/U and archive purposes.
    Regards...
    Mime Youngblood
    mikey5555(AT)consolidated.net

    haroldkarl,
    just took all memory modules out for an "eyeball" and found the following:
    All modules are "Samsung" from Korea.
    2ea M344C1683DT3-C60C1 (0111 in upper right corner of label)
    8ea M344C1683DT2-C60E0 (0035 in upper right corner of label)
    6ea M344C1683DT2-C60E0 (0038 in upper right corner of label)
    (this taken from the ONLY small square paper tag on one side of each module, the side without the 2 labels with barcodes)
    These modules were installed in another 420R, and it reported 4GB in the "header" of the boot prom screen, while they only show 2GB in this 2nd 420R. Assuming these modules will work with each other, is there a preferred order or "pairing" of these slightly disimilar pieces?
    I did check for fully seated modules b4 removing, but did not find any that were obviously not seated well.
    Regards...
    TexasMike
    mikey5555 AT consolidated.net

  • Enterprise manager is upgradeing

    hi all,
    i upgraded my database from 10.2.0.5.0 to 11.2.0.3.0 on windows platform. after that enterprise manager components status is invalid. actually i didn't configure enterprise manger for this database while creating database using dbca. don't know how it came into picture and status is invalid. how can i make this component is valid. please help to fix this.
    is there any way to deinstall and reinstall this component only.
    thanks

    This is database control, which is something I've never used.
    It is however a common issue (half the time due the dbsnmp user account being locked), I suggest you search on metalink. I did a quick search and found a few notes that apply.
    Alternatively search this forum

  • Enterprise Activation after upgrade to OS 4.5

    If I upgrade to OS 4.5 will I need a new enterprise activation password?
    8800 on At&t
    Thanks,
    John

    If you're connected to your work network when you do the entreprise activation then you'll be ok. You'' have do do it either at work or connected through VPN.
    If you do it while you're not connected to the network then you'll have to go through the enterprise activation again.
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • Enterprise Manager 12c Upgrade 12.1.0.1 to 12.1.0.2

    Once get upgrade to new version it start to fails with following error.
    INFO: oracle.sysman.top.oms:Completed...
    INFO: oracle.sysman.top.oms:exiting the thread...
    INFO: oracle.sysman.top.oms:[Initializing the EM RCU Runner, Running the Schema Action, Schema Action Completed Successfully]
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /u01/app/oracle/middleware1/oms/sysman/log/schemamanager/m_010513_0205_AM/m_010513_0205_AM.TRANSX/
    INFO: oracle.sysman.top.oms:The transx command execution is completed with the status 0
    INFO: oracle.sysman.top.oms:process_id:1ct2bb4j0hait
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:1 error(s) happened in performing the action:
    INFO: oracle.sysman.top.oms:1):
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at "SYSMAN.EM_CRYPTO", line 62
    ORA-06512: at "SYSMAN.EM_CRYPTO", line 229
    ORA-06512: at line 1
    ORA-06512: at line 14
    File:/u01/app/oracle/middleware1/oms/sysman/admin/emdrep/sql/core/12.1.0.2/crypt/crypt_data_upgrade.sql

    Refer to the Upgarde checklist : MOS 1494890.1
    We have also released a patch with EM installer auto update to tackle all the Install/Upgarde know issues. Did you use the auto update feature to apply that patch ?
    Also open an SR with oracle support and they can assit you further.

  • Windows 7 Enterprise to Windows 8.1 upgrade consumer edition

    Hi,
    It might be a silly question but I'd like to know if it's possible to upgrade from a Windows 7 Enterprise computer to a Windows 8.1 consumer license. I mean the regular not the Pro edition.
    I am currently running  W7 Enterprise 64Bit and I bought an ESD version of Windows 8.1 and I went through the download process but once I try to move on to the installation it just wont run. It doesn't show any error but the installation setup just
    disappears.
    Any help would be appreciated.
    Thanks.
    Alex.

    if you really plan to use Windows 8.1 enterprise in future you can upgrade to Windows 8.1 enterprise preview
    http://www.microsoft.com/en-us/evalcenter/evaluate-windows-8-1-enterprise
    but rather than made a risk, I suggest you just download full ISO and installed it on separate drive and have dual boot OS configuration, for some cases you maybe not able to revert back to Windows 7 enterprise after the upgrade to Windows 8.1 enterprise
    preview. So make it safe and clean

  • Solution Manager Enterprise Edition upgrade slow

    Hi
    I am performing SOMAN 7.0 upgrade to Enterprise edition by upgrading kernel 701 and SP stack 18. I have already upgraded the kernel and java stack and now in the process of upgrading ABAP. I am expereincing really slow performance of this upgrade. I have checked tp and R3trans version which is uptodate as I updated kernel. I cant see any problem with CPU utilization as well swapping. I checked the SLOGs and there are no alerting errors. I see its moving and its very slow. I am just wondering if any of you guys experienced this - is this normal since this is a upgrade?

    Thanks a lot, i realize the installation following the standard add-on installation procedure!
    Now i have the ST-ETP
    ST     400     0024     SAPKITL434     SAP Solution Manager Tool
    ST-A/PI     01M_CRM570     0000     -     Application Servicetools for CRM 500 - 7
    ST-ETP     100     0000     -     SAP Solution Manager Enterprise Edition
    ST-ICO     150_700     0025     SAPK-1507PINSTPL     SAP Solution Manager Implementation Cont
    ST-LV     100     0001     SAPK-10001INSTLV     SAP Landscape Verification Wizard
    ST-SER     701_2010_1     0002     SAPKITLOS2     SAP Solution Manager Service Tools
    Then don't forget to perform step 5. After the installation steps.
    Step 5 says this:
    5. After the installation
                  To activate SAP Solution Manager Enterprise Edition, the Enterprise Addon SM_APPLM has to be activated in the IMG of the Solution Manager System. This is done via IMG activity SAP Solution Manager->Configuration->Scenario-Specific Settings->Activate Solution Manager Enhancements.
                a) In the case of ST-400 SP15-SP17
                To use Extended Tracebility in Change Request Management activate BC-Set SOLMAN40_CHARM_CONTEXT_001 in transaction SCPR20
                b) In the case of ST-400 SP18 or higher
                The activation of BC-Set SOLMAN40_CHARM_CONTEXT_001 will be done automatically.
    In my spro i don't have this options->
    I see the route Activate Solution Manager Enhacements in  SPRO -> Cross Scenario Settings
    And in enterprise extension I only see ( SM_CRON, SM_QC_AD, SM_SSP,SM_SUPP_VAR)
    I guess that this in SP24 is done automatically, but you said, that don´t forget the step 5 after installation.
    update:I check for updates of SP and this add-on don´t have SP for now

  • Windows 8 Enterprise automaticly updated to Windows 8.1 pro

    Hi all,
    My company computer at my home location is running windows 8 enterprise.
    yesterday i came home and there was a message in the screen asking for a reboot.
    the reboot was needed for the update to 8.1  it sayd.
    when the computer was rebooted several times, it suddenly asked me for a Licence key, this while there is a corporate licence.
    then i checked the windows vertion and it is windows 8.1 pro now.
    can anyone tell me what the hell happened and how i can revert this?
    Kind regards.
    Bas

    Hi,
    This is not possible. Windows 8.1 upgrades are available in the Windows Store or on media. However, when you upgrade to Windows 8.1 from the Windows Store, you cannot change editions. Upgrading to a different edition of Windows 8.1 is supported from media
    only.
    Volume license version of Windows 8 Enterprise cannot be upgraded from the Windows Store. You must use media to upgrade these editions.
    It would be helpful for us to do further troubleshooting if you could help to collect the following information:
    Did you mean the Windows Editions you are running in the Company and at home were not same?
    If yes, I think the edition when you were facing that ask to update to Windows 8.1 should not be the Windows 8 Enterprise.
    Use your antivirus scan the whole computer and then double the version of the current system: right click Computer ->Properties ->under Windows Edition section, check the current edition.
    Contact your IT admin to make if they push the related updates.
    Karen Hu
    TechNet Community Support

  • Upgrade from Crystal Enterprise 9 to Crystal Server 2011

    As I know, the latest version is Crystal Server 2011 which is a part of the Business Intelligence platform 4.0.  Is it correct ?
    The manual says that Crystal Enterprise 9 CANNOT upgrade to Crystal Server 2011 directly.  It needs 2 steps.
    Crystal Enterprise 9  -
    >  Business Object XI R2  -
    >  Crystal Server 2011
    But I cannot find any trial version of Business Object XI R2.  How can I test the upgrade?
    Is there other method to upgrade?  E.g. transfer the oracle database to the new system?
    Regards,
    Kelvin

    If you are paying maintenance, you should be able to ask for a key for XIR2 version.

  • Install or upgrade Gateway 2.0 for Duet Enterprise FP1

    Hi,
    We are checking the technical feasibility for upgrading to Duet Enterprise FP1 from Duet Enterprise 1.0 and followed the Guide from the learning maps for FP1 (Preparing the Environment for Duet Enterprise u2013 Feature Pack 1). However we are confused if we have to install Gateway 2.0 on the existing Duet NetWeaver  1.0 system or if there is an upgrade to Gateway available for existing Duet Enterprise 1.0 installations. Please clarify and validate the steps if you have completed the same successfully or are in expert in this area:
    1. Install/Upgrade Gateway 2.0 on Duet Enterprise system (require clarification here)
    2. Upgrade to IW_TNG 200 on the Duet Enterprise system
    3. Import XI content in ESR
    4. Complete set-up for FP1
    Please clarify step 1 and comment on the sequence of the other steps.
    Regards,
    Avishek.

    Hi Avishek,
    The upgrade from Duet Enterprise 1.0 to Duet Enterprise FP1 is supported.
    Your Duet Enterprise 1.0 system would have SWCs like IW_FND 100, IW_CNT 100 (This is collectively called as Gateway 0.5)and IW_TNG 100. Now the system can be upgraded to Gateway 2.0 and then upgrade IW_TNG from 100 to 200.
    You can get more details about the upgrade from the "Upgrade Guide" in Service Market Place. You can access it from service.sap.com/instguides -> SAP Business Suite Application -> Duet Enterprise -> Feature Pack1 of Duet Enterprise 1.0 -> Upgrade Guide.
    Thanks,
    Girimurugan

  • After IOS 5 upgrading Iphone we set up wireless network each time (WPA2 Enterprise)

    Our company is connecting to wpa2 enterprise.
    when we used IOS 4.XX we could connect wpa2 enterprise
    but after upgrading IOS 5.0, it occured some problem.
    Our staff should change a password per 3 month, at that time we should delete a network
    but SSID set it up again each time and put a userID / Password when we connect wifi
    i read other comment that user sloved problem using iPhone Configuration Utility in apple support communites but it bother our staff.
    is there another sloution?

    Has anyone tried it? I would like to have an answer, I'm trying since Friday and is working properly.

  • Hyperion Wired for OLAP v.4.1.2 compatiblity with Hyperion Essbase OLAP Server v.6.5.4

    Dear all,Our existing version of Hyperion products are as follows:1) Hyperion Essbase OLAP Server version 5.0.1 Patch 7 under SunOS 5.6 on Solaris Server2) Hyperion Wired for OLAP version 4.1.2 under Microsoft Win2000 Server on Intel machine.And we are going to upgrade Hyperion Essbase OLAP Server from 5.0.1 Patch 7 to 6.5.4 under SunOS 5.8 to get Windows XP support on Essbase client in client users' PC.Besides, we also intend to upgrade Hyperion Wired for OLAP v.4.1.2 to Hyperion Analyzer v.6.5. However, as client users' PC configuation don't meet the requirements for Hyperion Analyzer 6.5, we may need to postpone the Hyperion Analyzer 6.5 upgrade.Here, I have a question that can Hyperion Wired for OLAP v.4.1.2 can access Hyperion Essbase 6.5.4 OLAP applications.Finally, I also have a question that since Hyperion Analyzer 6.X, repository in Paradox format has been faded out, RDBMS for repository has been introduced since then. Then can we still keep using repository in Paradox format in Hyperion Analyzer 4.1.2/5.0.3 when upgrading to Hyperion Analyzer 6.5 or higher in the future.Thanks for your help and attention!Regards,zerolai

    I do not think wired will even work with the 6.x runtimes. Your only real option is to put off the move untill you can manage the a6.5 upgrade.

  • After upgrade from SP2010 Foundation to Enterprise, services/features are missing

    Hi
    I recently upgraded the SharePoint 2010 Foundation, that was installed with TFS 2012, to Enterprise. The upgrade went through.  The Products and Configuration wizard ran through to 100% without errors, however there are no Enterprise services available
    on the Services on server page.
    The main ones that I'm missing (that I really wanted to use) are:
    Secure Store
    Managed Metadata
    Web analytics
    SharePoint Server Search
    Excel Services
    These ones are there (these are non foundation as far as I'm aware)
    PerformancePoint services
    User Profile and User Profiles Sync
    Business Data Connectivity
    Also the service applications for the missing services are also missing, where as the services applications for the present services are available to be provisioned.
    I've tried re-running the following commands:
    Psconfig -cmd helpcollections
    Psconfig -cmd services -install
    Psconfig -cmd installfeatures
    Psconfig -cmd applicationcontent -install
    I've also run that Enable upgraded features option in Central Admin that goes through the web apps/Site collections and sites and enables all the enterprise features. That did nothing.
    Any ideas?

    Run:
    Install-SPService
    That will install all services on the farm.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • Problems with a Java Trigger

    Hello Everyone I need to create a TRIGGER, and i want to use Java. this is my java class: import ... public class manager { public static void triggerOnDeleteUser(int u_id){ long dat=(long)System.currentTimeMillis(); try{ #sql{ DELETE FROM apn a WHER

  • Print job best setup - inside edge bleed from facing pages?

    I'm putting together a 32pp A4 report with InDesign CS3 that will be printed from PDF in China.  I'm UK-based and I will be passing the file to the printers electronically.  I speak no Chinese, yet my client has an office in China and one of their st

  • Safari's search field

    The safari browser search field is displaying results in full screen mode.  I am not able to come out of this results box.  Please help.

  • How do I get back to HD when I selected backup HD that won't boot up?

    Bootup from external HD failed.  Now I have a blank screen when I turn my computer on.  How can I return to my internal HD? 

  • Locked SIM and *** is PUK code...

    Locked my SIM by being nosey, it says I need a PUK code? Can anyone shed some light on this please?