Questions tagged [wildfly-16]

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

26 questions
6
votes
2 answers

How to use Java 11 Java Flight Recorder JFR library with Wildfly 16

Background I'm working on jboss/wildfly 16 servlet mypackagex.war. It's a maven project. My server uses openjdk11-jdk. I managed to run the produce a java flight recording using jcmd. And managed to open that jfr dump with JDK Mission Control. All…
RonPringadi
  • 1,294
  • 1
  • 19
  • 44
3
votes
1 answer

Connecting VisualVM windows to Wildfly 16

How can i connect VisualVM to Wildfly 10? I have put jboss-client jar in following folder and started visual vm: Then i started visual vm When i added jmx connection i get following: Can anyone suggest what is wrong here? I have not put any…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
2
votes
0 answers

How to call Wildfly Transaction Manager in Java Code?

What should be name of default transaction manager in wildlfy to be used in Java code. Following is wildfly screen and i am not getting anyname here: I am not getting any code related to same following is thing i am trying from codegeeks: public…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
1 answer

Wildfly 27 : @Schedule/Weld is not working so Schedulers not running where it is running on wildfly 17

@Schedule not working Earlier i have worked with Wildfly 16 and our code looks like : import java.io.File; import java.util.concurrent.TimeUnit; import java.util.logging.Level; import java.util.logging.Logger; import…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
1 answer

Wildfly16 AMQ119031: Unable to validate user from /127.0.0.1:61082. Username: null; SSL certificate subject DN: unavailable

I'm new for using Wildfly. I try to test jms activatemq with simple code. But always error : AMQ119031: Unable to validate user from /127.0.0.1:61082. Username: null; SSL certificate subject DN: unavailable. I had added the user testjms to…
TingTing
  • 21
  • 2
1
vote
1 answer

Wildfly 16 sudden restart| WFLYJCA0019: Stopped Driver service with driver-name | MODCLUSTER000021

Wildfly 16 in cluster sudden restarts printing stopped driver service name WFLYJCA0019: Stopped Driver service with driver-name = selskapsdata-1.5-SNAPSHOT.war_oracle.jdbc.OracleDriver_19_3 MODCLUSTER000021: All pending requests drained from…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
1 answer

Wildfly - Background Validation not working for Data sources during reconnect using JPA-Hibernate

Following is exception: 2020-12-15 05:15:00,338 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (EJB default - 4) SQL Error: 0, SQLState: 08S01 2020-12-15 05:15:00,338 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (EJB default -…
Harpreet
  • 186
  • 1
  • 1
  • 10
1
vote
1 answer

How to deploy .war in node of own choice in Wildfly cluster?

I have deployed a .war and WF choose itself one of 3 node and deploys in same. (01,02,03) I want to .war to shift from say 03 to 02 manually. (not redeploy again and again and see when it will choose). As of now following file is there in jboss…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
0 answers

Wildfly 14 Web Console adding spaces in the module options

I am trying to add a security domain in the web console of wildfly. So Configuration > Subsystems > System > Security > domain name. In the authentication, Authentication Module, Module Option you can add the options, but I can't add a module I need…
Epicenter
  • 35
  • 5
1
vote
1 answer

Wildfly : Singleton Deployment on Cluster | Elects two servers in Server Group

This does not happens all time but many a times. 3 Clusters of Server Group Wildfly 16 Deploy .war from UI. It picks fine on one server:: 2020-02-26 07:21:12,951 INFO [org.wildfly.clustering.server] (LegacyDistributedSingletonService - 1)…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
0 answers

How to kill a Thread or Process in Wildfly 16?

I have a scheduler deployment. Sometimes scheduler get stuck in such a way that we are not able to disable or Undeploy the deployables from Wildfly UI. Get xyz messages like: 2020-02-26 05:28:18,181 ERROR…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
2 answers

Wildfly 10 to Wildfly 16 : EJB Scheduler stuck, Not able to undeploy/disable deployments and need to kill server

We have General Filemover Service which is scheduled and file moves from one to other location. We are migrating from Wildfly 10 to Wildfly 16 and facing this issue in Wildfly 16. In Wildfly 16, It is giving strange behavior i.e when timer stuck and…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
1 answer

DeploymentException: WELD-001408: Unsatisfied dependencies for type with qualifiers @Default at injection point [BackedAnnotatedField]

Getting following exception while injecting beans in scenario whose answer not able to found and beans.xml is included: Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type CustomerAgreementDaoImpl…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
0
votes
0 answers

How to delay Auto Start in Wildfly

How can I delay the auto start in Wildfly16? I see that there is an option for entering any expression in the field, not just true/false. What should I write in there to delay the start of a Server by let's say 10 minutes? I can't find any…
avoid1t
  • 3
  • 2
0
votes
0 answers

How to define http-listener' `max-parameter` at the application-level, not server-level?

The problem We're facing the UT000047: The number of parameters exceeded the maximum of 1000 issue. (We use WilfdFly 16). What we tried, and worked, but is not acceptable We followed the solution in UT000047, i.e. increase the max-parameters of the…
Fred Danna
  • 174
  • 1
  • 7
1
2