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
6
votes
4 answers

Error getting reflective information for class

I am running dynamic web project in Wildfly 10.1.0. I have richfaces-ui.3.3.3.jar in my WEB-INF\lib folder but I am still getting this error. I have this library included in my web-inf folder 10:32:09,011 INFO [org.jboss.as.server.deployment] (MSC…
Devil Decoder
  • 966
  • 1
  • 10
  • 26
6
votes
2 answers

Stop wildfly war from initializing mojarra

Whenever I deploy a war to wildfly 8 or 10 (in this case it's a jax-rs service), I see the following line [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 151) Initializing Mojarra 2.2.11-jbossorg-1 20150505-1501 for…
Chris Pike
  • 272
  • 2
  • 10
6
votes
3 answers

WildFly 10.1 Service is not starting

When starting the WildFly service it fails with the error message: The data area passed to a system call is too small. This is how I installed the service: I have copied C:\wildfly-10.1.0.Final\docs\contrib\scripts\service to…
NDB
  • 618
  • 1
  • 7
  • 16
6
votes
2 answers

WildFly multiple domains and SSL certificates

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. The WildFly documentation states, that I can only…
kevcodez
  • 1,261
  • 12
  • 27
6
votes
2 answers

How to make use of variables in Wildfly configuration file?

I am setting up a common standalone-full.xml file for all server environments, and therefore need to have variables for database URL's (and such), instead of hard coding them. One such section in the configuration file might look like…
Koeus
  • 434
  • 1
  • 6
  • 22
6
votes
2 answers

Wildfly Failed to Load Module for Oracle Driver

I'm attempting to add an Oracle DB datasource to Wildfly 10. Here's what I have: \modules\com\oracle\ojdbc6\main\ module.xml …
ArtOfWarfare
  • 20,617
  • 19
  • 137
  • 193
5
votes
2 answers

How to CPU Profile Wildfly10 using VisualVM?

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 understand the nature of the problem. The application…
Carlitos Way
  • 3,279
  • 20
  • 30
5
votes
2 answers

Associate async task's completion/progress monitor with session

I want to be able to perform an asynchronous task in java and be able to keep a completion (and if possible progress) monitor associated to the user's session. Is this possible, and if yes what is the way to do it? Currently the task is implemented…
Marinos An
  • 9,481
  • 6
  • 63
  • 96
5
votes
1 answer

Content type issue in Wildfly 10

I have a web application on Wildfly 10 and in the web application directory i have placed a zip file that I want to be downloaded when user clicks on the hyperlink. On the UI I have Snippet
happy
  • 2,550
  • 17
  • 64
  • 109
5
votes
1 answer

Share properties file among slaves in domain mode Wildfly10

In domain mode , I am able to use properties file as a module but the problem is if there is any modification in the file then i'l need to do it for all slaves in the domain. I want to centralize the file so that at one point I can change and it…
happy
  • 2,550
  • 17
  • 64
  • 109
5
votes
2 answers

How to configure compressed logs in WildFly?

Is it possible to configure compressed logs in WildFly 10? Was not able to find the proper configuration here: https://docs.jboss.org/author/display/WFLY10/Handlers
Michael
  • 10,063
  • 18
  • 65
  • 104
5
votes
0 answers

Arquillian - strange warning, about something not being invoked

I am struggling to get Arquillian to run on an esoteric project that I am working on. Whilst I am still working on this failure to run, which has to do with sharing and referencing wildfly modules, I am also getting the following warning out of…
Inquisitor Shm
  • 1,433
  • 5
  • 17
  • 26
5
votes
2 answers

How do I undeploy all artifacts from WildFly?

I am developing a web application and deploying (with IntelliJ) to WildFly 10.1. I recently renamed my webapp module, which results in renaming my war file from foo.war to bar.war. Every time I start up, I get this error: 12:24:15,899 ERROR…
Geoffrey De Smet
  • 26,223
  • 11
  • 73
  • 120
5
votes
2 answers

JBOSS-LOCAL-USER: javax.security.sasl.SaslException: Failed to read server challenge

When I want to access EJB on remote wildfly server from a different server, i get following error. Error: Authentication failed: all available authentication mechanisms failed: JBOSS-LOCAL-USER: javax.security.sasl.SaslException: Failed to read…
likeachamp
  • 765
  • 4
  • 11
  • 21
5
votes
1 answer

Java REST threads are in RUNNABLE state forever in wildfly 10.0

in our production server I found a strange behaviore where the REST POST threads sometimes hangs or stuck and remain in RUNNABLE state for ever in method sun.nio.ch.PollArrayWrapper.poll0(Native Method) after some days the wildfly app server become…
Samy Omar
  • 800
  • 14
  • 29
1 2
3
62 63