vRealize Orchestrator - ovfManager.parseDescriptor return error

Hello

I intend to write a script in vRealize Orchestrator to import an OVF. For this, I started with the script and wrote up to present this and it works to take one step at a time. But I get the error message "TypeError: cannot call the method"parseDescriptor' null ' for the parseDecriptor function "I added System.log (ovfD) to print the happy POC check and it prints.» So still I don't know why he gives me this. Am I missing something here?

var ovfmanager = host.sdkConnection.ovfManager ();

var descriptorSpec = new VcOvfParseDescriptorParams();

descriptorSpec.locale = ";

descriptorSpec.deploymentOption = ";

tempDir var = System.getTempDirectory ();

fileReader var = new FileReader (tempDir + ' / ss.ovf');

fileReader.open ();

var ovfDescriptor = fileReader.readAll ();

var ovfD = String (ovfDescriptor);

ovfD = ovfD.trim ();

fileReader.close ();

System.log (ovfD);

var ovfInfo = ovfmanager.parseDescriptor (ovfD, descriptorSpec);

On the first line, you try to run an ovfManager() method, but this is not a method; It is a property.

The first line must therefore

var ovfmanager = host.sdkConnection.ovfManager;

Tags: VMware

Similar Questions

  • Issue by the way CHIEF: ChefHost Chief Workflow parameter in vRealize Orchestrator API

    I have an environment with vRealize Orchestrator with CHIEF plugin installed. I want to call the API to initiate a workflow LEADER in vRealize Orchestrator.

    I want to call the workflow MANAGER Add New Role . The input parameters for this workflow are

    <input-parameters> 
         <parameter description="Chef Server" type="CHEF:ChefHost" name="host"/> 
         <parameter description="Name of new role" type="string" name="role"/> 
         <parameter description="(Optional) Description of new role" type="string" name="description"/> 
    </input-parameters>
    

    The format for sending the parameters of the form type="string" is

    In JSON

             

    {
         "value":{"string":{"value": "role name"}},
         "type": "string",
         "name": "role"
    }
    

    In XML

    <execution-context xmlns="http://www.vmware.com/vco">
      <parameters>
           <parameter name="role" type="string">
                <string>Role Name</string>
           </parameter>
      </parameters>
    </execution-context>

             

    The problem, I do face is with the parameter type="CHEF:ChefHost" . I can't get the correct syntax for the shipment of type = "CHIEF: ChefHost '. During the test with the factor, I always get a 400 error with descriptionThe request sent by the client was syntactically incorrect.

    Is there a document that shows how to create a CHEF:ChefHost type?

    PS: I asked this question in http://stackoverflow.com/questions/37405901/issue-in-passing-chefchefhost-parameter-for-chef-workflow-in-vrealize-orches...

    Because I don't have an answer of SO, I ask you here.

    Chief Guest, as any other plugin object are passed as objects sdk-object are identified uniquely by their type and the id attributes. Here's how the body of the request should look like:

    in XML:

    
        
            
                
            
        
    
    

    in JSON:

    {
      "parameters" : [
        {"value":{"sdk-object":{"type":"Chef:Host","id":"b0c408c4-1d85-4a97-9314-727552fd5a39"}},"type":"Chef:Host","name":"host"}
      ]
    }
    

    You need to replace the id attribute in applications above with the current host id. To find the real ID of your host, you can query vRO catalog REST API - /GET https://{vro-host-or-ip}:8281/vco/api/catalog/Chef/Host

    In the returned response, find your host data, get the value of the dunesId attribute (must be a GUID string) and use it as a value for the id attribute in applications above.

  • Impossible to connect to new vRealize Orchestrator install

    Hey all, I installed vRealize Orchestrator and has not been able to enter the correct credentials. I tried using the root login and password during installation, I created and I tried to use my credentials for vCenter (format username@domain both user domain\username) but no joy. I get the "" connection failed: incompatibility of the username/password or account temporarily blocked after too many failed attempts "error message." I think I've tried four times; How many times are too many failed attempts?  I checked in vCenter and my vCenter admin account was listed under > manage > permissions for vRealize. I was skeptical that I had incorrectly entered the root password but I thought I would give it another try so I did a nuke and repopulate and tried again. No, I still can't with the credentials that I created or my credentials for vCenter. "Installation and Configuration Guide" is not much help here.

    I'm trying to install VMware-vRealizeOrchestrator-Unit - 6.0.4.0 - 3619080_OVF10.ova in VMware vCenter 6 Standard. Am I missing a step somewhere that will help me to access and configure my vRealize Orchestrator?

    Thank you

    Joe B

    Hey Joe,

    Where exactly you are trying to connect with the root account? Client Java vRO, or in the vRO Web Configurator, or elsewhere?

    By default, vRO is configured with LDAP authentication, integrated, to connect with the vRO Java client, you will need to use some of the embedded LDAP user accounts (IE. ( vcoadmin). For the Web Configurator, I think the default user name is vmware. The root account is if you want the SSH connection at the vRO device.

  • vRealize Orchestrator stock adapter for vCops

    I wanted to reach out and see if someone of you all use the vRealize Orchestrator stock adapter for the vRO living vCops and vCops.  vRO 6.0.3 works out of the box with this solution, but I am fighting to get vRO7 to work and are passed to the 'cannot find getvcuuid workflow, full authentication required.

    Any person using this solution with vRO7 and if so how did you fact to work?

    Thank you

    Steve

    Hi Steve,.

    I'm not using this card, but I've seen similar errors on full authentication is required in environments where:

    • vRO is configured with LDAP authentication not; That is to say. SSO or vIDM
    • the client code attempts to call the vRO REST API using Basic authentication via user/password name.

    If your setting of the vRO 7 corresponds to these conditions, pourriez you open the /etc/vco/app-server/vmo.properties file and check if there is a property named com.vmware.o11n.sso.basic - authentication.enabled? This property is required for basic authentication work on SSO/vIDM

    So, if your do not have this property, could you add the following line to the /etc/vco/app-server/vmo.properties file, restart the server from vRO (vco-Server service restart) and check if the adapter works now?

    com.vmware.o11n.sso.basic-authentication.enabled=true
    
  • vRealize 7 - NSX Automation deployments fail due to problems of certificate with vRealize Orchestrator

    Hello community,

    After you have installed the latest version of vRA, vRO, and NSX I run questions when you apply components that use components of the NSX. First of all: details of the version:

    -vRA: 7.0.0 (build 3292778)

    -vRO: 7.0.0.16989 (build 331003)

    -NSX: 6.2.1 (build 3300239)

    vRO plugin versions are delivered with the vRO version listed above with the exception of the plugin NSX, which has been updated to the latest version (1.0.3 published on 17.12.15).

    In the configured tenant vRO is configured as endpoint. I can check the data collection is running and working. I can see the plugin NSX for vRO runs the workflow 'create endpoint NSX' from time to time using the configured user of vRA VRO.

    In the configured tenant vRO is thus configured as server default for ASD vRO. Connection test is successful. When you save the config I'm prompted to approve the vRO certificate, which I confirm. Note that the thumbprint specified matches the footprint of the vRO certificate that I get during the visit of the vRO system on https://vro:8281. I am able to navigate the vRO vRA designer workflows, therefore: connection seems established.

    Within vRO the vRA COFFEE and plug-ins IAAS have been saved successfully. I am able to browse the inventory of plugin for both plugins.

    To solve the problem, I created a new unified plan within the design section of vRA with the following configuration:

    -Transport box: my area of transport configured NSX (checked: manual creation on this area using NSX works very well)

    -Routed res pol. Bridge: my reference for the dash cluster to use Pol

    -The only component dragged to canvas is a 'network and safety'-> 'On-Demand NAT Network' that uses a profile preset 1-to-many network as is "Parent network profile" without manual modification.

    -Note that, although there is a plan very simple example to illustrate the problem, it happens with any model that I have set up if any component is confgured requiring the NSX plugin for vRO.

    "Whenever I ask this plan, the request fails with the error message:" ","application [fa1e0689-0d06-4308-a914-e498c0d1fd99]: 404 not found "

    Looking in vCenter, NSX and vRO I can check that nothing is really trigged when you ask for the action plan.

    Consider the vRA /storage/log/vmware/vcac/catalina.log becomes very visible:

    com.vmware.vcac.iaas.vco.network.helper.VcoEndpointSelector.isEndpointAlive:88 -
    vRealize Orchestrator endpoint with url [https://s00-vro.my.domain:8281/vco] is not alive. 
    Exception message:> [Host name 's00-vro.my.domain' does not match the certificate subject provided by the peer (CN=s00-vro.my.domain, OU=VMware, O=My Company, C=DE)]
    
    com.vmware.vcac.iaas.vco.network.helper.VcoEndpointSelector.getFirstAliveEndpointByPriority:200
    - vRealize Orchestrator endpoint [https://s00-vro.my.domain:8281/vco] with priority 1 is not alive. Skipping.
    
    org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolv
    er.logException:189 - Handler execution resulted in exception: Endpoint not found. There are no vRealize Orchestrator endpoints that are alive.
    
    com.vmware.vcac.platform.service.rest.resolver.ApplicationExceptionHandler.handleHttpStatusCodeException:673 - 404 Not Found
    org.springframework.web.client.HttpClientErrorException: 404 Not Found
    ...
    ...
    ...
    
    

    Please note that I double checked the certificate. This is a self-signed certificate created using the 7.0 vRO new control panel, the one I get when you go to https://vro:8281. It is valid and the object (issed to CN) matches perfectly the hostname entered the ASD and endpoint configuration in the vRA. It is separable and time on all components of the server is in sync with the use NTP.

    Now, I even re-generated certificate and re-registered and rebooted all the components, but while I can see that the certificate has been updated all components I always get the same question.

    Never had this problem with the previous version of the NSX / vRA / vRO. I checked the documentation if nothing has changed here, but did not find what I'm doing wrong. Anythimg I'm missing here? Any bug?

    OK, this seems to be the issue. So put atleast to previous day since version ofvRO (cannot check if it's true for charges vRO 7 installs as well but it is probably) vRO 'control center' will generate certificates based SHA1 vRA love not for actions that use the endpoint in the vRA vRO. ASD seems to work without these problems.

    Sidenote: VRO upgraded installs will also come with SHA1 based CERT if they use a self-signed cert created by vRO. However: you would think that it is sufficient to recreate the cert using the control center. But it turns out it isn't, because it will generate a (new) based SHA1 cert.

    What I did to solve the problem:

    1. create a vRO SSH2 based certificate without the cert extensions, similar to the one that ships with built-in vRA vRO. I tend to use xCA for these jobs, but openSSL will do as well. The exact format required for the certificate of vRO is not documented, but I can make sure you need it like this: PEM certificate in key private and public including format PKCS #1, formatted as follows:

    -----BEGIN RSA PRIVATE KEY-----
    (Your private Key: your_vro_server.key)
    -----END RSA PRIVATE KEY-----
    -----BEGIN CERTIFICATE-----
    (Your primary certificate: your_vro_server.crt)
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    (Your intermediate certificate: intermed.crt)
    -----END CERTIFICATE-----
    -----BEGIN CERTIFICATE-----
    (Your root certificate: root.crt)
    -----END CERTIFICATE-----
    

    I had problems when I used the key extensions so I would say you don't use and don't create a very basic cert without extensions V3, as indicated on the right of the image to my last post (ideally, you want to have a cert with the same properties as the cert is used by the device of integrated vRO vRA unless of course different CN) etc.).

    2. use the vRO control center located at https://your-externa-vro:8283 / vco-controlcenter / #/ and move to--> Orchestrator Server SSL certificate certificates. Use the action to import to import your PEM cert. It should tell you that you need to restart your device vRO. Then RESTART the device (for not just restart the service, this seems not be sufficient).

    3 al ' vRA remove the Endpoint vRO everywhere wherever it has been configured. Also, I removed the vRO to the ASD config just to make sure that nothings left.

    4 reboot the vRA power (IAAS can be left as what). I needed to do this because I have seen that the keystore at some point would keep beeing crushed by CERT vRA (?), I deleted it (AND I checked that they are deleted) reappears in the keystore after a while. After a reboot, the problem was gone, the keystore was clean.

    5. Add the configuration of endpoint and ASD vRO. Accept the certificate.

    6. the works.

    Therefore, while I have no more time to solve the problems more than I guess the problem is the SHA1 function certificate generated by the device of vRO. The internal unit is equipped with a SHA2 based cert that works and after that change the external device SHA1 cert in a basic cert SHA2 all works.

  • vRealize Orchestrator - cannot add to vSphere Web Client

    Hello

    I configured the device vRealize Orchestrator and added the vCenter Server to the server via the customer to vRO Orchestrator--> library and can successfully run workflows against objects in vCenter. Then vRO works.

    BUT

    The problem I have is that I can't seem to add the server vRO to vSphere Web Client. I do not see the plugin if and when I go to the Orchestrator plugin I see the vCenter Server in the "House of vCO' tab but"N/A"under"Managed by vCenter Orchestrator Server"." Under the "Lists" section it says "vCO servers: 0".» What Miss me?

    I tried to add the new server to vRO (device) by changing the vCenter object and enter the server IP new vRO. But "Test connection" fails every time.

    In addition, vCO has been installed with vCenter initially but never used and not yet used. But I don't think it would make a difference.

    I don't see the vCenter plugin tab in the left menu when connecting to vRO with the customer and com.vmware.vco isn't showing in /mob .

    Versions:

    vCenter: 5.5u2

    vRO: 6.0.3.0 build 3000579

    Thank you!

    Hello

    I'm a bit confused. It seems you are trying to use the two vCO 5.5.2 and vRO with VC 5.5.2 6.0.3, but plug-ins are different (they have different deployment mechanism, different extensions in MOB, etc.). I recommend you stick to the version of the vCO you got installed with VC - in this case, 5.5.2.

    Then, check the following:

    • Check that the vCO is configured with the SSO authentication, and it is the same instance used by VC/Web Client SSO
    • Check that this instance of vCenter is added as properly to vCO and there is an extension of 5.5.x - style into the CROWD. His name is com.vmware.orchestrator. [some-guid]
    • Check that the extension of the server property contains a record with URL property pointing to the server fine vCO - https:[vco-ip]:8281
    • Make sure that the user you are using to connect to the Web Client has a permission; for example. You should be able to connect to vCO Client Java with this user

    If the foregoing is valid, check the Web Client (vsphere_client_virgo.log) log file for any errors of loading of the vCO and connection at the vRO server plugin.

  • vRealize Orchestrator 6.0.3 with VCSA 6.0 U1a

    I tried to deploy vRealize Orchestrator 6.0.3 with my instance VCSA 6.0 U1 (supported by the compatibility matrix), the symptoms are almost exactly the same as this post:

    Re: Installation of vRO v6.01 but not displayed in the web client

    Can run workflows, auth using the client, everything, just no plugin in the web client.

    com VMware.VCO does not at all appear in the browser MOB however.

    I tried the cat-ing, the file virgo.log on the VCSA, but nothing for vco-plugin returns when I say vro to save the extension with vcenter.

    All that shows in the web client is started page, nothing else - I tried to restart the WebClient service and device, also restart the vro device - nothing works.

    It drives me crazy, nobody knows what about this problem?

    Myles

    A market:

    http://Orchestration.IO/2015/09/28/deploying-vrealize-Orchestrator-6-0-3/

    When you run the registry extension to vCenter workflow, I was specifying only vro1.lab.mylesgray.io, not: https://vro1.lab.mylesgray.io:8281 as it should be.

    Also, it fails when configuring Configuration Manager, so I guess it just specifies the domain also FULL name and not the Protocol and port.

  • Component returned error code: 0 x 80570015

    Loading Firefox, I get this error

    Component returned error code: 0 x 80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]

    I click OK and Firefox loads as if nothing is wrong - but it's embarrassing

    Hello OleDad127, this error message is probably triggered by one of your extensions - please disable them one by one (and reboot after each step) to know that could be causing it.

    then please directly contact the developers of extension through the channels of support they provide - they can probably give you more detailed advice and are the only ones who can fix bugs or make necessary adjustments in the addon for new versions of firefox. Thank you...

    Troubleshoot extensions, themes, and issues of hardware acceleration to resolve common problems of Firefox

  • HP Mini 1000MiE tranfer files - net usershare returned error 255

    My mini was just delivered. So I try to transfer files from my old Dell Latitude on Ubuntu to the Mini on a Netgear wireless router

    I put the files on the Dell to share. But the Mini does'nt find them well that he does not see a corresponding to the Dell printer Windows workgroup.

    The Mini does none of the files in the working group.

    When I tried to go the otherway to see if the Dell could see files shared on the Mini. I received a request to install 'actions' on the Mini and now when I try to share a file this error message.

    'net usershare' returned error 255: net usershare: cannot open/var/lib/samba/usershares usershare directory. Error Permission denied
    You may not create a usershare. Ask your administrator to grant you permissions to create a share.

    Now, I have two groups of windows work visible on my Linux machines but no files inside.

    How can I transfer files between two computers on Linux via a wireless network? It will not be a big problem.

    I am new to the Mini, but not in Ubuntu. I have not found how to open a command line terminal on this machine yet.

    I would really appreciate help on this issue.

    Transfer files between linux machines using a program called ssh. I found information on the web. It was not very difficult.

    Never got the two machines to connect using the shared windows resources, now I don't have to.

    Error 255 was a matter of a box under 'users' to allow file sharing.

    I also found the command line terminal hidden but available.

    Had a difficult start with the crumb of the Mini, but I am more familiar with linux OS crumbs now.

  • LaunchExecutableEx returns error - 43

    I use LaunchExecutableEx in a GUI application to launch telnet.exe. Since the beginning of this application running on Windows 7, we started having a few problems. The LaunchExecutableEx returns error User Interface-43 (the text shows that "the attempted operation cannot be performed so that a group of popup is active").

    Anyone who has the experience of similar problems and how to solve?

    Thank you!


  • "parser error message returned error 0 x 80070017", any help?

    error message occurs at startup and at random after, reads "error analysis of the C:\WINDOWS\Nicrosoft.NET\Framework\v1.1.4332\config\machine.config Parser returned error 0 x 80070017", any help?

    Hi jacquemerritt,

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Perform a clean boot to see if there is a conflict of software like the clean boot helps eliminate software conflicts.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start and then click Run.

    (b) type msconfig and click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal Startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    Method 2: Follow the steps in the article.

    How to repair an installation existing.NET Framework

    http://support.Microsoft.com/kb/306160

  • Microsoft Management Console error: this function is not supported on this system. Also noticed that the automatic updates did not install it and returned error 80070005.

    Original title: Microsoft Management Console this feature only is not supported on this system

    I am running Vista 32 bit Business since an administrator account.

    Recently, I noticed that the automatic updates did not install it and returned error 80070005.   After investigation, I found that I could not open mmc at all and always get the message "this function no is not supported on this system.  No major changes have been made to the configuration to trigger it and I can't watch the event log because it is in the MMC.
    I have studied this question in line and tool the following actions, which none worked:
    carried out a complete antivirus scan (I use Commodo internet security)
    created another account administrator
    has run SFC (no problem)
    has run the registry cleaner (no problem)
    has run msconfig.exe and disabled all the startup process
    updated windows right click and run as administrator
    Started in safe mode and tried all above
    After that, I don't know where to go... it doesn't seem to be a download for Windows vista to reinstall mmc.
    I have about 50 updates critical, sitting in my windows update that can not install because of this problem.  Can anyone help?
    Jeff

    Hello Helpmehelpme,

    First, I would check since it is professional Vista was that computer on a field of work or it was already on an area of work? There may be group policies that are in place that prevent to run MMC.

    When did start to happening? Is there anything new on the system which has been introduced into the environment (software, hardware)?

    This thread gives a few steps trying to the original poster that you can't have.

  • Configuration of the windows updates failed, returning error Exchange

    I have a laptop windows 8.  Whenever I run windows updates, I get the error message "failed to setup of the windows updates, returning error changes.  I tried the windows update troubleshooting tool and download the updates manually but still no change.   Is there a solution to this?

    Thank you.   Often, when I try to run windows updates I get error like 80242FFF codes; 800703F1.

    Hi Zurkon,

    Thank you for your update on the issue.

    If you receive Windows Update error 80073712 0 x or 80073712, it means that a file needed by Windows Update is corrupted or missing. Windows has tools that can help you solve this problem of troubleshooting. I would suggest trying the following methods and check if the problem persists.

    Method 1: Run the Windows Update Troubleshooter

    Method 2: Run the DISM tool

    1. Enter in the right edge of the screen and then click on search.
      (If you use a mouse, point to the lower right of the screen, move the mouse to the top and then click Find.)

    2. Enter command prompt in the search box.

    3. In the list of results, slide down on or right click command prompt, and then press or click Run as administrator.

    4. In the administrator: command prompt window, enter the following commands. Press ENTER after each command:

      DISM.exe / Online/Cleanup-image /Scanhealth

      DISM.exe / Online/Cleanup-image /Restorehealth

    5. To close the administrator: command prompt window, type Exit and press ENTER.

    6. Run Windows Update again.

    Hope this information is useful. Let us know if you need more help, we will be happy to help you.

  • Reg:GetMatchingArt() returns error (error no = 1146045247) in CS6 Plugin with Panel

    Dear friends,


    I am facing a problem, GetMatchingArt() returns error (error no = 1146045247) in CS6 Plugin with Panel.

    I read an earlier discussion on error no 1146045247.Then I try adding PushAppContext() before Create() metod of the Panel and PopAppContext() after Create() metod of the Panel, stil, the problem is not fixed.

    Please give me your suggestions to solve this problem.
    Note: prerequisite: I have to choose an art before calling GetMatchingArt() method.
    Plug type in GetMatchingArt() is kAnyArt.
    The nummatches Argument returns 0 and error (error no = 1146045247).


    Thank you friends.

    For CS6 and above the panels, you must call Push/PopAppContext (), but you do it in the procedure for notification of each item in the control panel user interface, not during the creation of the Group of experts.

  • Deployment failed due to one or more of the returned errors

    Hi all

    JDev: 12.1.3

    I am getting below error while deploying the application in the Android emulator

    Installation of the platform:

    Location of the SDK: D:\android-sdk-windows

    Location of Android platform: D:\android-sdk-windows\platforms\android-17

    Android built location: D:\android-sdk-windows\build-tools\17.0.0

    Error

    [17: 28:50] copy of the adfmf file - manifest.properties...

    [17: 28:50] start to archive the folder "/ C:/JDeveloper/mywork/CalendarApp/deploy/Android2/java_res/assets / ' to 'assets.zip '...

    [17: 28:54] deployment of Cordova Plugins...

    [17: 28:54] copy the plugin "CalendarPlugin" resources of C:\JDeveloper\mywork\CalendarApp\ApplicationController\src\plugins\CalendarPlugin\Android\res to C:\JDeveloper\mywork\CalendarApp\deploy\Android2\res...

    [17: 28:54] copy the plugin "CalendarPlugin' active C:\JDeveloper\mywork\CalendarApp\ApplicationController\src\plugins\CalendarPlugin\Android\assets to C:\JDeveloper\mywork\CalendarApp\deploy\Android2\java_res\assets...

    [17: 28:54] Creation of unsigned Android application file...

    [17: 28:54] run command line: ["D:\android-sdk-windows\build-tools\17.0.0\aapt", p, - debug mode - f, - m, - J, "C:\JDeveloper\mywork\CalendarApp\deploy\Android2\src", "C:\JDeveloper\mywork\CalendarApp\deploy\Android2\AndroidManifest.xml" -, M, - min-sdk-version, 15-, target-sdk-version, 9, - name version, 1.0, - version-code, 1, - extra-packages, oracle.idm.mobile, - F, 'C:\JDeveloper\mywork\CalendarApp\deploy\Android2\CalendarApp.apk', - I, 'D:\android-sdk-windows\platforms\android-17\android.jar', - S, "C:\JDeveloper\mywork\CalendarApp\deploy\Android2\res"] "C:\JDeveloper\mywork\CalendarApp\deploy\Android2\java_res"]

    Invalid resource directory name [17: 28:54]: C:\JDeveloper\mywork\CalendarApp\deploy\Android2\res/readme.txt

    [17: 28:54] command-line execution failed (return code: 1).

    [17: 28:54] run command line: 'D:\android-sdk-windows\build-tools\17.0.0\aapt' p - debug mode - f m-J 'C:\JDeveloper\mywork\CalendarApp\deploy\Android2\src' m 'C:\JDeveloper\mywork\CalendarApp\deploy\Android2\AndroidManifest.xml' - min-sdk-version 15 - target-sdk-version 9 - name - version 1.0 - version-code 1 - oracle.idm.mobile extra-packages - F 'C:\JDeveloper\mywork\CalendarApp\deploy\Android2\CalendarApp.apk'-I 'D:\android-sdk-windows\platforms\android-17\android.jar"s 'C:\JDeveloper\mywork\CalendarApp\deploy\Android2\res' 'C:\JDeveloper\mywork\CalendarApp\deploy\Android2\java_res '.

    [17: 28:54] Server Android Debug bridge closure...

    [17: 28:55] undeployment.

    [17: 28:55] - incomplete deployment.

    [17: 28:55] deployment failed due to one or more errors returned by "D:\android-sdk-windows\build-tools\17.0.0\aapt".  What follows is a summary of the returned error:

    Command-line execution failed (return code: 1).

    Hi Richard, Arun

    Problem has been solved now.

    Question is is that I created a folder for the project of jdev. Created file's readme default text in it.

    Causing the problem while deploying the application

    Once, I deleted all the readme .txt file in default the entire file. Problem solved.

    Thanks for the effort.

    Kind regards

    Krishan

Maybe you are looking for

  • MacBook restart at El Capitan

    This MacBook, in early 2009, 13 "/ 4 GB of RAM has been happy enough with Yosemite 10.10.2,"limited but I was getting Apple-friendly messages to update to El Capitan, so I downloaded. "  Then I clicked update and it is apparently installed and said i

  • Link to HMM X 1 ismissing

    In the index HMM the Thinkpad X 1 with its link with the HMM is missing. If you enter the download site using the fast path, the HMM is mentioned under "Guides and user manuals.

  • I have amassed a certain "Microsft' updated

    Now, first of all to start!I'm no computer whizz kid and be faithful won't be!BUT, I just looked in my 'Control Panel' (just to see) and I have amassed a certain "Microsft' updated?Can someone tell me (in terms laymans terms) what has happened!

  • Replace the HP Pavilion dv6-6060ep WLAN module

    Hello I have a small problem, maybe someone could help me. So, I have Pavilion dv6-6060ep and I buyed a new module, a Mini PCI - E Wireless WiFi + Bluetooth 3.0 RT3090BC4 IEEE 802.11b/g/n card to replace the original, and this module is not supported

  • Notification push (hub icon)

    Hello I'm able to generate the push using C2DM my opinion falls within the category of the notifications. Currently the notification, alarm icon display, I want to use my application icon instead of the icon of alarm on this subject. I see that Skype