Skip to Content
0
May 23, 2023 at 01:46 PM

DB-Deployer Crashed while deploying

242 Views Last edit May 23, 2023 at 02:00 PM 2 rev

Previously uploaded file HeaderItemCAP_1.0.0.mtar with same digest detected, new upload will be skipped.

Operation ID: 965bfb64-f96f-11ed-a562-eeee0a91dfa5

Deploying in org "badc6a51trial" and space "dev"

Detected MTA schema version: "3"

Detected deployed MTA with ID "HeaderItemCAP" and version "1.0.0"

Detected new MTA version: "1.0.0"

Deployed MTA version: "1.0.0"

Processing service "HeaderItemCAP-html5-srv"...

Processing service "HeaderItemCAP-destination-service"...

Updating service "HeaderItemCAP-destination-service"...

Processing service "HeaderItemCAP-db"...

1 of 1 done

Service key "HeaderItemCAP-app-content-HeaderItemCAP-repo-host-credentials" for service "HeaderItemCAP-html5-srv" already exists

Uploading content module "HeaderItemCAP-app-content" in target service "HeaderItemCAP-repo-host"...

Updating application "HeaderItemCAP-db-deployer"...

Application "HeaderItemCAP-db-deployer" attributes are not modified and will not be updated

Unbinding service instance "HeaderItemCAP-db" from application "HeaderItemCAP-db-deployer"...

Deploying content module "HeaderItemCAP-app-content" in target service "HeaderItemCAP-repo-host"...

Updating application "HeaderItemCAP-srv"...

Application "HeaderItemCAP-srv" attributes are not modified and will not be updated

Unbinding service instance "HeaderItemCAP-db" from application "HeaderItemCAP-srv"...

Binding service instance "HeaderItemCAP-db" to application "HeaderItemCAP-db-deployer"...

Binding service instance "HeaderItemCAP-db" to application "HeaderItemCAP-srv"...

Uploading application "HeaderItemCAP-db-deployer"...

Content of application "HeaderItemCAP-db-deployer" is not changed - upload will be skipped.

Stopping application "HeaderItemCAP-db-deployer"...

Executing task "deploy" on application "HeaderItemCAP-db-deployer"...

Uploading application "HeaderItemCAP-srv"...

Content of application "HeaderItemCAP-srv" is not changed - upload will be skipped.

Stopping application "HeaderItemCAP-srv"...

Starting application "HeaderItemCAP-srv"...

Execution of task "deploy" on application "HeaderItemCAP-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 "HeaderItemCAP-srv" started and available at "badc6a51trial-dev-headeritemcap-srv.cfapps.us10-001.hana.ondemand.com"

Proceeding with automatic retry... (3 of 3 attempts left)

Executing task "deploy" on application "HeaderItemCAP-db-deployer"...

Execution of task "deploy" on application "HeaderItemCAP-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.

Proceeding with automatic retry... (2 of 3 attempts left)

Executing task "deploy" on application "HeaderItemCAP-db-deployer"...

Execution of task "deploy" on application "HeaderItemCAP-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.

Proceeding with automatic retry... (1 of 3 attempts left)

Executing task "deploy" on application "HeaderItemCAP-db-deployer"...

Execution of task "deploy" on application "HeaderItemCAP-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 965bfb64-f96f-11ed-a562-eeee0a91dfa5 -a abort" to abort the process.

Use "cf deploy -i 965bfb64-f96f-11ed-a562-eeee0a91dfa5 -a retry" to retry the process.

Use "cf dmol -i 965bfb64-f96f-11ed-a562-eeee0a91dfa5" to download the logs of the process.

* The terminal process "/bin/bash '-c', 'cf deploy "/home/user/projects/HeaderItemCAP/mta_archives/HeaderItemCAP_1.0.0.mtar"'" terminated with exit code: 1.



Content of mta.Yaml

_schema-version: "3.1"ID: HeaderItemCAPdescription: A simple CAP project.version: 1.0.0modules:- name: HeaderItemCAP-srv type: nodejs path: gen/srv requires: - name: HeaderItemCAP-db provides: - name: srv-api properties: srv-url: ${default-url} parameters: buildpack: nodejs_buildpack build-parameters: builder: npm-ci- name: HeaderItemCAP-db-deployer type: hdb path: gen/db requires: - name: HeaderItemCAP-db parameters: buildpack: nodejs_buildpack- name: HeaderItemCAP-app-content type: com.sap.application.content path: . requires: - name: HeaderItemCAP-repo-host parameters: content-target: true build-parameters: build-result: resources requires: - artifacts: - project1.zip name: project1 target-path: resources/- name: project1 type: html5 path: app/project1 build-parameters: build-result: dist builder: custom commands: - npm install - npm run build:cf supported-platforms: []resources:- name: HeaderItemCAP-db type: com.sap.xs.hdi-container parameters: service: hana service-plan: hdi-shared- name: HeaderItemCAP-repo-host type: org.cloudfoundry.managed-service parameters: service: html5-apps-repo service-name: HeaderItemCAP-html5-srv service-plan: app-host- name: HeaderItemCAP-destination-service type: org.cloudfoundry.managed-service parameters: config: HTML5Runtime_enabled: false init_data: instance: destinations: - Authentication: NoAuthentication Name: ui5 ProxyType: Internet Type: HTTP URL: https://ui5.sap.com existing_destinations_policy: update version: 1.0.0 service: destination service-name: HeaderItemCAP-destination-service service-plan: liteparameters: deploy_mode: html5-repo enable-parallel-deployments: truebuild-parameters: before-all: - builder: custom commands: - npx -p @sap/cds-dk cds build --production