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
3
votes
0 answers

p:push on Wildfly always falls back to long-polling

Currently, we are migrating our JavaEE application from a Tomcat server to a Wildfly server. We encounter some problems. One of the biggest problems is that we do not get the Primefaces push under WebSockets with Atmopshere to run. We always fall…
Dominic Weiser
  • 1,446
  • 1
  • 20
  • 32
3
votes
2 answers

Wildfly: AMQ214016: Failed to create netty connect ion java.nio.channels.UnresolvedAddressException from client on natted network

I have a wildfly 10 instance installed in a docker container (Container-A). If I try to look up queues from other containers of the same engine (Server-B, the engine) everything works fine. I have issues (see trace below), instead, when trying to…
Laura
  • 181
  • 1
  • 16
3
votes
1 answer

Access WildFly10 with JMX fails

I'm trying to acces a virtualbox machine with a WildFly10 via JMX from my local machine. In the JConsole I'm using the following parameters: remote process: service:jmx:http-remoting-jmx://172.28.128.3:9990 username: test password: test Both…
Lechucico
  • 1,914
  • 7
  • 27
  • 60
3
votes
1 answer

while starting wildfly 10.1 to work with artemis, jboss.ra.activemq-ra is not installed error persists

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 server(2.0) on my local (…
webyildirim
  • 587
  • 3
  • 12
  • 32
3
votes
0 answers

Wildfly 10 no logs after spring-boot-starter-logging exclusion

I'm developing web application in Spring Boot packed in WAR file and developed on Wildfly 10. Because of problem with conflicted Logging classes I had to excluse spring-boot-starter-loggingas was suggested here: https://stackoverflow.com/a/23991715…
baza92
  • 344
  • 1
  • 10
3
votes
0 answers

Linkage error while deploying Axis 1 on wildfly 10

I am getting below exception while deploying Axis 1 on wildfly 10 and getting linkage error. : java.lang.LinkageError: loader constraint violation: when resolving method …
happy
  • 2,550
  • 17
  • 64
  • 109
3
votes
1 answer

Trying to connect to EJB on Wildfly 10.1 and getting: Session id hasn't been set for stateful component

I am using the following JNDI configuration: final String appName = ""; final String moduleName = "session-beans"; final String distinctName = ""; final String beanName = "ItemStatefulRemote"; final String viewClassName =…
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
3
votes
4 answers

Wildfly 10.1.0 - Mysql Datasource not found

I know, this question is founded on all google and stackoverflow, but my problem isn't solved and I didn't find the solution =/ So, it is simple, my WildFly seems to don't see my mysql connector. I try to use mysql-connector-java-5.1.38 module.xml…
user3809736
  • 41
  • 1
  • 5
3
votes
2 answers

AMQ214013: Failed to decode packet: java.lang.IllegalArgumentException: AMQ119032: Invalid type: 1

My ActiveMQ Artemis on WidlFly was working fine and some how this week since Monday I started having this exception quite frequently. At first I went to the stack trace and looked into the code through code grep that throws this exception, and it…
sarmahdi
  • 1,098
  • 4
  • 21
  • 61
3
votes
0 answers

Wildfly 10: Wildfly server with Load Balancing does not respond to a request

Whenever I hit a request to any one server, it doesn't respond and the client is waiting forever for its response. I have configured two WildFly instances in a cluster. I am using Standalone-full-ha.xml. Standalone-full-ha.xml Related…
Shirishkumar Bari
  • 2,692
  • 1
  • 28
  • 36
3
votes
1 answer

In Hibernate how can two entities have many-to-many unidirectional relationship to a third entity?

Working with existing working Hibernate 3 code that was deployed on Jboss 4 and now I'm trying to deploy it on Wildfly 10 (Hibernate 5). During the validation done at deployment time, the following message is…
inor
  • 2,781
  • 2
  • 32
  • 42
3
votes
1 answer

Error configuring wildfly as a windows service

I am using wildfly 10.1 in standalone mode and need to use it as a service. I copied the service files to the bin folder and then installed the service from the command prompt. This works well, except that it is impossible to stop the service…
toing_toing
  • 2,334
  • 1
  • 37
  • 79
3
votes
0 answers

Getting No such method error webservice wildfly 10 (working on local machine)

I am writing a webservice suddenly i am getting following error. I am running webservice on wildfly10 and jdk 8 , rhel server java.lang.NoSuchMethodError:…
ROHIT
  • 185
  • 1
  • 3
  • 17
3
votes
1 answer

Why do we need the following jboss jar for EJB 3.2 in Wildfly?

This might be a silly question. But I have a doubt, why do we need the following dependency to run EJB in Wildfly? org.jboss.spec.javax.ejb jboss-ejb-api_3.2_spec
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
3
votes
0 answers

How to deploy a new version of a Java application completely transparent to the users?

I'm needing an answer or tutorial explaining how to solve the following scenario: We have a server runnning Java 8 and Wildfly 10; We already have a war deployed. Let call it system_v1.war; We would like to deploy a new version of this application,…
GarouDan
  • 3,743
  • 9
  • 49
  • 75