cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying fiori launchpad module in MTA to XSA fails/

mrwong05
Participant
0 Kudos

Hi,

I was successful in Building a FLP module in space SAP, but deployment has been not been successful. Here is the output to putty console when i try to deploy from CLI. I've also attached two logs MAIN_LOG and flp02-Content-flp02 (from running command "xs dmol -i 32878" to download the logs of the process)

hxeadm@ip-10-200-6-169:/usr/sap/HXE/HDB90> xs deploy flp02_0.0.1.mtar

There is 1 ongoing process for multi-target app [flp02]. Do you want to abort it ? (y/n)> y
Aborting process 32195...

Process aborted

Uploading 1 files:
/hana/shared/HXE/HDB90/flp02_0.0.1.mtar
File upload finished

Starting process xs2-deploy...
Starting monitoring...
Validating parameters...
Processing MTA archive...
Processing MTA extension descriptors...
Detecting MTA major schema version...
MTA schema version: 3.1.0
Detecting deploy target...
Detected deploy target "HANAExpress dev"
Validating and merging descriptors...
Detecting deployed MTA...
Deployed MTA detected
Collecting system parameters...
New MTA version: 0.0.1
Deployed MTA version: 0.0.1
Building cloud deployment model...
Building cloud undeployment model...
Validating services to create...
Validating applications to deploy...
Adding domains...
Deleting unused reserved routes...
Creating or updating services...
Service "sap-portal-services-host-flp02" is not modified and will not be update d
Service "portal-uaa-flp02" is not modified and will not be updated
Service "sap-portal-services-client-flp02" is not modified and will not be upda ted
Preparing applications deployment...
Checking application "flp02-flp02"...
Application "flp02-flp02" exists
Updating application "flp02-flp02"...
Service "sap-portal-services-host-flp02" will not be rebound to application "fl p02-flp02" because the binding parameters are not modified
Service "portal-uaa-flp02" will not be rebound to application "flp02-flp02" bec ause the binding parameters are not modified
Application "flp02-flp02" is not modified and will not be updated
Uploading application "flp02-flp02"...
Matched files count: 0
Matched resources processed, total size is 0
Upload status: finished
Scaling application "flp02-flp02"...
Publishing public provided dependencies for application "flp02-flp02"...
Deleting discontinued configuration entries for application "flp02-flp02"...
Checking application "flp02-Content-flp02"...
Application "flp02-Content-flp02" exists
Updating application "flp02-Content-flp02"...
Service "sap-portal-services-client-flp02" will not be rebound to application " flp02-Content-flp02" because the binding parameters are not modified
Service "portal-uaa-flp02" will not be rebound to application "flp02-Content-fl p02" because the binding parameters are not modified
Uploading application "flp02-Content-flp02"...
Matched files count: 0
Matched resources processed, total size is 0
Upload status: finished
Scaling application "flp02-Content-flp02"...
Stopping application "flp02-Content-flp02"...
Staging application "flp02-Content-flp02"...
Node.js
Node.js buildpack version 3.3.2
Available Node.js runtimes: node6.11,node4.8
Npm install not needed - attempting partial runtime download
Downloading Node.js...
Unpacking Node.js archive...
Omitting npm install: node_modules directory is already present and rebuild is not enabled, using dependencies as provided
Copying SSL CA certificates...
Application "flp02-Content-flp02" staged
Starting application "flp02-Content-flp02"...
0 of 1 instances running (1 down,1 starting)
1 of 1 instances running (1 down,1 running)
Application "flp02-Content-flp02" started
Error executing application "flp02-Content-flp02": Deployment of site content t o persistency failed [Deployment Id: deploy-32878]
ERR Error executing application "flp02-Content-flp02": Deployment of site con tent to persistency failed [Deployment Id: deploy-32878]

Use "xs deploy -i 32878 -a retry" to retry the process
Use "xs deploy -i 32878 -a abort" to abort the process
Use "xs dmol -i 32878" to download the logs of the process

main-log.txt

flp02-content-flp02.txt

deploy-service-log.txt

di-core-log.txt

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi mrwong05,

Do you have the following property set for FLP site modules in the MTA YAML?

-name: <site content / site web>
 type: <siteentry/sitecontent>
 path: ....
 parameters:
  .....
 requires:
  .....
 properties:
  NODE_TLS_REJECT_UNAUTHORIZED: "0"  #<------ This Property
mrwong05
Participant
0 Kudos

I used this workaround to successful deployment, but SAP said this bug would be fixed as of Dec. 1 in the newest release (dec. 15th 2017) a (possibly new) deployment problem persists.

0 Kudos

Hi Matthew,

Could you please help me with steps on how to push the application on to fiori launchpad ? I have created the site and able to see 2 apps on it .But i want to push my app on to launchpad.

Regards,

Divya

mrwong05
Participant
0 Kudos

Actually I have no idea how to push a custom APP to the launchpad, other than adding an entry on the manifest.json file for the launchpad itself. from what i remember...

0 Kudos

How did you solve this problem ?

These are what I found in error log:

#2.0#2019 10 28 16:45:49.446#-04:00#INFO#com.sap.cloud.lm.sl.xs2.24559.MAIN_LOG# ######com.sap.cloud.lm.sl.cf.process.util.StepLogger########pool-7-thread-2### [UpdateAppStep] Service "hdi_db" will not be rebound to application "db" because the binding parameters are not modified# #2.0#2019 10 28 16:45:49.450#-04:00#DEBUG#com.sap.cloud.lm.sl.xs2.24559.MAIN_LOG# ######com.sap.cloud.lm.sl.cf.process.util.StepLogger########pool-7-thread-2### [UpdateAppStep] Binding application "db" to service "CC_ACCESS"# #2.0#2019 10 28 16:45:49.470#-04:00#ERROR#com.sap.cloud.lm.sl.xs2.24559.MAIN_LOG# ######com.sap.cloud.lm.sl.cf.process.util.StepLogger########pool-7-thread-2### [UpdateAppStep] Error updating application "db": Could not bind application "db" to service "CC_ACCESS": 404 Could not bind application "db" to service "CC_ACCESS": service CC_ACCESS not found# #2.0#2019 10 28 16:45:49.475#-04:00#ERROR#com.sap.cloud.lm.sl.xs2.24559.MAIN_LOG# ######com.sap.cloud.lm.sl.cf.process.steps.ProcessStepHelper########pool-7-thread-2### Exception caught# com.sap.cloud.lm.sl.common.SLException: Could not bind application "db" to service "CC_ACCESS": 404 Could not bind application "db" to service "CC_ACCESS": service CC_ACCESS not found