How to resolve Internal error in Kony mobile fabric?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I'm developing a Desktop Web application in Kony 7.3. and mobile fabric version is 7..1.1

Unable to publish the server, While publishing it shows some Internal Error(refer screenshot "PublishError" image)

Please help me to solve this issue.

Hi,

As per the attached screenshot, issue is another application in your MF console is having same war (RMCWeb.war) for SPA or Desktop Web.

Due to that your publish is failing. So, we request you please check which application already have RMCWeb.war.

Please note WAR file should be unique throughout MF console.

Thanks,

Hi,

I have checked, There is no other RMCWeb.war file in the server. and also I created one application for that project.

Thanks,

Hi ,

Is this onpremise or cloud . If it is onpremise you can verify in the database accountsdb--> applications table for the same name and make the del flag to 1 and then try republishing .

If it is cloud you can try unpublishing the application first and then retry publishing again.

Thanks

Hi,

Where I can see the database accountsdb?

Thanks & Regards,

Hi,

If it is onpremise you should have database access which will be setup during the time of installation.

Thanks

Hi @Advm Dvvidson​ ,

You cannot build your Visualizer application against two different Fabric applications when you are building it for SPA/Desktopweb applications.

Please maintain 1 viz app> 1 MF app when you want to build SPA/DW applications.

For now, you can go to Project Settings and change application ID, and build and publish again. That should resolve the issue.

One appid on visualizer can be associated with one fabric app only. if you want to avoid this, you have to unpublish your first fabric app from where you deployed the war.