MDS-00168: MDS object is used after that PManager was relesed

Hello

We brought a BC4J / Struts application of 10G and 11G. During development, we runinto this exception "oracle.mds.exception.MDSRuntimeException: MDS-00168: MDS object oracle.mds.core.MDSInstance@b712a1 is used after him or his MDSInstance or PManager was released.»

This product only when redeploy us the application (re flee jdeveloper which deploys again)
We must cancel the deployment of the application, stop the weblogic server and start fresh that all is fine until we have recompile and redeploy.
I want to understand what the error message and why it is happening. Since I was in a migration project, the code base that exists is so huge to understand and understand. All entries are greately apperciated.
oracle.jbo.PersistenceException: JBO-26000: A Generic exception occurred during loading Customizations.
     at oracle.jbo.mom.MOMParserMDS.parse(MOMParserMDS.java:252)
     at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:71)
     at oracle.jbo.mom.DefinitionContextStandard.readAndParse(DefinitionContextStandard.java:237)
     at oracle.jbo.mom.DefinitionManager.loadDefElement(DefinitionManager.java:1167)
     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:943)
     at oracle.jbo.mom.DefinitionManager.loadParent(DefinitionManager.java:1224)
     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:929)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:485)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:417)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:399)
     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:750)
     at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:279)
     at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:420)
     at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:87)
     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:158)
     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:73)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2751)
     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:589)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2321)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2201)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3085)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
     at org.conpany.project.provider.ApplicationModuleProvider.getService(ApplicationModuleProvider.java:80)
     at org.conpany.project.service.ServiceFactory.getService(ServiceFactory.java:101)
     at org.conpany.project.web.listener.LoadCodeDataListener.contextInitialized(LoadCodeDataListener.java:73)
     at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1799)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3041)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1374)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:629)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:206)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:53)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
     at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: oracle.mds.exception.MDSRuntimeException: MDS-00168: MDS object oracle.mds.core.MDSInstance@b712a1 is being used after it or its MDSInstance or PManager has been released.
     at oracle.mds.core.MDSInstance.checkNotReleased(MDSInstance.java:1040)
     at oracle.mds.core.MDSInstance.getPersistenceManager(MDSInstance.java:605)
     at oracle.mds.core.MDSSession.getPersistenceManager(MDSSession.java:1915)
     at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2627)
     at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1144)
     at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1095)
     at oracle.jbo.mom.MOMParserMDS.parse(MOMParserMDS.java:191)
     ... 63 more
## Detail 0 ##
oracle.mds.exception.MDSRuntimeException: MDS-00168: MDS object oracle.mds.core.MDSInstance@b712a1 is being used after it or its MDSInstance or PManager has been released.
     at oracle.mds.core.MDSInstance.checkNotReleased(MDSInstance.java:1040)
     at oracle.mds.core.MDSInstance.getPersistenceManager(MDSInstance.java:605)
     at oracle.mds.core.MDSSession.getPersistenceManager(MDSSession.java:1915)
     at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2627)
     at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1144)
     at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1095)
     at oracle.jbo.mom.MOMParserMDS.parse(MOMParserMDS.java:191)
     at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:71)
     at oracle.jbo.mom.DefinitionContextStandard.readAndParse(DefinitionContextStandard.java:237)
     at oracle.jbo.mom.DefinitionManager.loadDefElement(DefinitionManager.java:1167)
     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:943)
     at oracle.jbo.mom.DefinitionManager.loadParent(DefinitionManager.java:1224)
     at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:929)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:485)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:417)
     at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:399)
     at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:750)
     at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:279)
     at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:420)
     at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:87)
     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:158)
     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:73)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2751)
     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:589)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2321)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2201)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3085)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
     at org.conpany.project.provider.ApplicationModuleProvider.getService(ApplicationModuleProvider.java:80)
     at org.conpany.project.service.ServiceFactory.getService(ServiceFactory.java:101)
     at org.conpany.project.web.listener.LoadCodeDataListener.contextInitialized(LoadCodeDataListener.java:73)
     at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1799)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3041)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1374)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:629)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:206)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:53)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
     at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Run startup time: 47421 ms.
Thank you
Arun

Hi Arun N

... a Bug noted

