cancel
Showing results for 
Search instead for 
Did you mean: 

cf deploy .mtar file Error

Davut
Discoverer
0 Kudos
62

Hello everyone,
I am trying the example named Build a Business Application Using CAP for Node.js, in the second stage of this, that is, when I want to do the deployment process in the Deploy a CAP Business Application to SAP Business Technology Platform section, that is
When I say cf deploy gen/CAP_PROJECT_01_1.0.0.mtar, I get the following error, can anyone help in any way?

ERROR :

Deploying multi-target app archive gen/CAP_PROJECT_01_1.0.0.mtar in org 1c303128trial / space dev as dvtksmk@gmail.com...


There is an ongoing operation for multi-target app CAP_PROJECT_01. Do you want to abort it? (y/n)> Y
Executing action “abort” on operation 7dc7dc39-07cf-11f0-8f43-eeee0a96a058...
OK
Previously uploaded file CAP_PROJECT_01_1.0.0.mtar with same digest detected, new upload will be skipped.
Operation ID: 155c877c-07d1-11f0-97e6-eeee0a9f737e
Deploying in org “1c303128trial” and space “dev”
Detected MTA schema version: “3”
Detected deployed MTA with ID “CAP_PROJECT_01” and version “1.0.0”
Detected new MTA version: “1.0.0.0”
Deployed MTA version: “1.0.0.0”
Processing service “CAP_PROJECT_01-db”...
Processing service “CAP_PROJECT_01-auth”...
Setting service “CAP_PROJECT_01-auth” parameters from “xs-security.json”
Updating service “CAP_PROJECT_01-auth”...
1 of 1 done
Updating application “CAP_PROJECT_01”...
Application “CAP_PROJECT_01” attributes are not modified and will not be updated
Unbinding service instance “CAP_PROJECT_01-auth” from application “CAP_PROJECT_01”...
Updating application “CAP_PROJECT_01-db-deployer”...
Service instance “CAP_PROJECT_01-db” will not be rebound to application “CAP_PROJECT_01-db-deployer” because the binding parameters are not modified
Uploading application “CAP_PROJECT_01-db-deployer”...
Content of application “CAP_PROJECT_01-db-deployer” is not changed - upload will be skipped.
Stopping application “CAP_PROJECT_01-db-deployer”...
Executing task “deploy” on application “CAP_PROJECT_01-db-deployer”...
Updating application “CAP_PROJECT_01-srv”...
Application “CAP_PROJECT_01-srv” attributes are not modified and will not be updated
Unbinding service instance “CAP_PROJECT_01-auth” from application “CAP_PROJECT_01-srv”...
Service instance “CAP_PROJECT_01-db” will not be rebound to application “CAP_PROJECT_01-srv” because the binding parameters are not modified
Binding service instance “CAP_PROJECT_01-auth” to application “CAP_PROJECT_01”...
Binding service instance “CAP_PROJECT_01-auth” to application “CAP_PROJECT_01-srv”...
Execution of task “deploy” on application “CAP_PROJECT_01-db-deployer” failed.
Download the application logs via the dmol command and check them for more information.
A step of the process has failed. Retrying it may solve the issue.
Uploading application “CAP_PROJECT_01”...
Content of application “CAP_PROJECT_01” is not changed - upload will be skipped.
Stopping application “CAP_PROJECT_01”...
Starting application “CAP_PROJECT_01”...
Proceeding with automatic retry... (3 of 3 attempts left)
Executing task “deploy” on application “CAP_PROJECT_01-db-deployer”...
Execution of task “deploy” on application “CAP_PROJECT_01-db-deployer” failed.
Download the application logs via the dmol command and check them for more information.
A step of the process has failed. Retrying it may solve the issue.
Uploading application “CAP_PROJECT_01-srv”...
Application “CAP_PROJECT_01” started and available at “1c303128trial-dev-cap-project-01.cfapps.us10-001.hana.ondemand.com”
Proceeding with automatic retry... (2 of 3 attempts left)
Content of application “CAP_PROJECT_01-srv” is not changed - upload will be skipped.
Executing task “deploy” on application “CAP_PROJECT_01-db-deployer”...
Stopping application “CAP_PROJECT_01-srv”...
Starting application “CAP_PROJECT_01-srv”...
Execution of task “deploy” on application “CAP_PROJECT_01-db-deployer” failed.
Download the application logs via the dmol command and check them for more information.
A step of the process has failed. Retrying it may solve the issue.
Application “CAP_PROJECT_01-srv” started and available at “1c303128trial-dev-cap-project-01-srv.cfapps.us10-001.hana.ondemand.com”
Proceeding with automatic retry... (1 of 3 attempts left)
Executing task “deploy” on application “CAP_PROJECT_01-db-deployer”...
Execution of task “deploy” on application “CAP_PROJECT_01-db-deployer” failed.
Download the application logs via the dmol command and check them for more information.
A step of the process has failed. Retrying it may solve the issue.
Process failed.
Use “cf deploy -i 155c877c-07d1-11f0-97e6-eeee0a9f737e -a abort” to abort the process.
Use “cf deploy -i 155c877c-07d1-11f0-97e6-eeeeee0a9f737e -a retry” to retry the process.
Use “cf dmol -i 155c877c-07d1-11f0-97e6-eeeeee0a9f737e” to download the logs of the process.


Thank you in advance.

Accepted Solutions (0)

Answers (0)