Bug 802481 - Missing JCR configuration for cluster support [NEEDINFO]
Summary: Missing JCR configuration for cluster support
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Portal
Version: 5.2.0.GA
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 5.2.1.ER02
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-12 16:36 UTC by Thomas Heute
Modified: 2020-04-27 01:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
jmorgan: needinfo? (hfnukal)


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker GTNPORTAL-2372 0 Major Resolved The RPCService is missing in the JCR configuration 2018-11-19 21:03:18 UTC

Description Thomas Heute 2012-03-12 16:36:49 UTC
a required component is missing in the jcr config of GateIn 3.2 and EPP 5.2 which is the RPCService that is used by the JCR in cluster environment to allow cluster nodes to communicate.  See below an example of how to configure it:

  <component profiles="cluster">
    <key>org.exoplatform.services.rpc.RPCService</key>
    <type>org.exoplatform.services.rpc.impl.RPCServiceImpl</type>
    <init-params>
      <value-param>
        <name>jgroups-configuration</name>
        <value>${gatein.jcr.jgroups.config}</value>
      </value-param>
      <value-param>
        <name>jgroups-cluster-name</name>
        <value>RPCService-Cluster</value>
      </value-param>
      <value-param>
        <name>jgroups-default-timeout</name>
        <value>0</value>
      </value-param>
    </init-params>
  </component>

This should be added in gatein.ear/02portal.war/WEB-INF/conf/jcr/jcr-configuration.xml. More details about it here http://docs.jboss.org/exojcr/1.14.6-GA/developer/en-US/html_single/#Kernel.RPCService.

Comment 1 JBoss JIRA Server 2012-03-13 11:43:22 UTC
Honza Fnukal <hfnukal> updated the status of jira GTNPORTAL-2372 to Resolved


Note You need to log in before you can comment on or make changes to this bug.