<?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: Execution of task &amp;quot;deploy&amp;quot; on application &amp;quot;cpapp-db-deployer&amp;quot; failed. in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652021#M4746435</link>
    <description>&lt;P&gt;Many thanks. Your tips worked for me.&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2023 20:37:08 GMT</pubDate>
    <dc:creator>glauco</dc:creator>
    <dc:date>2023-05-03T20:37:08Z</dc:date>
    <item>
      <title>Execution of task "deploy" on application "cpapp-db-deployer" failed.</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaq-p/12652017</link>
      <description>&lt;P&gt;Tutorials: &lt;A href="https://developers.sap.com/tutorials/btp-app-cap-mta-deployment.html" target="test_blank"&gt;https://developers.sap.com/tutorials/btp-app-cap-mta-deployment.html&lt;/A&gt; &lt;BR /&gt;-------------------------- &lt;BR /&gt; &lt;/P&gt;
  &lt;P&gt;I thought it's a problem of my code first, but even when I run this on the solution branch &lt;A href="https://github.com/SAP-samples/cloud-cap-risk-management/tree/cap-mta-deployment"&gt;https://github.com/SAP-samples/cloud-cap-risk-management/tree/cap-mta-deployment&lt;/A&gt; I get same error. In step 8 of the tutorial I do&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;mbt build -t ./
cf deploy cpapp_1.0.0.mtar&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;and receive the following error:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;[...]

Application "cpapp-db-deployer" staged

Executing task "deploy" on application "cpapp-db-deployer"...

Execution of task "deploy" on application "cpapp-db-deployer" failed.&lt;/CODE&gt;&lt;/PRE&gt; 
  &lt;P&gt;I downloaded the logs with&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;cf dmol -i 83401c16-b873-11ed-a215-eeee0a9c9547&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;and can see the follwing in cpapp-db-deployer.log&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;[PollExecuteTaskStatusExecution] [cpapp-db-deployer] 28b62f0b-af50-436f-80b9-ae599f6b70f3 [Wed Mar 01 20:58:47 UTC 2023] Deployment to container D2D3E80B3E4E4C5EB32F2A9A4364FC72 failed - error: Connection failed (RTE:[89013] Socket closed by peer {10.157.116.31:35462 -&amp;gt; 44.196.217.154:443} (10.157.116.31:35462 -&amp;gt; 5419370e-93aa-429f-b4cf-dda85d2967df.hana.trial-us10.hanacloud.ondemand.com:443)) [Deployment ID: none]. (STDERR, APP/TASK/deploy)#&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Mar 2023 21:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaq-p/12652017</guid>
      <dc:creator>MartinKnechtel</dc:creator>
      <dc:date>2023-03-01T21:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of task "deploy" on application "cpapp-db-deployer" failed.</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652018#M4746432</link>
      <description>&lt;P&gt;It now works. &lt;/P&gt;&lt;P&gt;Deployment now succeeds:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;[...]&lt;BR /&gt;Application "cpapp-srv" started and available at "c5c6d9b0trial-dev-cpapp-srv.cfapps.us10-001.hana.ondemand.com"&lt;BR /&gt;Application "cpapp-db-deployer" staged&lt;BR /&gt;Executing task "deploy" on application "cpapp-db-deployer"...&lt;BR /&gt;Skipping deletion of services, because the command line option "--delete-services" is not specified.&lt;BR /&gt;Process finished.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The only difference: I re-created my HANA Cloud instance with one difference in the settings: not allow only BTP IPs but instead allow all IP addresses, see my screenshot below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2142701-screenshot-2023-03-02-at-074649.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Could this be an issue of HANA Cloud being in us10.hana.ondemand.com (see my screenshot) and my application being in us10-001.hana.ondemand.com (see my deploy log)?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 07:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652018#M4746432</guid>
      <dc:creator>MartinKnechtel</dc:creator>
      <dc:date>2023-03-02T07:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of task "deploy" on application "cpapp-db-deployer" failed.</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652019#M4746433</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;By coincidence I also asked a similar question and the error message we're receiving is the same.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/13836085/deploying-cap-application-to-btp-socket.html" target="test_blank"&gt;https://answers.sap.com/questions/13836085/deploying-cap-application-to-btp-socket.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is allowing all connections not some kind of security risk?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 08:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652019#M4746433</guid>
      <dc:creator>former_member844412</dc:creator>
      <dc:date>2023-03-03T08:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of task "deploy" on application "cpapp-db-deployer" failed.</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652020#M4746434</link>
      <description>&lt;P&gt;Yes. For my test application deployed to my trial in us10-001.hana.ondemand.com I consider this a feasible workaround, and I accept that my test data in my HANA Cloud instance in us10.hana.ondemand.com is put at a higher risk, but for production this will be a different story &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 16:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652020#M4746434</guid>
      <dc:creator>MartinKnechtel</dc:creator>
      <dc:date>2023-03-07T16:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of task "deploy" on application "cpapp-db-deployer" failed.</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652021#M4746435</link>
      <description>&lt;P&gt;Many thanks. Your tips worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 20:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/12652021#M4746435</guid>
      <dc:creator>glauco</dc:creator>
      <dc:date>2023-05-03T20:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Execution of task "deploy" on application "cpapp-db-deployer" failed.</title>
      <link>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/13710026#M4830406</link>
      <description>"Allow all IP addresses" doesn't work for me... re-create HANA either...</description>
      <pubDate>Thu, 23 May 2024 05:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/execution-of-task-quot-deploy-quot-on-application-quot-cpapp-db-deployer/qaa-p/13710026#M4830406</guid>
      <dc:creator>inu2200</dc:creator>
      <dc:date>2024-05-23T05:56:48Z</dc:date>
    </item>
  </channel>
</rss>

