cancel
Showing results for 
Search instead for 
Did you mean: 

Registered Fiori Application does not open

andreasmarte
Explorer
0 Kudos

Hello all,

in WebIDE i deployed a application from my trial hcp account to fiori launchpad. If i want to open the app in fiori launchpad i got the Error (german):"App kann nicht geöffnet werden. Bitte versuchen Sie es später erneut." (translated) "App could not be opened. Please try again later.

Any suggests how to deal with this ?

Thanks in advance,

Andreas

Accepted Solutions (0)

Answers (6)

Answers (6)

omakinen
Participant

In addition, make sure that in your Gateway system this SICF-service is activated:

/sap/bc/lrep/

This was the problem in our case after we upgraded Gateway to SAPUI_750 and imported a new app from Web IDE.

br,

Ossi M

jamie_cawley
Advisor
Advisor

It looks like you have an error related to trying to get a reference to an object's label that doesn't exist. Check you app's code.

Regards,

Jamie

SAP - Technology RIG

0 Kudos

Hello Jamie,

I also have a similar issue. I have a custom library which i have deployed to FLP.

I have a consuming app which uses the custom Library internally . I deployed the consuming app to FLP.

However when I open the consuming app in FLP it doesnot open and gives some errors. This issue doesnot come when I open the consuming app from HCP cockpit.

Seems i am not able to access Library from Consuming app from FLP launchpad. Is there any change i need to do for making this thing work in FLP.

Thanks in advance

former_member477471
Discoverer
0 Kudos

Hey!

In the console, do you also get the error "Error in app component Z***: No descriptor was found -" ?

I get this when I change the application type in destination configuration (fiori customizing) to "SAPUI5-Fiori-App". When I run it as "SAP-Fiori-App using LPD_CUST" it works although I only get a Inline window which I dont like :-(.

Did you find a solution for your problem yet?

Former Member
0 Kudos

Same problem here.

Works fine on my desktop as long as i am logged into the SCP.

Calling the URL from iPhone returns this error.

Where to check for the error?

andreasmarte
Explorer
0 Kudos

2017-03-10 13:14:05.412164 ThemeCheck: sap-ui-theme-sap.fiori: Error during check styles 'sap-ui-theme-sap.fiori' - Error: Zugriff verweigert

2017-03-10 13:14:13.592754 App 'com.demo' has errors and will possibly not run properly -com.demo

2017-03-10 13:14:13.593687 Error in application dependency 'sap.ui.core': 'No descriptor was found' -com.demo

2017-03-10 13:14:13.593956 Error in application dependency 'sap.m': 'No descriptor was found' -com.demo

2017-03-10 13:14:13.594171 Error in application dependency 'sap.ui.layout': 'No descriptor was found' -com.demo

2017-03-10 13:14:14.648308 Failed to load UI5 component with properties '{"name":"com.demo","url":"/sap/fiori/dashboard/","manifestUrl":"/sap/bc/lrep/content/~1487858936729~/apps/com.demo/app/s0016126863trial/dashboard/sv/1.0.9/manifest.appdescr","self":{"name":"com.demo","url":"/dashboard/"},"asyncHints":{"libs":[{"name":"sap.ui.core","lazy":false},{"name":"sap.m","lazy":false},{"name":"sap.ui.layout","lazy":false}],"components":[],"requests":[{"name":"$sap.ui.fl.changes","reference":"com.demo.Component"}],"preloadBundles":["sap/fiori/core-ext-light.js"],"waitFor":[]},"messages":[{"severity":"error","text":"App 'com.demo' has errors and will possibly not run properly"},{"severity":"error","text":"Error in application dependency 'sap.ui.core': 'No descriptor was found'"},{"severity":"error","text":"Error in application dependency 'sap.m': 'No descriptor was found'"},{"severity":"error","text":"Error in application dependency 'sap.ui.layout': 'No descriptor was found'"}],"technology":"UI5","html5AppName":"hcpd

2017-03-10 13:14:14.649544 Failed to load U5 component for navigation intent #HCP_DEMO-Display - TypeError: Die Eigenschaft "Label" eines undefinierten oder Nullverweises kann nicht abgerufen werden. sap.ushell.renderers.fiori2.Shell.controller

jamie_cawley
Advisor
Advisor
0 Kudos

You will need to open the browser dev console to see the real error. Post it here if you are unsure how to proceed.

Regards,

Jamie

SAP - Technology RIG