Questions tagged [liferay-7.1]

For questions regarding Liferay Portal CE 7.1 or Liferay DXP 7.1, released in July 2018. Note that Liferay Portal CE 7.1 has been superceded by Liferay Portal CE 7.2 in June 2019

See for version independent details on Liferay Portal and Liferay DXP.

Liferay CE and DXP 7.1 were released in July 2018. The architecture is based on , and the backend is implemented in , with the use of many web-related different frameworks, languages on the frontend.

53 questions
4
votes
2 answers

Start up Issue - Liferay 7.1.2 GA3 -javax.servlet.ServletException

I am facing issue in startup of Liferay 7.1.2 GA3 (CE) with Mysql 5.7 db in Windows environment. It is restarted properly with hypersonic mode but connecting with mysql throws these error. I tried downloading new tomcat and drop and recreate the…
Gnaniyar Zubair
  • 8,114
  • 23
  • 61
  • 72
3
votes
1 answer

Liferay 7.1 custom portlet using CXF JAX-RS

I'm getting the following error when my bundle is trying to start: The activate method has thrown an exception java.lang.NoClassDefFoundError: Could not initialize class javax.ws.rs.core.EntityTag That happens when I tried to deploy an OSGi…
javaxiss
  • 680
  • 3
  • 13
  • 34
2
votes
2 answers

Liferay versions and correct dependencies

I'm rather new to Liferay, Maven and Java so it may be more of a general question about dependencies. I am maintaining a Liferay portlet that has been migrated from 6.2 to 7.1 and there are a number of Liferay maven dependencies with version numbers…
rocketboy2000
  • 119
  • 1
  • 11
2
votes
1 answer

Liferay 7 Clay Management Toolbar

How add advance search in Clay management toolbar ?
2
votes
3 answers

Dockerized Elasticsearch nodes unavailable for Liferay 7.1

Liferay is not able to recognize my Elasticsearch cluster when starting. Here is my docker-compose configuration: version: '2.2' services: es01: image: docker.elastic.co/elasticsearch/elasticsearch:7.1.1 container_name: es01 …
javaxiss
  • 680
  • 3
  • 13
  • 34
2
votes
0 answers

Liferay: Language keys override for portlet without webcontext

I am facing an odd situation here, all of Liferay docs show how to override language keys for both portlets and global keys. But following the official doc, it seems that some information is missing as for how to add/override language keys when the…
Victor
  • 3,520
  • 3
  • 38
  • 58
2
votes
1 answer

Executing a Liferay script from the specified node

I want to execute a script from the Liferay script console, but I'm running a clustered setup, and I need the script to run from the specified node. Is there a way to do this? The reason for this is to troubleshoot a network issue, which I can also…
rath
  • 3,655
  • 1
  • 40
  • 53
2
votes
1 answer

In a clustered Liferay setup, do all modules run on all nodes?

I have a two-node Liferay 7.1 cluster. I manually restarted an OSGI module via Felix and noticed that only one of the two nodes has any logs about it. The module in question does not work, or fail, as intended (hence the restarting) and I want to…
rath
  • 3,655
  • 1
  • 40
  • 53
2
votes
1 answer

LIFERAY and Angular integration

i am trying to run the example project https://github.com/liferay/liferay-blade-samples/tree/7.0/gradle/apps/npm/angular-npm-portlet but after executing npm intall and npm run build I have this strange error (too many open files) and I can't move…
Gelso77
  • 1,763
  • 6
  • 30
  • 47
2
votes
0 answers

Extend StagedModelDataHandler for Journal Article in Staging

I am working on local live staging in Liferay 7.1, in which I have one custom field in Web content. When I export those web content to local live, I want to check that custom field as result I would be export that web content. So for that, I am…
2
votes
1 answer

I cant connect gogo shell through terminal in liferay 7.1?

I cant able to connect gogo shell using following command in linux telnet localhost 11311 face error telnet: Unable to connect to remote host: Connection refused
Mister D
  • 31
  • 2
  • 10
2
votes
0 answers

Basic configuration page not responding

I have installed Liferay 7.1 on my PC which has Windows 7 (32 Bit). I have installed Eclipse Neon IDE for it. I went according to the documentation provided by Liferay, but now after configuring my server, the initial page that opens up for basic…
1
vote
2 answers

How to add postgresql Driver in liferay?

I am trying to save the data in my db (already saving it in lportal). For that i created a connection file and wrote all the required code. Like we do in JDBC. I am able to store the data in lportal(default one) but when I tried to save it in my…
SnIpEr ReLoAdEd
  • 72
  • 1
  • 10
1
vote
2 answers

How to access and display all Liferay forms from a specific user

We want users to be able to view the forms that they have filled in while they're logged in. How could we use Liferay Forms to achieve this or how could we use DDL to access the forms? We thought to access the user id and then return the forms…
inderbir
  • 43
  • 7
1
vote
0 answers

Get past set up page Liferay DXP 7.1

I've tried numerous ways to set up DXP but none seem to work. I've tried with MySQL and Hypersonic, restarting everything multiple times etc but I'm coming back to one of two errors. If I set up using Hypersonic (which isn't a problem at the moment…
inderbir
  • 43
  • 7
1
2 3 4