[JBoss JIRA] (RTGOV-531) RTGov is not properly installed on EAP 6.3
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-531?page=com.atlassian.jira.plugin.... ]
Gary Brown updated RTGOV-531:
-----------------------------
Assignee: Eric Wittmann (was: Gary Brown)
> RTGov is not properly installed on EAP 6.3
> ------------------------------------------
>
> Key: RTGOV-531
> URL: https://issues.jboss.org/browse/RTGOV-531
> Project: RTGov (Run Time Governance)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.Final
> Reporter: Jiri Pechanec
> Assignee: Eric Wittmann
> Priority: Blocker
>
> When a user installs the RTGov into EAP 6.3 it will modify standalone*.xml with elements that contain namespaces like
> {code:xml}
> <ns0:subsystem xmlns:ns0="urn:jboss:domain:overlord-configuration:1.0">
> <configurations xmlns="urn:jboss:domain:overlord-configuration:1.0">
> <ns2:configuration xmlns:ns2="urn:jboss:domain:overlord-configuration:1.0" xmlns="urn:jboss:domain:1.6" xmlns:ns1="urn:jboss:domain:overlord-configuration:1.0" name="overlord">
> <properties xmlns="urn:jboss:domain:overlord-configuration:1.0">
> <ns4:property xmlns:ns4="urn:jboss:domain:overlord-configuration:1.0" xmlns="urn:jboss:domain:1.6" xmlns:ns3="urn:jboss:domain:overlord-configuration:1.0" name="overlord.port" value="8080"/ >
> <ns5:property xmlns:ns5="urn:jboss:domain:overlord-configuration:1.0" xmlns="urn:jboss:domain:1.6" xmlns:ns3="urn:jboss:domain:overlord-configuration:1.0" name="overlord.baseUrl" value="htt p://localhost:${overlord.port}"/>
> {code}
> when the server is started it modifies the content of the config file into
> {code:xml}
> <subsystem xmlns="urn:jboss:domain:overlord-configuration:1.0">
> <configurations>
> <configuration/>
> <configuration/>
> <configuration/>
> </configurations>
> {code}
> which prevents EAP from starting second time
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-532) Path for Elasticsearch node data is relative
by Jiri Pechanec (JIRA)
[ https://issues.jboss.org/browse/RTGOV-532?page=com.atlassian.jira.plugin.... ]
Jiri Pechanec updated RTGOV-532:
--------------------------------
Affects Version/s: 2.0.0.Final
> Path for Elasticsearch node data is relative
> --------------------------------------------
>
> Key: RTGOV-532
> URL: https://issues.jboss.org/browse/RTGOV-532
> Project: RTGov (Run Time Governance)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.Final
> Reporter: Jiri Pechanec
> Assignee: Gary Brown
>
> When RTGov is installed into EAP it sets path.data config property to "../elasticsearch". This is incorrect as the value
> - should not be relative as it depends on the directory from which the server is started
> - should use ${jboss.server.data.dir}/elasticsearch as it a place where all data files for EAP are stored
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-532) Path for Elasticsearch node data is relative
by Jiri Pechanec (JIRA)
Jiri Pechanec created RTGOV-532:
-----------------------------------
Summary: Path for Elasticsearch node data is relative
Key: RTGOV-532
URL: https://issues.jboss.org/browse/RTGOV-532
Project: RTGov (Run Time Governance)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Jiri Pechanec
Assignee: Gary Brown
When RTGov is installed into EAP it sets path.data config property to "../elasticsearch". This is incorrect as the value
- should not be relative as it depends on the directory from which the server is started
- should use ${jboss.server.data.dir}/elasticsearch as it a place where all data files for EAP are stored
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-531) RTGov is not properly installed on EAP 6.3
by Jiri Pechanec (JIRA)
Jiri Pechanec created RTGOV-531:
-----------------------------------
Summary: RTGov is not properly installed on EAP 6.3
Key: RTGOV-531
URL: https://issues.jboss.org/browse/RTGOV-531
Project: RTGov (Run Time Governance)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.Final
Reporter: Jiri Pechanec
Assignee: Gary Brown
Priority: Blocker
When a user installs the RTGov into EAP 6.3 it will modify standalone*.xml with elements that contain namespaces like
{code:xml}
<ns0:subsystem xmlns:ns0="urn:jboss:domain:overlord-configuration:1.0">
<configurations xmlns="urn:jboss:domain:overlord-configuration:1.0">
<ns2:configuration xmlns:ns2="urn:jboss:domain:overlord-configuration:1.0" xmlns="urn:jboss:domain:1.6" xmlns:ns1="urn:jboss:domain:overlord-configuration:1.0" name="overlord">
<properties xmlns="urn:jboss:domain:overlord-configuration:1.0">
<ns4:property xmlns:ns4="urn:jboss:domain:overlord-configuration:1.0" xmlns="urn:jboss:domain:1.6" xmlns:ns3="urn:jboss:domain:overlord-configuration:1.0" name="overlord.port" value="8080"/ >
<ns5:property xmlns:ns5="urn:jboss:domain:overlord-configuration:1.0" xmlns="urn:jboss:domain:1.6" xmlns:ns3="urn:jboss:domain:overlord-configuration:1.0" name="overlord.baseUrl" value="htt p://localhost:${overlord.port}"/>
{code}
when the server is started it modifies the content of the config file into
{code:xml}
<subsystem xmlns="urn:jboss:domain:overlord-configuration:1.0">
<configurations>
<configuration/>
<configuration/>
<configuration/>
</configurations>
{code}
which prevents EAP from starting second time
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months