Use this tag for version specific questions about WildFly 15 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.
Questions tagged [wildfly-15]
25 questions
6
votes
1 answer
Error starting Spring Boot 2.2.1 in WildFly 15 - Jackson StreamFactory Verify Error
I am new to Spring Boot. I am trying to deploy a Spring Boot 2.2.1 project on WildFly 15 as a war. I can build and run a unit test in Maven, but when I deploy to WildFly, I get the following error:
WFLYCTL0186: Services which failed to start:…

RodL
- 131
- 1
- 7
6
votes
1 answer
How to fix " No managed connections available within configured blocking timeout (60000 [ms]) "
I have deployed java application on wildfly-15.0.1.FINAl server.I am using OJDBC 12.1.0.2.0 driver.
…

Gog1nA
- 376
- 1
- 8
- 30
3
votes
0 answers
Setup JMX exporting in Wildfly 15 domain configuration with JDK11
I'm trying to setup JMX exporting to plug in Prometheus metrics. Wildfly 15 with Java 11 is used. In domain config I have such a block:
3
votes
3 answers
Date serialization issue while upgrading from Wildfly 11 to Wildfly 15
We have recently migrated from Wildfly 11 to Wildfly 15 and from Java 8 to Java 11 and noticed a change in how Jackson serializes Date objects. We use Jackson v2.9.8 for object serialization and Spring v5.0.9.
Prior to our upgrade, a date object…

George Artemiou
- 3,076
- 2
- 19
- 36
2
votes
0 answers
java.lang.IllegalArgumentException: ArquillianServletRunner not found. Could not determine ContextRoot from ProtocolMetadata
After migration in Wildfly15, I cannot run my tests using Arquillian. I get the error "java.lang.IllegalArgumentException: ArquillianServletRunner not found. Could not determine ContextRoot from ProtocolMetadata, please contact DeployableContainer…

enalp
- 21
- 1
2
votes
0 answers
WFLYEE0007: Not installing optional component org.apache.cxf.transport.servlet.CXFServlet due to an exception
i want to deploy cxf-based application on wildfly17. i have not included external cxf library in war i want to use internal cxf of wildfly.?
server.log
2019-08-20 17:59:57,235 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-2)…

kunal K.
- 21
- 1
- 4
1
vote
1 answer
Wildfly domain to standalone
We have a Wildfly domain environment with 1 Wildfly master server and 2 Wildfly slave servers, each slave with 2 application instances.
We want now to transform the domain into a standalone environment so we will remain with 2 Wildfly standalone…

johnb03
- 11
- 1
1
vote
0 answers
Java.lang.Error: java.lang.NoSuchFieldException: override
I'm starting a project in JEE and when i try to use EJB, I got errors on deployement.
I have tried many things but nothing works.
Here are my logs :
2021-01-26 23:54:14,903 INFO [org.jboss.modules] (main) JBoss Modules version…

Nairo
- 61
- 9
1
vote
1 answer
JEE: How to intercept a @PostCostruct method?
I have a bean having:
void initialize() method annotated with @PostConstruct.
void release() method annotated with @PreDestroy.
Some other methods.
In addition that bean has a @Interceptors annotation defining some interceptors.
One of those…

Grizzly
- 45
- 9
1
vote
1 answer
Arquillian managed test does no longer work since Wildfly 15
since a long time I work with Arquillian tests with Wildlfy. Currently I update from Wildfly 14 to Wildfly 17. But now, all the Arquillian tests fail.
I reduced it to a single POM and arquillian.xml, mostly taken from tutorials and examples in the…

Martin Metz
- 308
- 1
- 3
- 13
1
vote
1 answer
NoClassDefFoundError when using JMX Exporter with Wildfly 15
We're using Wildfly 15 with JMX Exporter. When starting the WildFly server I get the following exception and I'm running out of ideas. The package exists under…

Robert Strauch
- 12,055
- 24
- 120
- 192
0
votes
1 answer
Logging to Log File Stopped With Java 11
I am migrating a java application which was compiled using Java 8 and deployed in
Wildfly 10 application server. This application deploys and runs successfully.
The logging in the application uses log4j2 configuration and the logging is
configured…

Pete Long
- 107
- 2
- 11
0
votes
0 answers
How to set samesite cookie on wildfly 15?
My App Server is running an older version of Wildfly (v. 15.0.1.Final). The content served from the server is embedded within a partner site (as an IFrame). This embedded approach stopped rendering on Chrome and Edge recently, while it still works…

user3078422
- 13
- 2
0
votes
0 answers
JNDI Lookup For EJB Returns RelativeContext Object
I have deployed EJB JAR on Wildfly server. When I try to invoke an EJB from a client I get an exception,
Exception in thread "main" java.lang.ClassCastException: org.wildfly.naming.client.store.RelativeContext cannot be cast to…

Abhishek
- 1
- 2
0
votes
1 answer
Disable logging for server-sent-events errors in RESTEasy
I'm currently working with server-sent-events using RESTEasy in Wildfly. So far everything is working, except that sometimes the SSE implementation doesn't somehow recognize that the client(s) listening to events is/are already closed (also the…

Grizzly
- 45
- 9