on ‎2019 Aug 29 11:18 AM
Context:
Beside the master tenant, I have a partner tenant setup, let's call it "partner"
When starting the server, the loading of the context backoffice_partner fails because of an error.
The source cause is:
Caused by: java.io.IOException: Unable to remove a module library: pathto\hybris\data \backoffice\widgetlib\deployed\platformbackoffice.jar at com.hybris.backoffice.BackofficeModulesManager.removeModuleJarImmediately(BackofficeModulesManager.java:355) at com.hybris.backoffice.BackofficeModulesManager.refreshAndFetch(BackofficeModulesManager.java:116)
The removal of this module library is not possible because the jar platformbackoffice.jar is locked by the very same hybris java process.
There doesn't seem to be any bug opened (yet) at SAP's side. We're in the process of opening such a ticket.
Have you experienced this issue on your multi-tenant setup?
Thanks for your feedback.
Cheers,
Abderzake
Request clarification before answering.
Hi @arvind-kumar-avinash,
Sorry for the delay, I was off...!
To answer your question, the issue was occurring at the server boot not during build time.
Was occurring, because I've actually found the solution. It's actually documented in the wiki here
But I didn't find this page when I had searched for it initially....
Anyway: In short, to avoid this library clashes, you can (and must) different library folders after configuring the property "backoffice.library.home" for the all of your non-master tenants through the property "backoffice.library.home".
In case it can help someone some day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.