wildfly-10 Questions

3

Solved

I have this code to read physical memory: com.sun.management.OperatingSystemMXBean os = (com.sun.management.OperatingSystemMXBean)ManagementFactory.getOperatingSystemMXBean(); long physicalMemory...
Daddy asked 2/5, 2017 at 11:39

3

Solved

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.Fina...
Scheld asked 4/10, 2016 at 9:29

1

Please do not consider it as duplicate request as i have gone through all the post in stackoverflow, none of them answered. no response i found. Issue is : I am facing a very weird issue makin...
Cawthon asked 31/10, 2017 at 16:51

1

Hi I am migrating to wildfly 10 from JBoss_6.1.0_final. In JBoss for Queue name the format is like <queue name="TEST_QUEUE"> <entry name="/queue/TEST_QUEUE"/> </queue> and i...
Minor asked 5/9, 2017 at 8:58

1

On wildfly 10 server startup we get slsb-strict-max-pool as 64 2017-08-24 12:51:09,164 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a m...
Therrien asked 24/8, 2017 at 7:47

0

My local instance interFaces (in my java war web-app) is not being injected from a "cdi-able (thejarwithbeansxml.jar)" (beans.xml) jar referenced from my jboss-deployment-structure.xml (referencing...
Blackdamp asked 1/9, 2017 at 12:43

1

Solved

I recently discovered this amazing tool Forge. Thanks to everybody involved in making it.I downloaded the latest version 3.7.2 and added the forge executable to my path. All works very well apart ...
Westney asked 12/8, 2017 at 21:13

1

Solved

So I have 2 xa-datsources configured in my Wildfly 10 Application Server and I am using Hibernate ORM 5.2.9. And the DB is Postgres 9.6 In my application I have an EJB which has 2 nested for loops...
Serpens asked 9/8, 2017 at 12:30

2

Solved

Is there a way, we can deploy jars as a library/deployment in WildFly 10 like we can do it in weblogic server?. OR can we place the jars in any folder of server and define those dependencies as pro...
Levona asked 24/8, 2016 at 11:26

2

Solved

I'm currently migrating our code from Jboss7 to Wildfly10. The Server itself starts up totaly fine. When trying to connect our client with the working new wildfly10 server for ejb-remote calls it j...
Ohl asked 30/3, 2017 at 14:31

1

I try to apply appropriate configuration to be able to use remote messaging system on artemis server through wildfly (also other environment members) Firstly, i installed a standalone artemis serve...
Labyrinth asked 3/4, 2017 at 7:53

1

Solved

I have 2 projects, one is a normal java project (with maven): core, and the other is non-maven dynamic web project: webapi. The later acts as a rest layer on top of core. core uses hibernate witho...
Hartung asked 24/3, 2017 at 9:44

1

I am trying to dump leaked connections managed by a MySQL Data Source in WildFly 10.1, but I am not able to find the leak file or the leak dump. Why is the leaks.txt file not being generated? And ...
Spatial asked 24/2, 2017 at 20:12

2

Solved

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) Ini...
Cay asked 27/1, 2017 at 20:40

3

Solved

I am running my application on a WildFly 10 server. I do not wish to place my connection details on my application src codes thus am trying to place it inside WildFly 10 server itself. However I ...
Leaf asked 29/11, 2016 at 7:28

2

After so much fumbling around the internet, it's a surprise that I can't find a sample configuration for pushing to a remote message queue using JMS in WildFly 10 with ActiveMQ (Artemis). To worsen...

1

Solved

I'm trying to set up a JMS Bridge between Artemis (Running in WildFly 10) and ActiveMQ 5.14 In general the process seems to work smoothly, but unfortunately I'm getting stuck on the XA configurati...
Picardi asked 15/9, 2016 at 10:36

2

Solved

Has anyone try to deploy an springboot application to wildfly 10 succesfully? i have look for examples but i only found for wildfly 8.2 This is my application class: @SpringBootApplication @Enabl...
Reportorial asked 12/5, 2016 at 19:41

1

I am using wildfly 10.0.0 Final version. I get java.lang.OutOfMemoryError: GC overhead limit exceeded error whenever i undeploy/deploy modules 9-10 times also the memory usage of wildfly keeps on i...
Trend asked 10/8, 2016 at 13:32

0

I have terrible problems to figure out how to configure logging via logback in my Java EE application on Wildfly 10. I tried to put slf4j-api-1.7.21.jar, logback-classic-1.1.7.jar and logback-core-...
Hulbert asked 22/5, 2016 at 16:52

2

Solved

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 ...
Pathos asked 10/4, 2016 at 7:39

1

Solved

eventually somebody can help me. Currently I have a really strange problem when starting wildfly 10 Final with a postgres driver but with the same setting wildfly 10 CR4 will start up. The excepti...
Forkey asked 26/3, 2016 at 7:56

© 2022 - 2024 — McMap. All rights reserved.