wildfly Questions

1

I got this warning while I run wildFly server 16:54:56,327 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 77) WFLYCLWEBUT0007: No routing provider found for default-server...
Lysander asked 11/12, 2020 at 16:36

5

Solved

Default port of Keycloak used to be on 8080. Now when I am starting keycloak using ./bin/standalone.sh then it is getting start on 9990 port. // So I guess now keycloak default port is 9990 nowa...
Quitt asked 27/11, 2017 at 9:51

4

I am trying to increase heap size for wildfly in docker container. This is easily done by updating wildfly/bin/standalone.conf in a regular wildfly setup. Our base docker image for wildfly has a ...
Straggle asked 19/12, 2016 at 11:37

2

Solved

I am developing a web application and deploying (with IntelliJ) to WildFly 10.1. I recently renamed my webapp module, which results in renaming my war file from foo.war to bar.war. Every time I sta...
Lure asked 23/4, 2017 at 10:31

2

I need to set same site cookie attribute to Strict on WildFly20 server responses. I need to do it via server configuration. Any help ??
Mustang asked 26/11, 2020 at 6:45

3

Solved

We are trying to migrate Wildfly from 8.1.0.Final to 26.0.1.Final. Currently Wildfly is running in standalone mode hence standalone.xml is in used for configurations and no domain configuration so ...
Hachman asked 31/1, 2022 at 8:20

2

Solved

I try to connect Java Mission Control (JMC) with Wildfly 16. Application server lays on Docker. I successfully connected to wildfly via jconsole, to manage it I followed steps described here. U...
Ethno asked 19/5, 2019 at 11:26

2

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 t...
Callison asked 14/1, 2021 at 5:5

4

Solved

I have created a jax-rs rest api and tested it with rest-assured. All tests are green. Now I am trying to create an html/js front end for it. My problem is I do not know how my json objects should...
Fourier asked 4/6, 2015 at 12:56

4

I have a Springboot v2 project with Java 1.8 and when I try to deploy my springboot project on Wildfly 10, I keep getting this error 19:12:25,295 ERROR [org.jboss.as.controller.management-operation...
Mutualism asked 2/12, 2020 at 1:26

2

Solved

I deleted the ExampleDS from Wildfly.Now I can't deploy my app, because I got errors like this. Any tips? "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java...
Spiritism asked 7/12, 2017 at 17:39

6

Solved

I'm new to jboss-cli and working through the 'jboss-cli recipes'. Question How do I read one specific property using jboss-cli? E.g. jboss.home.dir (e.g. "-Djboss.home.dir=/path/to/my/jboss") ...
Horselaugh asked 30/3, 2017 at 14:8

3

Solved

I wonder how can I load an external property of my application running inside Wildfly 9 as WAR, I tried to add a java parameter to Wildfly execution but it seems the application did not recognize t...
Ornithomancy asked 10/7, 2015 at 21:11

5

I try to upload large files(400mb+) to wildfly 8.1 and i get an IOException but i dont encounter any exception with the same conditions when using jboss 7 server: Exception: Blocking request fai...
Pettifer asked 19/9, 2014 at 7:7

2

Solved

I have a jsf application running on Wildfly 8.1.0Final and, ONLY in Google Chrome, when I click on the Login button, i receive ViewExpiredException, in others browsers, or in Chrome Incognito Mode,...
Mixer asked 16/9, 2014 at 23:36

5

Solved

I just started JAVA EE development with WildFly 8.2. My first problem is how to change the default port 8080 to something else? I found many xml files containing below line. <socket-binding na...
Labelle asked 13/1, 2015 at 12:29

2

We are using wildfly 10 and 16 in production and a zero-day exploit exists CVE-2021-44228 for log4j for some versions. How can I be sure that none of the code and libraries use a log4j lib that has...
Vehement asked 10/12, 2021 at 21:21

3

Solved

I'm trying to set up a simple application to use SpringBoot 2.1.1 and Java 11 over Wildfly 14 (because Wildfly 15 isn't supported by Eclipse). The deploy failed because Wildfly cannot find the CDI ...
Selfassured asked 3/1, 2019 at 12:0

3

Solved

I am running on Wildfly 23.0.1.Final (openjdk 11) under Centos 8. I am not using opentrace in my application at all and i also did not add any jaeger dependency. Whenever i look in the logs, i ofte...
Janae asked 28/4, 2021 at 13:47

2

After a while on our WildFly 18 server, in production, we encountered this error: [org.xnio.listener] (default I/O-1) XNIO001007: A channel event listener threw an exception: java.lang.OutOfMemory...
Cranium asked 21/8, 2020 at 8:44

2

Solved

After updating the environment from Wildfly 13 to Wildfly 18.0.1 we experienced an A channel event listener threw an exception: java.lang.OutOfMemoryError: Direct buffer memory at java.base/java.ni...
Mantic asked 29/10, 2021 at 13:33

4

Solved

I'm building a REST API with jax-rs and WildFly 10. Some of the endpoints are secured. I'm using FORM based authentication. In my javascript code, I check the response of the AJAX request, and if ...
Aeroneurosis asked 5/2, 2016 at 6:49

11

I am new to jboss server. When I am trying to deploy .war file on server the following exception gets print on console: 6:38:04,388 ERROR [org.jboss.as.controller.management-operation] (Controller...
Threephase asked 3/12, 2015 at 11:27

4

Solved

In JBoss7 we've restricted number of web connections by using this <connector name="https" scheme="https" protocol="HTTP/1.1" socket-binding="https" secure="true" max-connections="3000"> f...
Devorahdevore asked 23/4, 2015 at 14:5

3

Solved

I'm migrating my application from wildfly 10 to wildfly 14 and I'm using resteasy 3.1.4 with jackson2. I have a strange behaviour with the response of some rest services: not all the fields are ret...
Terminable asked 8/10, 2018 at 8:34

© 2022 - 2024 — McMap. All rights reserved.