Keep App Deployments while recreating the domain in WLST offline

What is the easiest way to keep the app deployments (that were assigned after the domain creation) while recreating the domain from the basic and extension templates in WLST offline while using the "OverWriteDomain' option?
I can use configToScript to create a deployment script, but that involves starting the domain after creating and running the script.
Trying to do as much as possible in the offline world.
As part of the recreate process, I can read the domain directory to see if it exists and go through the tree to see if there are any app deployments, keep that info in memory or write to a file and after the recreate is done assign the app deployments again and write the domain.
Looking for an easy way to export and import the AppDeployment data. Do not know if there is a JSON interface.

I ended up doing this.
appdeps={}
try:
     readDomain(dom.targetDomainDir)
     cd('/AppDeployments')
     apps=ls(returnMap='true')
     for app in apps:
          appdeps[app]=ls(app,returnMap='true', returnType='a')
except:
     pass
try:
     closeDomain()
except:
     pass
deployApps(appdeps)
def deployApps(pAppDeps):
     try:
          cd('/')
          for pAppDep in pAppDeps.keys():
               try:
                    cd('/')
                    create(pAppDep,'AppDeployment')
                    cd('/AppDeployment/'+pAppDep)
                    for pEntry in pAppDeps[pAppDep].entrySet():
                         print 'setting key=' + pEntry.key + ',value=' + str(pEntry.value)
                         try:
                              if pEntry.value!=None:
                                   set(pEntry.key,pEntry.value)
                         except:
                              pass
               except:
                    pass
     except:
          pass

