Capability

Development and Tooling

Liferay offers a comprehensive toolkit to extend or customize your digital experience. Build applications quickly with low-code/no-code features like Objects, or leverage developer tools like Liferay Workspace and Blade CLI for further customizations.

For users on PaaS or running Self-Hosted, Liferay also offers tools deploying customizations.

Feature
Deployment Approach
Cluster Node name is missing from sessionID in Audit_AuditEvent table
Issue In a cluster environment, after setting the cluster node name (jvmRoute or instance-id) on Application Server, the node name is not appended to the sessionID stored in Audit_AuditEvent table.  When checking the...
Cannot disable simultaneous login
Issue After setting the following properties in portal-ext.properties, user can still login simultaneously. live.users.enabled=true auth.simultaneous.logins=false Environment Liferay DXP 7.1 Liferay DXP 7.3 Liferay DXP 7.4...
6.2 to 7.1 Oracle 12 Database Upgrade Results in Web Content with Custom Structures and Templates to have Missing Content
Issue Upgrading from 6.2 to 7.1 with Oracle 12 can result in structureId and templateId reverting to the Basic Web Content structure and template which can be observed in the JournalArticle Table. Another symptom...
Authorization and Javascript recovery from the backend
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 I...
Setting up the Portal Instance Name (Website Name) in Liferay DXP 7.1
Issue The website name is set by default as Liferay DXP. This name can be set to a new name by making changes in instance settings( Configuration-> Instance Settings -> Configuration -> Main Configuration ->...
How to check if an LPS or LPE fix is included in a Fix Pack
Issue How do I check if a certain fix (exp. LPS-XXXXX) is included within a Fix Pack? How do I check if a certain fix (exp. LPE-XXXXX) is included within a Fix Pack? Environment Liferay DXP 7.2  Resolution Step1:...
Slow Performance or OutOfMemory errors due to StripFilter
Issue The StripFilter in Liferay DXP removes blank lines from Javascript, CSS, and other files. While this can result in slightly faster load times for dial-up users, it can also result in a big...
Knowledge base AssetCategory API
Issue I want to automatically categorize knowledge base articles. I have built the functionality to download articles, assign categories, and save them back. What I am missing is the ability to get the existing...
Can I disable the System Check that is running on startup in my Development environment?
Issue During Liferay's startup, the following message in the logs indicates that a system check is being run: INFO [main][SystemCheckOSGiCommands:111] Running "Declarative Service Soft Circular...
How to modify Terms and Conditions
Issue How to modify "Terms and Conditions" which are displayed when a user logs in for the first time in the portal? Environment Liferay 7.0 Resolution Adding the custom Terms and Conditions involves the...
Setting Site Member Role Permissions
Issue How can I change/edit permissions for a Site Member Role? Environment Liferay 7.0 Liferay 7.1 Resolution Permissions for the Site Member Role can be found at: Control Panel > Users > Roles > Site Roles Tab >...
How to blacklist the Sign in Portlet
Issue If SAML is configured/enabled in Liferay and Login portlet is removed from the page, a user can still see the Sign in Portlet and he/she can log into the portal without using SAML login mechanism by...
Logs Rotation
Issue If you want to rotate logs for every 12 hours in a day(2 log files to be created each day) Environment Liferay 6.2 Resolution The logs can be rotated for every 12 hours and it can be achieved through a very...
Restricting/Disabling the Default Liferay DXP (Guest) Site access.
Issue The '/web/guest' associated with the domain name will redirect to the default DXP site. Suppose there are two sites, site1 and site2 mapped to domains www.domain1.com and www.domain2.com                ...
Users with no email address should be able to log in and access the portal.
Issue Users having no email address should be able to log in and access the portal. Environment Liferay DXP 7.0 Liferay Quarterly Releases  Resolution Creating a user with no email address. By setting the...
Import and authenticate users from a particular group in Active Directory
Issue Instead of importing and authenticating all users from Microsoft Active Directory (AD), I would like to only import and authenticate users from a particular group in AD. Environment Liferay DXP 7.3 Resolution In the...
Restart required after every Jar Deployment
Issue When the jar is deployed, it is not reflected until and unless the server is restarted Environment Liferay DXP 7.0 Resolution Sometimes, the jar is deployed and is not reflecting on the portal until and unless...
Users Not Appearing in Control Panel After Upgrading Liferay Version
Issue Users are not appearing in the Control Panel > Users > Users and Organizations section after upgrading to a newer Liferay version. Environment Liferay DXP 7.0, 7.1 Resolution 1. Remove...
Cannot save localized prefix
Issue After creating a custom prefix in language_XX.properties, the values can display in UI but cannot be saved. Environment Liferay DXP 7.1 Resolution Make sure there are no blank spaces between the comma delimited values....
NullPointerException and blank page after redeploying JSP fragment module
Issue We start with a state where we have a jsp fragment deployed and is working fine.  We then make a change to that module and do a hot deployment.  After that, the page on which the fragment is being used shows only the...