Do you have a bug for that number?

See thread "JDeveloper 11 g Handbook: Chapter 10: MDSRuntimeException MDS-00168" on a MDSRuntimeException (peut-related) (MDS-00168) with a reproducible scenario.

concerning
Jan Vervecken

Tags: Java

Similar Questions

  • Why does my monitor Samsung SyncMaster B2330 start flashing after a few seconds after that, I was on the computer?

    Why does my monitor Samsung SyncMaster B2330 start flashing after a few seconds after that, I was on the computer?

    Hello

    What operating system do you use?

    Method 1:

    I suggest you check in safe mode.

    http://Windows.Microsoft.com/en-us/Windows-Vista/advanced-startup-options-including-safe-mode

    Method 2:

    Troubleshoot monitor and video card

    http://Windows.Microsoft.com/en-AU/Windows-Vista/troubleshoot-monitor-and-video-card-problems

    I suggest you to contact Samsung support center and check out.

    http://www.Samsung.com/AE/support/main/supportMain.do

    http://www.samsung.com/ae/support/search/supportSearchModelResult.do?menu=SP00&searchWord=SamsungSyncMasterB2330monitor&default_searchInputBox_value=Enter+model+number+or+keywords&searchInputBox=+Samsung+SyncMaster+B2330+monitor+

  • my iphone 5 c opens more after that I was invited to be updated with itunes. now, the display shows only itunes usb cable and logo. read some tips here, but nothing happened. any help will be much appreciated.

    My iPhone 5 c opens more after that I was invited to be updated with iTunes. now the display shows iTunes logo and the USB cable. I have read and applied some tips here, but nothing happened. Any help will be much appreciated. Thank you.

    https://discussions.Apple.com/message/30014877#30014877http ://

    Read the post from sierrawren . It helped me to fix my phone. Now it works perfectly fine. Hope it can help others too.

  • Windows says that the license is already in use after that I changed my equipment

    Hello

    I have a built-in computer of Windows 8. I replaced a HARD with a new SSD drive. I did factory settings copy to the new SSD. The license key was transferred to disk, but windows says that it is already used by another computer. What should I do in order to restart my license or key what can I do?

    Thank you

    Maksim

    Press Windows + X then clickRun, and then type: slui.exe 4
    2. then press the ENTER"" key.
    3. Select your "country" in the list.
    4. choose the option "activate phone".
    5. stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
    6. explain your problem clearly to the support person.

  • VM does not start after that ESXi was replaced by version 6

    Hi all


    I ran a scary problem after replacing my VMware ESXi version 5.1 to version 6.


    My server is an Areca RAID controller which is supported by version 6 default. Yes, after installation (clean installation) 6 ESXi on a key USB internal drive, everthing seem good. It shows my store of data stored on my RAID controller and I can see the content, (see attachment, image of my data store) including my VM file - SBS2011.vmdk.


    I'm not a highly qualified VM pro, but the hard (about 40GB) file must contain my full Windows environment (Windows 2011 server).


    Have access to my data store on my RAID controller and access to the original .vmx file, everything seems fine. Make a right click of the .vmx, add to the inventory and I'm ready to go... but... it does not start.


    It shows a resource error, not this additional information. My feeling is that there is something wrong with the location of the Swap, because it looks like the place to swap is located outside the VM storage location (hard). This is what looks like my .vmx:


    It is not stored on my hard ' / vmfs/volumes / 512 b 5271-cb39b672-c198-001e676870c7 /! It points to a different location.


    (File VMX also downloaded with this post)


    No I have two question. What would be the cause of this problem, not able to start the virtual machine?


    Second question. Perhaps a solution: delete all files in my store of data, except the VM-SBS2011 - flat hard file, create a new virtual machine on my server, using an existing drive (showing my VM-SBS2011 - flat hard), I'll be able to boot my virtual machine? It will create a (work) .vmx file to the cool address? There where no snapshots exist when I close my Windows OS down the last time. I lose all the data? Help, please!


    Currently, I download the full content (all files) of the database on my local computer as a backup. I hope that my hard file will be sufficient.


    I'm really grateful for your help!


    . Encoding = 'UTF-8 '.
    config.version = '8 '.
    virtualHW.version = '8 '.
    pciBridge0.present = 'true '.
    pciBridge4.present = 'true '.
    pciBridge4.virtualDev = "pcieRootPort"
    pciBridge4.functions = '8 '.
    pciBridge5.present = 'true '.
    pciBridge5.virtualDev = "pcieRootPort"
    pciBridge5.functions = '8 '.
    pciBridge6.present = 'true '.
    pciBridge6.virtualDev = "pcieRootPort"
    pciBridge6.functions = '8 '.
    pciBridge7.present = 'true '.
    pciBridge7.virtualDev = "pcieRootPort"
    pciBridge7.functions = '8 '.
    vmci0. Present = 'true '.
    hpet0. Present = 'true '.

    NVRAM = "VM - SBS2011.nvram.
    virtualHW.productCompatibility = "hosted".
    powerType.powerOff = 'soft '.
    powerType.powerOn = "hard."
    powerType.suspend = "hard."
    powerType.reset = 'soft '.
    displayName = "VM-SBS2011.
    extendedConfigFile = "VM - SBS2011.vmxf.
    floppy0. Present = 'true '.
    numvcpus = "4".
    cpuid.coresPerSocket = "4".
    scsi0. Present = 'true '.
    scsi0.sharedBus = 'none '.
    scsi0.virtualDev = "lsisas1068".
    memsize = "12288.
    scsi0:0. Present = 'true '.
    scsi0:0. FileName = "VM - SBS2011.vmdk.
    scsi0:0. DeviceType = "scsi-disk" hard
    IDE1:0. Present = 'true '.
    IDE1:0.clientDevice = 'TRUE '.
    IDE1:0. DeviceType = "atapi cdrom.
    IDE1:0.startConnected = 'TRUE '.
    floppy0.startConnected = "false".
    floppy0. FileName = "".
    floppy0.clientDevice = 'true '.
    ethernet0. Present = 'true '.
    ethernet0.virtualDev = "e1000e.
    ethernet0.networkName = 'network of the VM.
    ethernet0. AddressType = 'generated '.
    chipset.onlineStandby = "false".
    disc. EnableUUID = 'true '.
    guestOS = "windows8srv-64.
    UUID. Location = "56 4 d fe 63 9 b 1 has c6 - ba b 0, 00 e8 6f 3rd 80 e8 7A.
    UUID. BIOS = "56 4 d fe 63 9 b 1 has c6 - ba b 0, 00 e8 6f 3rd 80 e8 7A.
    VC. UUID = "6th 52 2d 21 82 34 04 - c8 18 19 67 f8 67 c3 a5 4 d.
    Snapshot.action = 'keep '.
    SCHED. CPU.min = '0 '.
    SCHED. CPU. Units = "mhz".
    SCHED. CPU.shares = 'normal '.
    SCHED.mem.min = '0 '.
    SCHED.mem.shares = 'normal '.
    scsi0.pciSlotNumber = "160".
    ethernet0.generatedAddress = "00: 0C: 29: 7 a: e8:80.
    ethernet0.pciSlotNumber = '192 '.
    vmci0.ID = "1048242304".
    vmci0.pciSlotNumber = "32".
    cleanShutdown = 'TRUE '.
    Replay.Supported = "FALSE".
    sched.swap.derivedName = ' / vmfs/volumes/512b5271-cb39b672-c198-001e676870c7/VM-SBS2011-snapshots/VM-SBS2011-6cbed3a5.vswp '.
    Replay.FileName = «»
    scsi0:0. Redo = «»
    pciBridge0.pciSlotNumber = "17".
    pciBridge4.pciSlotNumber = "21".
    pciBridge5.pciSlotNumber = "22".
    pciBridge6.pciSlotNumber = "23".
    pciBridge7.pciSlotNumber = "24".
    scsi0.sasWWID = "50 05 05 63 9 b 1 a 6f c0.
    ethernet0.generatedAddressOffset = '0 '.
    VM. GenID = "5456487432926317901."
    vm.genidX = "901288717606574007".
    hostCPUID.0 = "0000000d756e65476c65746e49656e69".
    hostCPUID.1 = "000206d70020080017bee3ffbfebfbff".
    hostCPUID.80000001 = "0000000000000000000000012c 100800.
    guestCPUID.0 = "0000000d756e65476c65746e49656e69".
    guestCPUID.1 = "000206d700040800969822031fabfbff".
    guestCPUID.80000001 = "00000000000000000000000128100800".
    userCPUID.0 = "0000000d756e65476c65746e49656e69".
    userCPUID.1 = "000206d700200800169822031fabfbff".
    userCPUID.80000001 = "00000000000000000000000128100800".
    evcCompatibilityMode = "FALSE".
    vmotion.checkpointFBSize = "4194304".
    softPowerOff = 'TRUE '.
    tools.syncTime = "FALSE".
    bios.forceSetupOnce = "false".
    IDE1:0. FileName = "".
    bios.bootDelay = "5000".
    snapshot.redoNotWithParent = 'True '.
    unity.wasCapable = "FALSE".
    tools.remindInstall = 'TRUE '.
    workingDir = "/ vmfs/volumes/512b5271-cb39b672-c198-001e676870c7/VM-SBS2011-snapshots".
    fileSearchPath = "/ vmfs/volumes/512b5271-cb39b672-c198-001e676870c7/VM-SBS2011-snapshots;.»
    checkpoint.vmState.readOnly = "FALSE".
    checkpoint.vmState = «»
    scsi0:1.present = 'TRUE '.
    scsi0:1.DeviceType = "scsi-passthru.
    scsi0:1.filename = ' / vmfs/devices/genscsi/naa.5000878000000000 '.
    scsi0:1.allowGuestConnectionControl = "FALSE".
    SCHED.scsi0:0.shares = 'normal '.
    SCHED.scsi0:0.throughputCap = 'off '.
    scsi0:0.mode = "persistent".
    scsi0:2.present = "FALSE".
    sched.swap.hostLocal = "disabled".

    I copied the file-VM in VMWare ESXi 5.5 on another data store (more old HP SAS) server en guess what... it's starting! So for now I'm back in business. It seems that there is something wrong with the original server, because my hard file appears to be damaged otherwise it would not start on my old good spare HP server...

    I still wonder what the hell happened after I replaced the internal drive of hypervisor type USB and installed ESXi 6 on a cool USB. I got in the RAID array. Now, even when I start the server of origin with it's original ESXi 5.1 USB (intact), I got the same error when you try to start the virtual machine. Is thinking there's something wrong with the RAID array but I can access the database on the RAID array and (after you move the content to another VM machine) all files are very well run smooth on the other server. Kill me.

    Any ideas?

  • How can I set up a folder to automatically delete all files after that it was stored there for 30 days

    I want to create a folder so that after thirty days of files placed in there she is deleted and remain only the files that are less than 30 days?

    Thanks to advanced - Vondy

    Create a batchfile with the command shown here modified to suit to the--> http://stackoverflow.com/questions/51054/batch-file-to-delete-files-older-than-n-days

    Place the command batch file in your startup folder. It will run when you start Windows and delete the specified files.

  • My computer has re boots itself after that it was off for about 5 minutes

    Whenever I turn on my pc it has re boots itself after about 5 minutes, the standby icon is not highlighted more either.  Can anyone help?

    Do you mean that when you turn off your PC, it will turn on again automatically?

    I suggest you run a complete scan with:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    So what that it either detects and remove them.

    Also check your BIOS setting, this is one of the keys F (F1... F12), during startup it will say that one is it or you might have a look at your PC guide (it's different in each system depend on the model of BIOS) and check if it is set to start.

  • Why my mousepad of envy going crazy after that, I was online for a while?

    Why my laptop running Windows 8.1 envy TouchSmart seems to have a mouse who becomes crazy after a few minutes online?  Block Web sites and they can only be closed with the Task Manager; get ahead start requires 10 trials, because it keeps flipping from the desktop to the "pretty 8.1 tiles; jumps of magnification of the screen so small I can't read so great, I can't read, and so on.

    I know it sounds like The Madwoman of Information Technology, but this could be due to a virus/malware thing where someone got into my system and has kind of a "flag and funnel" system that sends an alert when I log off?  I just had to put down a computer that had what was called a 'persistent' pest that cannot be removed with conventional methods of nuke-and-burn.   (Not the partition recovery, but DBAN and other).

    I just had this happen two times this morning, and both times she was corrected by unplugging and restarting my router.

    Is there a way I can just install Windows 7 on a different partition?  Is there another way I can solve this problem more effectively by disconnect and reconnect to the network?  Is - this somehow related to the previous post from this morning, 'Why HP Recovery Manager starts by Rebecca.exe?'

    Thanks to all who responded here.

    Hey ElizaDoolittle8,

    Thanks for the test for me.

    When you say better that you mean that the problem does not occur with the mouse, or less often?

    If this always happens with a mouse looking for problem software or Windows. If this does not happen with a mouse, looking at a hardware or driver problem.

    You can try to reinstall drivers touchpad with the following link to troubleshoot driver: Driver of the Synaptics TouchPad.

    If this is a new issue and it was working properly before you can also try a system restore. What result would be no Windows, updates driver updates or installs software that may cause the problem. It will not affect your personal files. You can see how to do this here: How to refresh, reset, or restore your PC.

    Let me know if it helps.

  • Windows still ask for activation after that laptop was RMA would be

    My laptop has been recently would be RMA and they replaced the motherboard, keyboard and VGA card. Shortly after receiving this return, Windows began to ask for an activation code. Unfortunately, I didn't write mine down, and the sticker is now faded and illegible. I sent my new laptop because that's what the OEM has asked that I do and they replaced my HARD drive and installed Vista fresh. It does not solve the problem at all.

    Without my original activation code, I don't think I can reactivate Windows. Is there anyway to recover my product key or how to contact Microsoft to get a new one? Because it seems that through my OEM drives me nowhere as they want me to RMA again.

    If your Vista operating system was running, and enabled, we could have helped you recover your product key.
    Unfortunately, this does not apply.

    I'm sorry, but we cannot help you, you don't have a legible label on your laptop...

    It is the responsibility of the OEM to support you.

    See you soon.

    Mick Murphy - Microsoft partner

  • Buttons no longer plays in the preview or on a disc after that adjustment was made in the video settings.

    Hello people,

    I'm working on some projects in Encore CS6 (Win7 64 bit) and using video buttons in menus smoothly so far.

    Recently, I found that my 'media Cache files"took my C: drive (which is an SSD and not FAT) and I've changed that in the options.

    Edition-> Preferences-> media-> I moved to the default location (c) "media Cache files" and the "Media Cache database" for a larger drive.

    Since then, my video buttons (those who have the video play in them during a menu) no longer work in preview in the preview option again or when I burn the project to a DVD.  The buttons are present and only display the first frame of the video to which they are linked.

    I checked the old projects and found that the video buttons still preview correctly. However if I added new video buttons from past projects, all the buttons video stopped play/preview video on them.

    In pursuing a reason for this, it seems that still use the new location of cache of media very well, the records are filled with files on my new projects.

    I couldn't find anything on the net about it.  I do not want to reinstall, I think that I have to uninstall first down again, and I have too many projects underway right now for that.  (I don't have the room on the C: drive to continue to have the files in cache there, and further, I bought other drives for that sort of thing.)

    ALL thoughts are welcome, thank you for your time.

    Jer

    Looks like you forgot to click on the option 'animate buttons' in the menu properties, motion tab. I would have guessed you did not make the menu, but in the generation of an image/disc, it handles the rendering of the menu.

  • VM doesn't have a vmotion after that host was isolated.

    Hello world!

    We have recovered from it, but had to manually!

    One of our hosts running 4.1 became isolated, because vsphere always showed the host, but we could not even place the host mode now as most of the features are grayed out. Host showed as disconnected in vsphere. clicking on CONNECT has not set the it. Reboot the host, the host came back with an error «file missing startup...» ", and we had to use the REPAIR cd to get it restored.

    My question is, why didn't all of vmotion of our VM for the other two hosts when this host became isolated?

    HA is enabled,

    VMware HA is checked to activate the tracking host.

    Admission control is enabled

    Admission control policy is set: chess host tolerates the value: 1

    Virtual Machine options are: cluster parameters: vm restart priority: are AVERAGE and response of isolation the host is set to Power Off.

    Monitoring of the VM is: VM monitoring only and the sensitivity is set to MEDIUM.

    We use Vsphere Essentials Plus 4.1 on 3 HP DL 365 G5 hosts and an EMC Clariion SAN.

    Thank you!

    Peter

    Your DNS server on the host that is down?  I had a simiar situation where both of my primary and secondary DNS servers have been on the host that is down.  vCenter eventially lost communication with guests because he could not resolve names.  Restart the host did not work because they were stopping the process of HA. vCenter could not restart on the other hosts because of the DNS problem.  I had to open a web console on the first host to start the DNS servers manually.

    I now have a rule of DRS Setup so that my DNS servers cannot be on the same host.  I also put the names of all my hosts in the host file on my server vCenter.

  • Adding url accommodation after that folio was published

    Hi all

    We have already published our DPS newsstand folio, date I've activated the web content viewer in account settings. At the time of installation, our team were not able to create a url for that will be the host, so I went without one.

    We will now add a url hosting - my question is, once added, I need to resubmit the application, update the folio - or none of the above? (or maybe there not another I have to take?)

    Any notice received with gratitude.

    Have a good weekend everyone :-)

    SK

    No, you don't need to resubmit the app. changes in the tool Admin account take effect automatically in a few minutes.

    Only use the hosting URL when you create a web viewer built-in.

  • I am trying to log intoi Facebook after that I was hacked, modified past did scan antivirus and I'm locked out

    I was on facebook and it was hacked. I have notified facebook and deleted everything remember passwords in the system and ran the anti-virus. Since then I have been unable to connect on facebook. Is this a problem with firefox or with Trombinoscope itself? When I try to log in using firefox I me www.facebook..com/checkpoint and goes no further. I changed my password and still can't get into fb.

    Looks like a problem with facebook, please contact them to recover your account.

  • My newsletters stopped arriving after that I was leaving the network to work for two months. How do I start again?

    I took leave my network at work because I was sick for two months, I'm back now, and I find that I do not receive my subscription newsletters.  How to resume again?

    Ask people at work!

  • Computer won't start after that update was interrupted

    Ive got this HP laptop for 1 or 2 years now and I have been updated and without doing so on the slots, I closed the laptop and now when I try to start it I'm stuck on the loading screen and when I do the startup repair it stays on a blank blue screen what to do?

    Without a good DVD of Vista and not be able to enter the Mode without failure, or do a startup repair, we cannot have more options.

    You will need to contact the computer manufacturer and ask them how to access/use the recovery Partition on your hard drive, or ask them to send a set of recovery Vista disc/s.

    See if a manual provided with the computer or go to the manufacturer's website, email or you can call for information on how to make a recovery.

    Each manufacturer has their own way of doing a recovery to factory standards.

    See you soon. Mick Murphy - Microsoft partner