Similar Messages

  • Too large java heap error while starting the domain.Help me please..

    I am using weblogic 10.2,after creating the domain, while starting the domain,I am getting this error.Can anyone help me.Please treat this as urgent request..
    <Oct 10, 2009 4:09:24 PM> <Info> <NodeManager> <Server output log file is "/nfs/appl/XXXXX/weblogic/XXXXX_admin/servers/XXXXX_admin_server/logs/XXXXX_admin_server.out">
    [ERROR] Too large java heap setting.
    Try to reduce the Java heap size using -Xmx:<size> (e.g. "-Xmx128m").
    You can also try to free low memory by disabling
    compressed references, -XXcompressedRefs=false.
    Could not create the Java virtual machine.
    <Oct 10, 2009 4:09:25 PM> <Debug> <NodeManager> <Waiting for the process to die: 29643>
    <Oct 10, 2009 4:09:25 PM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    <Oct 10, 2009 4:09:25 PM> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>

    Thanks Kevin.
    Let me try that.
    Already more than 8 domains were successfully created and running fine.Now the newly created domain have this problem.I need 1GB for my domain.Is there any way to do this?

  • Unable to start SOA Server and need to recreate the domain

    Hi,
    I have been facing this issue and the only work aroud I could do was recreating the domain/purging and recreating the mds schema. When restarting the SOA server getting the following error
    oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/AMSRulesService_rev1.0.3/SCA-INF/classes/meta-inf/adf-config.xml does not exist.
         at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:273)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:538)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.transferFile(MDSMetadataManagerImpl.java:795)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.copyTree(MDSMetadataManagerImpl.java:776)
         at oracle.fabric.composite.model.CompositeModel.getClassLoaderFiles(CompositeModel.java:362)
         at oracle.fabric.composite.model.CompositeModel.getCompositeClassloader(CompositeModel.java:203)
         at oracle.integration.platform.kernel.WLSFabricKernelInitializer.deployComposite(WLSFabricKernelInitializer.java:493)
         at oracle.integration.platform.kernel.WLSFabricKernelInitializer.prepareCompositeDeployments(WLSFabricKernelInitializer.java:233)
         at oracle.integration.platform.kernel.WLSFabricKernelInitializer.init(WLSFabricKernelInitializer.java:123)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:531)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1915)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1889)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1807)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         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:83)
         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:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
         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:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         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:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.io.IOException: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/AMSRulesService_rev1.0.3/SCA-INF/classes/meta-inf/adf-config.xml does not exist.
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:388)
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:176)
         at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:67)
         at java.net.URL.openStream(URL.java:1010)
         at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:269)
         ... 50 more
    Caused by: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/AMSRulesService_rev1.0.3/SCA-INF/classes/meta-inf/adf-config.xml does not exist.
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:339)
         ... 54 more
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         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:83)
         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:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
         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:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         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:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/AMSRulesService_rev1.0.3/SCA-INF/classes/meta-inf/adf-config.xml does not exist.
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:339)
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:176)
         at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:67)
         at java.net.URL.openStream(URL.java:1010)
         at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:269)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:538)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.transferFile(MDSMetadataManagerImpl.java:795)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.copyTree(MDSMetadataManagerImpl.java:776)
         at oracle.fabric.composite.model.CompositeModel.getClassLoaderFiles(CompositeModel.java:362)
         at oracle.fabric.composite.model.CompositeModel.getCompositeClassloader(CompositeModel.java:203)
         at oracle.integration.platform.kernel.WLSFabricKernelInitializer.deployComposite(WLSFabricKernelInitializer.java:493)
         at oracle.integration.platform.kernel.WLSFabricKernelInitializer.prepareCompositeDeployments(WLSFabricKernelInitializer.java:233)
         at oracle.integration.platform.kernel.WLSFabricKernelInitializer.init(WLSFabricKernelInitializer.java:123)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:531)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1915)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1889)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1807)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         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:83)
         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:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
         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:196)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         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:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    This is nothiung to do with me playing with the mds but happens many times when I override the existing composites.
    If anyone had faced this issue and have a better solution, plase let me know.
    One solution I was thinking was to remove that particualr composite from being loaded at startup of soa server but did not find any way how I could achive this.
    Thanks,
    Ajay

    I'm guessing but I think this happens when the server dies mid way through a composite deployment. Then when the soa-infra application tries to start it can’t find expected files for the half deployed composite and falls over.
    In our case the problem was with composite InvoiceTransformer_rev1.0. We are able to get the soa infra back up by:
    Stopping the soa server
    Replacing the adf-config.xml file in:
    <MW_HOME>/user_projects/domains/<DOMAIN_NAME>/deployed-composites/InvoiceTransformer_rev1.0/sca_InvoiceTransformer_rev1.0/soa_<SOME GUID>/SCA-INF/classes/META-INF
    Starting the soa server
    Starting the soa-infra application in the console.
    The soa-infra application started but most of the composites were down and needed to be redeployed.

  • HT4623 The "Software Update" feature is not available in my Ipod 2nd Generation unit while the upgrade option in iTunes keeps on hanging while downloading the upgrade iOS (time out error). So, please tell me how I can upgrade the iOS.

    The "Software Update" feature is not available in my Ipod 2nd Generation unit while the upgrade option in iTunes keeps on hanging while downloading the upgrade iOS (time out error). So, please tell me how I can upgrade the iOS.

    The Settings>General>Software Update comes with iOS 5. The 2G can only go to iOS 4.2.1
    Try disabling the computer's security software during the download and update.

  • Error while configuring the domain "Configure JDBC Component Schema"

    Hi Everyone,
    I have installed SOA Suite 11g on my Win 7 machine 64bit OS and while trying to configure the domain for the WebLogic Server. I fallowed the wizard and everything went well till the JDBC Component Schema window. Here I am able to pass through
    1. BAM Schema- Failed
    2. SOA Infrastructure-Failed
    3. User Messaging Service-Passed
    4. OWSM MDS Schema-Passed
    5. SOA MDS Schema-Passed
    and here is the error that i am facing...
    Component Schema=BAM Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_ORABAM
    Password=*******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='BAM' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_SOAINFRA
    Password=*******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    I googled the error and tried to check whether the Schema_version_registry has any rows are not and initially i don't have any and then I have created table named "Schema_version_registry" and then inserted the values accordingly..
    CREATE TABLE schema_version_registry(owner VARCHAR2(30), mr_type VARCHAR2(10), version VARCHAR2(50));
    INSERT INTO schema_version_registry(owner, mr_type, version) VALUES ('DEV_SOAINFRA','MDS','11.1.1.2.0');
    similarly i did for the DEV_ORABAM but there is no use...........
    I am struck at this position can any please help me out........... please..
    Thanks in advance
    Sorry Guys.. I understood my mistake and change the "mr-type" accordingly... it is successful now..
    Thanks if anyone tried to answer it.......
    Edited by: user10763276 on Oct 10, 2010 5:11 PM

    Hi can anyone please help me ...all the jdbc component schema is failing for me while creating domain.
    please find the log.
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=User Messaging Service
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=OWSM MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where
                        owner=(select user from dual) and mr_type='MDS' and
                        version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=SOA MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    "

  • Error While verify the Domain for the Phone Phone Enrollment.

    Hi
    I am using Custom Domain In office 365 and in Intune for the Mobile device Management.
    for Auto Server detecting while enrolling the Windows Phone/Device ,while I am verifying the Domain getting below error. in Office 365 Portal and Intune Account Portal Custom Domain Status is Verified  , please suggest what is the issue and how can
    i resolve this , is this impacts on our Mobile Device Management....??
    Shailendra Dev

    Have you already added and verified this domain?
    http://www.gerryhampsoncm.blogspot.ie/2014/01/mdm-in-r2-windows-intune-configuration.html
    Note also that this is an optional step. You can continue without this. Users will have to input manage.microsoft.com when prompted for a server name.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Problem faced while configuring the domain configuration in WLS 10.0

    Hi all, I am trying to set up a Weblogic server 10.0 web application development environment in which we use persistence store, jms server, jms system module, subdeployments and jms system resources. when i configure everything and activate the changes, i get weird exception. but, i could not figure out why it happens. this is the exception
    weblogic.store.io.jdbc.JDBCStoreException: [Store:280064]Expected empty table. (server="AdminServer" store="limJMSPersistentStore" table="limJMSWLStore")
         at weblogic.store.io.jdbc.JDBCStoreIO.initializeEmptyTable(JDBCStoreIO.java:656)
         at weblogic.store.io.jdbc.JDBCStoreIO.open(JDBCStoreIO.java:375)
         at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:327)
         at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:318)
    It says weblogic.management.DeploymentException: The persistent store "limJMSPersistentStore" does not exist. but it is configured in the domain when i see in console. After that all the resources to jms system module also throws the below exception
    weblogic.application.ModuleException: ERROR: Could not activate limJMSSystemModule!limLidbResponseQueue
    reason is weblogic.messaging.kernel.KernelException: The Messaging Kernel limJMSServer has not yet been opened. I also have another problem with resource bundle properties file. weblogic server could not find the properties file. it throws MissingresourceException for all the properties file. i have placed the properties file inside DOMAIN_HOME/app_classes folder

    Hi all,
    The deployment failure of the "limJMSPersistenceStore" - jdbc store was the root cause. I use "limjms" prefix for this persistence store.It was not able to persist because of the data present in the "limJMSWLStore" table in the db schema. when i deleted all the rows and committed. then, restarted the server. Everything worked just fine :). Thanks!

  • KeyStoreServiceException while reconfig the domain from 11g(11.1.1.7.0) to 12c(12.1.3) in AIX

    Hi All,
         I am unable to complete 11g Domain upgrade to 12c in AIX environment, successfully completed the upgrade in LINUX, Solaris, domain contains AdminServer, Managed Server.
        I have an ADF application running in 11g (11.1.1.7.0) WL Domain, I am trying to upgrade the 11g WL domain to 12.1.3. 
         As part of upgrade I am following the below sequence of steps.
        1. 11g domains LDAP configuration has successfully migrated to DB based LDAP configuration.
        2.  I am getting below error while running wlserver/common/bin/reconfig.sh in AIX environment,
    2015-02-26 21:56:34,321 WARNING [106] oracle.security.jps.internal.keystore.file.FileKeyStoreManager - Failed to save keystore. Reason oracle.security.jps.service.keystore.KeyStoreServiceException: Failed to perform cryptographic operation
    2015-02-26 21:56:34,417 SEVERE [106] oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration - Error while processing initializeSubsystem. Exception oracle.security.opss.tools.lifecycle.LifecycleException: oracle.security.jps.JpsException: JPS-06513: Failed to save keystore. Reason oracle.security.jps.service.keystore.KeyStoreServiceException: Failed to perform cryptographic operation
    oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06513: Failed to save keystore. Reason oracle.security.jps.service.keystore.KeyStoreServiceException: Failed to perform cryptographic operation
        at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.createKeyStore(FileKeyStoreManager.java:381)
        at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:129)
        at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.start(FileKeyStoreServiceImpl.java:1040)
        at oracle.security.jps.internal.keystore.FarmKeyStoreServiceImpl.initialize(FarmKeyStoreServiceImpl.java:152)
        at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:191)
        at oracle.security.jps.internal.tools.utility.keystore.JpsUtilKeyStoreImpl.initializeKeyStore(JpsUtilKeyStoreImpl.java:102)
        at oracle.security.jps.internal.tools.utility.keystore.JpsUtilKeyStoreImpl.createKeyStore(JpsUtilKeyStoreImpl.java:116)
        at oracle.security.jps.tools.utility.JpsUtilConfigurationTool.createKeyStore(JpsUtilConfigurationTool.java:195)
        at oracle.security.jps.tools.utility.JpsUtilConfigurationTool.configureKeyStoreInDomain(JpsUtilConfigurationTool.java:166)
        at oracle.security.jps.upgrade.tools.utility.Upgrade.generateNewKeyStore(Upgrade.java:1466)
        at oracle.security.jps.upgrade.tools.utility.Upgrade.upgradeOPSS(Upgrade.java:648)
        at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.reconfigSubsystem(OpssDomainConfigImpl.java:274)
        at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.initializeSubsystem(OpssDomainConfigImpl.java:202)
        at oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration.initializeSubsystem(OpssSecurityConfiguration.java:138)
        at com.oracle.cie.domain.TemplateImporter.run(TemplateImporter.java:320)
        at com.oracle.cie.domain.ReconfigurationGenerator.run(ReconfigurationGenerator.java:119)
        at java.lang.Thread.run(Thread.java:857)
    Caused by: oracle.security.jps.service.keystore.KeyStoreServiceException: Failed to perform cryptographic operation
        at oracle.security.jps.internal.keystore.util.CryptoUtil.encrypt(CryptoUtil.java:448)
        at oracle.security.jps.internal.keystore.util.CryptoUtil.encryptPrivateKey(CryptoUtil.java:751)
        at oracle.security.jps.internal.keystore.config.jaxb.adapters.PrivateKeyAdapter.marshal(PrivateKeyAdapter.java:53)
        at oracle.security.jps.internal.keystore.config.jaxb.KeyPair.putPrivateKey(KeyPair.java:116)
        at oracle.security.jps.internal.keystore.util.KeyStoreServiceUtil.createRootCA(KeyStoreServiceUtil.java:653)
        at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.createKeyStore(FileKeyStoreManager.java:369)
        ... 16 more
    Caused by: java.security.InvalidKeyException: Illegal key size
        at javax.crypto.Cipher.a(Unknown Source)
        at javax.crypto.Cipher.a(Unknown Source)
        at javax.crypto.Cipher.a(Unknown Source)
        at javax.crypto.Cipher.init(Unknown Source)
        at javax.crypto.Cipher.init(Unknown Source)
        at oracle.security.jps.internal.keystore.util.CryptoUtil.encrypt(CryptoUtil.java:430)
        ... 21 more
    Regards,
    RR.

    Hi All,
         I am unable to complete 11g Domain upgrade to 12c in AIX environment, successfully completed the upgrade in LINUX, Solaris, domain contains AdminServer, Managed Server.
        I have an ADF application running in 11g (11.1.1.7.0) WL Domain, I am trying to upgrade the 11g WL domain to 12.1.3. 
         As part of upgrade I am following the below sequence of steps.
        1. 11g domains LDAP configuration has successfully migrated to DB based LDAP configuration.
        2.  I am getting below error while running wlserver/common/bin/reconfig.sh in AIX environment,
    2015-02-26 21:56:34,321 WARNING [106] oracle.security.jps.internal.keystore.file.FileKeyStoreManager - Failed to save keystore. Reason oracle.security.jps.service.keystore.KeyStoreServiceException: Failed to perform cryptographic operation
    2015-02-26 21:56:34,417 SEVERE [106] oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration - Error while processing initializeSubsystem. Exception oracle.security.opss.tools.lifecycle.LifecycleException: oracle.security.jps.JpsException: JPS-06513: Failed to save keystore. Reason oracle.security.jps.service.keystore.KeyStoreServiceException: Failed to perform cryptographic operation
    oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06513: Failed to save keystore. Reason oracle.security.jps.service.keystore.KeyStoreServiceException: Failed to perform cryptographic operation
        at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.createKeyStore(FileKeyStoreManager.java:381)
        at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:129)
        at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.start(FileKeyStoreServiceImpl.java:1040)
        at oracle.security.jps.internal.keystore.FarmKeyStoreServiceImpl.initialize(FarmKeyStoreServiceImpl.java:152)
        at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:191)
        at oracle.security.jps.internal.tools.utility.keystore.JpsUtilKeyStoreImpl.initializeKeyStore(JpsUtilKeyStoreImpl.java:102)
        at oracle.security.jps.internal.tools.utility.keystore.JpsUtilKeyStoreImpl.createKeyStore(JpsUtilKeyStoreImpl.java:116)
        at oracle.security.jps.tools.utility.JpsUtilConfigurationTool.createKeyStore(JpsUtilConfigurationTool.java:195)
        at oracle.security.jps.tools.utility.JpsUtilConfigurationTool.configureKeyStoreInDomain(JpsUtilConfigurationTool.java:166)
        at oracle.security.jps.upgrade.tools.utility.Upgrade.generateNewKeyStore(Upgrade.java:1466)
        at oracle.security.jps.upgrade.tools.utility.Upgrade.upgradeOPSS(Upgrade.java:648)
        at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.reconfigSubsystem(OpssDomainConfigImpl.java:274)
        at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.initializeSubsystem(OpssDomainConfigImpl.java:202)
        at oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration.initializeSubsystem(OpssSecurityConfiguration.java:138)
        at com.oracle.cie.domain.TemplateImporter.run(TemplateImporter.java:320)
        at com.oracle.cie.domain.ReconfigurationGenerator.run(ReconfigurationGenerator.java:119)
        at java.lang.Thread.run(Thread.java:857)
    Caused by: oracle.security.jps.service.keystore.KeyStoreServiceException: Failed to perform cryptographic operation
        at oracle.security.jps.internal.keystore.util.CryptoUtil.encrypt(CryptoUtil.java:448)
        at oracle.security.jps.internal.keystore.util.CryptoUtil.encryptPrivateKey(CryptoUtil.java:751)
        at oracle.security.jps.internal.keystore.config.jaxb.adapters.PrivateKeyAdapter.marshal(PrivateKeyAdapter.java:53)
        at oracle.security.jps.internal.keystore.config.jaxb.KeyPair.putPrivateKey(KeyPair.java:116)
        at oracle.security.jps.internal.keystore.util.KeyStoreServiceUtil.createRootCA(KeyStoreServiceUtil.java:653)
        at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.createKeyStore(FileKeyStoreManager.java:369)
        ... 16 more
    Caused by: java.security.InvalidKeyException: Illegal key size
        at javax.crypto.Cipher.a(Unknown Source)
        at javax.crypto.Cipher.a(Unknown Source)
        at javax.crypto.Cipher.a(Unknown Source)
        at javax.crypto.Cipher.init(Unknown Source)
        at javax.crypto.Cipher.init(Unknown Source)
        at oracle.security.jps.internal.keystore.util.CryptoUtil.encrypt(CryptoUtil.java:430)
        ... 21 more
    Regards,
    RR.

  • Is there a way to keep apps from running in the background?

    I just updated to an Iphone 6, with the latest version of IOS.  It's a great product, but for me there is one annoyance.  There are times when my memory gets low.  I find out that it's the apps that are running in the background.  I personally don't use this.  All it does is hog memory.  Then, to close the apps, you have to close each one individually.  I forgot how many apps I have open, I'm of the mindset that when I close the app, that it's "really" closed, not still running in the background.  It would be nice if there was a way to disable this function.  It doesn't seem to serve a purpose for me in the way I use the Iphone.  I just "cleaned up my list of "behind the scenes apps" and I had about 20.  It gets frustrating to have to go to each one to close it.  Any comments or suggestions?

    Some things that might help:
    1. Only the most recently used apps actually occupy memory (used to be the most recent 4, but may have changed in the latest iPhones). After 4 (or so), IOS writes them out of active memory, as it does for even the latest 4 if there's no activity for a long time. So the business of closing all the open apps, apart from the most recent ones doesn't make a difference. Tis article has a good explanation:
    http://www.speirs.org/blog/2012/1/2/misconceptions-about-ios-multitasking.html
    2. There are settings about background app activity that might help:
    - Settings, General, Background App Refresh controls which apps can update their data in the background
    - Settings, Notifications controls which apps can tell you things, which they have to wake up to do.
    - Settings, Privacy, Location Services controls which apps monitor your location - another activity that uses resources
    Hope some of that helps

  • Why does my macbook pro keep crashing/restarting while streaming the world cup?

    I was watching this time for over an hour and all of a sudden (without other apps running or any action on my part) it crashed. I've done a disk utility repair and it's still happening. I need some help. Here's the last crash report:
    Sat Jun 21 16:49:18 2014
    panic(cpu 0 caller 0xffffff8026edbf5e): Kernel trap at 0xffffff8046e17ca0, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff8046e17ca0, CR3: 0x000000014bedf063, CR4: 0x00000000001606e0
    RAX: 0x0000000000000011, RBX: 0xffffff80344f93c0, RCX: 0xffffff8027384c50, RDX: 0xffffff80406c3c00
    RSP: 0xffffff80c045b608, RBP: 0xffffff80c045b650, RSI: 0x0000000000000011, RDI: 0xffffff80344f93c0
    R8:  0xffffff80c045bf70, R9:  0x0000000000000002, R10: 0x0000000000000000, R11: 0x0000000000000200
    R12: 0x0000000000000011, R13: 0xffffff80406c3c7c, R14: 0x0000000080000000, R15: 0x0000000000000015
    RFL: 0x0000000000010293, RIP: 0xffffff8046e17ca0, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0xffffff8046e17ca0, Error code: 0x0000000000000010, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80c045b290 : 0xffffff8026e22fa9
    0xffffff80c045b310 : 0xffffff8026edbf5e
    0xffffff80c045b4e0 : 0xffffff8026ef3456
    0xffffff80c045b500 : 0xffffff8046e17ca0
    0xffffff80c045b650 : 0xffffff8026e27065
    0xffffff80c045b6a0 : 0xffffff8026e5d23e
    0xffffff80c045b730 : 0xffffff8026e23f26
    0xffffff80c045bee0 : 0xffffff8026e240a0
    0xffffff80c045bf20 : 0xffffff8026edc410
    0xffffff80c045bfb0 : 0xffffff8026ef335b
    BSD process name corresponding to current thread: Google Chrome
    Mac OS version:
    13D65
    Kernel version:
    Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64
    Kernel UUID: ADD73AE6-88B0-32FB-A8BB-4F7C8BE4092E
    Kernel slide:     0x0000000026c00000
    Kernel text base: 0xffffff8026e00000
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 8695454151825
    last loaded kext at 4894846266701: com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6 (addr 0xffffff7fa8ce3000, size 81920)
    last unloaded kext at 5360050813112: com.apple.iokit.IOUSBMassStorageClass 3.6.0 (addr 0xffffff7fa8cd2000, size 69632)
    loaded kexts:
    com.xxxchurch.x3nke 1.0.2
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AGPM 100.14.15
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.1f2
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleLPC 1.7.0
    com.apple.iokit.IOBluetoothSerialManager 4.2.4f1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.4f1
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleMikeyDriver 2.6.1f2
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleIntelHD4000Graphics 8.2.6
    com.apple.driver.AppleIntelFramebufferCapri 8.2.6
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.1.12
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.5.1
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleUSBHub 666.4.0
    com.apple.driver.AppleAHCIPort 3.0.0
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBXHCI 677.4.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.6.1f2
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleHDAController 2.6.1f2
    com.apple.iokit.IOHDAFamily 2.6.1f2
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.iokit.IOBluetoothFamily 4.2.4f1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.4f1
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.IOPlatformPluginFamily 5.7.0d11
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOAcceleratorFamily2 98.20
    com.apple.AppleGraphicsDeviceControl 3.5.26
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.11d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.2.7
    com.apple.iokit.IO80211Family 630.35
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOUSBFamily 677.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1

    Thanks, that seemed to work. But now I've been having a new issue lately. I'm starting to think its hardware related, but either way I've had many crashes...some not always with a crash report. It seems my SMC is acting up at times, and other times the screen will glitch out and produce these pixelated horizontal bars and then crash. I just reinstalled OS X, I've run the usual diagnostics. I'm getting ready to run a Apple Hardware Test, but I figured I'd come to you for help first.
    Here's the most recent crash that occurred (no horizontal bars this time), but it did crash and refuse to restart (it beeps the strange tone from what seems like a spot other than the speaker, that's how I came across the system management controller reset). Anyway, here's the report:
    Sat Jul 19 20:48:31 2014
    panic(cpu 3 caller 0xffffff80040dc24e): Kernel trap at 0xffffff7f8516fbeb, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff802ee5217c, CR3: 0x000000011c691019, CR4: 0x00000000001606e0
    RAX: 0x0000000000000002, RBX: 0xffffff800ee52000, RCX: 0x0000000000000003, RDX: 0x000015bccb646a44
    RSP: 0xffffff809daab340, RBP: 0xffffff809daab350, RSI: 0xffffff806e829580, RDI: 0xffffff800ee52000
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0xffffff8004670800, R11: 0xffffff8004689ce8
    R12: 0xffffff800ee52000, R13: 0xffffff800ee52088, R14: 0xffffff806e829580, R15: 0x0000000000000000
    RFL: 0x0000000000010202, RIP: 0xffffff7f8516fbeb, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0xffffff802ee5217c, Error code: 0x0000000000000002, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff809daaafd0 : 0xffffff8004022f79
    0xffffff809daab050 : 0xffffff80040dc24e
    0xffffff809daab220 : 0xffffff80040f3746
    0xffffff809daab240 : 0xffffff7f8516fbeb
    0xffffff809daab350 : 0xffffff7f8516daa9
    0xffffff809daab380 : 0xffffff7f8516d2ce
    0xffffff809daab3c0 : 0xffffff7f851747cc
    0xffffff809daab450 : 0xffffff7f845f0720
    0xffffff809daab4a0 : 0xffffff7f845f2cef
    0xffffff809daab500 : 0xffffff7f845f8484
    0xffffff809daab5c0 : 0xffffff800420dcae
    0xffffff809daab620 : 0xffffff80041c562c
    0xffffff809daab720 : 0xffffff8004200826
    0xffffff809daab770 : 0xffffff80041cd109
    0xffffff809daab8b0 : 0xffffff80041cd585
    0xffffff809daab920 : 0xffffff80041cd435
    0xffffff809daab950 : 0xffffff8004370af7
    0xffffff809daaba10 : 0xffffff8004200117
    0xffffff809daaba80 : 0xffffff800443a7ec
    0xffffff809daabb20 : 0xffffff800406d434
    0xffffff809daabb70 : 0xffffff800406c893
    0xffffff809daabbb0 : 0xffffff80040751d2
    0xffffff809daabd50 : 0xffffff8004078a94
    0xffffff809daabf20 : 0xffffff80040dc68c
    0xffffff809daabfb0 : 0xffffff80040f364b
          Kernel Extensions in backtrace:
             com.apple.iokit.IOStorageFamily(1.9)[9B09B065-7F11-3241-B194-B72E5C23548B]@0xff ffff7f845ec000->0xffffff7f84610fff
             com.apple.iokit.IOAHCIBlockStorage(2.6)[8EC80DE5-078F-3949-9669-33A56446D86D]@0 xffffff7f8516b000->0xffffff7f85182fff
                dependency: com.apple.iokit.IOAHCIFamily(2.6.5)[AB2D7D6A-B59B-3039-AE08-CBCC38208911]@0xfff fff7f85145000
                dependency: com.apple.iokit.IOStorageFamily(1.9)[9B09B065-7F11-3241-B194-B72E5C23548B]@0xff ffff7f845ec000
    BSD process name corresponding to current thread: ReportCrash
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x0000000003e00000
    Kernel text base: 0xffffff8004000000
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 23900621968968
    last loaded kext at 16755795030188: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f85ed8000, size 49152)
    last unloaded kext at 16825412992699: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f85ed8000, size 32768)
    loaded kexts:
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleIntelHD4000Graphics 8.2.8
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleIntelFramebufferCapri 8.2.8
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOSurface 91.1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f44
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS547550A9E384, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1

  • Problem while updating the domain data of CMS

    Hi
    I am trying configuring the Chage Management Service. When i am clicking on the <b>"update CMS"</b> button which is under CMS > Landscape Configuratore > Domain Data i am getting the following error...
    <b>"Unexpected error; inform your system administrator: No object found exception"</b>
    How to resolve this problem?
    Best Regards
    Ravi Shankar

    HI
    Following are main error i found in log file
    <b>Exception in method updateCMSServer
    No object found
    Could not find clientID</b>
    Thanks & Regards
    Ravi Shankar B

  • Facing isssues while recreating the studio page in endeca 3.1 which was created in studio 2.4

    Hi All,
    I re-created the studio page on Endeca 3.1 which I created on Endeca 2.4 but I am facing below issue.
    1. In endeca 2.4 we have added range filter component but I cannot find the same in Endeca 3.1. Has it been renamed .
    2. In endeca 2.4 in serach box the drop down shows as all,events,codes but in endeca 3.1 it shows as OPSM(ALL),OPSM(Events).Can these be re-named and can their order be changed?
    3. In all the graphs in Endeca 2.4 in series metrics we have column EVENT_ID(sum), where we have entered Event Count as the Custom name and selected count as the Aggregration method, in endeca 3.1 I cannot find aggregation method count .Can you please let me know how can i get aggregation method count.
    Thanks in Advance.

    I was able to get the custom axis title for the metric to display on a bar chart on our 3.1 instance here.
    I'll just go throught the steps again - is this what you're doing?
    On the Chart Configuration tab, you click the edit icon for the entire metric group (not just the edit icon for the individual Record Count metric).
    On the Metric Group dialog, under Axis title, click the Custom title radio button, then enter your custom title. Click Apply to apply the change, then click Save to save the changes to the Chart component.
    Your custom axis title should display on the chart.
    If these are the steps you are using, and the custom title is not displaying, then I'm not sure what's happening.
    As I said, because bar charts can display groups of metrics (for example, you could show both the Record Count and some other value at the same time), you can customize the axis title. For charts where there aren't groups of metrics, you cannot customize the axis title. You also cannot customize the axis title for the dimensions.

  • Not able to see the Oracle JRF option while creating a domain.

    Hi
    I am new to OSM development. I am trying to create a Oracle JRF domain using Fusion Middleware. In the select source template for the domain creation screen I am not getting the Oracle JRF option. I am using Weblogic 11gR1. May I know the reason why I am not getting this option?
    Rgds
    Sam

    Thanks.
    I downloaded the latest patch from OTN. But when I tried to install it, it threw an error - INST-07010 : Validation of Oracle Home location failed. The location specified does not exist.
    The weblogic version is 10.3.3.
    The error is thrown since in the middleware folder there is no folder called oracle_common. To see what happens if I created this folder (oracle_common) manually, the pack installer returned an message stating that the s/w is upto date and no upgrade is needed. I am still not seeing the template source - Oracle JRF.
    Questions:
    1. How is the folder oracle_common created?
    2. If the s/w is upto date then why I am not seeing the Oracle JRF option while creating the domain?
    Rgds
    Sam
    Edited by: 827861 on Jan 13, 2011 11:58 PM

  • After deploy into weblogic server while running the application-404 Error

    Hi All,
    Created an ADF application and Deployed this application to Weblogic server.
    I am getting the below error After deploy into weblogic server while running the application
    I am able to run this application well in JDeveloper using the IntegratedWebLogicServer.
    The Application is successfully deployed to the Web Logic server.
    While creating the domain, I have extended the Oracle JRF classes.
    Error
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    JDeveloper Version : 11.1.1.3.0
    Weblogic Version : 10.3.3.0
    Thanks
    Satish

    On the Deployments look for the Testing tab.. you will see your test link to check your deployment ..
    Some times.. for some reasons( which i dontKnow :( it doesnt identify with m/c name.. repalce it with IP address..and give a try.. if its on local /c u can try 127.0.0.1 /(or local host too)

  • Error in creating the Domain from template in WLS 10.3.2

    Hi All,
    I am using WLS 10.3.2 and I need to create a domain from the template of my existing domain.
    I followed these steps while creating my existing domain:
    I chose these 2 while creating my existing domain
    ** WebLogic Portal - 10.3.2.0*
    ** Weblogic Portal Collaboration Repository - 10.3.2.0 [wlportal_10.3]*
    after Test JDBC Data Sources step where all my tests fail and in the next step
    Run Database Scripts: here I am running the Scripts by clicking on Run Scripts button and I get the message Database Load Successful!
    everything goes fine and my domain works fine.
    Now I am trying to create the domain template based on this domain which I created.
    After this step I am trying to create a new domain from the newly created template. I follow the steps given and at the end
    Creating Domain: Here it shows the progress and once it reaches 100% it displays the info in a popup window saying CFGFWK-60600: Before booting this domain, it is necessary to run the SQL file located at C:\bea\user_projects\domains\base_domain\security\SQLAuthenticator.sql in order to initialize a domain security admin user in the database.
    I assume this message is because while creating the domain from template I did not get the step Run Database Scripts and that is why I get that msg at the end.
    So I executed the create_db.cmd file wich is in domain home now I get the msg
    +[java] Files=+
    +[java] file:/C:/bea/user_projects/domains/local_domain_frm_tmpl/security/SQLAuthenticator.sql+
    +[java] Load was succesful+
    +[echo] ***** output written to logfile=create_db.log+
    so that says DB load was successful now when I tried to start the domain wich is created from the template.....it doesn't start and throws this error:
    +<Jun 18, 2010 5:24:07 PM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing C:\bea\user_projects\domains\local_domain_frm_tmpl\config\config.xml - Inval+
    id xsi:type qname: 'wsrp:wsrp-identity-asserterType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    +<Jun 18, 2010 5:24:07 PM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing C:\bea\user_projects\domains\local_domain_frm_tmpl\config\config.xml - C:\be+
    a\user_projects\domains\local_domain_frm_tmpl\<unknown>:11:9: error: failed to load java type corresponding to t=wsrp-identity-asserterType@http://www.bea.com/ns/wlp/90/security/ws
    rp>
    +<Jun 18, 2010 5:24:07 PM PDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141245]Schema Validation Error in C:\bea\user_projects\domains\local_doma+
    in_frm_tmpl\config\config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationE
    nabled=false>
    +<Jun 18, 2010 5:24:07 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>+
    +<Jun 18, 2010 5:24:07 PM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>+
    +<Jun 18, 2010 5:24:07 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>+
    Stopping PointBase server...
    PointBase server stopped.
    seems that this error now has something to do with config.xml........
    Any suggestions.......???
    Thanks,
    Win

    Hi Win35,
    Your Error Indicates that ...may be u are trying to Manually Edit the "config.xml" Security Realm Part.. There something is wrong...
    <Jun 18, 2010 5:24:07 PM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing C:\bea\user_projects\domains\local_domain_frm_tmpl\config\config.xml - Invalid xsi:type qname: 'wsrp:wsrp-identity-asserterType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Jun 18, 2010 5:24:07 PM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing C:\bea\user_projects\domains\local_domain_frm_tmpl\config\config.xml - C:\bea\user_projects\domains\local_domain_frm_tmpl\<unknown>:11:9: error: failed to load java type corresponding to t=<font color=maroon>wsrp-identity-asserterType@http://www.bea.com/ns/wlp90/security/wsrp</font>>
    *This specially happens when working in Nopepad/TextPad ...in the Schema declaration  (At the top 2-3 Lines) of "config.xml" file some Spaces or Special Characters OR a Line Break occurs gets included...*
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

Maybe you are looking for