• Wildfly 18 artemis bridge failover issue

    Hello everyone,   i'm currently facing an issue where my failover on the artemis bridge is correctly reconnecting but after the initial start if the bridge fails to connect, upon first connection all incoming me...
    Profile Photo
    last modified by corab500
  • Legacy security to Elytron Migration

    Hi,   I'm trying to migrate legacy security to Elytron:   In Wildfly 16 i have this security-domain:   <security-domain name="MyDomain" cache-type="default"> <authentication>   <...
    Profile Photo
    last modified by dnovo
  • LDAP Issue WildFly 18.0.1

    Hi All,   I am in the process of upgrading from WF17 to WF18, and for some reason have run into an issue.   I run WF in a Clustered mode with a Domain Controller and several hosts.   On my WF18 d...
    Profile Photo
    last modified by ivdbank
  • Versions - between wildfly and undertow

    Hi all, I am trying to see what version of Undertow is when we say Wildfly 10.1 for example ? I was following ticket [UNDERTOW-909] Session invalidation not reflected when coming from another concurrent request - JB...
    Profile Photo
    last modified by ggeda07
  • Management API For Domain add-content, add Operations

    Hi,   I'm automating a deployment.  I was able to deploy to a standalone instance using the pair of requests in the docs (add-content followed up with a deploy operation).  I'm having trouble getting t...
    Profile Photo
    last modified by walkerca
  • Elytron ldap-realm  - dir-context

    Hi,   I'm trying to migrate PicketLink LdapLoginModule to Elytron (Wildfly 18.0.1)   My previous configuration using legacy security   <security-domain name="MySecurityDomain" cache-type="default...
    Profile Photo
    last modified by dnovo
  • Elytron - EJB Principal Anonymous

    Hi,   I have a simple ear ( one war plus one ejb module ).   I'm trying to use Elytron security with wildfly 18.0.1 and AdoptOpenJDK 11.   standalone.xml   <subsystem xmlns="urn:wildfly:elyt...
    Profile Photo
    last modified by dnovo
  • Why can't the Wildfly server handle concurrent REST requests after a httpSession is established

    I've run into a conundrum I'm trying to understand. I've implemented a very simple example REST service that runs within a Wildfly server. I have a standalone, multi-threaded Java test program that uses an Apache http...
    Profile Photo
    last modified by mark.brooks.180
  • Distributed application on JBoss EAP 7.1 loses Session attributes

    Our Spring MVC project is running on JBoss EAP 7.1 with remote caching to DataGrid 7.2. We have observed occasional instances of Session Attributes not being found.   Logging shows entries like: 2019-10-11 16:13...
    Profile Photo
    last modified by pthorson
  • Unable to determine if the certificate is trusted.

    Hi all, I'd like to automate the installation of mutual SSL for HTTP using security enable-ssl-http-server command in the CLI:   security enable-ssl-http-server --key-store-path=server.keystore --key-store-passw...
    Profile Photo
    last modified by carla-2
  • JBOSS 7.2 SSL Query

    Hi Everyone   Am trying to configure ssl connection on JBOSS 7.2 for Oracle TLS   on oracle db server(ORADB18C) ran the following   keytool -genkeypair -alias vault -keypass Server1234  -storepa...
    Profile Photo
    last modified by kvbarde
  • Optimal IPv4 + IPv6 settings for WildFly on Linux?

    Is it possible to create single configuration that would work on both: WildFly on Linux with IPv4 only configuration WildFly on Linux with IPv4 and IPv6 dual stack configuration so that single deployment would work...
    Profile Photo
    last modified by tero.saarni
  • Wildfly 14.1 stops listening on http port

    Hi,   We have deployed Wildfly 14.1 in domain mode as two node cluster in Active-Active mode on two different VMs running on CentOS 7.6.   For both nodes http port is configured as 8099, https port as 8993...
    Profile Photo
    last modified by priyam.srivastava
  • Elytron Aggregate Realm not Cacheable

    We just noticed that an aggregate Elytron real is not cacheable even when both the authn and authz realms are cacheable. Is this intentional or an oversight?
    Profile Photo
    created by pmm
  • JBOSS on CentOS ?

    I want to ask and wanna know about it :   1. I installed JBOSS EAP 7.2 on CentOS 8   2.I deployed, updated and tested my app on it but the developer or free JBOSS EAP subscription is  limited only for...
    Profile Photo
    last modified by yuhlaing
  • Kubeping on Kubernetes 1.17

    Hi, I tested Wildfly / Kubeping on Kubernetes 1.17 and got the following issue:   12:39:26,943 WARN  [org.jgroups.protocols.kubernetes.KUBE_PING] (thread-10,kubernetes,wildfly-deployment-f8d595bb5-s6ljn) fa...
    Profile Photo
    last modified by mauriciomag
  • WildFly console authentication

    Hi,   We have a SingleSignOn (SSO) component. Is it possible to update the WildFly console application connecting to it (SSO or LDAP) ? If yes, where is located the WildFly application (web.xml should be proba...
    Profile Photo
    last modified by gregoan
  • Monitoring account

    Hello everybody,   Is it possible to create a monitoring account. I tried the command "add-user.sh --silent=true -u monitor -p "xxx" --realm ManagementRealm --group=Monitor" but I'm SuperUser when I check the "...
    Profile Photo
    last modified by gregoan
  • Batch script

    Hi,   We are using the standalone.xml configuration. We have to configure the JMS layer (standalone-full.xml is not a option) so we built a set of CLI command which are working fine (jboss-cli.sh) :   batc...
    Profile Photo
    last modified by gregoan
  • Multiple global module

    Hi,   I have a Docker image process executing many CLI file (execute.sh). The content of execute.sh is   #!/bin/bash   # Usage: execute.sh [WildFly mode] [configuration file] # # The default mode is '...
    Profile Photo
    last modified by gregoan