Questions tagged [wildfly-10]

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

flexible, lightweight, managed application runtime that helps you build applications in java

932 questions
2
votes
0 answers

undertow + Spring WebApplicationInitializer - Double initialization

I am migrating an old web app. It was written with old web.xml-style, now we want to programmatically build the servlet. This is a Spring MVC app, deployed as a WAR module in an EAR under Wildfly 10.0.0.Final. I wrote my implementation of Spring's…
Stefano Cazzola
  • 1,597
  • 1
  • 20
  • 36
2
votes
0 answers

java.lang.NullPointerException in session factory building hibernate 5

I am trying to create a session factory object in hibernate 5. It throws null pointer exception while creating session factory object. This is the error Context Path:/cvgest Servlet Path:/api Path Info:/person/1 Query String:null Stack…
Marco24690
  • 305
  • 1
  • 4
  • 23
2
votes
0 answers

View Expired Exception is thrown when using Ajax Poll in JSF 2.2

I am using Primefaces Poll to make continuous ajax calls like this. polll.xhtml :
Gans
  • 129
  • 2
  • 11
2
votes
1 answer

JNDI No EJB receiver available for handling

I have a problem with my EJBTest. I have installed WildFly and configured user management and application management. I wrote an EJB 3.0 and deployed it: @Stateless @Remote(NewSessionBeanRemote.class) public class NewSessionBean implements…
reve
  • 99
  • 1
  • 9
2
votes
0 answers

WildFly not starting up in Mac OS X El Capitan

Greeting guys I'm new to the Mac as coming from the Windows background. In windows I'm running my Maven Project as WildFly as it's server, so now I want the same configuration on Mac too. I started with setting up as below: I started by…
Prashant Kumar
  • 168
  • 4
  • 16
2
votes
0 answers

How to shutdown Wildfly gracefully without getting HTTP404?

We have set the default error of our host to 503, therefore our external systems get a "503 Service Unavailable" during deployment. This is interpreted just like as the service was not running and the request is retried. This works as intended. The…
Martin Rauscher
  • 1,700
  • 1
  • 14
  • 20
2
votes
1 answer

Client-Side Thread Management ActiveMQ

I'm trying to setup client side thread management on a Wildlfy 10 AS for JMS using ActiveMQ, I have a queue setup in standalone-full.xml DemoQueue currently the AS is creating endless threads eating up memory till eventual it crashes
JTK
  • 1,469
  • 2
  • 22
  • 39
2
votes
1 answer

How to prevent HTTP 404 during deployment of ear in Wildfly/Jboss

We're using WildFly 10 as our application server and deploy via Docker (deployment in WF is ordinary hotdeployment). We're not using WildFly's clustering mechanisms but simply have load-balancers (HAProxys) in front. The problem is that WF opens its…
Martin Rauscher
  • 1,700
  • 1
  • 14
  • 20
1
vote
1 answer

wildfly with java 1.8 in vscode

I'm trying to use a wildfly 10.0.0 final server with java 1.8 in vscode. What happens is that I can't use the server because the red hat extension that is used to add the server only runs with java 11 onwards. But if I use a more current java, my…
Luiz
  • 11
  • 1
1
vote
1 answer

Problem upgrading Wildfly 10 from Java 8 to Java 11

I'm upgrading my hosted system to use Java 11 instead of Java 8. My web apps are deployed onto Wildfly 10. When I change the config file and restart Wildfly, I get an error like this at org.jboss.threads.JBossThread.run(JBossThread.java:320) Caused…
Gary Kephart
  • 4,860
  • 5
  • 39
  • 52
1
vote
0 answers

How to reference log4j2.xml that is in a war file, from the standalone.xml in Wildfly

I'm trying to reference a log4j2.xml that will be in a deployed war file in Wildfly. I'm trying to reference it from my standalone.xml file. Currently, my log4j2.xml is in my standalone/configuration folder but we need to reference it from the war…
1
vote
1 answer

Java process snmp monitoring reports max values for Eden and Survivor Space are zero

I'm monitoring a WildFly 10.1.0.Final Java process via SNMP port (configuring the com.sun.management.snmp properties) in a Linux box. The problem is the reported max values for Eden and Survivor Spaces are…
Jdamian
  • 3,015
  • 2
  • 17
  • 22
1
vote
2 answers

Is it possible to run Wildfly 10 on new jdk17

We are usung Wildfly 10.0.1 and going to switch to jdk17 LTS. I've just installed a new jdk on my mac and downloaded clean version of Wildfly 10.0.1 (no deployments, no config changes and so on). When I am trying to run Wildfly (./standalone.sh), I…
EasyRider
  • 149
  • 2
  • 9
1
vote
0 answers

Wildfly 10.x and HSM standalone cfg syntax generates a non-sensical error message

We have a user trying to configure Wildfly 10.x to use an HSM, and support TLSv1.2. The configuration XML schema is different from Tomcat's, so we are having to figure out how to restructure this answer Tomcat 10 Using HSM to fit into Wildfly's…
rip...
  • 996
  • 5
  • 20
1
vote
1 answer

I keep getting the error Could not find artifact sun.jdk:jconsole:jar:jdk at specified path /usr/lib/jvm/java-8-openjdk-amd64/jre/../lib/jconsole.jar"

I'm trying to get the keycloak quick start applications connected to keycloak and learn how the authorization mechanism works. I'm following this guide: https://www.keycloak.org/docs/latest/authorization_services/#_getting_started_overview I've done…
mmafshari
  • 25
  • 7