Christoph Rabel 1 Year Ago - Edited Not really a bug, but good to know: When you try to start Liferay 7.4/2024Q2/2024Q3 with JDK 21 in IntelliJ it doesn't work. When you add the --add-opens=... flags to the VM Options you get a step farther, but then the sidecar Elasticsearch does not startup. The "trick" is to add them as environment variables(!). You can't simply add them to the VM options, that's not sufficient. (Note: Go into setenv.bat/setenv.sh, JDK_JAVA_OPTIONS is what you need). I guess, you will need to do the same in Eclipse, I didn't try. Please sign in to reply. Reply as... Cancel David H Nebinger Christoph Rabel 1 Year Ago - Edited Sounds like a bug to me! Please sign in to reply. Reply as... Cancel David H Nebinger Christoph Rabel 1 Year Ago - Edited https://liferay.atlassian.net/browse/LPD-36530 is your ticket. Please sign in to reply. Reply as... Cancel Orin Fink David H Nebinger 11 Months Ago - Edited Came here to say the same! Thanks for taking care of it! Please sign in to reply. Reply as... Cancel
David H Nebinger Christoph Rabel 1 Year Ago - Edited Sounds like a bug to me! Please sign in to reply. Reply as... Cancel
David H Nebinger Christoph Rabel 1 Year Ago - Edited https://liferay.atlassian.net/browse/LPD-36530 is your ticket. Please sign in to reply. Reply as... Cancel Orin Fink David H Nebinger 11 Months Ago - Edited Came here to say the same! Thanks for taking care of it! Please sign in to reply. Reply as... Cancel
Orin Fink David H Nebinger 11 Months Ago - Edited Came here to say the same! Thanks for taking care of it! Please sign in to reply. Reply as... Cancel
Orin Fink 11 Months Ago - Edited When testing 7.4 CE GA125 and having the hebrew language support in place using "old" Hebrew local (iw_IL) we would get OSGI unsatisfied reference errors on startup, seemingly from the _objectDefinitionLocalService and possibly others. However, if we modify the language to use the "new" Hebrew local (he_IL) we did not get the unsatisfied reference issues. Subsequently, in the shielded-container-web.xml, we would have to modify the i18n servlet mappings for the same. by making both of these changes, we would have a clean startup and support for the Hebrew / Israel local again. However, it is also noted that the /iw/ language prefix now would be /he/ and any internal hard coded links or references to those pages would need to be updated and having an appropriate redirect for external URLs is necessary as well. Please sign in to reply. Reply as... Cancel