Liferay Cloud Infrastructure
A sintaxe do FreeMarker é inválida.
The following has evaluated to null or missing:
==> parentCategory.id [in template "template_id" at line 189, column 201]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${parentCategory.id} [in template "template_id" at line 189, column 199]
----
The following has evaluated to null or missing:
==> parentCategory.id [in template "template_id" at line 189, column 201]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${parentCategory.id} [in template "template_id" at line 189, column 199]
----
2023.09.28 - Release Updates
Added
- Enhanced DXP Log Viewing: Developed a feature to view DXP Logs directly on the Cloud Console, improving accessibility and usability for clients.
- API Audit Layer Implementation: Introduced an audit layer for Liferay Cloud Platform APIs to enhance security monitoring and compliance.
- Console Logs DatePicker Update: Updated the date picker in console logs to enforce a maximum log retention period of 30 days, optimizing log management and performance.
- New Elasticsearch Image: Added a Liferay Cloud image for Elasticsearch 8.
- Support for Elasticsearch 8 on ECK: Ensured that Elasticsearch Kubernetes (ECK) is compatible with Elasticsearch version 8, enhancing support for newer versions.
- Improved GCS Backup Retries: Increased the default number of gsutil retries when performing GCS backups to reduce the likelihood of failures due to transient network issues.
- Reduced Logging Verbosity During GCS Syncs: Decreased the verbosity of logging during GCS backup syncs to minimize noise and improve the clarity of log files.
- Elasticsearch Security Upgrade: Upgraded Elasticsearch to version 7.17.13 to address vulnerabilities identified in CVE-2023-31418 and CVE-2023-31419, bolstering system security.
Bug Fixes
- VPN Connection Issue Fix: Resolved an issue where users were unable to connect to VPNs using OpenVPN with TLS cert/key, enhancing connectivity and security.
- Database Service Configuration Limitation: Addressed the lack of support for changes to the max_allowed_packet database flag in the database service, planning for future flexibility in database configurations.
- Migration Script Failure: Fixed a failure in the migration script designed to remove external name payloads, ensuring the integrity of the migration process.
On this page