-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP SP2, 7.0.X EE, Master
-
Fix Version/s: 7.0.0 DXP FP31, 7.0.5 CE GA6, 7.0.X, 7.1.X, Master
-
Component/s: Core Infrastructure
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to Reproduce:
- Extract liferay bundle > liferay-dxp-digital-enterprise-7.0-sp2
- Rename directory with non-alphanumeric character > liferay-dxp-#digital-enterprise-7.0-sp2
- Set liferay.home in portal-ext.properties
- Delete osgi/state directory
- Start portal
Expected Result:
osgi/state directory created during portal start up as home for org.eclipse.osgi
Actual Result:
New directory created outside of the bundle (liferay-dxp-) with osgi/state data (org.eclipse.osgi).
No state directory is present in liferay-dxp-digital-enterprise-7.0-sp2/osgi.
Reproduced on:
Tomcat 8.0.32 + MySQL 5.7.17. DXP SP2
Tomcat 8.0.32 + MySQL 5.7.17. Portal master GIT ID: 6b3d8281bdd1d87406320339b8ce82d875dcaf47.
Tomcat 8.0.32 + MySQL 5.7.17. Portal ee-7.0.x GIT ID: a476dc1c45cadd453ea26be13906cdf6fcb49686.
- relates
-
LPS-70534 ClassNotFoundException: com.liferay.portal.bootstrap.ModuleFrameworkUtil is thrown during startup when liferay.home path has non alphanumeric characters
- Closed