Use this tag for version specific questions about WildFly 13 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.
Questions tagged [wildfly-13]
22 questions
10
votes
1 answer
Configure Wildfly to use SSL connection for MariaDB
I want to configure Wildfly 14 to use encrypted JDBC connection. I tried this:
MariaDB:
mysql -u root -p
CREATE USER 'wildfly' IDENTIFIED BY 'qwerty';
CREATE DATABASE production_gateway;
GRANT ALL PRIVILEGES ON production_gateway.* TO 'wildfly'@'%'…

Peter Penzov
- 1,126
- 134
- 430
- 808
7
votes
2 answers
Wildfly 13.0 failing to deploy multiple WARs while deploying from Eclipse, works fine otherwise
as the title says, I am trying to deploy two WARs on Wildfly 13.0, but if I try to do that on Eclipse by simply adding the resources, it will fail with the following error:
10:16:02,532 INFO [org.jboss.modules] (main) JBoss Modules version…

vc73
- 407
- 3
- 15
3
votes
2 answers
Wildfly 14 Microsoft SQL Server Configuration
I want to use MS SQL Server as a datasource in Wildfly 14, but I always get following error in the console:
ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 41) WFLYCTL0013: Operation ("add") failed - address:…

surfspider
- 727
- 3
- 11
- 25
2
votes
2 answers
Disable WildFly 13 management console
What is the proper way to disable the management console in WildFly 13? I set the console-enabled="false" attribute on the http-interface, but after running WildFly 13 I still see the management interface being deployed.

Gerrit Brink
- 977
- 3
- 15
- 26
2
votes
1 answer
Wildfly 13 and EJB 2.1 compatibility issue and RelativeContext Classcast issue
Can anyone help to solve the below issue:
I am trying to upgrade my application server from JBOSS 6 to Wildfly 12/13.
My Application is EJB based. When i am using Jboss 6, I was using Jdk 1.7
Now for Wildfly, I'm using jdk 1.8.
And, while…

nammu
- 21
- 6
1
vote
1 answer
GwtAudio RpcInvocationException: Unable to invoke method initialData in org.vaadin.gwtav.client.GwtAudioServerRpc
I 'm using this library to implement an audio playback in vaadin 8:
https://vaadin.com/directory/component/audiovideo
This is the code of my view. Only a layout and a GwatAudio instance:
public void init() {
layout = new…
1
vote
0 answers
Wildfly 13 deployed service not responding after some time
Api is deployed on a wildfly 13 red hat server it received a heavy load. after some time
wildfly access log not writing any request have received but we can see that api is consumed by multiple devices. but if we telnet the ip and port it is…

Pubudu Ranathunga
- 102
- 10
1
vote
0 answers
Building a non-maven project in VScode for Wildfly
I am looking for a way to build a non-maven spring mvc project with web.xml, where I want to use VSCODE with wildfly 13.
My WebContent looks like this
Web-inf needs to have a folder 'classes'
Instead of Web-Inf/classes , classes are being built…

slayTheVoid
- 11
- 2
1
vote
0 answers
Logback logging maven multi-module
I'm developing an application made of multiple modules that will be deployed on wildfly 13. One of these modules is using another of my project as a jar maven dependency.(included to pom)
Expectation
I want my dependency using its own logback.xml to…

Davide System
- 41
- 8
1
vote
1 answer
Spring-boot with vaadin13 and wildfly NoClassDefFoundError
I'm setting a new multi-module maven project in which I would like to use:
Spring boot
Vaadin 13
Wildfly-13
When I try to deploy a war I get
"18:16:17,130 WARN [org.jboss.modules.define] (MSC service thread 1-3) Failed to define class…

Valdas Bulota
- 11
- 2
1
vote
1 answer
Wildfly 13 - Proper project setup using logback in an ear project
I am deploying my application as an ear archive in wildfly 13. The ear contains a war and an ejb. The ejb is used in different projects. I want to log the information from the war and the ejb into a single file to have the full context what happend…

Thorsten Klaus
- 36
- 5
1
vote
0 answers
Migrating JSF1.2 application from Jboss 4.2 to Wildfly 13
I am trying to migrate an existing JSF 1.2 application from Jboss 4.2 to Wildfly 13. I have also moved from jdk1.5 to jdk10. I am making an ear file with the following hierarchy:
ear
/lib ---all jars in it
/META-INF
/application.xml
…

Manish
- 11
- 2
1
vote
0 answers
WildFly 13 remote ejb fails with Server rejected authentication
I want to make remote EJB calls on a secured EJB deployed in WildFly 13.
The EJB is secured with Elytron but for some reason the client app always fails with
Suppressed: javax.security.sasl.SaslException: SCRAM-SHA-1: Server rejected…

Sergiu
- 2,502
- 6
- 35
- 57
0
votes
1 answer
vaadin.server.DefaultErrorHandler : java.io.IOException:an established connection was aborted by software in the host machine
And I have a view where the only thing I want to use is an audio.
First I tried vaadin.audio, but it only has basic operations like play, pause and stop. For other operations like scrolling to a specific minute I had to…
0
votes
0 answers
ClassNotFoundException CXFServlet migration JBoss 7 to Wildfly 13
really need some help. I'm on Jboss 7 migration to wildfly 13 with web application and facing this issue. I passed more week trying to solve it but didn't.
Failed to execute goal deploy: {"WFLYCTL0062: Composite operation failed and was rolled back.…

Hamidou Balde
- 21
- 2