Maybe you are looking for

  • digital filter 4474

    I use a card PCI-4474 sampling rate maximum of 102400 Hz One of the 4 analog inputs is TTL signal for the timestamp: see exhibit attached with the number the horizontal sample [#] and vertical supply voltage [V]. The swing before the front, it seems

  • I can't install service pack 3 for Win XP because my computer says that I am not allowed - see my administrator.

    I'm starting to load sp 3 and she's going through the installation but, by the end, a box appears that says that I'm not allowed and see my administrator.  It is a single computer; I sign as administrator (I even tried signature the administrator mod

  • TAF application in an environment of high availability

    Hello all,.after service is defined:Service name: SERVICE1_TAFThe service is activatedServer pool: SERVICE1_TAFCardinality: 1Disconnect: falseThe service role: PRIMARYManagement policy: AUTOMATICDTC transaction: falseNotifications of AQ HA: fakeFailo

  • Unable to connect to the site after changing the hard drive

    The old hard drive on my Macbook Pro late 2011 crashed and had to be replaced.  I did a complete transfer of Time Machine and reinstalled the original system, OS Lion 10.7.5.  The only program that does not work is Dreamweaver (CS5.5).  When I try to

  • Behavior of the radial tool?

    With the mask of slot voltage and low pen, the radial tool to create a circular area.Then use the radial brush low pen tool to brush on inside the circular area outside.It should look like this.Change the setting of the watch they are related.Now we