cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Launchpad - Could not start the app due to an internal error

_IvanFemia_
Active Contributor
0 Kudos

Hi

I'm trying to experiment some custom developments using SAP Fiori Launchpad, but I'm getting into the error "Could not start the app due to an internal error" once I start my application.

Below the steps performed:

From SE38 I've launched report /UI5/UI5_REPOSITORY_LOAD

I downloaded in a local folder standard SAP Fiori app SD_SO_MON (Sales

Order Track)

I created in Eclipse Luna a new SAP UI5 Project and copy all the content

downloaded in the previous step.

I changed the javascript namespace from "cus.sd.salesorder" to my custom one "cus.wm.critproc".

I committed the content in the ABAP system in the customer namespace

ZUX_WM_UNCTO

I verified that SICF nodes were correctly generated

I created the Launchpad customizing (LPD_CUST) entry and defined Semantic Objects.(/UI2/SEMOBJ) from SAP Gui and created the proper tile from the Fiori Launchpad Designer.

When I try to execute the app from launchpad or directly using the semantic object I get an error.

I checked the Chrome console and the error is:

Error - found in negative cache: 'cus/wm/critproc/monitor/Component.js' from /sap/bc/ui5_ui5/sap/zux_wm_uncfto/Component.js: 404 - Not found



So I decided to test the resource directly and using the Component.js form the standard Fiori App I get the proper content

Instead my custom app

In the SICF all the services are active and the BSP is active.

Has anyone any suggestion?

Thank you

Ivan

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ivan,

Is there /sap/bc/ui5_ui5/sap/zux_wm_uncfto/Component.js? If there is no file, the error is correct.

Please check the BSP app zux_wm_uncfto in the SE80.

Regards, Masa

SAP Customer Experience Group - CEG

_IvanFemia_
Active Contributor
0 Kudos

Hi Massa,

file is there.

Former Member
0 Kudos

Hello Ivan,

Were able to resolve this? I am getting the same error of negative cache related to component.js file.

I checked the BSP application and component.js exist there.

Please reply.

Best Regards,

Rahul

_IvanFemia_
Active Contributor
0 Kudos

Rahul,

I've recreated the Fiori app, without copying it from the standard.

Ivan