cancel
Showing results for 
Search instead for 
Did you mean: 

updating of file in MIME Repository failed: manifest-bundle.zip

Hi ,

I am trying to deploy my app to ABAP system from webide full stack and getting the above error and my app is not deployed.

But when I deploy from without fullstack version , I am not getting any erorr.

Any idea ?

I am using licensed version of WebIDE.

Please help.

Regards,

Prosun

Accepted Solutions (0)

Answers (6)

Answers (6)

Hi All,

I found the solution for the problem.

1.implement the note 2685863.

2. Delete the app from ABAP gateway(BSP application)

3. Redeploy

4. for now on you will have no problem.

Regards,

Prosun

michal_keidar
Active Contributor

Hi,

This can happen if the file you're trying to deploy is a rather large file, and the HTML5 Dispatcher (which is on the route from SAP Web IDE to the ABAP system) gets a timeout when trying to dispatch it.
Sometimes the HTML5 dispatcher has a shorter timeout (30s) than the ABAP system itself (5m), so the ABAP system is actually able to handle the upload of the large file but the HTML5 dispatcher raises a timeout in the process.
The solution would be to increase the timeout of the HTML5 Dispatcher.
Take a look at Accessing REST Services under Destination Properties and increase the timeout to the maximum of 300s.
You may need to perform an ICM hard reset if raising the timeout does not help.
Finally if none of the above helps, I suggest to identify the large file and upload it manually via SE80.

Regards,
Michal.

ivan_shadrin
Participant
0 Kudos

Hi all,

I've got the same problem when deploying my App to the on-premise SAP-system via cloud connector.

I just want to try to share my experience with this error. Maybe it will help anyone to find the reason of this error.

1. I've created a Fiori application from a Fiori Elements template and slightly modified it.

2. Then I've successfully deployed it into my backend system. Everything was fine and as usual.

3. Then I've modified my app in Web IDE. There are two major modifications:

- I have created a new folder and a new Fragment.xml file and integrated it into my Fiori Elements template.

- I have adapted some properites of some controls using the UI adaptation editor. This led to the creation of another folder "changes" in my webapp folder. A plenty of *.change files were automatic created and placed in this folder by the adaptation editor.

(prosunbondopadhyay as for as I know, this feature is available on the Full-Stack edition only).

4. I have successfully tested all my changes in the Web IDE.

5. Then I've tried to deploy my app to the backend system. And.. now I've got this error.

All these steps were done in the same day. There weren't any updates of our Cloud connector or backend system.

6. BUT when I've tried to deploy the same application as a new BSP-app, it worked fine. Of course I have got an error because now I have 2 different apps with the same namespace. I ignored this message, correted target mappings in my Fiori Launchpad and now my app works correctly in my backend system.

So, I couldn't solve this problem, just found a some kind of workaround. I don't have any Idea, if my adaptations are really the cause of this error.

Ivan

0 Kudos

Thanks Ivan for explaining.

I have raise a message with SAP, they have provided a note(2685863) which looks similar symtoms.


After implementayion of the note, still the same error. But it might work for some cases.


You can give it a try, if it works for you.

Regards,

Prosun


juliusku
Participant

I have the same problem, I tried the note but didn't do much. Did you find a way to fix it?

0 Kudos

Hi All,

Thanks all for your answer. But I am not uploading any large files . Even I do not have any ICON or font files in my project. When I export I can see whole project size is less than 1 mb.

Not sure waht caused it.

Regards,

prosun

Attila
Active Participant
0 Kudos

Hello All,

We have the same issue at our organization, we made all proposals suggested in the troubleshooting guide.

sap-webide.png

Only the file manifest-bundle.zip cannot be deployed, which is introduced with the new grunt build:

"@sap/grunt-sapui5-bestpractice-build": "1.3.62"

We have a problem also seen in the SMICM trace:

smicm-error-log.png

We turned off all Virus Scan settings. We will try to update to latest cloud connector and see. After we will open an incident to SAP if no success. You can set back the version 1.3.62 to 1.3.50 in the package.json (in case this is your problem also).

Attila

Attila
Active Participant
0 Kudos

Updating Cloud Connector to latest version did not help. Cloud Connector logs (with log level: TRACE) show no errors. Doing some more investigation before opening incident to SAP (the manifest-bundle.zip file size is <2kB).

0 Kudos

Thanks for your reply.

Please update on your progress and if you found the solution.

Attila
Active Participant
0 Kudos

Hi,

we assume we found the problem of the issue and opening an Incident to SAP right now(cloud solutions of SAP were unavailable the whole day yesterday). The problem is the file name. It has a dash inside. If we try to upload it in SE80 directly into the BSP app, we also have a strange message. message number KWUI044: The name is not unique. We can upload zips without the dash in the file name. Bang...

Attila
Active Participant

Hi,

here is the summary how we fixed that issue finally.

We originally failed to deploy the application including the manifest-bundle.zip, and fixed all points mentioned in the Deployment Troubleshooting Guide. The initial issue was not the MIME one, like shown on the dialog above.

Most probably this deployment left our ABAP gateway system, the BSP and MIME repository in inconsistent state (SAP Support could not tell us why and how this happened). The ADT service which is used by SAP WebIDE did not handle this situation well, when the system settings are not correct, I assume. The end result was that the zip file was not stored in MIME repository finally and not shown in SE80, however registered as file in SMIMLOIO and SMIMPHIO tables (this is why we had duplicate error message in SE80, the problem was not the hyphen, but the invalid table entries). SAP Support asked us to delete the corresponding entries with the LOIO_ID GUIDs from that tables (search for manifest-bundle.zip in the DESCRIPT field in the SMIMPHIO table). Attention there can be more files with this decsription! Find which corresponds to your project. Check that you have the file in the BSP app in SE80 in advance. Anyway, you can't loose too much, You can delete the wrong BSP app, and deploy with a new name :D.

After deleting that entry for all failed WebIDE project deployments, we were able to finish the process of the halfly deployed applications.

We successfully did it for several failed deployments, other developers working with that system will give their feedbacks in upcoming day about success or failure, to close that Incident.

Good luck! I hope this helps you to overcome the problem.

Attila

Screenshot were duplicate check failed:

gregorw
Active Contributor
0 Kudos

Have you tried removing the manifest-bundle.zip file and try again?

0 Kudos

Thanks for your reply.

I couldn't locate the file manifest-bundle.zip


Regards,

prosun