[JBoss JIRA] (RTGOV-538) Update installer to support fuse6.1
by Gary Brown (JIRA)
Gary Brown created RTGOV-538:
--------------------------------
Summary: Update installer to support fuse6.1
Key: RTGOV-538
URL: https://issues.jboss.org/browse/RTGOV-538
Project: RTGov (Run Time Governance)
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
RTGov now requires a keystore to be created when installing in fuse. So will need to update the distribution and ant script to invoke overlord-commons installer for fuse, and then can also copy over the initial property files.
Documentation will need to be updated to reflect the change in installation approach.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-536) Login does not work in EAP 6.3 for Kibana UI
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-536?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved RTGOV-536.
------------------------------
Resolution: Rejected
Assume you were using snapshot from master. In which case it was due to a sync issue between a change made in overlord-commons and the relevant updates being applied in rtgov.
I've just committed a change that brings rtgov back in line, and uses the 2.0.3.Final version of overlord-commons, so should be more stable now.
If the issue still occurs after doing an update on rtgov and rebuilding, then please reopen this issue. However I've just tested before merging the change and it worked fine.
> Login does not work in EAP 6.3 for Kibana UI
> --------------------------------------------
>
> Key: RTGOV-536
> URL: https://issues.jboss.org/browse/RTGOV-536
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: User Interface
> Reporter: Jiri Pechanec
> Assignee: Gary Brown
> Priority: Critical
>
> When the RTGov is installed to EAP 4.3 it is not possible to log in into Kibana UI. The probalem is that web.xml is configured to use FORM-based auth using files
> * login.html
> * loginerror.html
> but the aforementioned fles are nowhere to be found in the war file
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-530) Resubmit doesn't work with latest swyd snapshot
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-530?page=com.atlassian.jira.plugin.... ]
Gary Brown updated RTGOV-530:
-----------------------------
Git Pull Request: https://github.com/Governance/rtgov/pull/165
> Resubmit doesn't work with latest swyd snapshot
> -----------------------------------------------
>
> Key: RTGOV-530
> URL: https://issues.jboss.org/browse/RTGOV-530
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.Final
>
> Attachments: server.log
>
>
> When resubmitting, we get:
> {noformat}
> 16:12:41,495 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/switchyard-remote].[SwitchYardRemotingServlet]] (http-localhost.localdomain/127.0.0.1:8080-6) JBWEB000236: Servlet.service() for servlet SwitchYardRemotingServlet threw exception: org.codehaus.jackson.map.JsonMappingException: Can not construct instance of org.switchyard.serial.graph.node.AccessNode, problem: abstract types can only be instantiated with additional type information
> at [Source: org.apache.catalina.connector.CoyoteInputStream@168f643; line: 1, column: 93] (through reference chain: org.switchyard.serial.graph.Graph["references"])
> at org.codehaus.jackson.map.JsonMappingException.from(JsonMappingException.java:163) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.StdDeserializationContext.instantiationException(StdDeserializationContext.java:233) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.AbstractDeserializer.deserialize(AbstractDeserializer.java:60) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer._deserialize(AsArrayTypeDeserializer.java:88) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer.deserializeTypedFromAny(AsArrayTypeDeserializer.java:69) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.UntypedObjectDeserializer.deserializeWithType(UntypedObjectDeserializer.java:106) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.MapDeserializer._readAndBind(MapDeserializer.java:321) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.MapDeserializer.deserialize(MapDeserializer.java:249) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.MapDeserializer.deserialize(MapDeserializer.java:33) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer._deserialize(AsArrayTypeDeserializer.java:88) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer.deserializeTypedFromObject(AsArrayTypeDeserializer.java:55) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.MapDeserializer.deserializeWithType(MapDeserializer.java:273) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:297) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.SettableBeanProperty$MethodProperty.deserializeAndSet(SettableBeanProperty.java:414) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:697) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.BeanDeserializer.deserialize(BeanDeserializer.java:580) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2732) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1909) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.switchyard.serial.jackson.format.JSONJacksonSerializer.deserialize(JSONJacksonSerializer.java:82) [switchyard-serial-jackson-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
> at org.switchyard.serial.graph.GraphSerializer.deserialize(GraphSerializer.java:60) [switchyard-serial-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
> at org.switchyard.component.sca.SwitchYardRemotingServlet.doPost(SwitchYardRemotingServlet.java:78) [switchyard-component-sca-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:926)
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-530) Resubmit doesn't work with latest swyd snapshot
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-530?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved RTGOV-530.
------------------------------
Resolution: Done
> Resubmit doesn't work with latest swyd snapshot
> -----------------------------------------------
>
> Key: RTGOV-530
> URL: https://issues.jboss.org/browse/RTGOV-530
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.Final
>
> Attachments: server.log
>
>
> When resubmitting, we get:
> {noformat}
> 16:12:41,495 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/switchyard-remote].[SwitchYardRemotingServlet]] (http-localhost.localdomain/127.0.0.1:8080-6) JBWEB000236: Servlet.service() for servlet SwitchYardRemotingServlet threw exception: org.codehaus.jackson.map.JsonMappingException: Can not construct instance of org.switchyard.serial.graph.node.AccessNode, problem: abstract types can only be instantiated with additional type information
> at [Source: org.apache.catalina.connector.CoyoteInputStream@168f643; line: 1, column: 93] (through reference chain: org.switchyard.serial.graph.Graph["references"])
> at org.codehaus.jackson.map.JsonMappingException.from(JsonMappingException.java:163) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.StdDeserializationContext.instantiationException(StdDeserializationContext.java:233) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.AbstractDeserializer.deserialize(AbstractDeserializer.java:60) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer._deserialize(AsArrayTypeDeserializer.java:88) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer.deserializeTypedFromAny(AsArrayTypeDeserializer.java:69) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.UntypedObjectDeserializer.deserializeWithType(UntypedObjectDeserializer.java:106) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.MapDeserializer._readAndBind(MapDeserializer.java:321) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.MapDeserializer.deserialize(MapDeserializer.java:249) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.MapDeserializer.deserialize(MapDeserializer.java:33) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer._deserialize(AsArrayTypeDeserializer.java:88) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer.deserializeTypedFromObject(AsArrayTypeDeserializer.java:55) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.std.MapDeserializer.deserializeWithType(MapDeserializer.java:273) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:297) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.SettableBeanProperty$MethodProperty.deserializeAndSet(SettableBeanProperty.java:414) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:697) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.deser.BeanDeserializer.deserialize(BeanDeserializer.java:580) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2732) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1909) [jackson-mapper-asl-1.9.9-redhat-2.jar:1.9.9-redhat-2]
> at org.switchyard.serial.jackson.format.JSONJacksonSerializer.deserialize(JSONJacksonSerializer.java:82) [switchyard-serial-jackson-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
> at org.switchyard.serial.graph.GraphSerializer.deserialize(GraphSerializer.java:60) [switchyard-serial-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
> at org.switchyard.component.sca.SwitchYardRemotingServlet.doPost(SwitchYardRemotingServlet.java:78) [switchyard-component-sca-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:926)
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-536) Login does not work in EAP 6.3 for Kibana UI
by Jiri Pechanec (JIRA)
[ https://issues.jboss.org/browse/RTGOV-536?page=com.atlassian.jira.plugin.... ]
Jiri Pechanec commented on RTGOV-536:
-------------------------------------
Hi, I Am going through /rtgov-ui context. I've even tried rtgov-ui/index.html
> Login does not work in EAP 6.3 for Kibana UI
> --------------------------------------------
>
> Key: RTGOV-536
> URL: https://issues.jboss.org/browse/RTGOV-536
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: User Interface
> Reporter: Jiri Pechanec
> Assignee: Gary Brown
> Priority: Critical
>
> When the RTGov is installed to EAP 4.3 it is not possible to log in into Kibana UI. The probalem is that web.xml is configured to use FORM-based auth using files
> * login.html
> * loginerror.html
> but the aforementioned fles are nowhere to be found in the war file
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-536) Login does not work in EAP 6.3 for Kibana UI
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-536?page=com.atlassian.jira.plugin.... ]
Gary Brown updated RTGOV-536:
-----------------------------
Summary: Login does not work in EAP 6.3 for Kibana UI (was: Login does not work in EAP 4.3 for Kibana UI)
> Login does not work in EAP 6.3 for Kibana UI
> --------------------------------------------
>
> Key: RTGOV-536
> URL: https://issues.jboss.org/browse/RTGOV-536
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: User Interface
> Reporter: Jiri Pechanec
> Assignee: Gary Brown
> Priority: Critical
>
> When the RTGov is installed to EAP 4.3 it is not possible to log in into Kibana UI. The probalem is that web.xml is configured to use FORM-based auth using files
> * login.html
> * loginerror.html
> but the aforementioned fles are nowhere to be found in the war file
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-536) Login does not work in EAP 6.3 for Kibana UI
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-536?page=com.atlassian.jira.plugin.... ]
Gary Brown commented on RTGOV-536:
----------------------------------
Hi Jiri - can you confirm how you are logging in? Are you going via the /rtgov-ui context or more direct, in which case what URL are you using?
> Login does not work in EAP 6.3 for Kibana UI
> --------------------------------------------
>
> Key: RTGOV-536
> URL: https://issues.jboss.org/browse/RTGOV-536
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: User Interface
> Reporter: Jiri Pechanec
> Assignee: Gary Brown
> Priority: Critical
>
> When the RTGov is installed to EAP 4.3 it is not possible to log in into Kibana UI. The probalem is that web.xml is configured to use FORM-based auth using files
> * login.html
> * loginerror.html
> but the aforementioned fles are nowhere to be found in the war file
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RTGOV-537) RTGov property files should be configurable using cmd line
by Jiri Pechanec (JIRA)
Jiri Pechanec created RTGOV-537:
-----------------------------------
Summary: RTGov property files should be configurable using cmd line
Key: RTGOV-537
URL: https://issues.jboss.org/browse/RTGOV-537
Project: RTGov (Run Time Governance)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Jiri Pechanec
Assignee: Gary Brown
RTGov should use OSGi admin service to allow its config files to be configurable from Karaf terminal using config:* commands
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months