Changes for page Installation

Last modified by Thomas Mortagne on 2023/12/19

<
From version < 109.1 >
edited by Vincent Massol
on 2017/09/06
To version < 110.1 >
edited by Valdis Vitolins
on 2017/09/11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.valdisvi
Content
... ... @@ -75,8 +75,12 @@
75 75  org.infinispan.jmx.JmxDomainConflictException: Domain already registered org.xwiki.infinispan
76 76  {{/code}}
77 77  
78 -You need to edit ##WEB-INF/cache/infinispan/config.xml## for each instance of XWiki, and change the ##jmxDomain## value (found under the ##globalJmxStatistics## tag) to have a unique name.
78 +You need to edit ##WEB-INF/cache/infinispan/config.xml## for each instance of XWiki.
79 79  
80 +1. For Infinispan up till version 7 (or 6), change the ##jmxDomain## value (found under the ##globalJmxStatistics## tag) to have a unique name, or add ##allowDuplicateDomains="true"## attribute for ##globalJmxStatistics## element.
81 +1. For Infinispan version 7, add ##<jmx duplicate-domains="true"/>## element in ##<cache-container...## element.
82 +
83 +
80 80  == Running XWiki behind proxy-server ==
81 81  
82 82  Extension manager relies on remote repositories for searching and fetching available extensions, so if your XWiki is installed in a network accessing the internet through proxy-server, most likely extensions search will return you nothing and log files will contain ##connection refused## exceptions.

Get Connected