Use this tag for version specific questions about WildFly 12 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.
Questions tagged [wildfly-12]
36 questions
1
vote
1 answer
where are hibernate-orm-modules for wildfly 12 and 13?
following this guide I wanted to update hibernate on my wildfly 12 and 13 instances as I used to do before on 11. However the search on maven central displays only modules for wildfly 10 and 11. Where are the modules for 12 and 13? where they moved…

morgwai
- 2,513
- 4
- 25
- 31
1
vote
0 answers
Why am I getting UT005023: Exception handling request to ... : java.lang.NoSuchMethodError: ...Lorg/apache/wicket/Application;
I am upgrading a project from Java 8, WildFly 8, Wicket 6 to Java 10, WildFly 12, Wicket 7.10. The issue is that when I request a page, I'm getting a NoSuchMethodError exception any time my WebApp which extends WebApplication which extends…

Roberto Murphy
- 456
- 5
- 15
0
votes
0 answers
Class implementing ServletContextListener (AppContextListener) is not found when deploy on wildfly server
I have a dynamic web project Java and I am trying to deploy it on wildfly server. An error below shows that the server can't find the AppContextListener class which implements ServletContextListener.
ERROR [org.jboss.msc.service.fail] (MSC service…

Programmer
- 73
- 1
- 9
0
votes
0 answers
Configure ActiveMQ Artemis in WildFly 12 to use a PostgreSQL datastore
I have configured my WildFly 12 instance with a PostgreSQL datastore to use as the journal datastore for ActiveMQ Artemis. However, when WildFly starts up I get the following error:
AMQ222010: Critical IO Error, shutting down the server.…

kc7bfi
- 61
- 4
0
votes
1 answer
How can I access a webapp on WildFly 12 server from another computer?
Hello I have a webapp on Wild Fly 12 server and I want a colleague from work to access it. When I try to access it with my ip (from my computer or his) it says it can not connect). It only works from my computer with localhost. This is what I`ve…

Doseda
- 39
- 1
- 6
0
votes
0 answers
Why is the "- waiting to lock (a java.io.PrintStream)" threads getting BLOCKED?
We are running a web application in wildFly 12 server with JDK 8. Whenever downloading any files through wildFly file handlers we are facing the java.exe CPU high utilization. In thread dump, there are a lot of java.io.PrintStream classes got…

mathiyarasu.T Arasu
- 71
- 7
0
votes
0 answers
Wildfly 12 - Communication between 2 WARs within EAR - JSF Beans (@ManagedBeans / @Named)
Is there a way to perform a communication between WARs within an EAR deployment archive in such a way that it would be possible not just to make usage of JSF Managed Beans (annotated as @ManagedBean or @Named) as well as Facelets resources from one…

LucDaher
- 157
- 2
- 12
0
votes
0 answers
Client authentifcation for EJB to Wildfly12
I want to try connect from a client to an ejb. I use WildFly12 and Java8.
Before with Wildfly8 all works fine.
I remove to local user authentification of standalone.xml to get the same error at server side.
Error from server.log
Caused by:…

Andy
- 1
- 2
0
votes
0 answers
Why is the java.exe is consuming more CPU due to "EnhancedQueueExecutor.java" threads?
I am running WildFly 12 with JDK 1.8 version. We faced the slowness issue due to high CPU usage of java.exe. Then, we have taken a thread dump using JStack and most of the high CPU threads are pointing to at…

mathiyarasu.T Arasu
- 71
- 7
0
votes
0 answers
JMS TextMessage not getting messageID and payload and receiving null message
I created two Queue on WildFly 12 server for Sending and Receiving.
While sending a message I am not getting messageId, payload, and some other properties.
While sending a message I received message object as below in log.
Sent message:\n…

paril
- 1,850
- 2
- 14
- 26
0
votes
1 answer
How to use default logging configuration of wildfly12(standalone\configuration\logging.properties) instead log4j2.properties?
I have migrated Struts2.3 version to Struts2.5 and updated log4j jar to log4j2.10 as it is used by Struts2.5 version. I am using default wildfly logging configuration(wildfly-12.0.0.Final\standalone\configuration\logging.properties). I am not using…

Mohit Chaudhary
- 21
- 5
0
votes
1 answer
getting an warning as" [org.springframework.web.servlet.PageNotFound] (default task-1) No mapping for GET /ProjectFE/"
so as the title says I'm getting an error a
[org.springframework.web.servlet.PageNotFound] (default task-1) No mapping for GET /ProjectFE/ how should I fix this? Also, there's no error in the code.
here is my code:
web.xml file-

Mob_Abominator
- 196
- 2
- 5
- 19
0
votes
0 answers
Jboss - No Module Found Exception in sample kerberos project
1) I got the sample project tar file from the link: https://developer.jboss.org/wiki/HowToImplementKerberosAuthenticationWithASimpleRESTWebApp
Tar file : https://developer.jboss.org/servlet/JiveServlet/download/52692-4-121670/kerberoes.tar.gz
I…

Harry
- 3,072
- 6
- 43
- 100
0
votes
1 answer
I am getting a web page not found error after deploying web app on server
So when I deployed my web app on the server there were no errors but the browser won't load the web page. here is the log:
20:23:58,125 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of…

Mob_Abominator
- 196
- 2
- 5
- 19
0
votes
0 answers
Wildfly-14 : java.lang.ClassCastException: org.apache.xml.dtm.ref.DTMManagerDefault cannot be cast to org.apache.xml.dtm.DTMManager
I am getting following error while applying xslt in wildfly 14. Sometime it is successfully transform the xml and sometime it gives following error.
Caused by: java.lang.ClassCastException: org.apache.xml.dtm.ref.DTMManagerDefault cannot be cast to…

Bhavesh Kharwa
- 73
- 2
- 14