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
1
vote
0 answers

unable to invoke server2 EJB via server1

I want to invoke server2's EJB via server1, but still received by server 1. Look at my cliet code & screenshot test1 & test2 is ok test3 is fail Does anyone know how to do? thanks Server:wildfly-10.1.0.Final EJB:3.2 Screenshot Test Code Session…
1
vote
1 answer

Acces log in Wildfly clustered environment

I enabled acces logging in Wildfly clustered environment on the nodes using their profile with the help of this description, but it doesn't provide me any information regarding the IP of the requestor, because the IP is always the IP of the master…
László Halász
  • 428
  • 5
  • 24
1
vote
0 answers

wildfly 10 javamelody jpa monitoring

I want to monitor JPA operations with javamelody, but I get an error on deployment. 16:51:56,294 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service…
1
vote
2 answers

Why Does Simple JMS Client Throw impossible NullPonterExcepton -- From Session createConsumer()

Can anyone tell me why my JMS Sessoin's createConsumer () throws a NullPointerException documentation says it doesn' throw? I've been struggling for weeks to get a simple Java Class that can establish a JMS connection and exchange messages with…
George
  • 509
  • 2
  • 9
  • 25
1
vote
1 answer

How to increase Wildfly timeout on start/stop a group of servers?

I'm using Wildfly in domain mode and our bigger groups of servers (with big EARs deployed) always respond our start/stop with Request timeout after few seconds, even when the command start/stop occurring with success in the servers. With our…
Dherik
  • 17,757
  • 11
  • 115
  • 164
1
vote
0 answers

How to check the log4j version in wildfly 10 and upgrade it?

When i go to directory {WILDFLY_HOME}/modules/system/layers/base/org/apache/log4j/main i see only module.xml file inside it, no any log4j jar is there. So i have two questions: How can i check exactly which version of log4j is packed with my…
Suren Aznauryan
  • 984
  • 10
  • 24
1
vote
1 answer

Verify Backing Bean values using Arquillian Warp

My goal is to test using Arquillian Warp 1. Already navigated to a JSF page on a previous test 2. On a another test set a text field to a value, using warp i need to inject the ViewScope Bean , and verify the value in the backing bean Sample Code…
Francis
  • 603
  • 1
  • 6
  • 17
1
vote
2 answers

Arquillian Integration with WildFly 10

Can anyone please guide me on how to use Arquillian with WildFly 10. I have recently migrated my application from JBoss 7 to WildFly 10. Arquillian used to work with JBoss 7, but the same configuration is not working on WildFly 10. I am able to…
Purnendu Rath
  • 45
  • 1
  • 11
1
vote
1 answer

User: null does not have permission='CREATE_DURABLE_QUEUE'

I am trying to connect a simple paho client to artemis wildfly broker. I am getting this when I try to connect my client: WARN [org.apache.activemq.artemis.core.protocol.mqtt] (Thread-2 (activemq-netty-threads-164875171)) Error processing Control…
Aymen Ragoubi
  • 298
  • 5
  • 22
1
vote
2 answers

JSF 2.2 inject Deltaspike (CDI) windowId into Bean

I'm currently using JSF 2.2 with Deltaspike. We use the Multi-Window-Handling from Deltaspike to handle separate windows. It works great but in a specific case, we need the window ID. I am able to read it…
Sebastian S.
  • 493
  • 1
  • 5
  • 17
1
vote
3 answers

Keycloak delete user give me an 401 Unauthorized error

I am trying to delete a user from a realm using keycloak admin client api. I am following an example from here: https://gist.github.com/thomasdarimont/43689aefb37540624e35 Here is what my code looks like: Keycloak kc =…
LebroNan
  • 149
  • 7
  • 18
1
vote
0 answers

Wildfly 10 Custom Login Module not reaching the application after successful authentication

I have a struts 1.3 based J2EE application which is running on JBoss 4.4.2. I'm trying to migrate this to Wildfly 10. I'm able to deploy the application after some modification in WF. But the custom login module is not working. Below are the…
Sahid
  • 100
  • 1
  • 1
  • 11
1
vote
1 answer

Wildfly 10 Add Load Balancer to existing domain

I have no prior experience with Wildfly or JBOSS before implementing this scenario. I have Wildfly 10 running in Domain mode. 2 hosts each running 1 wildfly server connected to a single datasource. Server1 -Master- Domain Controller Server2 -…
1
vote
0 answers

WildFly 10 Unable to compile class for JSP

currently I'm upgrading from JBoss to Wildfly 10 (Java 8). It works fine until I got this error: org.apache.jasper.JasperException: JBWEB004062: Unable to compile class for JSP: JBWEB004061 Generally speaking, the server is not able to find my…
Billabong
  • 457
  • 2
  • 8
  • 23
1
vote
0 answers

How to migrate Hibernate Integrator from 4 to 5 (install a Hibernate interceptor)

We are using a Wildfly application server and are currently migrating from 8.2.0 to 10.1.0. With WildFly 8.2 (Hibernate 4.3) we could install a global Interceptor for all Sessions using a Hibernate Integrator. public class MyIntegrator implements…
christoph.keimel
  • 1,240
  • 10
  • 24