<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Full-Stack App (SAP HANA Cloud, CAP) error  &amp;quot;Requested route .. does not exist&amp;quot; in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664172#M4751233</link>
    <description>&lt;P&gt;well, that happens! glad it works now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2023 11:58:02 GMT</pubDate>
    <dc:creator>maxstreifeneder</dc:creator>
    <dc:date>2023-04-28T11:58:02Z</dc:date>
    <item>
      <title>Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaq-p/12664162</link>
      <description>&lt;P&gt;I´ve followed the tutorial series &lt;A href="https://developers.sap.com/group.dsag-cloud-dev-day-cf.html" target="_blank"&gt;Create a Full-Stack App with SAP HANA Cloud, CAP, and SAP Fiori Elements&lt;/A&gt;.&lt;/P&gt;
  &lt;P&gt;I´ve finished all steps up to &lt;A href="https://developers.sap.com/tutorials/hana-cloud-cap-add-auth-deploy.html" target="_blank"&gt;Deploy Your Application with Access Control&lt;/A&gt; step 7 with my trial account.&lt;/P&gt;
  &lt;P&gt;The app is working fine when I run it in Business Application Studio:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162478-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;But in the deployment step 7 an error is displayed. Screenshot of my last retry:&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162479-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Part of the downloaded log:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;#2.0#2023 04 24 06:52:17.064#Z#ERROR#com.sap.cloud.lm.sl.xs2.079390d5-e26c-11ed-94fc-eeee0a8c021d.OPERATION.startAppTask#
######org.cloudfoundry.multiapps.controller.persistence.services.ProcessLogger########flowable-async-job-executor-thread-3955###
Exception caught#

