Search Results

All Results 196
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
はじめに
Getting Started Welcome to Liferay Analytics Cloud! Collecting analytics data is a crucial part of any business. There are many different tools out there but not all provide high value. It's not...
Analytics Cloud アクティベーションのトラブルシューティング
Troubleshooting Analytics Cloud Activation There are a few steps that must be performed in order to begin using Analytics Cloud. If these steps have not yet been performed, you may encounter an...
プロパティの管理
Managing Properties After creating a property it can be managed and modified from the Workspace Settings section of Analytics Cloud. Navigate to Settings → Workspace Settings → Properties. ...
Webアプリケーションファイアウォール
Web Application Firewall Liferay Cloud 5.x.x Liferay Cloud includes a web application firewall called ModSecurity. It inspects requests sent to the web server against a predefined set of custom...
Liferayクラウドネイティブプロビジョニング
Liferay Cloud Native Provisioning Liferay's cloud native experience is a Kubernetes-based Helm chart for portable deployment of Liferay instances to any cloud with a Kubernetes engine. This...
Amazon Web ServicesでLiferay DXPを実行する
Running Liferay DXP in Amazon Web Services There are three ways to host Liferay DXP in AWS: Installing Liferay DXP using the plain Helm chart. Installing Liferay DXP from AWS Marketplace. ...
Kubernetesクラスタ上でLiferayを実行する
Running Liferay on any Kubernetes Cluster These instructions are purposefully generic. They install a cluster that works on any Kubernetes implementation, but additional work is needed to make that...
データのクエリ
Querying Data The root endpoint of Liferay Analytics Cloud is . You can get the list of all data types endpoints by requesting a GET to the above URL. Try with curl curl -i -L -H "Authorization:...
データのエクスポート
Exporting Data Various analytics data can be accessed through the sites dashboard and the individuals dashboard. Analytics data can also be fetched and exported using Analytics Cloud's APIs....
多要素認証
Multi-Factor Authentication Multi-factor authentication (MFA) is required for all Analytics Cloud users. This additional layer of security helps to protect users from cyberattacks such as phishing...
データ管理とプライバシー
Data Control and Privacy Analytics Cloud provides administrative tools for managing individual data and privacy. Use these tools to assist you in meeting General Data Protection Regulation (GDPR)...
データソースの管理
Managing Data Sources After connecting Liferay DXP to your workspace, you can view and make changes to them from the settings page. Navigate to Settings → Workspace Data → Data Sources. See the...
プロパティを使用したスコープサイトと個人
Scoping Sites and Individuals Using Properties A Property allows you to define and associate a label to a single or multiple sites. This allows you to aggregate the analytics data for all...
データソースのトラブルシューティング
Troubleshooting Data Sources Misconfigured environments or data sources can prevent or disrupt access to Liferay DXP data sources. Here's how to troubleshoot DXP data source issues. No Network...
連絡先同期データレファレンス
Contact Sync Data Reference When you sync contacts from your Liferay Instance, you can choose different fields from the Contacts table and the User table. Fields are selected from the contacts...
ユーザーを管理する
Managing Users If you are the workspace Owner or have been assigned the Admin permission, you can invite and manage users. Here's how to bring up the User Management page: Click on Settings in...
使用状況の把握
Tracking Usage Analytics Cloud plans are limited by the total amount of individuals and page views synced from data sources. When either limit is exceeded, Analytics Cloud users are prompted to...
Kubernetesからのメトリクスの表示
Viewing Metrics from Kubernetes It is important to track resource usage in the Kubernetes cluster. To view your resource usage, you must use a collector and an exporter. Before you can view...
AWSでLiferayを設定する
Configuring Liferay in AWS Since Liferay installations hosted in AWS use Helm, you must configure and customize Liferay using the Helm CLI. You can write as many .yaml files as you need. To update...
内部管理サービスの構成
Configuring Internally Managed Services Internally managed services are configured and managed within the chart. These services are defined using the dependencies property: dependencies: : ...
Show Number of Requests in Redirection > 404 URLs Tab
Issue When I navigate to Site Administration > Redirection > 404 URLs, all URLs show 0 requests Environment DXP 7.3 Resolution For the 404 URLs Requests counter to track the number of views, View Count must be...
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...
How apply changes to Tomcat's server.xml file in Liferay PaaS
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue I need to make some changes in Tomcat's server.xml...
Ext module is not deployed with the cloud deployment process
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue The modules_ext style projects in workspace will...
How to resolve a Jenkins "Failed to rotate logs" error when executing the Project Build Discarder
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue In our -infra service's CI logging, we are seeing frequent...
JSESSIONID hardcoded in Liferay codebase
Issue With the below piece of code in the Tomcat web.xml file(Tomcat/webapps/ROOT/WEB-INF/web.xml). <session-config>     <cookie-config>         <name>LR_JSESSIONID</name>     </cookie-config> </session-config> We...
NullPointerException - liferay/monitoring
Issue You might encounter some excessive logging in your portal related to Liferay Monitoring: ERROR [liferay/monitoring-982][ParallelDestination:59] Unable to process message {destinationName=liferay/monitoring,...
How do I renew expired SAML certificate?
Issue We just noticed while browsing through the admin settings that apparently our SAML certificate expired four months ago, but our SSO and login works with no issue. We use Azure AD (Entra) for the Identity Provider...
Blank screen when downloading a folder as a zip file from the document library, when the title contains special characters
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue When trying to download a folder containing...
How to resolve Jenkins builds no longer completing after GitHub user contact adjustments
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue After a user left our company (who had previously created a...
How to resolve a "failed to 'KillContainer' ... context deadline exceeded" error observed in a Liferay PaaS service's status logging during deployment
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Whenever we deploy a build (even if the image versions are...
Is it possible to apply ping command in Liferay SaaS shell?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue On Liferay SaaS v3 stack, ping command was actually available...
After upgrading to stack v4, the portal shows the message "This server has not been activated with Liferay Connected Services"
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue After upgrading to stack v4, the portal shows the message...
How do I implement a JNDI database connection on Liferay PaaS
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Portal Administrators may require a connection to the...
Unable to send message: Could not convert socket to TLS
Issue In Fix Pack 92 we add the mail.session.mail.smtp.starttls.enable property to the portal.properties file to successfully configure the outlook mail server. After installing this Fix Pack or a higher one you...
Where can I get the database query logs for my Liferay PaaS project?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Where can I get database query logs for my Liferay PaaS...
How to decide which Liferay DXP image from Docker Hub to use with Liferay PaaS
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Now that the Liferay DXP image for a Liferay PaaS environment...
Permissions are requested for user Customer in Jenkins when Bitbucket is configured
, knowledgeArticleType: troubleshooting, legacy: true, name: Permissions are requested for user Customer in Jenkins when Bitbucket is configured, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber:...
Large files (20MB+) on Git repository become corrupted when deploying to Cloud
, knowledgeArticleType: troubleshooting, legacy: true, name: Large files (20MB+) on Git repository become corrupted when deploying to Cloud, showDisclaimerMessage: true, sourceTeam: Support,...
nginx (HAProxy) からliferayへのリクエスト振り分けアルゴリズムについて
, knowledgeArticleType: reference, legacy: true, name: nginx (HAProxy) からliferayへのリクエスト振り分けアルゴリズムについて, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 136120, title: nginx (HAProxy)...
Liferay PaaS services stuck in "Deployment in progress" status
, knowledgeArticleType: troubleshooting, legacy: true, name: Liferay PaaS services stuck in "Deployment in progress" status, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 109487, title:...
Liferay SaaS incident contact roles on Analytics Cloud
, knowledgeArticleType: reference, legacy: true, name: Liferay SaaS incident contact roles on Analytics Cloud, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 99286, title: Analytics Cloud上のLiferay...
[Internal] Custom Utility page doesn't work in Liferay SaaS
, knowledgeArticleType: troubleshooting, legacy: true, name: [Internal] Custom Utility page doesn't work in Liferay SaaS, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 91064, title: [内部]...
Outgoing SMTP IP address for Liferay SaaS
, knowledgeArticleType: reference, legacy: true, name: Outgoing SMTP IP address for Liferay SaaS, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 89032, title: Liferay SaaSの送信SMTP IPアドレス
Integrate Jenkins (CI Service) with Azure DevOps
, knowledgeArticleType: reference, legacy: true, name: Integrate Jenkins (CI Service) with Azure DevOps, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 73181, title:...
shallow.lock': File exists errors
, knowledgeArticleType: troubleshooting, legacy: true, name: shallow.lock': File exists errors, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 98020, title: shallow.lock':ファイルが存在するエラー
Scheduled Publications not working in Liferay SaaS environment
, knowledgeArticleType: troubleshooting, legacy: true, name: Scheduled Publications not working in Liferay SaaS environment, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 77587, title:...
Liferay Cloud Activation Key Expiration Warning (12/18/20)
, knowledgeArticleType: troubleshooting, legacy: true, name: Liferay Cloud Activation Key Expiration Warning (12/18/20), showDisclaimerMessage: true, sourceTeam: Support, ticketNumber:...
Building and Deploying using the Liferay Cloud CLI
, knowledgeArticleType: howTo, legacy: true, name: Building and Deploying using the Liferay Cloud CLI, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title: DXPクラウドCLIを使用したビルドとデプロイ
Changing the name of an existing environment
, knowledgeArticleType: reference, legacy: true, name: Changing the name of an existing environment, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 30664, title: 既存の環境の名前を変更する
To be able to access Liferay PaaS portal Database through DB client
, knowledgeArticleType: howTo, legacy: true, name: To be able to access Liferay PaaS portal Database through DB client, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 23085, title: DB...
How to resolve Jenkins failing to build a service in Liferay PaaS with a non-zero exit value of 137
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue When attempting to build a Liferay PaaS service, our Jenkins...
Liferay PaaS - DB user doesn't have super privileges for the database service
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Liferay PaaS backup service will throw: ERROR 1227...
Is it possible to change how much memory Gradle uses during a Liferay PaaS build in Jenkins?
Issue Since our Jenkins builds are using Gradle Daemons, we would like to increase the memory available to control how much memory Gradle uses, so that it is increased from this default: org.gradle.jvmargs=-Xmx512m...
How-To Generate a HAR file for Liferay Support
HTTP Archive (HAR) files are a format used to track information between a user's browser and site. It can be used to identify performance issues such as slow load times, page renders, or other bottlenecks. This is...
How to update and deploy only a single service with Liferay PaaS
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 deploy updates for only one Liferay PaaS...
Permissions error when restoring backup
Issue We are trying to restore a PRO environment backup into DEV environment. And we see in the log several errors related to Document Library when decompressing: May 05 16:13:15.812 build-3964...
Path error for mariadb.jar
Issue Booting Liferay DXP 2025.Q1 we see in log file following error: May 22 11:37:49.551 build-3994 liferay[liferay-7c588c8bd4-mg686] [dxp] ERROR [main][StartupAction:68] Files...
Deploys failing due to "requested flag is either misspelled or unsupported by this database type"
Issue New deploys fails due to the database service and backup restores too Checking the database service logs you identify the following: INFO May 15 14:54:39.664 1904 database 75b864bd48-zzc6n [INFO] Instance...