[
https://jira.nuxeo.com/browse/NXP-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thierry Martins updated NXP-6963:
---------------------------------
Tags: 541-hf07
> default instance identifier for management should support multiple JVM on a
> single host
> ---------------------------------------------------------------------------------------
>
> Key: NXP-6963
> URL: https://jira.nuxeo.com/browse/NXP-6963
> Project: Nuxeo Enterprise Platform
> Issue Type: Bug
> Components: Core
> Affects Versions: 5.4.1
> Reporter: Stéphane Lacoin
> Assignee: Stéphane Lacoin
> Fix For: 5.4.2-RC2, 5.4.2
>
>
> When starting multiple nuxeo instance on a single host, the default instance
> identifier computed by the core management is conflicting.
> In org.nuxeo.ecm.core.management.statuses.NuxeoInstanceIdentifierHelper the
> default is set to 'localhost'.
> {code}
> if (StringUtils.isEmpty(serverInstanceName)) {
> InetAddress addr;
> try { addr = InetAddress.getLocalHost(); serverInstanceName =
> addr.getHostName(); } catch (UnknownHostException e) { serverInstanceName =
> "localhost"; }
> }
> }
> {code}
> We want instead to compute a name from the osname, and md5 summaries of
> hardware info and the installation path.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets