wildfly Questions
1
I am trying to create a web app that complies with the Jakarta RESTful Web Services (formerly JAX-RS) specification, running on a WildFly server.
I can start a deployment and access the WildFly hom...
Chur asked 12/2 at 13:15
8
I'm getting below error in Wildfly 8.2:
05:17:12,202 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final
05:17:12,285 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.0.F...
5
as mentioned from the title i have a problem stopping the wildfly windows service.
When i tried to stop the wildfly service via the server manager - services window the status of the wildfly servic...
Gavra asked 15/7, 2016 at 8:4
6
I get this error in a Java maven project. The weird thing is, it doesn't appear on every machine so I assume it has something to do with a configuration issue.
The class RoleKeyCacheImpl is a @Sta...
5
Solved
My environment is a Maven Project and Wildfly (8.2.1) as Application Server. What I need is to connect wihin a incoming REST call to a third party server using SOAP. I need SSL Client Authenticatio...
3
I used to run my JavaEE applications on GlassFish server, and there was no problem with the encoding type (UTF-8) since I added the following property in JVM Settings of the server:
file.encoding ...
2
Solved
I am working to build a custom image derived from the official jboss/wildfly image.
It's working perfectly if I just add the .war file and run, but problems arise when I try to add a custom standal...
3
Solved
I have two different domains
example1.com
example2.com
Each domain has its own SSL certificate.
What I am trying to do now, is using both domains for the same WildFly instance, supporting SSL....
Centri asked 24/5, 2016 at 12:32
16
Solved
I'm trying to run my application on Jboss App Server by Intellij Idea12. I've done configuration:
but As you can see in the picture I got the error Management Port Configuration not found.
Vestryman asked 29/3, 2014 at 10:21
3
Solved
Since the update to Eclipse Tamurin JDK 11.0.15+10 we notice a problem as soon a HTTP request reaches Wildfly 20.0.1.Final. The same behaviour exsists in Wildfly 26.1.0.Final This only happens with...
7
Solved
I am trying to deploy a maven web application on my local wildfly machine. But I am getting this error:
08:55:02,595 ERROR [io.undertow.request] (default task-55) UT005023: Exception handling reque...
4
Solved
I get an error during wildfly startup with the following message:
NoSuchFieldError: EMPTY_BYTE_ARRAY
The message also say that this error occurs in undertow deployment. Could anybody give me a hint...
6
Solved
I have a problem configuring JDBC drivers in WildFly (18.0.1).
Whenever I open (Configuration/Subsystems/DataSources & Drivers/JDBC Drivers),
I get:
Internal error (Details: newValue is nu...
Newcomer asked 27/11, 2019 at 18:10
3
Solved
I have a web application that is <distributable/>, but also deployed to stand alone instances of Wildfly for local development work. Sometimes we have calls to the backend that can stall for ...
Epicycle asked 29/2, 2016 at 22:56
2
Solved
Problem:
I have an J2EE application that is running very slow for a given task (to generate some files) using a specific data set. I decided to run the visualvm profiler over the application to und...
Softpedal asked 5/8, 2018 at 18:59
1
As far as I can tell, I am having the same issue described here:
https://developer.jboss.org/thread/278895
(That forum is closed and no additional comments are allowed, their recommendation is to p...
3
I'm trying to connect to my http://localhost: 8080/spring-boot-test/ui, but unfortunately I fail because I have errors on Eclips. WildFly 23 theoretically worked, because I normally get their local...
Undoubted asked 2/9, 2021 at 9:34
3
I tried to run my application (front-end developed in Java Swing, server developed with EJB deployed on Wildfly 8) with Java 9.
When the client tries to establish an EJB connection got the followin...
2
While analyzing some performance problems in Wildfly 10.1 in high pressure scenarios I came to the conclusion, that sometimes parallel HTTP threads block each other.
The reason seemed to be that ...
Overage asked 7/4, 2017 at 15:50
1
I've updated my project from Java 11 to 17 and accordingly I had to update my WildFly version from 15 to 25 because the WAR of Java 17 is not compatible with WildFly 15. Question is, do I have to m...
Apocalyptic asked 27/1, 2023 at 9:38
2
Recently, we have upgraded our application server from JBoss EAP6.2 to EAP7.0.
Even though it runs non-HA profile aka standalone.xml, JBoss adds jboss.node.name at the end of JSESSIONID cookie.
...
Huang asked 7/12, 2018 at 13:20
2
Solved
I have a web application in Wildfly and when I'm trying to upload a file bigger than 10MB, I'm getting the following error:
io.undertow.server.RequestTooBigException: UT000020: Connection terminate...
3
I want to redirect the request from HTTP to HTTPS. I am using wildfly 9. After a google search I found the following, but it is not working.
I hope somebody
<subsystem xmlns="urn:jboss:domain:...
3
For days our log has been full of this message
2018-06-15 12:19:23 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a983f1e:1f3aa2ff:5a09aa02:d1c08c has 1 heuristic participant(...
2
Solved
I'm deploying CAS 5.3.10 on Wildfly 14, using a Maven Overlay as specified in https://apereo.github.io/cas/5.3.x/installation/Configuring-Servlet-Container.html#external and using the project templ...
Rosenarosenbaum asked 11/6, 2019 at 12:29
1 Next >
© 2022 - 2024 — McMap. All rights reserved.