Questions tagged [liferay-dxp]

Use this tag to identify that you're using the Enterprise supported distribution of Liferay starting with Version 7.0. Also tag with the appropriate version, e.g. "liferay-7.2".

Liferay DXP stands for "Digital Experience Platform" - it is the enterprise-supported version of , and . In addition to the support is also offers extensions that are useful in the enterprise environment. Use this tag to identify that you're using the enterprise supported release, and remember to also tag the exact version that your question relates to.

The implementation is highly modularized, utilizing .

More information in the more basic and general version-independent tag that can easily go along with this tag.

"Liferay DXP 7.0" was initially released as "Liferay DXP" but later rebranded with the version information in the name (as newer versions were released). This tag has started as being limited to "DXP 7.0", but has been used independent of the exact version (7.0, 7.1, 7.2) for a long time. The updated tag description acknowledges this by asking for the version to be tagged additionally.

93 questions
0
votes
0 answers

How to run Liferay 7.1 as Windows service?

I can run the portal fine when executing startup.bat. But when I tried to run it as service, following the steps in one of the answer in here: Install Liferay as Windows 2012R2 service I receive java.lang.NullPointerException error I used tomcat 9…
Mohd Farhan
  • 11
  • 1
  • 6
0
votes
1 answer

Liferay 7: While deploying a service using service builder i am getting a bundle exception

I am new to liferay 7 and while going through its tutorials, when i tried to build a new service using service builder during its deployment i am getting this bundle exception, Unresolved requirement: Import-Package: com.liferay.portal.kernel.model;…
0
votes
2 answers

Unable to start Gogo shell getting connect failed error

I am new to liferay and while trying to open gogo shell through cmd using this command "telnet localhost 11311" i am getting this error, ERROR: "Connecting To localhost...Could not open connection to the host, on port 11311: Connect failed" I have…
0
votes
0 answers

React NPM Porlet deployed but it is not available in applications panel on Liferay 7

I'm new to LifeRay development still learning the ropes so please bear with me. I created only the shell of an npm react portlet using the blade cli template, I'm using LifeRay CE 7.0.4 GA5 with mySql database. After doing a few tries getting the…
0
votes
0 answers

Liferay 7.1 is displaying a strange error "${processor.processMax()" - Could not initialize class BundleJavaFileManager

Adding new private pages (or simply pages in general), Liferay 7.1 is throwing the exception below : ERROR [http-nio-8080-exec-4][LiferayMethodExceptionEventHandler:54] Unable to execute method processMax…
javaxiss
  • 680
  • 3
  • 13
  • 34
0
votes
1 answer

Getting last Workflow status of a web content in Liferay

How can i perform to get Last Workflow status of a web content in liferay ? In fact, I've tried with WorkflowTaskManagerUtil with calling getWorkflowTasksByUser or even with search methods but without success.
wikimix
  • 457
  • 6
  • 23
0
votes
0 answers

Implementing permissions on Liferay 7.1

I'm trying to implement permissions (resources & models ones) on Liferay 7.1. I've noted that BaseModelPermissionChecker is now deprecated (so I should not make my permission classes extending it). So I tried to do as indicated in Liferay official…
javaxiss
  • 680
  • 3
  • 13
  • 34
0
votes
1 answer

How to assign multiple values to property "com.liferay.portlet.display-category" in DXP for OOTB portlets?

I am trying to update the display category of Out of the box portlets like Blogs, Asset Publisher etc. As per OSGI configuration way of modifying it in DXP, I have created a configuration file in "osgi/config" folder with name like…
suyash
  • 1,254
  • 1
  • 15
  • 33
0
votes
1 answer

Poor performance with Search container in Liferay 7

I'm facing performance issues while trying to show data with Liferay Search-container. I've 1000 record (Web content), I'm using pagination also. When refreshing page, performance are so poor. Is there optimisation to do in Liferay to decrease…
wikimix
  • 457
  • 6
  • 23
0
votes
2 answers

liferay Dxp : How to redirect from a portel in one page to another page , which contains different portlet , when clicked on a hyperlink

liferay 7.1: I have two pages p1 and p2, on p1 I have a portlet A in which some blog title are listed, upon clicking on this, I want to redirect to page2 which contains a portlet, which will show details of blog.
0
votes
1 answer

how to delete a cookie in liferay DXP custom theme using freemarker?

I want to delete a cookie USERID in my liferay custom theme free marker templete i am using liferay DXP I tried this code <#if !is_signed_in> <#assign aCK=objectUtil("com.liferay.portal.kernel.util.CookieKeys") /> <#assign userID =…
0
votes
1 answer

How to place Chat widget in all the pages in Liferay DXP?

We are using Liferay DXP Portal for our customer facing website and we like to implement chat widget in all the pages. If we click on chat widget then chat window is opening , this logic we have but we are stuck in implementing chat widget in all…
0
votes
2 answers

How to configure Message Bus In Liferay 7?

I want to use Liferay Message bus in DXP. I have written the following code. DemoSender.java package demo.sender.portlet; import demo.sender.constants.DemoSenderPortletKeys; import com.liferay.portal.kernel.log.Log; import…
Parth Ghiya
  • 6,929
  • 2
  • 30
  • 37
0
votes
0 answers

Liferay 7 Login Fragment error

I have created login fragment for login.jsp which is working perfectly fine. Now I need to add some code to fetch some data from custom tables so I have added XYZLocalServiceUtil call using scriptlet. Now service call is working but problem is when…
pratik
  • 93
  • 1
  • 6
0
votes
1 answer

Submitted a form via Jmeter script on Liferay DXP, not getting saved in DB(Postgres)

Submitted a form via Jmeter script on Liferay DXP, after submit the values are not getting saved in Postgres DB Note: Simple form without login authentication token (p_auth) is correlated for each and every request using 'regular expression…