cancel
Showing results for 
Search instead for 
Did you mean: 

Application initialization failed due to an exception: Error found in negative cache

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Experts,

With reference to , when i launch an app in FioriLaunchPadSandBox i am getting below error:

Iam able to test both Fiori apps (materials & salesorders) by choosing option as component.js>Run>Run As>SAP Fiori Component .I have created two new files within a folder FLPSandBox

fioriSandBoxConfig.json


    "applications": { 

        "materials-display": { 

            "additionalInformation": "SAPUI5.Component=com.sample.material", 

            "applicationType": "URL", 

            "url": "/orion/file/P1176845trial$P1176845-OrionContent/materials",  <<change>>

            "description": "Materials App" 

        }, 

        "salesorders-display": { 

            "additionalInformation": "SAPUI5.Component=com.sample.salesorder", 

            "applicationType": "URL", 

            "url": "/orion/file/P1176845trial$P1176845-OrionContent/salesorders ",  <<change>>

            "description": "Sales Order App" 

        } 

    } 

}

neo-app.json


  "routes":[ 

      { 

        "path":"/sap/opu/odata", 

        "target":{ 

            "type":"destination", 

            "name":"SAPES1",    <<change>>

            "entryPath":"/sap/opu/odata" 

        }, 

        "description":"GWdemo OData service"   <<change>>

      },{ 

        "path":"/orion", 

        "target":{ 

            "type":"service", 

            "name":"orion" 

        }, 

        "description":"Orion Service" 

      },{ 

        "path":"/resources", 

        "target":{ 

            "type":"service", 

            "name":"sapui5", 

            "entryPath":"/resources" 

        }, 

        "description":"SAPUI5 Resources" 

      },{ 

        "path":"/test-resources", 

        "target":{ 

            "type":"service", 

            "name":"sapui5", 

            "entryPath":"/test-resources" 

        }, 

        "description":"SAPUI5 Test Resources" 

      } 

  ] 

What i have missed? Looking forward to hear from

Regards,

JK

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

Hi JK,

Try setting the first "p" in the url to lower case...

"url": "/orion/file/p1176845trial$P1176845-OrionContent/salesorders


Regards,

Jamie

SAP - RIG

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thanks Jamie. It worked now.

Former Member
0 Kudos

Hi Jamie,

As I am new to SAP WebIDE, I am facing issues in executing standing SAP Fiori App for People Profile. An empty screen appears even for people profile extension project.

What should be the sequence of steps in order to run a standard fiori app in Webide.

jamie_cawley
Advisor
Advisor
0 Kudos

Hi Prabh,

Please create your own thread.

Regards,

Jamie

SAP - Technology RIG

Answers (0)