Questions tagged [wildfly-14]

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

14 questions
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

Eclipse 4.14.0 cannot set correct execution environment for the Server Runtime Environment for Wildfly 14

I'm trying to move my projects from eclipse 4.9.0 to 4.14.0 and I am experiencing problems when creating the Server Runtime Environment for Wildfly 14.0.1. When I try to create the runtime environment, I cannot set the correct Execution environment…
Andrija
  • 15
  • 6
0
votes
0 answers

Wildfly 14.0 with Aspectj

I'm want to use Aspectj in project. I created helloworld basic servlet project. When I deploy my project on Wildfly 14, I don't see any logs on Wilfly 14.0 console from MyAspect class. I am not sure about to add anything my code or Wildfly 14.0.…
26Boyka
  • 21
  • 1
  • 4
0
votes
0 answers

NPE with wildfly 14.0.0. openssl

`My team is using WildFly 14.0.0. we recently upgraded to Ubuntu 20.04. Wildfly server is unable to start after the upgraddation and throws below error. 2022-12-27 12:08:23,265 ERROR [org.xnio.listener] (default I/O-11) XNIO001007: A channel event…
Shc
  • 1
0
votes
1 answer

Spring JMS in Wildfly Appserver

I'm using a Spring-Boot-WAR deployed in Wildfly 14 and have implemented a JmsListener which is connected to a Queue. The JmsListener has set the concurrency to 5 and when the Spring-App is starting standalone I see 5 parallel working listeners. But…
Benjamin Schüller
  • 2,104
  • 1
  • 17
  • 29
0
votes
1 answer

JMSBridge having IBM MQ as destination : JBOSS EAP 7.2

I am trying to build a JMS Bridge between JBOSS EAP jms queue (AMQ) & IBM MQ as destination. Below is my JMS Bridge:
Dhana
  • 91
  • 9
0
votes
1 answer

WFLYEJB0043:A previous execution of timer is still in progress,skipping this overlapping scheduled execution at

I am using jbpm 7.37 verison.We are using wildfly 14.0. Server abnormally gives below error just after a deployment of war files : WARN [org.jboss.as.ejb3.timer] (EJB default - 2) WFLYEJB0043: A previous execution of timer…
Neha
  • 109
  • 3
  • 15
0
votes
1 answer

jboss eap 7 - Post message to IBM MQ with resource adapter

I have installed WMQ JMS resource adapter (9.0.4) to my JBOSS EAP 7 standalone-full.xml & created connection factory and admin object to it. /subsystem=resource-adapters/resource-adapter=ibm-mq-resource-adapter:add(archive=wmq.jmsra-9.0.4.0.rar,…
Dhana
  • 91
  • 9
0
votes
1 answer

How to disable JBOSS-LOCAL-USER SASL mechanism in Wildfly 14

How can I disable JBOSS-LOCAL-USER SASL authentication mechanism in Wildfly 14 client. I have set the following property in jboss-ejb-client.properties: …
Pulkit
  • 19
  • 2
0
votes
2 answers

How to integrate LDAP with KIE Workbench?

I have setup KIE Workbench on Wildfly Server. I need to integrate existing LDAP authentication into KIE Workbench. How to do so?
0
votes
1 answer

Wildfly 14 How java classes from one EAR file could be accessed by another EAR

I have two .Ear files, namely ABC.EAR and XYZ.EAR. ABC.ear has some dependencies on some jars which are in XYZ.ear. I cannot pack them into one .EAR file. I cannot put the used libraries in lib folder of…
NPE
  • 429
  • 2
  • 16
0
votes
0 answers

Failed to define class in deployment of my EJB project using Wildfly 14

I want to deploy my EJB project in Wildfly 14 server, I have set data source and test if it works, I tested the deployment of my project without the Java Classes and it worked, but when I added my Java Classes I didn't go well. The error msg I…
Hasagiii
  • 345
  • 1
  • 3
  • 21
0
votes
0 answers

org.springframework.boot.SpringApplication Application startup failed:java.lang.IllegalArgumentException:object is not an instance of declaring class

I'm getting below exception while deploying spring boot application in WildFly14. But same is deployed fine in WildFly10. spring boot version is 1.5.18 have the same issue with spring 2x as well. The application I'm deploying is cas overly…
Ravi MCA
  • 2,491
  • 4
  • 20
  • 30
-1
votes
1 answer

Unable to setup KIE workbench and KIE server 7.35 on Wildfly 14

I managed to deploy KIE workbench and server 6.4.0 on wildfly 8.2.1. but When trying to deploy version 7.35.0 on wildfly 14.0 it fails with the following error : "WFLYDS0022: Did not receive a response to the deployment operation within the…
SRM
  • 3
  • 1