Search Results

All Results 7011
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Liferay Connected Services (LCS) よくあるご質問と回答
, knowledgeArticleType: reference, legacy: true, name: Liferay Connected Services (LCS) よくあるご質問と回答, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title: Liferay...
Webコンテンツのオーナーが変更される
, knowledgeArticleType: reference, legacy: true, name: Webコンテンツのオーナーが変更される, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title: Webコンテンツのオーナーが変更される
パスワードの暗号化を無効にする
, knowledgeArticleType: howTo, legacy: true, name: パスワードの暗号化を無効にする, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title: パスワードの暗号化を無効にする
カレンダー関連のAPI
, knowledgeArticleType: reference, legacy: true, name: カレンダー関連のAPI, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title: カレンダー関連のAPI
パッチングツールをアップデートする
, knowledgeArticleType: howTo, legacy: true, name: パッチングツールをアップデートする, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title: パッチングツールをアップデートする
「/c/portal/expire_session」へのリクエストについて
, knowledgeArticleType: reference, legacy: true, name: 「/c/portal/expire_session」へのリクエストについて, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title:...
LFR_SESSION_STATE_XXXXXXXというクッキーについて
, knowledgeArticleType: reference, legacy: true, name: LFR_SESSION_STATE_XXXXXXXというクッキーについて, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title:...
build.gradleに記載のバージョンが異なる
, knowledgeArticleType: reference, legacy: true, name: build.gradleに記載のバージョンが異なる, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title: build.gradleに記載のバージョンが異なる
Migrating Your Database to PostgreSQL
Introduction Liferay adopted PostgreSQL as the default database for PaaS and SaaS projects in October 2024. Since then, all new Liferay PaaS and SaaS deployments use PostgreSQL. To maintain compatibility and ensure...
Liferay DXP Agent Fails to Start on Jakarta (Tomcat 10) Images with javax.annotation Error
Issue When using a Liferay DXP instance deployed on a Jakarta-based image (e.g., Tomcat 10), the liferay-dxp-agent bundle may fail to start. The logs will show an org.osgi.framework.BundleException error related to an unresolved package import. A key part of the error message will look...
Client Extensions not working on Non-Primary Virtual Instances on PaaS
Issue When deploying Client Extensions (CX) to a Liferay PaaS environment with multiple virtual instances, the CSS and JavaScript files for extensions on non-primary instances fail to load. This results...
Is it possible to configure a custom page for the 403 error using Utility Pages?
Issue I am trying to add a new Utility Page for a 403 (Forbidden) error, but the only options available are for 404 (Not Found) and 500 (Internal Server Error). I would like to know if it is possible to create a...
User ID's and Emails populating due to SSTI vulnerability
Issue We've found an undesirable behvavior when using new widget templates on a page. When using the expandoColumnLocalService.CTPersistence.openNewSession(null) function, the the direct SQL query execution within...
'Pre-bound JDBC Connection found!' exception
Issue We have some custom modules using a common external DataSource. When module A calls module B within a database transaction, following exception is raised:...
White space is showing while inspecting the view source
Issue Steps to reproduce: 1. Take Liferay DXP 7.3 SP3. 2. Add the below properties in portal-ext.properties. com.liferay.portal.servlet.filters.strip.StripFilter=true strip.mime.types=text/html*,text/xml 3....
Impact of "Oracle Critical Patch Update Advisory --April 2022" on DXPC
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us. Impact...
java.lang.UnsatisfiedLinkError: Native Library xxxx already loaded in another classloader after redeploying
Issue In our custom developments, we are using a Jar library that uses an external native loaded using JNI. When we deploy our custom development in a clean environment everything works fine, but if we redeploy it,...
'The string this-site,this-site does not correspond to a valid search scope preference' console errors
Issue Even though the hotfix that was generated by including LPS-146763 is installed, the following errors appear. ERROR [default task-83][BaseJSPSettingsConfigurationAction:83] Unable to include JSP...
Unable to sort the product by price
Issue Sort the product by price i.e. low to high or high to low by using the price:asc sort field via catalog delivery headless API. But, getting below exception: { "status": "BAD_REQUEST", "title": "Unable to...
Gradle build without internet connection
Issue How to build the Gradle workspace without an internet connection? Steps to run the gradlew command using offline mode Environment Liferay DXP Resolution We have improved the offline support in the most recent...
If the destination page is empty, the search bar portlet is temporarily unavailable
Issue When the default '/search' parameter from the destination page field is deleted, the search bar portlet becomes unavailable. Steps to reproduce: 1) Start Liferay DXP 7.2 with fix-pack-17 (previous fix pack...
Audit logs for site page deletion
Issue Need to get audit logs for site page deletion/ update. Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Resolution There are no OOTB configuration available for getting the Audit...
Conflict loading libraries from the global classpath(tomcat-/lib/ext/)
Issue Loading the libraries from the global classpath is conflicting with one of the Liferay's internal module Caused by: java.lang.ClassNotFoundException: org.apache.commons.compress.archivers.zip.ZipFile...
The Layout table still contains database references for removed sites
Issue Not all references to a deleted site are removed since entries in the Layout table that had the site's groupId are still present after the deletion is complete. Steps to Reproduce 1. Start a clean DXP 7.3...
Alternative for browser native dialogs when Liferay is rendered in cross-domain iframes
Issue Is there a roadmap for Liferay to deal with Chrome's decision to remove JS dialogs from cross-origin Iframes? Since this can create issues such as using the Control Panel when Liferay is using one of those...
Specifications API is not supporting Upsert operations
Issue Users are unable to add translations for title/labels in Specification API. Steps to reproduce: 1. POST a specification by using the Specification API endpoint...
Unable to add Products with Specifications via headless API
Issue When a product is created with specifications, the 200 response code is received. But, on UI product is not visible. Steps to reproduce: 1. Create a product by using the POST /v1.0/products (Request is...
Unable to add Products with Tags via headless API
Issue Steps to reproduce: 1. Create a product using POST /v1.0/products (Request is attached). 2. Execute the request and check the response. 3. Tags are showing blank and on Product UI, tags are not generated....
After installing a new portal with an AdvancedFileSystemStore document_library, the images aren't shown
Issue After migrating, upgrading or installing a new portal with an existing database and document library folder using the AdvancedFileSystemStore the images and documents aren't accessible....
When the data for 'from address' and 'from name' are more than 50 characters, custom calendar notification templates cannot be saved
Issue The notification template is not being saved Steps to reproduce: 1. Add a 'Calendar' portlet to page 2. Navigate to Calendar settings 3. Navigate to notificationtemplates tab 4. Edit 'from address' and 'from...
The DXP/Portal WAR's shielded-container-lib/ directory to load libraries
Issue Shielded container library in DXP 7.4 over global classpath(tomcat-<version>/lib/ext/ directory to load libraries globally) Environment Liferay DXP 7.4 Resolution The DXP/Portal WAR's shielded...
Heat mapping functionality in Liferay Analytics Cloud
Issue With Heat Mapping as part of Liferay Analytics, it would be great to have a one-stop-shop experience. Heatmapping functionality that would allow consumers to see what areas of each page are used most by users...
Can I change the CPU and Memory usage alert metrics?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Is there any way to change the default metric value of CPU...
Liferay image fails to start with a javax.servlet.ServletException
Issue My Liferay image is failing to start with the default settings. The following message is thrown in the logs: javax.servlet.ServletException: A servlet matching the filter...
Adding all locales is exceeding the maximum characters
Issue The below error is observed when Liferay DXP 7.4 is started with this property...
Using $dateTool.toDate in a Velocity template does not return any date
Issue In a Velocity template, trying to get a date using dateTool.toDate does not work as expected when using a locale different from default one. As an example, if under those conditions we have a Velocity...
Liferay related fields that can be added in Jboss access log
Issue How to add the access-log pattern that includes Liferay related fields in the access log? Environment JBoss 6.x JBoss 7.x Liferay DXP Resolution To enable the access logs, you may follow the...
(IX_228562AD) violated on Server restart caused by a DuplicateLockException
Issue Unique constraint (IX_228562AD) violated on Server restart. It could be shown as an ERROR log message in JDBCExceptionReporter class and an INFO log error in BackgroundTaskMessageListener class. 2022-04-20...
Files in the document_library folder are owned by the root user
Issue After executing the portal with the Linux root superuser, some files and folders in the $LIFERAY_HOME/data/document_library folder are now owned by the root user and can't be accessed by the...
Disable/Stop the immediate login post resetting the password
Issue How to disable/stop the immediate login post resetting the password and want users to redirect to the login page. Environment Liferay DXP 7.2 Resolution The default functionality of Liferay is to log...