Start VM failed: Domain CCCCCCCC already exists with ID NNN

Hi,
I try to start an Oracle VM (currently stopped), the job related to the start action fails and the VM is not started.
The job log is:
Message:  OVMAPI_6000E Internal Error: OVMAPI_5001E Job: 1427440127270/Start Vm: ora-aa-u004/Start Vm: ora-aa-u004, failed. Job Failure Event: 1427440128820/Server Async Command Failed/OVMEVT_00C014D_001 Async command failed on server: ovms-aa-us001.mgmt.mydom.com. Object: ora-aa-u004, PID: 32049, Server error: Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000b3397000b8916714/VirtualMachines/0004fb0000060000b17c866636533d63/vm.cfg'] failed (1): stderr: Error: Domain '0004fb0000060000b17c866636533d63' already exists with ID '199' stdout: Using config file "/OVS/Repositories/0004fb0000030000b3397000b8916714/VirtualMachines/0004fb0000060000b17c866636533d63/vm.cfg". , on server: ovms-aa-us001.mgmt.mydom.com, associated with object: 0004fb0000060000b17c866636533d63 [Fri Mar 27 08:08:48 CET 2015] [Fri Mar 27 08:08:59 CET 2015]
Previously I tried to migrate it to another Server of the same pool, the migration Job was successful, the VM resulted running, but actually it was cycling rebooting itself every minutes, after a few steps of the booting process. So I killed it (stopped it) and migrate it back (while in a stopping state) to the original server. When I start it on the original Server, I get the error above.
Please note that "xm list" on the Server doesn't show that this VM 0004fb0000060000b17c866636533d63 is running, nor that any VM with ID 199 is running.
Any suggestion? Thanks
Oscar

I don't think that advsiing to change the UUID inside the vm.cfg file is too beneficial. It might solve the immediate problem, but it won't make the "ghost" dom go away, which will need a OVMS boot to get rid off.
Further more it seems like Oracle has fixed this issue and will likely roll the patch out in an upcoming update to xen. Users who have OVM under CSI can request a patch mentioning this BUG: 20687187
I just received that patch and I will try that out tonight.
Cheers,
budy

