Questions tagged [wildfly-9]

WildFly, formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 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.

279 questions
2
votes
0 answers

Java memory consumption puzzle

I'm very puzzled by a problem I observe in our server application. The server is a CentOS 7 machine with 48 cores and 64GB memory Java is OpenJDK 8 Application Server is WildFly 9 Memory and GC params: -Xss256k -Xmx8192m -XX:+UseG1GC…
Alexander Rühl
  • 6,769
  • 9
  • 53
  • 96
2
votes
1 answer

Wildfly 9.0.2.Final: "IOP00410216: (COMM_FAILURE) Unable to create listener thread on the specified port: 3529"

I have a Wildfly cluster as described on this blog post. I recently updated the datasource to the new HA MS SQL Server cluster we have and restarted our entire, specific server (using the Linux Service we created). Unfortunately, the error I…
Buhake Sindi
  • 87,898
  • 29
  • 167
  • 228
2
votes
0 answers

Can I set up a optimally secure connection between Apache and Wildfly?

Setting up a public Wildfly (9.0.2.Final) server, I'm figuring out the alternatives for doing this with or without Apache as a front towards Internet. I'd prefer to use Apache as this solves other problems for me. I should say: I need to use SSL for…
Mats
  • 283
  • 4
  • 14
2
votes
1 answer

ui:table immediately disappears after retrieving data

We are moving our existing JSF 1.1 project (currently running in Glassfish) to WildFly 9 and JSF 1.2. Most of the components in our JSPs are ui: type components (from http://www.sun.com/web/ui). We are able to deploy and run the application. All…
Tom
  • 21
  • 2
2
votes
2 answers

load property file from external path using spring

I have to read property file from WildFly which is outside war in wildfly using spring, i tried it using PropertyPlaceholderConfigurer in spring and it is working but there is one issue. applicationContext.xml
2
votes
1 answer

Wildfly disabling logging subsystem

in my web application i need to use my logging framework. The framework is loaded by each webapplication like a jar dependency. In order to disable jboss logging subsystem i tried to create a jboss-deployment-structure.xml file copied in: (firt…
Alex
  • 1,515
  • 2
  • 22
  • 44
2
votes
2 answers

Changes on .xhtml files are not being deployed with Intellij Idea 2016.1 & Wildfly 9.0.2 final

I have added following params to web.xml; javax.faces.PROJECT_STAGE Development
kiziltas
  • 86
  • 5
2
votes
1 answer

Where to store File/Images in Wildfly server?

I am using Wildfly 9.0.2.Final, while in development, all my files that uploaded via my web service and stored in resources/images are gone when I perform a full-publish (luckily this are development dummy images). In production, where is the best…
VHanded
  • 2,079
  • 4
  • 30
  • 55
2
votes
1 answer

How Do I monitor connection pool programmatically in Jboss?

I am working on project where there is a need to monitor connection pool usage like ActiveCount, AvailableCount, MaxUsedCount. I am struggling to find something useful. I know that connection pool craetes an MBean and binds it with the underlying…
mahendra kawde
  • 855
  • 4
  • 25
  • 44
2
votes
0 answers

Why StatefulSessionComponent cause a memory leak?

Because of a Java Heap Space error I did a heap dump of my Java EE 7 program running on a WildFly 9 server. Then I used Eclipse Memory Analyser to analyse the dump. Eclipse Memory Analyser reveals the 2 following problems which are the same: One…
cheb1k4
  • 2,316
  • 7
  • 26
  • 39
2
votes
1 answer

Convert docx file to PDF without losing the formatting?

I am performing converting a docx file to PDF using the API Docx4J , but I'm finding it difficult to keep the text's original formatting after performing the conversion. dependencies`
2
votes
2 answers

Wildfly server doesn't start under Windows environment

I am using Wildfly 9 under both Ubuntu an Windows servers. Sometimes, I need to restart the servers but after I stop the server, I cannot start it again. There is a red message box saying Server start failed. The detailed message is: WFLYCTL0158:…
iso_9001_
  • 2,655
  • 6
  • 31
  • 47
2
votes
1 answer

Configure STOMP over websocket in Wildfly 9

I need to configure STOMP over websocket inside wildfly 9. What I did so far, After following help on the internet, I added connectors/acceptores in standalone-full.xml for configuring STOMP over websocket. The configuration looks as follow: …
Nikunj
  • 3,100
  • 2
  • 20
  • 19
2
votes
0 answers

Kerberos ticket is not renewed on Wildfly

Ok, so I'm trying to connect to a MSSql Server from a Wildfly 9 sitting on an ubuntu, via Kerberos. The KDC is the Microsoft AD. I managed to get it working just fine, having a security-domain that looks like this:
andrei.serea
  • 950
  • 1
  • 9
  • 15
2
votes
0 answers

Configuring Wildfly datasource for a JHipster application

I am to deploy a JHipster application to Wildfly (v. 9.0.2) servers and need to use JNDI data sources. The basic connection setup is pretty straightforward: I set up new data source in Wildfly's standalone.xml to mimic the out-of-the-box ExampleDS,…
kooker
  • 363
  • 1
  • 5
  • 16