cancel
Showing results for 
Search instead for 
Did you mean: 

cf deploy mta_archives/myUI5App_0.0.1.mtar error

Hudson
Explorer
0 Kudos

D:\SAPUI5\com.myorg.myui5app>cf deploy mta_archives/myUI5App_0.0.1.mtar
Deploying multi-target app archive mta_archives/myUI5App_0.0.1.mtar in org f5383611trial / space dev as wtxhai@126.com...


There is an ongoing operation for multi-target app myui5app. Do you want to abort it? (y/n)> y
Executing action "abort" on operation 8d703f83-c18c-11ee-83e7-eeee0a9cfaf3...
OK
Uploading 1 files...
D:\SAPUI5\com.myorg.myui5app\mta_archives\myUI5App_0.0.1.mtar
14s 7.33 MiB / 7.33 MiB [===============================================================================] 100.00% 14s
OK
Operation ID: db8899ec-c19e-11ee-83e7-eeee0a9cfaf3
Deploying in org "f5383611trial" and space "dev"
Detected MTA schema version: "3"
Detected deployed MTA with ID "myui5app" and version "0.0.1"
Detected new MTA version: "0.0.1"
Deployed MTA version: "0.0.1"
Processing service "myui5app_destination"...
Updating service "myui5app_destination"...
1 of 1 done
Updating application "myui5app"...
Application "myui5app" attributes are not modified and will not be updated
Unbinding service instance "myui5app_destination" from application "myui5app"...
Binding service instance "myui5app_destination" to application "myui5app"...
Uploading application "myui5app"...
Started async upload of application "myui5app"
Scaling application "myui5app" to "1" instances...
Staging application "myui5app"...
Error staging application "myui5app": BuildpackCompileFailed - App staging failed in the buildpack compile phase
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.
Proceeding with automatic retry... (3 of 3 attempts left)
Staging application "myui5app"...
Error staging application "myui5app": BuildpackCompileFailed - App staging failed in the buildpack compile phase
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.
Proceeding with automatic retry... (2 of 3 attempts left)
Staging application "myui5app"...
Error staging application "myui5app": BuildpackCompileFailed - App staging failed in the buildpack compile phase
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.
Proceeding with automatic retry... (1 of 3 attempts left)
Staging application "myui5app"...
Error staging application "myui5app": BuildpackCompileFailed - App staging failed in the buildpack compile phase
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 db8899ec-c19e-11ee-83e7-eeee0a9cfaf3 -a abort" to abort the process.
Use "cf deploy -i db8899ec-c19e-11ee-83e7-eeee0a9cfaf3 -a retry" to retry the process.
Use "cf dmol -i db8899ec-c19e-11ee-83e7-eeee0a9cfaf3" to download the logs of the process.

Accepted Solutions (0)

Answers (2)

Answers (2)

Hudson
Explorer
0 Kudos

Here is error logs!

@junwu 

junwu
Active Contributor
0 Kudos

Use "cf dmol -i db8899ec-c19e-11ee-83e7-eeee0a9cfaf3" to download the logs of the process.

did you follow that to check log?

Hudson
Explorer
0 Kudos
I have changed the node.js version but it still have the same problem. Why?