Questions tagged [wildfly-18]

Use this tag for version specific questions about Wildfly 18 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.

50 questions
0
votes
0 answers

Deployments are failing with below MQ related errors in wildfly-19

WE are migrating the application from Jboss & to wildfly 19 , deployments are failing with below MQ related errors . I've no clue about these errors complaining about the library file missing in the server . Can some one assist me on…
Vamsi
  • 13
  • 1
  • 5
0
votes
2 answers

jboss.deployment.unit."testit-base.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "testit-base.war"

We are planning to migrate the application from Jboss EAP 6.4 to WILDFLY 19 and facing the below error while deploying the war file in it. Manifest-Version: 1.0 Built-By: jenkins Created-By: Apache Maven 3.3.9 Build-Jdk:…
Vamsi
  • 13
  • 1
  • 5
0
votes
0 answers

Wildfly Thorntail fails to deploy due to Operation timed out awaiting service container stability

Wildfly Thorntail timeout and fails to deploy. It takes very long to try and deploy - Am not sure if there is a hanging thread somewhere during the deployment - Note: I have checked the Database connections looks good See the stack trace. What could…
Dev Fh
  • 586
  • 7
  • 18
0
votes
1 answer

How to set redis cache prefix key for non spring boot java application using xml configuration

I would like to set a custom cache key prefix for my application which uses xml configuration for my RedisCacheManager, my goal is, if the cache key is student-detail, the cache key should be test :: student-detail or prod :: student-detail, I have…
user3557777
  • 133
  • 1
  • 4
  • 15
0
votes
1 answer

Is that possible to communicate JMS Topic of HornetQ with ActiveMQ or vice versa

I have a HornetQ project on JBoss 6 using JDK-6, and an ActiveMQ project on WildFly 18 using JDK-11. Can I access the HornetQ topic in the ActiveMQ project or vice versa?
Rishi Gautam
  • 1,948
  • 3
  • 21
  • 31
0
votes
1 answer

Is it possible to get a specific wildfly version from Dockerhub?

We are deploying our application war file on the wildfly-18 and we would like to dockerize the application for that, I want to download the wildfly-18 image from the dockerhub, but when I use jboss/wildfly gives me the latest wildfly which I don't…
user8787983
  • 95
  • 1
  • 1
  • 6
0
votes
1 answer

Wildfly 18 JMS execution causes 'Abrupt close on Remoting connection'

I have two Wildfly 18 instances running locally: n1 and n2. I would like instance n2 to consume instance n1's produced messages in order to take steps towards a HA scenario. After reading the RH EAP docs, I have done the following: 1- Defined a…
LoreV
  • 575
  • 5
  • 25
0
votes
1 answer

Add ssl trustStore to thorntail application using project-defaults yaml

How to add ssl trustStore and trustStorePassword on thorntail application, using config project-defaults yaml or using wildfly standalone.xml. This how to add keyStore and its keyStorePassword using yaml thorntail: management: http: …
Dev Fh
  • 586
  • 7
  • 18
0
votes
2 answers

Wildfly 18 deploying war error - java.net.ConnectException: WFLYPRT0053: Could not connect to remote+http://hostname:port

I am deploying a war in my wildfly 18 server with below command - $JBOSS_HOME/bin/jboss-cli.sh --connect --controller=$HOSTNAME:$PORT --user=**** --password=**** Values for JBOSS_HOME, HOSTNAME and PORT were passed correct as per need, but I am…
Shrishti Jain
  • 31
  • 1
  • 7
0
votes
2 answers

I am implementing ADFS - SAML configuration in wildfly18?

1) I have configured ADFS (SAML) configuration in wildfly18 server 2) I have all details configured in picketlink.xml as follows: 3) I am getting proper response in NAMEID format as follows: 4)But at server side I am getting error as follows: 5)…
ShraddhaJ
  • 201
  • 1
  • 14
0
votes
1 answer

Thorntail - WildFly Elytron Security remote connection getting authentication failed: none of the mechanisms presented by the server are supported

I have configured WildFly Elytron Security on thorntail application using project-defaults.yml. However the application is failing to invoke or connect to the remote secured EJB's Here is the yaml configuration for Elytron - Am not sure if this is…
Dev Fh
  • 586
  • 7
  • 18
0
votes
1 answer

Thorntail load external properties from Java Properties file

Thorntail using project-defaults.yaml Using the below command line arguments to start the application. Trying to pass location of a Java .properties file to use as system properties. java -jar application-thorntail.jar -P…
Dev Fh
  • 586
  • 7
  • 18
0
votes
0 answers

Busy Task Thread Count reaches limit

I have an application that process raw data and save it to database. It takes less than 100 ms to execute 1 thread. The application receives raw data from around 200 devices with in every 20 seconds.After a while application hangs and become not…
0
votes
1 answer

How to configure messaging activemq - thorntail or swarm using project-defaults yaml

How to configure messaging activemq - thorntail or swarm using project-defaults yaml I am currently getting the below exception Capabilities required by resource '/subsystem=messaging-activemq/connection-factory=RemoteConnectionFactory' are not…
Dev Fh
  • 586
  • 7
  • 18
0
votes
2 answers

Spring boot app, from jar to war, with ActiveJDBC model, Wildfly don't recognizes my Model (like Person, Disease, Location.....), what am i wrong?

I have error when instrument my app, precisaly when i turned spring boot app from jar to war; when i start my app as one SpringBoot application everything works but when i deploy a war file in WildFly the error that appears is the…
Mattia
  • 13
  • 5