org.cloudfoundry.multiapps.common.SLException: A step of the process has failed. Retrying it may solve the issue.
	at org.cloudfoundry.multiapps.controller.process.steps.SyncFlowableStep.executeInternal(SyncFlowableStep.java:77) ~[multiapps-controller-process-1.152.0.jar:?]
	at org.cloudfoundry.multiapps.controller.process.steps.SyncFlowableStep.lambda$execute$0(SyncFlowableStep.java:65) ~[multiapps-controller-process-1.152.0.jar:?]
	at org.cloudfoundry.multiapps.controller.core.util.LoggingUtil.logWithCorrelationId(LoggingUtil.java:14) ~[multiapps-controller-core-1.152.0.jar:?]
	at org.cloudfoundry.multiapps.controller.process.steps.SyncFlowableStep.execute(SyncFlowableStep.java:65) ~[multiapps-controller-process-1.152.0.jar:?]
	at org.flowable.engine.impl.delegate.invocation.JavaDelegateInvocation.invoke(JavaDelegateInvocation.java:35) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.delegate.invocation.DelegateInvocation.proceed(DelegateInvocation.java:32) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.delegate.invocation.DefaultDelegateInterceptor.handleInvocation(DefaultDelegateInterceptor.java:26) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior.execute(ServiceTaskDelegateExpressionActivityBehavior.java:157) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.agenda.ContinueProcessOperation.executeActivityBehavior(ContinueProcessOperation.java:313) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.agenda.ContinueProcessOperation.executeSynchronous(ContinueProcessOperation.java:170) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.agenda.ContinueProcessOperation.continueThroughFlowNode(ContinueProcessOperation.java:125) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.agenda.ContinueProcessOperation.run(ContinueProcessOperation.java:88) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.common.engine.impl.AbstractEngineConfiguration.lambda$new$0(AbstractEngineConfiguration.java:173) ~[flowable-engine-common-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.interceptor.CommandInvoker.executeOperation(CommandInvoker.java:97) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.interceptor.CommandInvoker.executeOperations(CommandInvoker.java:81) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.interceptor.CommandInvoker.execute(CommandInvoker.java:64) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.engine.impl.interceptor.BpmnOverrideContextInterceptor.execute(BpmnOverrideContextInterceptor.java:26) ~[flowable-engine-6.6.0.jar:6.6.0]
	at org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor.execute(TransactionContextInterceptor.java:53) ~[flowable-engine-common-6.6.0.jar:6.6.0]
	at org.flowable.common.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:83) ~[flowable-engine-common-6.6.0.jar:6.6.0]
	at org.flowable.common.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:57) ~[flowable-spring-common-6.6.0.jar:6.6.0]
	at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) [spring-tx-5.3.25.jar:5.3.25]
	at org.flowable.common.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:57) [flowable-spring-common-6.6.0.jar:6.6.0]
	at org.flowable.common.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:30) [flowable-engine-common-6.6.0.jar:6.6.0]
	at org.flowable.common.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:56) [flowable-engine-common-6.6.0.jar:6.6.0]
	at org.flowable.common.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:51) [flowable-engine-common-6.6.0.jar:6.6.0]
	at org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnable.executeJob(ExecuteAsyncRunnable.java:127) [flowable-job-service-6.6.0.jar:6.6.0]
	at org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnable.run(ExecuteAsyncRunnable.java:115) [flowable-job-service-6.6.0.jar:6.6.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
	at java.lang.Thread.run(Unknown Source) [?:?]&amp;lt;br&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;The app is displayed in my trial subaccount anyway:&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162480-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;But when I start it by clicking on "frontend", this error is displayed in a new tab:&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162482-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Could someone please help me get the app running?&lt;/P&gt;
  &lt;P&gt;P.S.: My mta.yaml:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;_schema-version: "3.1"
ID: MyHANAApp
description: A simple CAP project.
version: 1.0.0
modules:
- name: MyHANAApp-srv
  type: nodejs
  path: srv
  requires:
  - name: MyHANAApp-db
  - name: uaa_MyHANAApp
  provides:
  - name: srv-api
    properties:
      srv-url: ${default-url}
  parameters:
    host: ${appname}
    buildpack: nodejs_buildpack
  build-parameters:
    ignore: [".env", "./node_modules"]
    builder: npm-ci
- name: MyHANAApp-db-deployer
  type: hdb
  path: db
  requires:
  - name: MyHANAApp-db
    properties:
      TARGET_CONTAINER: ~{hdi-container-name}
  - name: cross-container-service-1
    group: SERVICE_REPLACEMENTS
    properties:
      key: ServiceName_1
      service: ~{the-service-name}
  parameters:
    ignore: [".env", "./node_modules"]
    buildpack: nodejs_buildpack
- name: MyHANAApp-destination-content
  type: com.sap.application.content
  requires:
  - name: MyHANAApp-destination-service
    parameters:
      content-target: true
  - name: MyHANAApp_html_repo_host
    parameters:
      service-key:
        name: MyHANAApp_html_repo_host-key
  - name: uaa_MyHANAApp
    parameters:
      service-key:
        name: uaa_MyHANAApp-key
  parameters:
    content:
      instance:
        destinations:
        - Name: hana_app_MyHANAApp_html_repo_host
          ServiceInstanceName: MyHANAApp-html5-app-host-service
          ServiceKeyName: MyHANAApp_html_repo_host-key
          sap.cloud.service: hana.app
        - Authentication: OAuth2UserTokenExchange
          Name: hana_app_uaa_MyHANAApp
          ServiceInstanceName: MyHANAApp-xsuaa-service
          ServiceKeyName: uaa_MyHANAApp-key
          sap.cloud.service: hana.app
        existing_destinations_policy: ignore
  build-parameters:
    no-source: true
- name: MyHANAApp-app-content
  type: com.sap.application.content
  path: .
  requires:
  - name: MyHANAApp_html_repo_host
    parameters:
      content-target: true
  build-parameters:
    build-result: resources
    requires:
    - artifacts:
      - frontend.zip
      name: frontend
      target-path: resources/
- name: frontend
  type: html5
  path: app/frontend
  build-parameters:
    build-result: dist
    builder: custom
    commands:
    - npm install
    - npm run build:cf
    supported-platforms: []
resources:
- name: MyHANAApp-db
  type: com.sap.xs.hdi-container
  parameters:
    service: hana
    service-plan: hdi-shared
  properties:
    hdi-container-name: ${service-name}
- name: cross-container-service-1
  type: org.cloudfoundry.existing-service
  parameters:
    service-name: MyHANAApp-hdiMyHANAApp-db-deployer-ws-4dj97
  properties:
    the-service-name: ${service-name}
- name: MyHANAApp-destination-service
  type: org.cloudfoundry.managed-service
  parameters:
    config:
      HTML5Runtime_enabled: true
      init_data:
        instance:
          destinations:
          - Authentication: NoAuthentication
            Name: ui5
            ProxyType: Internet
            Type: HTTP
            URL: &lt;A href="https://ui5.sap.com" target="test_blank"&gt;https://ui5.sap.com&lt;/A&gt;
          - Name: hana-app-api
            Authentication: NoAuthentication
            ProxyType: Internet
            HTML5.ForwardAuthToken: true
            HTML5.DynamicDestination: true
            Type: HTTP
            URL: &lt;A href="https://${appname}.${default-domain}" target="test_blank"&gt;https://${appname}.${default-domain}&lt;/A&gt;
          existing_destinations_policy: update
      version: 1.0.0
    service: destination
    service-name: MyHANAApp-destination-service
    service-plan: lite
- name: MyHANAApp_html_repo_host
  type: org.cloudfoundry.managed-service
  parameters:
    service: html5-apps-repo
    service-name: MyHANAApp-html5-app-host-service
    service-plan: app-host
- name: uaa_MyHANAApp
  type: org.cloudfoundry.managed-service
  parameters:
    path: ./xs-security.json
    service: xsuaa
    service-name: MyHANAApp-xsuaa-service
    service-plan: application
parameters:
  deploy_mode: html5-repo
  enable-parallel-deployments: true
  appname: unique-0b12e7ad
build-parameters:
  before-all:
  - builder: custom
    commands:
    - npx -p @sap/cds-dk cds build --production&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Apr 2023 13:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaq-p/12664162</guid>
      <dc:creator>MatthiasH</dc:creator>
      <dc:date>2023-04-24T13:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664163#M4751224</link>
      <description>&lt;P&gt;can you please show the log output of the MyHANAApp-srv using the "&lt;EM&gt;cf logs MyHANAApp-srv --recent&lt;/EM&gt;" command? It's rather something during the app start than a problem with the MTA deployment itself. &lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 16:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664163#M4751224</guid>
      <dc:creator>maxstreifeneder</dc:creator>
      <dc:date>2023-04-24T16:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664164#M4751225</link>
      <description>&lt;P&gt;The log output of the MyHANAApp-srv using the "&lt;EM&gt;cf logs MyHANAApp-srv --recent&lt;/EM&gt;" (I havent found the file /home/vcap/app/.npm/_logs/2023-04-24T16_18_50_156Z-debug.log): &lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   2023-04-24T16:02:26.68+0000 [CELL/0] OUT Cell 09fd828d-b028-49e6-8667-5a793537bf82 creating container for instance 9b1206ff-a5b7-4521-7219-255f&lt;BR /&gt;   2023-04-24T16:02:27.06+0000 [CELL/0] OUT Security group rules were updated&lt;BR /&gt;   2023-04-24T16:02:27.08+0000 [CELL/0] OUT Cell 09fd828d-b028-49e6-8667-5a793537bf82 successfully created container for instance 9b1206ff-a5b7-4521-7219-255f&lt;BR /&gt;   2023-04-24T16:02:27.38+0000 [CELL/0] OUT Downloading droplet...&lt;BR /&gt;   2023-04-24T16:02:32.77+0000 [CELL/0] OUT Downloaded droplet (101.4M)&lt;BR /&gt;   2023-04-24T16:02:32.77+0000 [CELL/0] OUT Starting health monitoring of container&lt;BR /&gt;   2023-04-24T16:02:33.43+0000 [APP/PROC/WEB/0] OUT &amp;gt; MyHANAApp@1.0.0 start /home/vcap/app&lt;BR /&gt;   2023-04-24T16:02:33.43+0000 [APP/PROC/WEB/0] OUT &amp;gt; cds serve srv/csn.json&lt;BR /&gt;   2023-04-24T16:02:33.80+0000 [APP/PROC/WEB/0] ERR [ERROR] Couldn't find a CDS model for '*' in /home/vcap/app&lt;BR /&gt;   2023-04-24T16:02:33.81+0000 [APP/PROC/WEB/0] ERR npm ERR! code ELIFECYCLE&lt;BR /&gt;   2023-04-24T16:02:33.81+0000 [APP/PROC/WEB/0] ERR npm ERR! errno 1&lt;BR /&gt;   2023-04-24T16:02:33.81+0000 [APP/PROC/WEB/0] ERR npm ERR! MyHANAApp@1.0.0 start: `cds serve srv/csn.json`&lt;BR /&gt;   2023-04-24T16:02:33.81+0000 [APP/PROC/WEB/0] ERR npm ERR! Exit status 1&lt;BR /&gt;   2023-04-24T16:02:33.81+0000 [APP/PROC/WEB/0] ERR npm ERR!&lt;BR /&gt;   2023-04-24T16:02:33.81+0000 [APP/PROC/WEB/0] ERR npm ERR! Failed at the MyHANAApp@1.0.0 start script.&lt;BR /&gt;   2023-04-24T16:02:33.81+0000 [APP/PROC/WEB/0] ERR npm ERR! This is probably not a problem with npm. There is likely additional logging output above.&lt;BR /&gt;   2023-04-24T16:02:33.84+0000 [APP/PROC/WEB/0] ERR npm ERR! A complete log of this run can be found in:&lt;BR /&gt;   2023-04-24T16:02:33.84+0000 [APP/PROC/WEB/0] ERR npm ERR!     /home/vcap/app/.npm/_logs/2023-04-24T16_02_33_819Z-debug.log&lt;BR /&gt;   2023-04-24T16:02:33.85+0000 [APP/PROC/WEB/0] OUT Exit status 1&lt;BR /&gt;   2023-04-24T16:02:41.73+0000 [CELL/0] OUT Cell 09fd828d-b028-49e6-8667-5a793537bf82 stopping instance 9b1206ff-a5b7-4521-7219-255f&lt;BR /&gt;   2023-04-24T16:02:41.73+0000 [CELL/0] OUT Cell 09fd828d-b028-49e6-8667-5a793537bf82 destroying container for instance 9b1206ff-a5b7-4521-7219-255f&lt;BR /&gt;   2023-04-24T16:02:41.74+0000 [API/32] OUT Process has crashed with type: "web"&lt;BR /&gt;   2023-04-24T16:02:41.76+0000 [API/32] OUT App instance exited with guid e5bbfeec-03bc-4e88-92df-1a8ee5dbefdb payload: {"instance"=&amp;gt;"9b1206ff-a5b7-4521-7219-255f", "index"=&amp;gt;0, "cell_id"=&amp;gt;"09fd828d-b028-49e6-8667-5a793537bf82", "reason"=&amp;gt;"CRASHED", "exit_description"=&amp;gt;"APP/PROC/WEB: Exited with status 1", "crash_count"=&amp;gt;17, "crash_timestamp"=&amp;gt;1682352161729412822, "version"=&amp;gt;"e46c7598-8e31-400d-b8bd-7956b39cbbd9"}&lt;BR /&gt;   2023-04-24T16:02:41.82+0000 [PROXY/0] OUT Exit status 137&lt;BR /&gt;   2023-04-24T16:02:43.09+0000 [CELL/0] OUT Cell 09fd828d-b028-49e6-8667-5a793537bf82 successfully destroyed container for instance 9b1206ff-a5b7-4521-7219-255f&lt;BR /&gt;   2023-04-24T16:18:43.17+0000 [CELL/0] OUT Cell 66777274-56d5-4ae6-80f0-ea61129612e1 creating container for instance f64f839b-b4f4-40c1-4b07-5be1&lt;BR /&gt;   2023-04-24T16:18:43.52+0000 [CELL/0] OUT Security group rules were updated&lt;BR /&gt;   2023-04-24T16:18:43.53+0000 [CELL/0] OUT Cell 66777274-56d5-4ae6-80f0-ea61129612e1 successfully created container for instance f64f839b-b4f4-40c1-4b07-5be1&lt;BR /&gt;   2023-04-24T16:18:43.92+0000 [CELL/0] OUT Downloading droplet...&lt;BR /&gt;   2023-04-24T16:18:49.13+0000 [CELL/0] OUT Downloaded droplet (101.4M)&lt;BR /&gt;   2023-04-24T16:18:49.13+0000 [CELL/0] OUT Starting health monitoring of container&lt;BR /&gt;   2023-04-24T16:18:49.79+0000 [APP/PROC/WEB/0] OUT &amp;gt; MyHANAApp@1.0.0 start /home/vcap/app&lt;BR /&gt;   2023-04-24T16:18:49.79+0000 [APP/PROC/WEB/0] OUT &amp;gt; cds serve srv/csn.json&lt;BR /&gt;   2023-04-24T16:18:50.14+0000 [APP/PROC/WEB/0] ERR [ERROR] Couldn't find a CDS model for '*' in /home/vcap/app&lt;BR /&gt;   2023-04-24T16:18:50.15+0000 [APP/PROC/WEB/0] ERR npm ERR! code ELIFECYCLE&lt;BR /&gt;   2023-04-24T16:18:50.15+0000 [APP/PROC/WEB/0] ERR npm ERR! errno 1&lt;BR /&gt;   2023-04-24T16:18:50.15+0000 [APP/PROC/WEB/0] ERR npm ERR! MyHANAApp@1.0.0 start: `cds serve srv/csn.json`&lt;BR /&gt;   2023-04-24T16:18:50.15+0000 [APP/PROC/WEB/0] ERR npm ERR! Exit status 1&lt;BR /&gt;   2023-04-24T16:18:50.15+0000 [APP/PROC/WEB/0] ERR npm ERR!&lt;BR /&gt;   2023-04-24T16:18:50.15+0000 [APP/PROC/WEB/0] ERR npm ERR! Failed at the MyHANAApp@1.0.0 start script.&lt;BR /&gt;   2023-04-24T16:18:50.15+0000 [APP/PROC/WEB/0] ERR npm ERR! This is probably not a problem with npm. There is likely additional logging output above.&lt;BR /&gt;   2023-04-24T16:18:50.18+0000 [APP/PROC/WEB/0] ERR npm ERR! A complete log of this run can be found in:&lt;BR /&gt;   2023-04-24T16:18:50.18+0000 [APP/PROC/WEB/0] ERR npm ERR!     /home/vcap/app/.npm/_logs/2023-04-24T16_18_50_156Z-debug.log&lt;BR /&gt;   2023-04-24T16:18:50.19+0000 [APP/PROC/WEB/0] OUT Exit status 1&lt;BR /&gt;   2023-04-24T16:18:56.66+0000 [CELL/0] OUT Cell 66777274-56d5-4ae6-80f0-ea61129612e1 stopping instance f64f839b-b4f4-40c1-4b07-5be1&lt;BR /&gt;   2023-04-24T16:18:56.66+0000 [CELL/0] OUT Cell 66777274-56d5-4ae6-80f0-ea61129612e1 destroying container for instance f64f839b-b4f4-40c1-4b07-5be1&lt;BR /&gt;   2023-04-24T16:18:56.69+0000 [API/6] OUT Process has crashed with type: "web"&lt;BR /&gt;   2023-04-24T16:18:56.70+0000 [API/6] OUT App instance exited with guid e5bbfeec-03bc-4e88-92df-1a8ee5dbefdb payload: {"instance"=&amp;gt;"f64f839b-b4f4-40c1-4b07-5be1", "index"=&amp;gt;0, "cell_id"=&amp;gt;"66777274-56d5-4ae6-80f0-ea61129612e1", "reason"=&amp;gt;"CRASHED", "exit_description"=&amp;gt;"APP/PROC/WEB: Exited with status 1", "crash_count"=&amp;gt;18, "crash_timestamp"=&amp;gt;1682353136663967062, "version"=&amp;gt;"e46c7598-8e31-400d-b8bd-7956b39cbbd9"}&lt;BR /&gt;   2023-04-24T16:18:56.75+0000 [PROXY/0] OUT Exit status 137&lt;BR /&gt;   2023-04-24T16:18:58.01+0000 [CELL/0] OUT Cell 66777274-56d5-4ae6-80f0-ea61129612e1 successfully destroyed container for instance f64f839b-b4f4-40c1-4b07-5be1&lt;BR /&gt;   2023-04-24T16:34:59.62+0000 [CELL/0] OUT Cell e4da31d7-b045-4881-a835-c3446fec2669 creating container for instance 754cc918-1490-4e15-4faa-b997&lt;BR /&gt;   2023-04-24T16:34:59.95+0000 [CELL/0] OUT Security group rules were updated&lt;BR /&gt;   2023-04-24T16:34:59.97+0000 [CELL/0] OUT Cell e4da31d7-b045-4881-a835-c3446fec2669 successfully created container for instance 754cc918-1490-4e15-4faa-b997&lt;BR /&gt;   2023-04-24T16:35:00.45+0000 [CELL/0] OUT Downloading droplet...&lt;BR /&gt;   2023-04-24T16:35:05.42+0000 [CELL/0] OUT Downloaded droplet (101.4M)&lt;BR /&gt;   2023-04-24T16:35:05.42+0000 [CELL/0] OUT Starting health monitoring of container&lt;BR /&gt;   2023-04-24T16:35:06.10+0000 [APP/PROC/WEB/0] OUT &amp;gt; MyHANAApp@1.0.0 start /home/vcap/app&lt;BR /&gt;   2023-04-24T16:35:06.10+0000 [APP/PROC/WEB/0] OUT &amp;gt; cds serve srv/csn.json&lt;BR /&gt;   2023-04-24T16:35:06.45+0000 [APP/PROC/WEB/0] ERR [ERROR] Couldn't find a CDS model for '*' in /home/vcap/app&lt;BR /&gt;   2023-04-24T16:35:06.47+0000 [APP/PROC/WEB/0] ERR npm ERR! code ELIFECYCLE&lt;BR /&gt;   2023-04-24T16:35:06.47+0000 [APP/PROC/WEB/0] ERR npm ERR! errno 1&lt;BR /&gt;   2023-04-24T16:35:06.48+0000 [APP/PROC/WEB/0] ERR npm ERR! MyHANAApp@1.0.0 start: `cds serve srv/csn.json`&lt;BR /&gt;   2023-04-24T16:35:06.48+0000 [APP/PROC/WEB/0] ERR npm ERR! Exit status 1&lt;BR /&gt;   2023-04-24T16:35:06.48+0000 [APP/PROC/WEB/0] ERR npm ERR!&lt;BR /&gt;   2023-04-24T16:35:06.48+0000 [APP/PROC/WEB/0] ERR npm ERR! Failed at the MyHANAApp@1.0.0 start script.&lt;BR /&gt;   2023-04-24T16:35:06.48+0000 [APP/PROC/WEB/0] ERR npm ERR! This is probably not a problem with npm. There is likely additional logging output above.&lt;BR /&gt;   2023-04-24T16:35:06.48+0000 [APP/PROC/WEB/0] ERR npm ERR! A complete log of this run can be found in:&lt;BR /&gt;   2023-04-24T16:35:06.48+0000 [APP/PROC/WEB/0] ERR npm ERR!     /home/vcap/app/.npm/_logs/2023-04-24T16_35_06_482Z-debug.log&lt;BR /&gt;   2023-04-24T16:35:06.49+0000 [APP/PROC/WEB/0] OUT Exit status 1&lt;BR /&gt;   2023-04-24T16:35:12.98+0000 [CELL/0] OUT Cell e4da31d7-b045-4881-a835-c3446fec2669 stopping instance 754cc918-1490-4e15-4faa-b997&lt;BR /&gt;   2023-04-24T16:35:12.98+0000 [CELL/0] OUT Cell e4da31d7-b045-4881-a835-c3446fec2669 destroying container for instance 754cc918-1490-4e15-4faa-b997&lt;BR /&gt;   2023-04-24T16:35:12.99+0000 [API/1] OUT Process has crashed with type: "web"&lt;BR /&gt;   2023-04-24T16:35:13.01+0000 [API/1] OUT App instance exited with guid e5bbfeec-03bc-4e88-92df-1a8ee5dbefdb payload: {"instance"=&amp;gt;"754cc918-1490-4e15-4faa-b997", "index"=&amp;gt;0, "cell_id"=&amp;gt;"e4da31d7-b045-4881-a835-c3446fec2669", "reason"=&amp;gt;"CRASHED", "exit_description"=&amp;gt;"APP/PROC/WEB: Exited with status 1", "crash_count"=&amp;gt;19, "crash_timestamp"=&amp;gt;1682354112980739556, "version"=&amp;gt;"e46c7598-8e31-400d-b8bd-7956b39cbbd9"}&lt;BR /&gt;   2023-04-24T16:35:13.05+0000 [PROXY/0] OUT Exit status 137&lt;BR /&gt;   2023-04-24T16:35:14.24+0000 [CELL/0] OUT Cell e4da31d7-b045-4881-a835-c3446fec2669 successfully destroyed container for instance 754cc918-1490-4e15-4faa-b997&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Apr 2023 16:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664164#M4751225</guid>
      <dc:creator>MatthiasH</dc:creator>
      <dc:date>2023-04-24T16:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664165#M4751226</link>
      <description>&lt;P&gt;thanks for the log output! first of all, I'm not the tutorial author so my personal deployment configuration usually looks different �� seems like that the csn file (produced during cds build using the cds files -&amp;gt; &lt;STRONG&gt;cds serve &lt;/STRONG&gt;as the start command in your package.json picks up that csn file) cannot be found. &lt;/P&gt;&lt;P&gt;I'd suggest the following: &lt;BR /&gt;&lt;BR /&gt;- run the cds builder in your terminal: "npx -p @sap/cds-dk cds build --production" - that's the step producing the csn file while building the MTA archive and is also mentioned in the before-all step in the mta.yaml.&lt;/P&gt;&lt;P&gt;- check where the csn.json file will end up in your filesystem. usually either in ./gen/srv or in ./srv/gen &lt;/P&gt;&lt;P&gt;- try to adjust the &lt;STRONG&gt;path&lt;/STRONG&gt; property of your MyHANAApp-srv module in the mta.yaml depending on the location of your csn.json file. important: you need to build the MTA archive and deploy the archive again. &lt;/P&gt;&lt;P&gt;fingers crossed &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664165#M4751226</guid>
      <dc:creator>maxstreifeneder</dc:creator>
      <dc:date>2023-04-25T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664166#M4751227</link>
      <description>&lt;P&gt;Thanks for your advices &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But... unfortunatelly still the same error messages.&lt;/P&gt;&lt;P&gt;I run the cds builder in my terminal: "npx -p @sap/cds-dk cds build --production" &lt;/P&gt;&lt;P&gt;My csn.json is in &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162533-image.png" /&gt;. So I changed in mta.yaml to&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162535-image.png" /&gt;. After that I built again the MTA archive and deployed it. &lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664166#M4751227</guid>
      <dc:creator>MatthiasH</dc:creator>
      <dc:date>2023-04-25T14:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664167#M4751228</link>
      <description>&lt;P&gt;What I found out additionaly. In the MyHANAApp-destination-service &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162538-image.png" /&gt; &lt;BR /&gt;I get a 404 when I press "check availability..." button &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162539-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664167#M4751228</guid>
      <dc:creator>MatthiasH</dc:creator>
      <dc:date>2023-04-25T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664168#M4751229</link>
      <description>&lt;P&gt;so the 404 for the destination check is only legit - because the destination you are checking is actually pointing to the app that can't be started because &lt;STRONG&gt;cds serve&lt;/STRONG&gt; on Cloud Foundry can't find the csn.json file. &lt;BR /&gt;&lt;BR /&gt;maybe we can take a shortcut tho: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cf enable-ssh MyHANAApp-srv &amp;amp;&amp;amp; cf restart MyHANAApp-srv&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;with that you can use ssh to connect to the app container on Cloud Foundry using: &lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cf ssh MyHANAApp-srv&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;if you now go to the app directory, you will hopefully find the csn.json somewhere: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cd /home/vcap/app&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;maybe you need to twist the path in mta.yaml and the package.json start command accordingly, so that both the local start of the app but also the Cloud Foundry app grab the csn.json file. (/home/vcap/app is the node project root)&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;pretty hard to troubleshoot - can you provide your project as a github repo? &lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 15:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664168#M4751229</guid>
      <dc:creator>maxstreifeneder</dc:creator>
      <dc:date>2023-04-26T15:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664169#M4751230</link>
      <description>&lt;P&gt;I have tried your commands. But "cf enable-ssh MyHANAApp-srv &amp;amp;&amp;amp; cf restart MyHANAApp-srv" ended with the same starting problem: &lt;BR /&gt;"... Instances starting...&lt;BR /&gt;All instances crashed&lt;BR /&gt;FAILED ".&lt;/P&gt;&lt;P&gt;So I wasn´t able to access with "cf ssh MyHANAApp-srv"&lt;/P&gt;&lt;P&gt;Now I have published my project on github: &lt;A href="https://github.com/huetterm/MyHANAApp" target="test_blank"&gt;https://github.com/huetterm/MyHANAApp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your ongoing support.&lt;/P&gt;&lt;P&gt;P.S.: I have already changed the path in package.json to &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2162626-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 11:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664169#M4751230</guid>
      <dc:creator>MatthiasH</dc:creator>
      <dc:date>2023-04-27T11:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664170#M4751231</link>
      <description>&lt;P&gt;Hey Matthias, &lt;/P&gt;&lt;P&gt;the only thing you have missed was &lt;A href="https://developers.sap.com/tutorials/hana-cloud-cap-create-project.html"&gt;https://developers.sap.com/tutorials/hana-cloud-cap-create-project.html &lt;/A&gt;- Step 5, where cds gets the configuration for the build process. (where the gen/ directory will end up and what needs to be built) &lt;/P&gt;&lt;P&gt;- the path in the mta.yaml was entirely right from the beginning: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;modules: &lt;BR /&gt;- name: MyHANAApp-srv &lt;BR /&gt;  type: nodejs &lt;BR /&gt;  path: gen/srv &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and the srv/package.json start command was also right:&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"scripts": { &lt;BR /&gt;   "start": "cds serve srv/csn.json" &lt;BR /&gt;}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;let me know if it doesn't work for you, then I can further help troubleshooting. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;meanwhile, I've created a Pull Request to your repo with the fixes (hope nothing went wrong along the way with formatting etc.) : &lt;A href="https://github.com/huetterm/MyHANAApp/pull/1" target="_blank"&gt;https://github.com/huetterm/MyHANAApp/pull/1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 15:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664170#M4751231</guid>
      <dc:creator>maxstreifeneder</dc:creator>
      <dc:date>2023-04-27T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664171#M4751232</link>
      <description>&lt;P&gt;Thank you very much. I must have missed Step 5, dispite the fact, that I have marked it as completed:-(&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 10:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664171#M4751232</guid>
      <dc:creator>MatthiasH</dc:creator>
      <dc:date>2023-04-28T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Full-Stack App (SAP HANA Cloud, CAP) error  "Requested route .. does not exist"</title>
      <link>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664172#M4751233</link>
      <description>&lt;P&gt;well, that happens! glad it works now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 11:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/full-stack-app-sap-hana-cloud-cap-error-quot-requested-route-does-not-exist/qaa-p/12664172#M4751233</guid>
      <dc:creator>maxstreifeneder</dc:creator>
      <dc:date>2023-04-28T11:58:02Z</dc:date>
    </item>
  </channel>
</rss>

