Search Results

ナレッジベース 3899
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Wildcards are not considered in site administration menus' search bar
Issue When searching for a document in e.g. the Documents and Media tab the search functionality doesn't return the document if its name contains underscores. We have a document named 'Qwe_Rtz_Uio.txt' and if we search for parts of it, like "qwe" or "rtz" it doesn't show the document in...
Method "themeDisplay.getScopeGroupId()" executed within a Widget Page Template does not retrieve the site's groupId
Issue Given a Widget Page Template, when we use the themeDisplay.getScopeGroupId() method from a Freemarker template to try to retrieve the groupId from the original site, a different groupId will be retrieved. Would it be possible to recover it in some other way? Environment Liferay DXP...
A "processAction method not implemented" error is shown in the log
Issue Many processAction method not implemented errors are thrown in the server log: ERROR [http-nio-8080-exec-1][PortletServlet:117] null javax.portlet.PortletException: javax.portlet.PortletException: processAction method not implemented at...
Complete page content is not visible while clicking on search result
Issue Step to Reproduce: 1. Spin a Liferay DXP 7.4 u31. 2. Create one blank page named demo. 3. Place Asset Publisher on the newly created page. 4. Open the configuration of Asser Publisher by clicking on the Action buttons(three dots). 5. Navigate to Display Setting-> Set and Enable and...
Adding custom jar in module project as it gets remove after gradle refresh.
Issue The custom jar is getting removed after the Gradle refresh. Environment Liferay DXP 7.0 and above Resolution Create a folder libs inside the module project and place the custom jar in it and add the below code in the build.gradle: repositories { flatDir { dirs 'libs' } }...
Field Reference value not getting applied to the web content
Issue When attempting to update the Field Reference value within created web content a generically named value is displayed instead of the value manually added. Environment DXP 7.4 Resolution To resolve this error, open a help center ticket to request a hotfix containing LPS-155448.,...
Blogs With Images Load Slowly and Eventually Time Out
Issue When I try to navigate to a blog post that contains images, it loads very slowly and eventually times out. Images were copy/pasted from a local computer into the blog post (rather than being uploaded through Documents and Media). When I check the source code, these images have very...
User's aren't seeing the correct experience associated with their segment
Issue When I create (and prioritize) an experience based on a new segment, the users associated with that segment aren't able to see it. Environment DXP 7.3 Resolution It is expected that SegmentsEntryRel doesn't reindex immediately when the Segment model updates. This can lead to issues...
Liferay slows down while discarding Publication conflicts
Issue When I attempt to discard conflicts from a publication, Liferay slows down and eventually times out. Environment DXP 7.3 DXP 7.4 Resolution This issue is resolved by LPS-162683. Open a Help Center ticket to request a hotfix containing this fix. Additional Information Read more...
getSearchHits() API method does not take the start value in consideration
Issue I am using search API (as per article https://help.liferay.com/hc/en-us/articles/360029046411-Building-Search-Queries-and-Filters) and noticed that the size of the list returned by the SearchResponse.getSearchHits() method is not correct, as if the start parameter is not taken into...
Can a hotfix delete pages?
Issue After installing the latest hotfix, we found that certain pages were deleted. How is that possible? Environment DXP 7.0+ Resolution Hotfixes contain fixes that change the Liferay source code Meaning that it does not touch anything else - especially the database. There are strict...
Guest User sees blank page when viewing Web Content from Search Results Widget
Issue Steps to Reproduce: 1. Create a Widget page. 2. Place Search Bar and Search Results on the recently created page. 4. Create Basic Web Content (Demo Web Content) with an image and some text. 6. Create a new demo authenticated user. 7. Try searching the web content from both Admin...
Marketplace "my purchased" page is no longer accessible. How can I download the apps I already purchased?
Issue With the updated Marketplace user interface, I can only see new applications and I can't access the "my purchased" page to access applications I previously purchased. Resolution The current workaround to download the previously purchased applications is to: Navigate to this Liferay...
Enabling "Assign Roles by Segment" Disables the Content Page Editor and causes NoSuchExperienceException
Issue When checking the option "Assign Roles by Segment", the Content Page Editor gets disabled and displays the following message: "Content Page Editor is temporarily unavailable.". The following error is also thrown in the startup logs: 2022-08-22 20:28:34.021 ERROR...
Tags Search not returning more than 50 results
Issue We are facing an issue in tags search. We have 64 tags with similar names (book1, book2, book3, etc.), and searching for "book" will only return 50 tags at most. How do we increase this limit? Environment Liferay DXP 7.2 Resolution By navigating to System Settings -> Search ->...
CMS-Clear option does not work after filtering down Web Contents
Issue The Clear option that appears after filtering the Web Contents on the drop-down menu does not clear the filter when it is clicked. Environment DXP 7.2 Resolution A hotfix can be requested with the following fixes: LPS-119832       , content:...
Audience targeting module deployment errors on Lifera DXP 7.2+
Issue After migrating to 7.2 or superior version Audience Targeting deployment errors appear during startup and its modules appear as installed, not active: 1764|Installed | 10|com.liferay.content.targeting.analytics.api (5.0.0)|5.0.0 1765|Installed |...
How are Known Individuals identified?
Issue We would like to know how Analytics Cloud identifies Known Individuals. Environment Analytics Cloud Resolution Users are identified based on their Liferay user accounts. These accounts are synced to Analytics Cloud during the first setup. They become Known Individuals when they log...
Unable to retrieve the properties from Analytics Cloud
Issue We connected our Liferay instance to Analytics Cloud and the instance shows that the connection is successful. But when we try to Sync Sites, we receive the following error message: For our Liferay instances, we opened the URLs below: https://analytics.liferay.com...
Modifying the extension of a document persists even on downloading the file
Issue Changing the extension of document and media file, causes the downloaded file to have the modified extension. Steps to Reproduce: 1. Create a new basic document 2. Upload a file to the document (liferay-logo.png for the test). Publish 3. Download the file 4. Edit file and change...
After editing them and restarting the server, default vocabularies are duplicated
Issue Stage and Topic vocabularies recreate again in the global site Steps to reproduce: 1) Navigate to the Global site 2) Assert that Topic, Stage, and Audience vocabularies have been created 3) Control Panel > Instance Settings > Localization (Change the default language, for example,...
Unable to add newly created product in the product group
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 2. Create a site by using the minium site template. 3. Create a Product Group. 4. Check that user can add any existing product from the Minium site to the Product Group. 5. Now, create a new simple product. 6. Try to add the new Product...
Categorization of 'Blogs' is not working
Issue When creating blogs, tags and categories do not appear. Steps to reproduce: 1. Navigate to left side menu of Site -> Categorization -> Tags 2. Create 2-3 tags and category 3. Place the following properties in portal-ext.properties file jsonws.web.service.paths.includes=...
Slowness in the IDE
Issue Users are experiencing slowness during the 'gradle refresh' process as well as during the local deployment of the Tomcat application server. Environment Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution When the user does not provide enough memory to the IDE, the slowness...
How to get rid of SSLHandshakeException?
Issue When trying to access the site URL, the console displays the following exception, and the site is inaccessible. javax.net.ssl.SSLHandshakeException: Received fatal alert: handshakefailure javax.net.ssl.SSLHandshakeException: Received fatal alert: handshakefailure at...
Fragment should be accessible with its original name
Issue The export/import of content pages with references to fragments in global is currently limited (using LARs). Steps to reproduce: 1) Navigate to the Global site 2) Create a new collection and a new Fragment in it 3) Export the Collection(LAR export) 4) Create a new site and a new...
StorageException occurs when trying to access Google Cloud Storage.
Issue The File Storage is configured to Google Cloud Storage. When performing some actions in Documents and Media, Liferay attempts to access Google Cloud Storage and raises the following exception: 06:42:27.828 ERROR [https-jsse-nio-8443-exec-23][PortletServlet:119]...
Not Able to Preview PDF Document in Recycle Bin
Issue After a PDF document is moved to the Recycle Bin, it cannot be previewed. Steps to Reproduce Open Menu > Content & Data > Documents & Media Upload a pdf and publish Click 3-dot menu next to the pdf > Move to Recycle Bin Open Menu > Recycle Bin Click on the pdf file name Observe...
Error: Unable to send message: Invalid Addresses
Issue After integrated the Mail Server:  Exchange in Liferay DXP there is a following Error in the logs:   ERROR [liferay/mail-1][MailEngine:74] Unable to send message: Invalid Addresses com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.54 SMTP; Unable to relay recipient in...
Unable to revert hotfix
Issue In some circumstances, users are unable to revert back their hotfix from their environment. The cause is often due to corrupt hotfix files or missing files in this environment, which could happen as a result of applying modifications to a running DXP server. Sometimes, users...
Unable to view uploaded video in blogs
Issue It is not feasible to use uploaded videos in blogs via the content option.  Videos, on the other hand, can be seen properly uploaded in the documents and media section, so these videos should be present here so that users can select them from this option. Environment Liferay DXP...
Host name does not match the certificate subject provided by the peer
Issue Configuring S3Endpoint to connect the S3 bucket is giving the below error 2022-08-25 13:02:50.718 ERROR [default task-22][ImageImpl:69] Error reading image 4407228 com.liferay.portal.kernel.exception.SystemException: Unable to execute HTTP request: Host name...
How to enable Liferay Enterprise Search Security (X-Pack)
Issue We have a requirement to turn on the authentication and monitoring for our Elasticsearch server, but after downloading the Liferay Enterprise Search Security, we can't enable it because it requires credentials How can we get those credentials and enable the security features for...
SAML plugin for DXP 7.4 is not available for download from Marketplace
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. Issue SAML plugin for DXP 7.4 is not available for download from Marketplace...
Why are there fewer users in the segment with a custom field?
Issue We would like to create a segment with a custom field as the condition. We can see that the number of users displayed is less than it should be. Why? Environment Analytics Cloud Resolution The number of users depends on whether the user was recognized as a known user by Analytics...
When logging in with an OpenID Provider, the portal shows "Internal Server Error"
Issue When configuring an OpenID Provider and trying to log in with an user, the callback to the portal shows an error message similar to the one below: Internal Server Error An error occurred while accessing the requested resource....
Content pages in search results don't link to the page
Issue When I search with the configuration “display selected result in context” unselected, clicking on content page results throws an error, and the results don’t display. Environment DXP 7.2 Resolution To resolve this behavior, open a help center ticket to request a hotfix containing...
After clicking on the invite link, a Workspace Error is displayed
Issue I was invited to an Analytics workspace. When I click on the link in the invitation e-mail, the following message is shown: Environment Analytics Cloud Resolution This behavior happens in the following 2 cases.  Analytics Cloud was not configured for the first time. Solution: use...
"No JSON web service action with path /dlapp/get-temp-file-names and method null for null" when using the multiple upload form in Documents and Media
Issue Steps to reproduce: Set thejson.web.service.enabled property to false Go to Documents and Media portlet and use the "Multiple upload" option to upload files You could see this error in server logs: 2022-07-15 11:25:29.566 ERROR...
Does OpenOffice integration allow DOCX format conversions?
This article includes a link to third-party documentation and third-party resources are not supported or maintained by Liferay, so should be used at your team’s discretion. Issue I want to download my text documents in docx file format, using OpenOffice integration.  I currently am only...
A form that is rendered on a page will automatically save a draft of the form even if there has not been any interaction
Issue Steps to Reproduce Go to Product Menu > Liferay DXP (Site) > Content & Data > Forms, and add a new form. Give the new form a title (e.g. My Form), and a Select from List with option A and option B. Go to the Liferay DXP site, and add a Form widget to the Welcome page. Select the...
Embed Internal Videos in Knowledge Base Articles
Issue The video button the editor for Knowledge Base Articles does not allow for connecting to videos that are uploaded to Documents and Media   Environment Liferay DXP 7.3 Liferay DXP 7.4   Resolution Liferay DXP 7.4 To embed videos in Knowledge Base articles, ffmpeg transformation will...
Search result is not appearing for web content when switching to card view
Issue Steps to reproduce: 1. Start Liferay DXP 7.2 2. Create a new basic web content. 3. Search the created web content in the search bar. 4. Now, switch the Display Style to Card view. Expected Behavior: The searched web content must be visible in the search result. Actual Behavior: The...
Questions widget's My Subscription tab incorrectly displays message board subscriptions
Issue All message board subscriptions are shown in the Questions widget "My Subscriptions" tab and are listed as "Questions" even though some are not marked as Questions in Message Boards.  Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution Only message board entries marked as...
What to do when AutoFill input is not accepted for the first time on a Form.
Issue When I  use the AutoFill input in Internet browsers, it does not populate for the first time in Forms. After I make a second attempt to update the fields, the Form is populate successfully. Environment DXP 7.2 DXP 7.3 Resolution This was fixed by LPS-140110. Please patch up to 7.3...
Liferay PaaS deployment stuck at jenkins
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Deployment gets stuck at jenkins with below error: stderr: fatal: Unable to create...
Only the Form title is displayed when using an embedded Form
Issue We are experiencing an issue when we embed a Form in a Web Content Template that is used to display the content of a Structure. We are relying on the following documentation: Setting Default Preferences for an Embedded Portlet Portlet IDs We added a Web Content with a certain...
User redirected to the personal site (My Site) instead of the current site after opening notification
Issue When on the main site, click Notification from the user menu (by clicking the avatar on the top right). The notification interface will open, but on the left side menu the site will be changed to My Site, instead of remaining on the main site Environment DXP 7.3 Resolution Go to...
Object entry permissions are not working when impersonating users.
Issue When logging in as an administrator and impersonating a regular site member (with non-elevated permissions), all records are shown instead of just the records of the Site Member. However, when using Objects to create a form where users can enter a number of entries using the...
Problems with Images in WebContent Structures
Issue 1. Use a vanilla 7.1 with dxp-2. 2. Enable local staging for a new site. 3. In the staging site create a web content Structure and add a field of type Image and set the field as "Required". 4. Create a new web content with the structure. 5. Insert test data and in the "image...
How to increase index.max_result_window from Liferay
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Learn more: Search Result Limit with Elasticsearch: Mitigating "Result window is too large." errors with index.max_result_window Issue When...
What to do when prompted with the warning message "This field is required" on a Text Field element of a Form after auto-fill is used?
Issue After I filled the Form with AutoFill for the required fields, a warning message states "this field is required" on the Form. Even when I attempt to submit the Form or the warning message is still present.                              Environment DXP 7.2 DXP 7.3 Resolution This was...
Preview is not generated for .webp files in Document and Media
Issue The preview is not getting generated for all the '.webp' files in Document and Media. Follow this guide and enable the use of WEBP  Navigate to Content & Data > Documents and Media Upload an image in WEBP format Click the image title to check the preview preview is not getting...
Service Builder module not registered when using spring as dependency-injector
Issue When dependency-injector="spring" is set in service.xml, the services are not getting registered in Liferay DXP 7.4. The Liferay-Spring-Context: META-INF/spring line is missing from the generated service jar's MANIFEST.MF file and this causes the issue, therefore the services can...
Special Characters in Screen Name Cause “Not Found” Error
Issue Special characters such as "., _, |" being present within a screen-name throws a “Requested resource could not be found” error in the UI. Environment DXP 7.2 Resolution This issue was fixed by LPS-119836, which was released in DXP-9-7210. To resolve this error, patch up to DXP-9 or...
Number items to display is wrong after migration
Issue After the migration from Liferay 6.2 to DXP, some Asset Publishers have the wrong 'Number items to display' In Portal 6.2, Number items to display is saved in a pageDelta property inside a portlet preference XML. In DXP, this property is now called delta After the migration, the...
Upload files with the '.webp' extension in blogs
Issue Any file with the '.webp' extension cannot be uploaded in blogs. Environment Liferay DXP 7.4 Resolution Blog module is using an additional file restriction, therefore, users will need to access System Settings > Blogs > File Uploads add a new 'Allowed Blogs Image File Extensions'...
The SSL certificate does not cover domain
Issue The SSL certificate deployment is failing with the below error Jun 22 13:21:04.374 build-479 [testdomain-uat] Deployment in progress [webserver] as liferaycloud/nginx:1.16.1-4.0.1 Jun 22 13:21:12.200 build-479 webserver[building] Deployment interrupted: {"message":"Bad...
Language override - the global key does not get overwritten
Issue Language hook does not rewrite the 'Mine' key in the Filter and Order menu. Environment DXP 7.1 Resolution To solve this, follow this article:...
After upgrading to DXP 7.4 the tags and categories are not accessible and 403 forbidden errors appear in the JS console.
Issue I cannot access the categories and tags after upgrading to DXP 7.4. The category selection disappeared from the web content admin. When I try to use the categories I receive 403 forbidden JS console errors. Environment Liferay DXP 7.4 Resolution This is a known issue and is...

該当件数: 3,898 件中 1,381 - 1,440