cancel
Showing results for 
Search instead for 
Did you mean: 

Launchpad Error - No Descriptor was found

Hi Team,

I deployed the application in the front end server, the BSP applicaiton URL is working fine.

This is the first time I am configuring the custom tile, I am trying now to configure this application on launchpad, I have done the steps of creating a catalog and created group and assigned the same to the Role. when I am trying to launch the application by clicking on the tile, I am getting below error .

Let me know where I am doing some thing wrong.

Thank you

Khaleel

gregorw
Active Contributor
0 Kudos

It would be very helpful if you provide a screenshot of the intent based navigation target configuration.

Accepted Solutions (0)

Answers (8)

Answers (8)

RaminS
Participant

This issue is caused when your namespace ID, as specified in manifest.json is different from the ID attribute of your tile in launchpad configuration.

I resolved my issue by making sure the "id" attribute in the manifest.json matches the ID of the tile configured in Launchpad:

manifest.json:

This should be the same as the tile definition in launchpad.

markus_matz1
Discoverer
0 Kudos

Thanks, that solved my problem.

former_member657525
Participant

Hello,

I believe the Error No Descriptor was found should be resolved if you specify proper text for appDescripton field in i18n.Properties file.

#YDES: Application description

appDescription = "<Text for Your Application Name or Title>"

daniel_wang09
Employee
Employee
0 Kudos

Thanks, it solves my problem.

TheGokke
Active Participant

Launch report /UI5/APP_INDEX_CALCULATE and do a full load

former_member235383
Active Participant

Hello Shaik,

The error that you get in the Ispector is very generic.

Could you please add some attachments with the configuration to which you have proceed?

(Tiles & Target mapping Configuration of Fiori Launchpad Designer)

What are you trying to access with the custom tile?

You may also check the logs of /ui2/flia for the intent #ZPM_NOTISFEM-display

Thanks and best regards,

Konstantia

0 Kudos

Hello,

Did you get to resolve this error? I'm facing the same issue after deploying the app from SAP WEB IDE Personal Edition.

Thanks

mustafabelen
Discoverer
0 Kudos

Hi everybody, I deployed the application from eclipse. I am getting the same error.

former_member263766
Discoverer
0 Kudos

Hi shaik khaleelullah,

I am facing the same issue, can you provide the steps you have followed to fix this.

Thanks,

Anil.

0 Kudos

Hi Konstantia,

Please see the screenshots of the Tiles and target mapping.

Tile Config :

Target Mapping : if I select the option Application type as URL its opening in new tab and its working, but it has to work on launchpad where its throwing an error .

Component.js file

Error Screenshot:

In the error screen shot , after my project name there are some alphanumeric number is getting added and then component.js is coming there, and throwing an error failed to load component.js.

Please let me know whats going wrong.

Thanks

Khaleel.