Similar Messages

  • Domain Name already exists

    When trying to add the domain name *mcpctv.com* so I can launch my website as CCF Consulting for the register, in Business Catalyst, this happens ***error: domain name already exists, please delete any records of previous domain.*** There are no other records...... So how can I put in the Domain name so I can luanch my website?

    hi Guys,
    need to create a mailbox for a tennant "service" but get this error
    This display name already exists. Please use a different display name
    any idea ?
    We have come across the same issue with the Service@ email account under tennant mode.and we've tried it under multiple domain names that we host..with the same resulting "display name already exists" error.
    The Suggestions above by Fiona do not work, and yield :
    [PS] C:\Windows\system32>Get-user -id service |FL
    The operation couldn't be performed because object 'service' couldn't be found on '<AD Domain Controller>'.
        + CategoryInfo          : NotSpecified: (:) [Get-Mailbox], ManagementObjectNotFoundException
        + FullyQualifiedErrorId : FC39465B,Microsoft.Exchange.Management.RecipientTasks.GetMailbox
    Yet... if we create another user and add Service@ as an alias it works .. we just cant create it as a primary user name.
    Steve

  • Error: Domain name already exist

    I have got the dreaded Domain name already exist error. So I need to have support to clear the server cache.
    I have raised a ticket: Request #120826 for about 5 hours ago!
    There is no live chat online.
    For my users/visitors it is the best time to do this over the weekend. But probably not the best time if you need support... :-(
    Soon i have to point back my DNS to the old site...
    Regards,
    Göran

    Hi GS1234
    Our Business catalyst technical support team is available on chats and cases 24*5 during weekdays . On weekends support remains closed.
    However, for any emergency/urgent issue,  you may file an emergency ticket with us, by checking the emergency option while you create a ticket as shown : http://prntscr.com/5fc55m  

  • Error when creating a user - IAM-3010183 : An error occurred while checking if a user already exists with the Common Name generated.

    Error when creating a user - IAM-3010183 : An error occurred while checking if a user already exists with the Common Name generated.

    in OIM 11g R2
    Message was edited by: 2b3c0737-074f-48d0-a760-e24e3ed9a37c

  • HT4993 I want to have Pandora on my iphone. When I put in the information, the Pandora App says: "An accounts already exists with that e-mail address.

    I'm trying to set up my Pandora App on my IPhone 4S.  When I register it says:  "An account already exists with that e-mail address"  That is because it is set up also on my computer.  It doesn't tell me what to do otherwise.  I don't like using all different e-mails.

    Use the same email and password as on your computer. Don't try to set up a new account. I use Pandora on my computer, both phones and my iPad.

  • Ora-31684: Object type already exists with TABLE_EXISTS_ACTION=REPLACE

    I want to export using expdp my procedures / functions /packages and triggers from a dev system use impdp to import the new versions into a test system
    However, I just get ora-31684: Object type PACKAGE_BODY already exists all the time
    I have set TABLE_EXISTS_ACTION=REPLACE but that has made no difference
    expdp username/xxxxx@devdb parfile=scripts/cloud_code.par
    cloud_code.par:
    SCHEMAS=aspasia
    DIRECTORY=cloud_upg
    DUMPFILE=cloud_code.dmp
    LOGFILE=cloud_codeexp.log
    INCLUDE=procedure
    INCLUDE=function
    INCLUDE=package
    INCLUDE=trigger
    # INCLUDE=index
    # INCLUDE=sequence
    # INCLUDE=synonym
    JOB_NAME=CLOUD_CODE
    impdp username/xxxxx@testdb SCHEMAS=aspasia DIRECTORY=cloud_upg DUMPFILE=cloud_code.dmp LOGFILE=cloud_codeimp.log TABLE_EXISTS_ACTION=REPLACE
    sample from the logfile:
    Import: Release 11.2.0.1.0 - Production on Mon Jan 16 10:53:43 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Master table "ASPASIA"."SYS_IMPORT_SCHEMA_01" successfully loaded/unloaded
    Starting "ASPASIA"."SYS_IMPORT_SCHEMA_01": username/********@testdb SCHEMAS=aspasia DIRECTORY=cloud_upg DUMPFILE=cloud_code.dmp LOGFILE=cloud_codeimp.log TABLE_EXISTS_ACTION=REPLACE
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SERVICE_LEVELS_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SERVICE_LEVEL_OPT_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SERV_LEV_CHRG_SETUP_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SHEET_SETUP_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SHEET_SETUP_FORM_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SITES_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SITES_FORM_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SITES_UTL_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SITE_EMP_VIEWINGS_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SPA_GMAIL" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SPA_OAUTH" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SUMMARY_PDF_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SUPPLIERS_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SUPPLIER_FORM_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SUPPLIER_UTL_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SYSTEM_IMAGES_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."TASKS_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."TENANCY_REPORTS_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."TENANTS_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."TEXT_MESSAGING_K" already exists
    I've searched the forums and can't seem to find a solution as everyone just recommends TABLE_EXISTS_ACTION=REPLACE
    I have also tried adding INCLUDE=PACKAGE_BODY to the impdb command but that still gives the same result and none of my packages have been updated
    Thanks
    Robert

    Thanks for your reply, that would explain why it doesn't work :)
    I am trying to update the test databases code with all the code from the development system (serveral hundred objects) ... I can just genereate and run a "drop <object_type> <object_name>" from user_objects on the test database first .... or just create scripts from user_source .... but it would be easier (and save a little time) just to export and import in one go

  • "execute aggregation process" fails if views already exist?

    After loading data with the following command...
    import database $5.$6 data
    from load_buffer with buffer_id 1
    add values create slice;
    I am attempting to generate aggregated views using the following command...
    execute aggregate process
    on database $app_name.$db_name
    stopping when total_size exceeds 1.5
    enable alternate_rollups;
    This command fails if I already have a set of views on the database. I was hoping that this command would be able to add to the existing set of aggregated views realizing that there were no views set up for the new slice that was just generated.
    Is there a way (with MAXL) to build aggregated views on a database that only creates views for a new slice without going through the process of defining my own views?
    Thanks...
    Bill

    The views are automatically updated when you create the new slice, no further processing is required.
    From the DBAG:
    You can incrementally commit the data load buffer to an aggregate storage database to create a slice. After loading the new slice into the database, Essbase creates all necessary views on the slice (such as aggregate views) before the new data is visible to queries.

  • You cannot add a job with a duplicate name, as a web service already exists with name ... please rename the job and try again

    We are attempting to add a web service job and getting a duplicate name issue.  I believe we have a caching issue where this job name may already exist but we are unable to see it on the web services status page.
    Is there a data services repository database table where I can find these web services jobs listed and clean it up from the backend?

    There is no option there that shows me if it is being used as a web service.  Here is my issue with some screen shots.
    I look at my current web service enabled jobs looking for B_JOB_CP_MDR_to_GW_EMP but it is not in the list.
    I attempt to add it from repository DWXDS9
    It throws an error and tells me there is already a web service with this name...
    Now there has got to be an internal data services table somewhere that has this job listed as a web service.  I am just trying to figure out what that table may be to determine if we can do some type of cleanup on it so we can add this job again as a web service (so it is visible to us).

  • Packing into a HU which already exists with an IDOC

    Hi,
    I am using DELVRY03 with SHPCON idocs.
    I can pack into new HU's using E1EDL37/E1EDL44.
    But when I try to pack into a pre-existing, empty HU, it fails as it is trying to create the HU. Anybody do this?
    Thanks

    anyone?

  • Why does appimp fail with "id already exists?"

    After upgrading to a recent release of Portal on 8i, we have to use the appexp utility to export Portal objects. We exported an entire application and then dropped it. When we try to run appimp to put it back we get errors that objects will fail because "ID already exists". We found note 168309.1 on Metalink but it didn't give us a fix. Has anybody else encountered this and maybe found a solution?
    Thanks in advance
    Ron

    This may be happenning due to some residual data in the wwv_modules$ table pertaining to the application you want to export. Delete the residual data and the try re-importing.

  • Context-Root already exists in a deployed object

    I have deployed an EAR project which includes a web module and an EJB module. Now when I right click on any jsp/html file inside my web module (in studio enterprise) to run the file, I get an error stating "Deploying application in domain failed; Context-Root already exists in a deployed object". It appears to be trying to deploy the web module as a stand alone module, but cant because the context root already exists in the EAR deployment. If I run the page from the broswer by typing in the proper URL, it works fine since it is not trying to redeploy.
    If my assumption is true, why is it trying to re deploy as a stand alone module? What can I do to prevent this from happening?
    Thanks!

    - The ide, by default, performs the compile-deploy-run cycle when 'run' is selected. If you move to the 'Files' tab in the project window and expand nbproject|build-impl.xml file, you will see the ant targets used by the build system. Select 'run', right-click and select open; you will see 'run' target depends on run-deploy.
    There are targets available that act on single files, namely compile-single and debug-single that you can try on single files.
    You can also try copying the 'run' target to something like 'my-run' and remove the dependency on run-deploy. The you could select 'my-run' and select 'run-target' right-click menu item.
    In general though, such workarounds are tricky. It is likely i am not understanding the issue here or perhaps it is a bug in the ide or even that ide cannot allow running without redeploy for valid reasons...
    - JSE8.1 is based on NetBeans 5.0.
    Ref: http://forum.java.sun.com/thread.jspa?threadID=5113472
    For J2EE programming, www.netbeans.org site provides a lot of info that are also applicable for jse.
    Docs: http://www.netbeans.org/kb/index.html
    There are several mailing lists, http://www.netbeans.org/community/lists/top.html#top, and some of them dedicated to j2ee. You may want to subscribe to some of these; several j2ee experts are on these mailing lists.

  • LSMW using IDoc Method *Error :No partner exists with the name '', type ''*

    Hi All,
    I am a newbie. I am trying LSMW using IDoc Method.
    I got an error when i executed Start IDoc Generation step: No partner exists with the name '', type ''
    Could anyone tell what wrong I might have done,
    Thank you,
    Shiv Ram

    Hi,
    You have to setup your IDoc configuration in LSMW:
    1) Enter the menu \Settings\IDoc Inbound Processing
    2) Create a FILE port by clicking "Maintain Ports"
    3) Create a logical system (LS) partner number by clicking "Maintain Partner Numbers"
    4) Be sure your partner profile that you create is "Active" by clicking "Classification"
    5) In the end click "Activate IDoc Inbound Processing" bottom.
    Run your LSMW again. This time it shoud run wothout any problem.
    Hope it helps.
    Chang

  • Central Person already exists

    Hi Experts,
    I am Using ECS,SRM4.0.
    I have one problem when I am assigning one user thru <Users_Gen>
    from already SU01 list and all
    at the end I am getting one error msg like
    Central Person for this user already exists with E BBPU_MESSAGES 042 & because of this error I can not map this user again in the SRM Org Structure.
    I think this user was earlier in the system and then asssignment was deleted for this user. now again user creation time it is showing this error.
    Pls let me know the how to solve this issue.
    Brgds/Gopesh

    Hi
    <b><u>Inorder to create contact person for (business partner), either delete the existing contact person
    Use the transaction - BBPMAININT in SRM system.</u></b>
    <b>EBP users are an integral part of the organizational plan and they belong to a certain organization and have to have a position, a business partner ID, a central person and a SU01 - User ID in the SRM System.</b>
    <u>Also, refer to the transaction - CRM_OM_BP_INTEGRATE transaction to check the consistency of the Business partner and the contact person.</u>
    Hope this will help.
    Please rewards suitable points.
    Regards
    - Atul

  • Messages fail in PI with error "Message ID already exists in database"

    Hi Guru's,
    The scenario is from FILE->PI->MDM .
    Few messages fail in PI with the error Message ID 415a6324-dd3d-11e3-94e0-00000613e84e already exists in database .
    I have already seen the SAP NOTE : 1361305 , My doubt is if this error is any way related to MDM side issue or anything else.
    Please help me out .
    Attached the full trace in PI :
    MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.ra.cci.XIAdapterException: System error: Message ID 415a6324-dd3d-11e3-94e0-00000613e84e already exists in database: com.sap.sql.exception.OpenSQLIntegrityConstraintViolationException: ORA-00001: unique constraint (SAPSR3DB.I_XI_ID_MAP_ID1) violated OpenSQLExceptionCategories: [NON_TRANSIENT, INTEGRITY_CONSTRAINT_VIOLATION]

    Hi Gowtham,
    Can you check once whether message gets failed after it is automatically restarted.
    Check traces for each defined pipeline.
    I think, at first message got failed due to some reason (i forgot the reason for my case) and when it automatically restart it fails saying message id already exist. Check the root cause why it failed for the first time.
    Also check with basis team on tablespace issue.
    Regards
    Jitender

  • How to deal with "Error 1001. The specified service already exists" when install a service using installer package?

    Hi everybody,
    I wrote a "Class Library" project which is a service using Visual Stodio 2008 recently, then tried to use a Visual Studio 2008
    Setup Project to install it.
    Here is what I did for the "Class Library":
    1. Finish the program.cs, Service.cs
    2. Add Installer
    3. Change the serviceInstaller so that "StartType" to be Aotumatic
    4. Change the ServiceProcessInstaller2 so that "Account" to be LocalSystem
    5.
    6. Click in F5 (Start Debugging)
    Here is what I did for the Setup Project:
    1. Add the exe file built from the "Class Library" project to the Application Folder
    2. On the Custom Action Editor, add the exe file from 1 to Install and Commit
    3. Change the property of the project so that "RemovePreviousVersion" to be true
    4. Click on F6(Build Solution)
    Then I tried to run the msi file from the built of the Setup Project. Because I modified the two projects serveral times, I uninstalled the Class Library using "Control Panel->Add or Remove Programs" before I reinstall. Two things I notived:
    1. After unstall, the registry was not cleaned up about the installed program
    2. After several rounds install/uninstall, I got "Error 1001. The specified service already exists"
    My questions are:
    1. How to cleanup the registry when uninstall a program?
    2. How to deal with the "Error 1001. The specified service already exists"?
    3. Did I do anytbing wrong with the "Class Library" or the "Setup Project"?
    Thanks a lot!
    Helen

    Hi Simon, not a problem!
    I spent some more time on this and here are few more notes:
    it is called Major Upgrade, when you are installing new version of the product upon a previous one and
    MSI supports 2 strategies:
    Strategy 1. Install a new version and uninstall previous one. (Install a new version right upon previously installed version (file merging is performed based on dll version number) and the delete previously
    installed files)
    Strategy 2. Uninstall previous version and install a new one (Delete all previous files and install from scratch new files.)
    From the first look it seems that 1st strategy is weird and buggy. But, remember, MSI is great because it's transactional!!! That means that if once some of the phases (Installation, Uninstallation, Rollback, Comit) fails, your machine
    will be reverted to the previous state and it'll be still functional. 
    Let's consider both strategies:
    Consider you have installed product_v1.msi and you want to install product_v2.msi.
    Strategy 1
    1. MSI engine copies files from Product_v1 directory to TEMP directory
    2. MSI engine merges files based on the assembly version (between v1 and v2)
    3. Once merging is completed successfully it removes files in TEMP (RemoveExistingProducts  action triggers it) and you got product_v2 installed, otherwise if it fails MSI engine revert machine to V1 and copies previous files from TEMP.
    Strategy 2
    1. MSI engine tottaly removes all files from v1.
    2. MSI engine installs v2 files and if something goes wrong you cannot revert back, because RemoveExistingProducts  allready worked out and MSI doesn't have files to revert machine back
    I recommend to everybody to use Strategy 1 and leverage MSI transaction functionality. And you can set this strategies by defining sequence of RemoveExistingProducts action. See more info
    here.  So, I think it's not even a bug in VS as I said in the upper post it is default recommened behaviour.
    AND, you got "Error 1001. The specified service already exists"
    because if we follow Strategy 1 MSI engine tries to install Windows Service on top of the existing service and OF COURSE it fails MSI engine (StopServices, DeleteServices actions are executed before actual
    installation and  they look at ServiceControl table). In order to stop service first and delete them you have to fill ServiceContol table of the MSI (and then StopServices, DeleteServices actions will recognize what to they have to stop
    and delete), like this:
    *clip*clip*clip*
    ' see http://msdn.microsoft.com/en-us/library/windows/desktop/aa371634(v=vs.85).aspx for more info
    ' Update the Service Entry to stop and delete service while uninstalling
    query = "INSERT INTO ServiceControl (ServiceControl, Name, Event, Arguments, Wait, Component_) VALUES ('MAD_Service', 'Service name', '160', '', '1', '"
    + componentName + "')"
    Set view = database.OpenView(query)
    : CheckError
    view.Execute : CheckError
    ' Update the Service Entry to stop and delete service while installing
    query = "INSERT INTO ServiceControl (ServiceControl, Name, Event, Arguments, Wait, Component_) VALUES ('MAD2_Service', 'Service name', '10', '', '1', '"
    + componentName + "')"
    Set view = database.OpenView(query)
    : CheckError
    view.Execute : CheckError
    *clip*clip*clip*
    We can uninstall service first by following Strategy 2, but then we lose transactional support.
    So, Simon did I encourage you to change your code a bit?:)
    And, btw, if you don't want to change the strategy, please don't rely on SequenceID in MSI table, it can be change, you have to get the at the runtime.
    Hope it will help to everybody!
    See also more advanced explanation of how MSI works
    here.
    Truly yours, Marat

Maybe you are looking for

  • How to format external drive as MS-DOS (FAT)

    How do I format the external drive as MS-DOS (FAT)? I followed the instructions and have Disk Utility open for the external drive. Then > Erase > changed format from Mac OS to ExFAT and did the same with the RAID tab.  But this does not change the Fo

  • Mac OS X Lion Server - Clean Installation

    I do have a Mac mini server with OS X Snow Leopard Server. I would like to go to Lion Server but I don't want to use the default installation method. I understood, that Lion Server usually is no operating system but an App, which is to be installed b

  • Exiting a server loop

    hi guys, does anyone know the correct way to exit a server loop, at the moment i have .... while(!SrvInput.getEndProgStatus()){           sk = skt.accept(); System.out.println("Accepting new client connection"); serverThread st = new serverThread(sk,

  • GRC 10 Guest Users - how to configure ARQ?

    I've been trying to find a solution to this and am not clear if End User Login is the answer or not. I want to set up GRC 10/10.1 so that users who don't have an account can request access for a new account.  In GRC 5.3, it was possible to direct the

  • Url mistake

    Hi.in the page with this URL: https://www.mart.com/eManager/index.cfm?leftPanel=6 I have created this form: <form action="index.cfm?leftPanel=#url.leftPanel#&rightPanel=100" method="post"> and I declare them in rightpanel\index.cfm like this: <CFELSE