Search Results

All Results 6978
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Email notification using incorrect SMTP server in Virtual Instance
Issue When using virtual instances with separate SMTP server configurations, email notifications are sent using the SMTP server of a different instance instead of the correct instance's SMTP server. Environment...
ReadCount column removed from DLFileEntry table
Issue We are upgrading from Liferay DXP 7.0 to 7.4 and noticed that the ReadCount column of the DLFileEntry table has disappeared post-upgrade. Could you please provide us with some information how this column is...
Incorrect time displayed for all-day events
Issue When the "All Day" checkbox is selected and saved in the Calendar widget, default times are shown when the event details are opened. This behavior is unexpected, as the start and end times should not be...
Set up the Apache web server and connect it to Tomcat-based Liferay using mod_jk
Issue How can we install an apache web server and connect the same with the application server over a Linux-based operating system? Environment Liferay DXP 7.4 Resolution The following are the steps that...
Getting java.lang.StackOverflowError when starting the server after applying patch
Issue While performing an upgrade to the Liferay 7.0 environment (applying the patch), the server is not starting and the following error is observed: SEVERE [localhost-startStop-1]...
Error upgrading from a Quarterly Release due to a "1_WAR_lcsportlet"
Issue Our terminal is populating the following errors: ERROR [main][DBUpgrader:70] com.liferay.portal.kernel.upgrade.UpgradeException: java.sql.BatchUpdateException: (conn=574269) Data too long for column 'name' at...
Encountering LPKGBundleTrackerCustomizer Rollback bundle installation error
Issue The following error is encountered in the logs after installing fixpack-1 on Liferay DXP 7.2 GA1 ERROR [ModuleFramework-Static-Bundles-1][LPKGBundleTrackerCustomizer:344] Rollback bundle installation for []...
"No JSON web service action with path /assetcategoryproperty/get-category-properties and method null for null" when upgrading to 7.4
Issue After upgrading Liferay to DXP 7.4, I encountered multiple errors in the logs related to the get-category-properties method: 2024-01-31 00:01:37.016 ERROR...
Not able to change the change the Hello World in Client extension
Issue Javascript client extension is not working, which can change the Hello World! text with Hello UserName! when the user deploys the below Liferay sample module:...
Upgrading to Quarterly Release 2024.q1.1+ fails with a Duplicate entry in v3_4_1.LayoutFriendlyURLEntryUpgradeProcess#doUpgrade error
Issue I tried to upgrade to the Quarterly Release 2024.q1.1. However, the upgrade fails with the following error in the log: Duplicate entry in v3_4_1.LayoutFriendlyURLEntryUpgradeProcess#doUpgrade  Environment Below...
ConfigurationModelListener runs in both nodes
Issue I developed a module to track system configuration changes using a model listener that implements ConfigurationModelListener. While everything is functioning correctly, there's an issue where this module executes on...
Connect a single portlet to a different database other than the Liferay Database
Issue How to connect portlet to some other database which is separate from Liferay database using the conventional method like Connection and DriverManager of Java SQL classes and interface where the Database...
ORMException buffer increment error when using the multiple files upload feature
Issue When the users are trying to upload more than one document through multiple files option, they are having a performance issue in their portal. Steps to reproduce: 1. Start Liferay DXP 7.3 DXP 1 2. Navigate to...
ORA-38029 during upgrade when statistics tables are locked
Issue While upgrading from DXP 7.2 to DXP 7.4, the below errors were encountered: ERROR [main][DBUpgrader:70] null com.liferay.portal.kernel.log.LogSanitizerException: com.liferay.portal.kernel.upgrade.Upg...
Glowroot page broken using a custom portal context
Issue If we define a context other than ROOT in our portal, for example myportal, the Glowroot administration pages are not displayed or are displayed with visual errors. Environment Liferay DXP 2023.Q4...
Liferay hard session timeout
Issue Is there any configuration available in Liferay OOTB (out-of-the-box) for forcing logout users after 4 hours? Environment Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Quarterly Release Resolution A...
Where can I extract the tcp.xml file in Quarterly Releases?
Issue Prior to Quarterly Releases, thetcp.xml file could be extracted from $LIFERAY.HOME/osgi/marketplace/Liferay Foundation-Liferay Portal-Impl.lpkg/com . liferay . portal . cluster . multiple - [version]. jar/lib /...
Custom login page redirection with child page
Issue The properties: "auth.login.site.url=/sign-in", "auth.login.url=/sign-in" are not working for the custom login page redirection if a user is working with child pages who does not have Guest user’s VIEW...
PATCH request is not working for custom fields
Issue Steps to reproduce: 1. Start up Liferay, change the password to 'a' 2. Go to Control Panel >Configuration > Custom Fields 3. Select Organization. 4. Tap the + icon to add a new Custom Field. 5. Select Input...
Is it Possible to Access the Entire Document Hierarchy Page with API?
Issue How to access the entire document hierarchy page using API? Environment All environments Resolution By default, the GET Documents call in the Liferay API restricts access to the root page, preventing...