Elements are Missing from my JDBC_Ping Clustered Environment
Written By
Madeleine Clay
How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
Legacy Article
You are viewing an article from our legacy "FastTrack"
publication program, made available for informational purposes. Articles
in this program were published without a requirement for independent
editing or verification and are provided"as is" without
guarantee.
Before using any information from this article, independently verify its
suitability for your situation and project.
Issue
- Elements are missing from my JDBC_Ping clustered environment, and I'm seeing
Unsupported template manager ftl errors in the logs.
- When I disable clustering, the elements are all present.
Resolution
- It may be that the nodes are unable to detect each other over the default autodetect address.
- In
portal-ext.properties, set cluster.link.autodetect.address equal to the portal server or your local gateway.
## Cluster Link
#
# Set this property to autodetect the default outgoing IP address so that
# JGroups can bind to it. The property must point to an address that is
# accessible to the portal server, www.google.com, or your local gateway.
#
# Env: LIFERAY_CLUSTER_PERIOD_LINK_PERIOD_AUTODETECT_PERIOD_ADDRESS
#
cluster.link.autodetect.address=www.google.com:80
Did this article resolve your issue ?