Questions tagged [wildfly-11]

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.

114 questions
0
votes
0 answers

why i get Error running 'JBoss 11.0.0.Final': Unable to open debugger port (127.0.0.1:56884): java.net.SocketException "socket closed"?

I use latest intellij idea ultimate with wildfly 11 and i develop web application with maven and java 8. when i run debug i get following error. Error running 'JBoss 11.0.0.Final': Unable to open debugger port (127.0.0.1:56884):…
itro
  • 7,006
  • 27
  • 78
  • 121
0
votes
1 answer

Migration Of Spring Partition Batch Jobs From Spring Batch 2.2 to Spring Batch 4.02

I am migration spring batch partition jobs (XML configuration) from Spring Batch 2.2.7 / Spring 3.2 to Spring Batch 4.0.2 / Spring 5.0.12. The war file is deployed on Wildfly 11 with ActiveMQ Artemis. The overall approach uses x clustered…
0
votes
1 answer

Wildfly 11 - High Availability - Single deploy on slave

I have two servers in a HA mode. I'd like to know if is it possible to deploy an application on the slave server? If yes, how to configure it in jgroups? I need to run a specific program that access the master database, but I would not like to run…
Luciano Borges
  • 817
  • 3
  • 12
  • 31
0
votes
1 answer

WildFly 14 missing modules : org/apache/commons/configuration

WildFly 14 is missing the org/apache/commons/configuration module in the package , same for wildfly 15. Is this removed from wildfly distributions for some reason?
0
votes
0 answers

Create a custom logging handler for WildFly

Does anyone knows how to create a custom handler and set the properties for a logging handler inside Wildfly 11? There is some official documentation, but most of the time is not up to date, some answers are missleading, incomplete or pointing to…
user2963757
  • 107
  • 1
  • 1
  • 12
0
votes
1 answer

Can't enable kie-drools-wb-7.10.0.war in wildfly 11 after deployment

I went through the installation guide on https://docs.optaplanner.org/7.10.0.Final/optaplanner-wb-es-docs/html_single/#_planner.quickstart and on https://docs.optaplanner.org/latest/optaplanner-wb-es-docs/html_single/#_wildfly_11_x and did the…
DevOpt
  • 1
  • 2
0
votes
1 answer

How to reactivate infinispan on Wildfly 11, when using hibernate-orm-modules to use a more current Hibernate?

I followed this jboss guide to parallel-install a newer hibernate version into WF11. Given the last sentences: When using these modules you’re going to give up on some of the integration which the application server normally automates. For example…
Marius Schmidt
  • 633
  • 6
  • 18
0
votes
1 answer

Messages delivered twice at same instant to AMQP message consumer (ActiveMQ Artemis)

I recently had to rollback from WF13 to WF11 due to a regression in one of the dependencies. Now I am trying to get the AMQP protocol to work on WildFly 11's messaging system. I am running a high availability setup with two nodes. Each of the node…
0
votes
1 answer

Why is my RestEasy WebService blocked when my @Asynchronous method is working?

I am trying to run heavy tasks asynchronously. The client then polls the server to know when the job is done. This seemed to work, but I noticed that my WebService that responds to the polling is blocked when I put a breakpoint in my @Asynchronous…
Tim
  • 3,910
  • 8
  • 45
  • 80
0
votes
0 answers

Error while deploying Drools workbench 7.7.0.Final with wildFly11

I've downloaded latest version of kie-workbench 7.7.0 which is compatible with wildFly-11 . Kept kie-workbench-7.7.0.war into deployments folder of wildFly 11. Starting from bin folder using following command standalone.bat…
0
votes
1 answer

Weld dependency injection issues

I have a POJO that I create to hold context for the client of a RESTful API, similar to this (actual class is proprietary). class MyPOJO { @Inject public AnInjectedInterface obj1; @Inject public AnotherInjectedInterface obj2; …
SteveB
  • 483
  • 1
  • 4
  • 18
0
votes
1 answer

In Wildfly 11, how do I suppress the creation of a console.log file?

I'm using Wildfly 11. I noticed my $WILDFLY_HOME/standalone/log/ directory contains audit.log console.log server.log although console.log and server.log seem to contain similar output. Is there a way to suppress the console.log file from…
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
0 answers

Primefaces Lifecycle component is not working with Myfaces

Recently we have migrated from Mojarra 2.2.15 to myfaces 2.2.11 version and found that Primefaces Lifecycle component is not working. Note: We are using Wildfly 11 we have added following content in faces-config.xml
Mahendiran
  • 79
  • 2
  • 12
0
votes
0 answers

How to activate support for AsyncResponse (JAX-RS) on Wildlfy 11

when i try a simple example for AsyncResponse @Path("test") public class AsyncTest { @GET public void test(@Suspended AsyncResponse res) { // ... } } i get the message UT010026: Async is not supported for this request, as not all…
maggn
  • 41
  • 5
0
votes
0 answers

JSF Mojarra 2.3 in Wildfly 11

I'm having JSF application and have upgraded the mojarra version from 2.2.15 to 2.3.0 and found that restore view is taking more time than 2.2.15 version(attached the image). We have enabled phase debug options in my application to find the…
Mahendiran
  • 79
  • 2
  • 12