Search Results

All Results 6978
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Cannot display user input field value in Web Content templates
Issue When using getData in Web Content template (see example code below), the field reference is displayed instead of the user input field value.  (Output: 'Option92682299' is displayed instead of user input value "Test...
For Oracle Database users, ORA-01795 appears while reindexing
Issue For Oracle Database users, an error indicating ORA-01795 appears while reindexing ORA-01795: maximum number of expressions in a list is 1000 Environment Liferay DXP 7.3 Resolution Please try to adjust the...
Compile Error when removing build.gradle changes needed for com.liferay.portal.dao.orm.custom.sql. in 7.1 and beyond
Issue When addressing build.gradle changes needed for com.liferay.portal.dao.orm.custom.sql by removing the version number, and a compile error is returned. Environment Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3...
We can't get the catalina home path in tomcat in DXP 7.4
Issue After migrating to DXP 7.4, we are unable to get catalina home path by using the variable ${catalina.base} or ${catalina.home} This was working in DXP 7.3 and below Environment Liferay DXP 7.4...
Served pages contain links with URLs including the port number
Issue The server is generating HTML/pages with links containing the Web Server's port number in the URL. Example: https://www.myliferayportal.com:443 Environment All DXP versions Resolution If you want to avoid this...
Headless API doesn't return a 401 after token expiration
Issue When I make a headless API call after the OAuth token has expired, I expect the call to return with a 401 status code. However, Liferay returns other status codes after OAuth token expiry. For example, when...
Encountering 'UT005023: Exception handling request to /: java.lang.ArrayIndexOutOfBoundsException: 0' errors when starting JBoss EAP server
Issue The server cannot be started due to the following error after installing DXP 7.4 on the JBoss EAP server: ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /:...
How to interpretate order in event actions like logout.events.post
Issue Imposing an order to event actions that can be defined either in portal-ext.properties or as an OSGi component (using key property) is somehow tricky. Environment Configuring an event action that needs to...
The first FreeMarker Engine entry in the list cannot be removed by a user interface control
Issue FreeMarker Engine interface has 2 variables: 'Restricted classes' and 'Restricted variables'. Open user interface: Control Panel > System Settings> Template Engines > FreeMarker Engine (in DXP 7.4). There is...
Unable to add 'related products' via headless API
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 2. Create a site using a 'minium site template'. 3. Invoke the below API using CURL: curl --location --request PATCH...
"No primary key column found for XXXXX" on upgrade process
Issue During the upgrade process you could see this errors in your upgrade logs: 2021-09-30 14:25:57.235 INFO [main][UpgradeProcess:115] Failed upgrade process com.liferay.portal.upgrade.PortalUpgradeProcess in 8114...
Can't change user's password: Passwords may not be changed under the current password policy.
Issue As an administrator, when trying to change a user's password the message "Error: Passwords may not be changed under the current password policy" is shown. Under certain circumstances the message...
Empty drop down icon is visible in calendar portlet for guest users
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 2. Drop the 'Calendar Widget' on a page. 3. Configure the Calendar portlet to disable the RSS subscription. 4. Now, access the page as a guest user. Expected...
Deploy Liferay DXP 7.3 as a Windows Service in a Liferay Bundle
Issue How to deploy a Liferay DXP 7.3 bundle as a Windows Service Environment Windows OS Resolution  Download from Apache Tomcat windows binaries. Copy the missing files from the bin folder in the downloaded...
How can jQuery be enabled by default without using the Control Panel?
, knowledgeArticleType: howTo, legacy: true, name: How can jQuery be enabled by default without using the Control Panel?, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 67486, title:...
Invalid character found in the HTTP protocol
Issue The tomcat server is fully started, however for some reason, it's shutting down after some minutes with the below error INFO [http-nio-8080-exec-7] org.apache.coyote.http11.Http11Processor.service...
Scheduled job not failing over when master node goes down
Issue You might encounter an issue with your custom scheduled jobs where they are not getting planned if the master node goes down and the new master is elected Environment Liferay DXP 7.0+ Resolution Make sure...
How to redirect a user's browser refresh request to the logout page
Issue Users should redirect to the Logout page whenever they refresh the page (CTRL+R) or attempt to reload the page from anywhere in the application. Environment Liferay DXP 7.2 Resolution There is no portal...
Dockbar is temporarily unavailable workaround
Issue Suddenly, while navigating or performing an action, an error like "Dockbar is temporarily unavailable" appears. Resolution Usually this error, if it doesn't happen consistently, is a consequence of...
Using the default locale property/environment variable won't change the language
Issue Setting the default language in the portal-ext.properties, with the property company.default.locale=nl_NL or as an environment variable LIFERAY_COMPANY_PERIOD_DEFAULT_PERIOD_LOCALE=nl_NL  doesn't change the...