• Wildfly hang Issue

    I build  spring(4.3) application on Wildfly 17.0 as RESTful API Server.   But, every 1 weeks wildfly hang up.   When it hangs up, the new connection is blocked.   Anyone help me for solving this...
    Profile Photo
    last modified by sykim1850
  • Two databases with two persistence units - tables are created in wrong database

    Hi everyone,   I got several applications with EJB, JPA and JSF in Wildfly 14.   I use 2 databases, processenginemysql and testprocessdb2. I configured two XA-Datasources. Here is my persistence.xml &...
    Profile Photo
    last modified by nschweig
  • Wildfly 16 deployment timeout

    Getting following when the application deploys. it hangs following subdeployment of some application war files and then gets following   Timeout after [300] seconds waiting for service container stability. Operat...
    Profile Photo
    last modified by dmeredith10177
  • Unable to create service for 'HttpServerAuthenticationMechanismFactory.BEARER_TOKEN'

    Since we updated to WF 17 (from WF 15) we find lots of DEBUGs in our logfiles like this:   2019-07-17 13:55:48,432|DEBUG|               ...
    Profile Photo
    last modified by mfried
  • Infinispan Jgroups Problems Over JBoss EAP 7.1 (Web Cache)

    I have this Jboss Configuration: 2 nodes instances of Jboss eap 7.1.6 on differente machine clustering (udp) each other on standalone mode. The first consideration that i'll do is the above similar configuration with ...
    Profile Photo
    last modified by joderran2
  • Unable to deploy ear with unknown timeout and "severe" on CDI

    I'm using wildFly 17.0.1, below are the logs, here even unable to get any clue on timeout not sure "SEVERE" on CDI is relevant ?
    Profile Photo
    last modified by rakeshr45
  • How to disable TLSv1.1 and TLSv1.0

    Hello,   I have JBoss 8.2 with jdk1.8.0_85 ,I have only  enabled TLSv1.2 protocal. Third party vendor application where they have enabled all TLS1.0/1.1 which they are going to shutdown TLSv1.0/1.1
    Profile Photo
    last modified by prabhakar12
  • Adding class loading lock to JBoss Modules

    We are running into https://bugs.openjdk.java.net/browse/JDK-8232997. In our case this results in a JVM crash when loading custom JFR event classes. The cause seems to be when multiple threads end up calling #defineCl...
    Profile Photo
    last modified by pmm
  • GC (Allocation Failure)

    Hi, I'm migrating Java 1.7 to 1.8 and JbossEAP6.1 to WildFly14.0.1. we are on AWS and we notice on the logs of the dockers that there are many errors of the type: [GC (Allocation Failure) 1085489K->562034K(1908224K...
    Profile Photo
    last modified by mohamed.chaabani
  • Messaging-activemq (resource definition)

    Hello there,   I am working on the creation of a new pooled-connection-factory (messaging-activemq) for a specific test I am doing. Within the definition of this resource I can see:   thread-pool-max-size:...
    Profile Photo
    last modified by mleite
  • JDBC Authentication with salted-simple-digest-mapper, Invalid base 64 character

    Hi, I use Wildfly 16 and I want to deny the access to my webapp. I configured a jdbc realm with a simple-digest-mapper and it worked, but only if I put the encoded password into the password field.   I want t...
    Profile Photo
    last modified by nschweig
  • EJB Configuration migration from JBOSS 4 to JBOSS EAP 6/7

    Hi Everyone,   Currently in jboss 4 we have configured  jndi naming  services as below   <service-config name="jboss:service=Naming"          delegateC...
    Profile Photo
    last modified by reddy.sg81
  • ERR_EMPTY_RESPONSE on https

    I am running keycloak 7.01 (WildFly 9.02) with a Let's encrypt certificate. I followed the 7.0.1 instructions for setting up SSL. I can  curl https://hostname:8443 to get the welcome page curl https://hostname:...
    Profile Photo
    last modified by mkuhne
  • How to use keycloak authentication for ejb remote client with wildfly elytron security?

    I've some web application which authenticates on Keycloak and call EJBs. The security in Wildfly is configured with Elytron and the security context is propagated correctly between web and EJB.   Now I've to wri...
    Profile Photo
    last modified by marcoben73
  • Handling Teiid thrown Exception during VDB deployment

    byte[] vdbBytes = vdbHelper.getVdbByteArray(theVDB); try { // Deployment name for vdb must end in '-vdb.xml'. String deploymentName = vdbName + Constants.DYNAMIC_VDB_SUFFIX; // Deploy the VDB clientAccessor.getCl...
    Profile Photo
    last modified by raviskf
  • Wildfly 10 default ActiveMQ client cannot connect to server

    Hi all,   I'm new to Java EE and I'm working on my JMS test application I'm using default messaging-activemq in standalone-full.xml   Here is what I have in jndi.properties: java.naming.factory.initial=or...
    Profile Photo
    last modified by shell-software
  • wildfly-18.0.1.Final: Not all attributes are listed via console

    When opening   Configuration => Subsystems => Configuration => Security (Elytron) => Security Realms => JDBC Realm => Principal Query   the field "Attribute Mapping" shows only the first ...
    Profile Photo
    last modified by mayerw01
  • Wildfly 16 JDBC Realm Authentication with 2 Databases

    Hi I want to use JDBC Realm Authentication. My database structure is the following:   Database 1 (act_user_id) Username (ID_)     Password (PWD_)   Database2 (act_id_membership) User...
    Profile Photo
    last modified by nschweig
  • Wildfly 16 jdbc realm, security domain

    Good morning,   I tried to configure my application with the elytron security system. I followed the instruction on this page:   Configure an Elytron JDBC Realm on WildFly   But I always get this err...
    Profile Photo
    last modified by nschweig
  • JBOSS EAP 7.2 Domain can't start the default server(server-one,server-two,server-three)

    I tried to start the default domain of JBOSS EAP 7.2 on CentOS Linux 7 server, using the command: ./domain.sh   The domain started successfully, but 3 default servers of the domain could not start. I get the foll...
    Profile Photo
    last modified by supperthin02