[JBoss JIRA] (WFLY-12409) Javaee8 BOM should include all spec artifacts directly
by Eduardo Martins (Jira)
Eduardo Martins created WFLY-12409:
--------------------------------------
Summary: Javaee8 BOM should include all spec artifacts directly
Key: WFLY-12409
URL: https://issues.jboss.org/browse/WFLY-12409
Project: WildFly
Issue Type: Enhancement
Components: BOM
Reporter: Eduardo Martins
Assignee: Eduardo Martins
... instead of importing through JBoss Specs BOM, which WildFly does not uses and thus its dependency management may be out of sync.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4617) jboss-cli.sh does not error on invalid options such as --controler
by Jean Francois Denise (Jira)
[ https://issues.jboss.org/browse/WFCORE-4617?page=com.atlassian.jira.plugi... ]
Jean Francois Denise commented on WFCORE-4617:
----------------------------------------------
Yes, that is a good suggestion, we can safely detect at the end of the checks that it is an unsupported argument when it starts by "-".
> jboss-cli.sh does not error on invalid options such as --controler
> ------------------------------------------------------------------
>
> Key: WFCORE-4617
> URL: https://issues.jboss.org/browse/WFCORE-4617
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Bartosz Spyrko
> Assignee: Bartosz Spyrko
> Priority: Minor
>
> If the --controller is not spelled correctly, the CLI is ignoring it and then trying to connect to the default localhost:9990 in from the jboss-cli.xml. This makes it look like there is a connection error when the actual issue is the option passed to the CLI is not a valid option.
> {code}
> ./bin/standalone.sh -Djboss.socket.binding.port-offset=9
> {code}
> {code}
> /bin/jboss-cli.sh --controler=myhost:9999 --connect
> Failed to connect to the controller: The controller is not available at localhost:9990: java.net.ConnectException: WFLYPRT0053: Could not connect to remote+http://localhost:9990. The connection failed: WFLYPRT0053: Could not connect to remote+http://localhost:9990. The connection failed: Connection refused
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFWIP-176) Pod restarted because of failing liveness/rediness Probe
by Martin Choma (Jira)
[ https://issues.jboss.org/browse/WFWIP-176?page=com.atlassian.jira.plugin.... ]
Martin Choma commented on WFWIP-176:
------------------------------------
[~tradej] Note, there is behavioural change between 72 images and 73 images tracked in this issue. Where previous behaviour was more bug. And it behaves correctly now. We will need somehow inform user about that change. Not sure what will be the best place in documentation.
It will be something similar to what will be created in under https://issues.jboss.org/browse/JBEAP-16858 for 72 + OCP4.
> Pod restarted because of failing liveness/rediness Probe
> --------------------------------------------------------
>
> Key: WFWIP-176
> URL: https://issues.jboss.org/browse/WFWIP-176
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Ken Wills
> Priority: Major
>
> During testing 73 image I came to case where really corner case is tested [0].
> Test is not using templates for deployment.
> In tested scenario liveness/readiness probe fails. In CD 17 and eap 73 pod is restarted. In CD 16 however, there was no liveness/rediness failures in events. Pod was not restarted.
> I dont see differences in pod yaml for CD16 case
> {code}
> livenessProbe:
> exec:
> command:
> - /bin/bash
> - '-c'
> - /opt/eap/bin/livenessProbe.sh
> failureThreshold: 3
> periodSeconds: 10
> successThreshold: 1
> timeoutSeconds: 1
> name: weirdusername
> readinessProbe:
> exec:
> command:
> - /bin/bash
> - '-c'
> - /opt/eap/bin/readinessProbe.sh
> failureThreshold: 3
> periodSeconds: 10
> successThreshold: 1
> timeoutSeconds: 1
> {code}
> and CD 17 case
> {code}
> livenessProbe:
> exec:
> command:
> - /bin/bash
> - '-c'
> - /opt/eap/bin/livenessProbe.sh
> failureThreshold: 3
> periodSeconds: 10
> successThreshold: 1
> timeoutSeconds: 1
> name: weirdusername
> readinessProbe:
> exec:
> command:
> - /bin/bash
> - '-c'
> - /opt/eap/bin/readinessProbe.sh
> failureThreshold: 3
> periodSeconds: 10
> successThreshold: 1
> timeoutSeconds: 1
> {code}
> What could cause this behaviour change?
> [0] https://issues.jboss.org/browse/CLOUD-1988
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFWIP-176) Pod restarted because of failing liveness/rediness Probe
by Martin Choma (Jira)
[ https://issues.jboss.org/browse/WFWIP-176?page=com.atlassian.jira.plugin.... ]
Martin Choma updated WFWIP-176:
-------------------------------
Affects: Documentation (Ref Guide, User Guide, etc.) (was: Documentation (Ref Guide, User Guide, etc.),Release Notes)
> Pod restarted because of failing liveness/rediness Probe
> --------------------------------------------------------
>
> Key: WFWIP-176
> URL: https://issues.jboss.org/browse/WFWIP-176
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Ken Wills
> Priority: Major
>
> During testing 73 image I came to case where really corner case is tested [0].
> Test is not using templates for deployment.
> In tested scenario liveness/readiness probe fails. In CD 17 and eap 73 pod is restarted. In CD 16 however, there was no liveness/rediness failures in events. Pod was not restarted.
> I dont see differences in pod yaml for CD16 case
> {code}
> livenessProbe:
> exec:
> command:
> - /bin/bash
> - '-c'
> - /opt/eap/bin/livenessProbe.sh
> failureThreshold: 3
> periodSeconds: 10
> successThreshold: 1
> timeoutSeconds: 1
> name: weirdusername
> readinessProbe:
> exec:
> command:
> - /bin/bash
> - '-c'
> - /opt/eap/bin/readinessProbe.sh
> failureThreshold: 3
> periodSeconds: 10
> successThreshold: 1
> timeoutSeconds: 1
> {code}
> and CD 17 case
> {code}
> livenessProbe:
> exec:
> command:
> - /bin/bash
> - '-c'
> - /opt/eap/bin/livenessProbe.sh
> failureThreshold: 3
> periodSeconds: 10
> successThreshold: 1
> timeoutSeconds: 1
> name: weirdusername
> readinessProbe:
> exec:
> command:
> - /bin/bash
> - '-c'
> - /opt/eap/bin/readinessProbe.sh
> failureThreshold: 3
> periodSeconds: 10
> successThreshold: 1
> timeoutSeconds: 1
> {code}
> What could cause this behaviour change?
> [0] https://issues.jboss.org/browse/CLOUD-1988
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months