Hi guys,
I'm trying to deploy my MTA-app (it' a CAP application) to the SCP. The app consits of an srv-, an db- and an app (UI)-part. To deploy to my SCP trial account I'm using the 'cloud foundry' command-line tool.
The deployment of the srv and the db part works fine. I'm able to use the srv app. When the 'cf' tool tries to deploy the app-part I receive the following error:
>Error staging application "plt-app-app": StagingError - Staging error: No process types returned from stager >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.
When I look into the corresponding logs it says:
>Creating droplet for app with guid 42f464f4-d33a-494e-8fc3-95694768149c (STDOUT, API)# >Uploaded droplet (176M) (STDOUT, STG)# >Uploading complete (STDOUT, STG)# >Cell 1bedb56d-45db-4797-90d1-c200175a51fe destroying container for instance 0715459e-b322-44be-a38a-2bf661ea50b1 (STDOUT, STG)# >Cell 1bedb56d-45db-4797-90d1-c200175a51fe stopping instance 0715459e-b322-44be-a38a-2bf661ea50b1 (STDOUT, STG)# >Failed to stage build: No process types returned from stager (STDERR, API)# >Cell 1bedb56d-45db-4797-90d1-c200175a51fe successfully destroyed container for instance 0715459e-b322-44be-a38a-2bf661ea50b1 (STDOUT, STG)# >Creating build for app with guid 42f464f4-d33a-494e-8fc3-95694768149c (STDOUT, API)#
The log file: plt-app-app.txt
Did somebody had the same issue before or know what is causing the error?
Cheers,
Thorsten