[JBoss JIRA] (JBJCA-1395) Use HTTPS for JBoss artifact repository
by Jan Stourac (Jira)
Jan Stourac created JBJCA-1395:
----------------------------------
Summary: Use HTTPS for JBoss artifact repository
Key: JBJCA-1395
URL: https://issues.jboss.org/browse/JBJCA-1395
Project: IronJacamar
Issue Type: Bug
Components: Build
Reporter: Jan Stourac
JBoss repository now redirects from HTTP to HTTPS. As such we need to update {{build.xml}} file to use HTTPS for JBoss repository to avoid error …
[View More]with unresolved dependencies:
{code}
22:22:20 [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
22:22:20 [ivy:retrieve] :: UNRESOLVED DEPENDENCIES ::
22:22:20 [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
22:22:20 [ivy:retrieve] :: apache-logging#commons-logging;1.1.0.jboss: not found
22:22:20 [ivy:retrieve] :: org.jboss.naming#jnpserver;5.0.3.GA: not found
22:22:20 [ivy:retrieve] :: org.apache#jasper;glassfish_2.1.0.v201004190952: not found
22:22:20 [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[View Less]
5 years, 4 months
[JBoss JIRA] (WFWIP-256) Duration of server configuration is not printed
by Jan Blizňák (Jira)
Jan Blizňák created WFWIP-256:
---------------------------------
Summary: Duration of server configuration is not printed
Key: WFWIP-256
URL: https://issues.jboss.org/browse/WFWIP-256
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Reporter: Jan Blizňák
Assignee: Jean Francois Denise
{code:java}
INFO Configuring the server using embedded server
INFO Duration:
INFO Running jboss-…
[View More]eap-7-tech-preview/eap-cd-openshift-rhel8 image, version 18.0
{code}
The cause is the wrong usage of log_info function in {{/opt/eap/bin/launch/openshift-common.sh}}
{code:java}
log_info "Duration: " $((end-start)) " milliseconds"
{code}
which is actually calling it with 3 arguments while the function prints only the first one.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[View Less]
5 years, 4 months
[JBoss JIRA] (WFLY-12765) Webservice deployment fails
by Jan Blizňák (Jira)
[ https://issues.jboss.org/browse/WFLY-12765?page=com.atlassian.jira.plugin... ]
Jan Blizňák commented on WFLY-12765:
------------------------------------
[~jim.ma] isn't this the same problem as JBEAP-13766?
Running ./docs/examples/enable-elytron.cli eventually creates this in standalone.xml:
{code:xml}
<subsystem xmlns="urn:jboss:domain:undertow:10.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other" …
[View More]statistics-enabled="${wildfly.undertow.statistics-enabled:${wildfly.statistics-enabled:false}}">
...
<application-security-domains>
<application-security-domain name="other" security-domain="ApplicationDomain"/>
</application-security-domains>
</subsystem>
{code}
which is exactly was is described in that jira as not working.
> Webservice deployment fails
> ---------------------------
>
> Key: WFLY-12765
> URL: https://issues.jboss.org/browse/WFLY-12765
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 18.0.0.Final
> Reporter: Jim Ma
> Assignee: Jim Ma
> Priority: Major
> Fix For: 19.0.0.Beta1
>
>
> Enabling elytron in undertow subsystem, EAP fails to deploy a webservice war and show the following error messages:
> 17:44:48,834 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "wsat-simple.war")]) - failure description: {
> "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.other"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.ws.endpoint.\"wsat-simple.war\".\"org.jboss.as.quickstarts.wsa
> t.simple.RestaurantServiceATImpl\" is missing [jboss.security.security-domain.other]"]
> }
> 17:44:48,836 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "wsat-simple.war" was rolled back with the following failure message:
> {
> "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.other"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.ws.endpoint.\"wsat-simple.war\".\"org.jboss.as.quickstarts.wsat.simple.RestaurantServiceATImpl\" is missing [jboss.security.security-domain.other]"]
> }
> 17:44:48,867 ERROR [org.jboss.ws.common.deployment] (MSC service thread 1-7) JBWS022102: Cannot stop endpoint in state UNDEFINED: jboss.ws:context=,endpoint=org.jboss.as.quickstarts.wsat.simple.RestaurantServiceATImpl
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[View Less]
5 years, 4 months
[JBoss JIRA] (WFWIP-165) You dont need to be cluster-admin to be able to work with operator on OpenShift
by Jeff Mesnil (Jira)
[ https://issues.jboss.org/browse/WFWIP-165?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil closed WFWIP-165.
-----------------------------
Resolution: Out of Date
Installing the EAP Operator with OLM fix that issue
> You dont need to be cluster-admin to be able to work with operator on OpenShift
> -------------------------------------------------------------------------------
>
> Key: WFWIP-165
> URL: https://issues.jboss.org/browse/WFWIP-…
[View More]165
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Jeff Mesnil
> Priority: Major
> Labels: operator
>
> Instructions how to install operator on OpenShift [1] are shown under cluster-admin role.
> As role, role-binding and crd are cluster scoped resources I would expect that only cluster-admin can specify that.
> However I wouldt expect to have cluster-admin role to be able to deploy application using operator with
> oc apply -f deploy/crds/quickstart-cr.yaml
> To be able to run this as developer user have to be granted (by cluster-admin) these permission:
> {code}
> oc create role wildfly-server --verb=* --resource=wildflyservers.wildfly.org -n <namespace>
> oc adm policy add-role-to-user wildfly-server developer --role-namespace=<namespace> -n <namespace>
> {code}
> Please make this clear in install procedure.
> [1] https://github.com/wildfly/wildfly-operator#OpenShift
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[View Less]
5 years, 4 months
[JBoss JIRA] (WFWIP-249) sessionAffinity doesn't cause a requests from a same IP to be served by single endpoint
by Jeff Mesnil (Jira)
[ https://issues.jboss.org/browse/WFWIP-249?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil updated WFWIP-249:
------------------------------
Summary: sessionAffinity doesn't cause a requests from a same IP to be served by single endpoint (was: sessionAffinity doesn't cause a requests from a same IP to be served by single endpont)
> sessionAffinity doesn't cause a requests from a same IP to be served by single endpoint
> ------------------------------------------------------------…
[View More]---------------------------
>
> Key: WFWIP-249
> URL: https://issues.jboss.org/browse/WFWIP-249
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Petr Kremensky
> Assignee: Jeff Mesnil
> Priority: Critical
> Labels: operator
>
> It is expected, that if the {{sessionAffinity=true}}, the requests from a client with a same IP should be served by the same endpoint, using the latest upstream operator with the quickstart example:
> *sessionAffinity=false*
> {noformat}
> $ oc patch wildflyserver quickstart -p '\[{"op":"replace", "path":"/spec/sessionAffinity", "value":false}\]' --type json
> $ oc describe service/quickstart-loadbalancer | grep Session
> Session Affinity: None
> $ for i in {1..4} ; do echo `curl -s quickstart-route-wildfly.apps-crc.testing` ; done
> {"ip":"10.128.0.98"}
> {"ip":"10.128.0.99"}
> {"ip":"10.128.0.98"}
> {"ip":"10.128.0.99"}
> {noformat}
> *sessionAffinity=true*
> {noformat}
> $ oc patch wildflyserver quickstart -p '[{"op":"replace", "path":"/spec/sessionAffinity", "value":true}]' --type json
> $ oc describe service/quickstart-loadbalancer | grep Session
> Session Affinity: ClientIP
> $ for i in {1..4} ; do echo `curl -s quickstart-route-wildfly.apps-crc.testing` ; done
> {"ip":"10.128.0.98"}
> {"ip":"10.128.0.99"}
> {"ip":"10.128.0.98"}
> {"ip":"10.128.0.99"}
> {noformat}
> {{sessionAffinity=true}} should make all responses to be served by the same endpoint
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
[View Less]
5 years, 4 months