-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.3.X, Master
-
Fix Version/s: 7.1.10 DXP FP26, 7.1.10.7 SP7, 7.1.X
-
Component/s: App Management > License Manager
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Prepare or download a release bundle for 7.3.10 SP1 and deploy a developer license and a Liferay Commerce developer license
- Extract any .jar from "Liferay Commerce - Liferay Commerce - Impl.lpkg" and place it in osgi/marketplace/override, making sure to rename it to remove the version string
- Clear osgi/state and restart the server
Expected behavior is that there are no errors on startup. Actual behavior is you see the following error (or something similar) on startup:
Caused by: java.net.MalformedURLException: unknown protocol: lpkg-override at java.net.URL.<init>(URL.java:600) at java.net.URL.<init>(URL.java:490) at java.net.URL.<init>(URL.java:439) at org.eclipse.osgi.storage.Storage.createURL(Storage.java:600) at org.eclipse.osgi.storage.Storage.getContentConnection(Storage.java:580) at org.eclipse.osgi.storage.Storage.getContentConnection(Storage.java:550) at org.eclipse.osgi.internal.framework.BundleContextImpl.installBundle(BundleContextImpl.java:145) ... 77 more