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
40
votes
14 answers

wildfly 10: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

I have a maven application that works fine in wildfly 8.2, but when Ideployed it in wildfly 10 this error happened: [2016-02-21 11:22:08,411] Artifact SaramadIssueTracking:war exploded: Error during artifact deployment. See server log for…
h.f
  • 981
  • 2
  • 10
  • 17
25
votes
6 answers

How to enable samesite for jsessionid cookie

How can I enable samesite for my web application which runs on wildfly as. Checked standalone.xml however could not find an appropriate tag within
webyildirim
  • 587
  • 3
  • 12
  • 32
19
votes
1 answer

Wildfly 10 Memory Leak Issue

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 increasing slowly and never decreases and it again…
kirti
  • 4,499
  • 4
  • 31
  • 60
15
votes
1 answer

Getting Transaction was rolled back in a different thread exception

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 and I have to read data from a table in every…
GoAlves
  • 435
  • 3
  • 5
  • 16
13
votes
3 answers

How to get javax.servlet.Filter called before Keycloak Authentication

We have developed a REST API using the resteasy. (deployed in wildfly 10) Basically these REST APIs are called internally from another application and end points are secured with keycloak. But one endpoint is exposed to outside party (that endpoint…
ironwood
  • 8,936
  • 15
  • 65
  • 114
12
votes
4 answers

Springboot Wildfly 10 deployment error jdk.unsupported module not found

I have a Springboot v2 project with Java 1.8 and when I try to deploy my springboot project on Wildfly 10, I keep getting this error 19:12:25,295 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation…
Kikuich
  • 121
  • 1
  • 1
  • 4
10
votes
2 answers

Wildfly10 - EJB-Remote Client - no response

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 just won't work. The only thing I get to work with is…
Thorloph
  • 256
  • 2
  • 12
9
votes
3 answers

Redirect http requests to https in wildfly 10

This is my standalone-full.xml configuration with ssl configured security realm .
Faiyaz Md Abdul
  • 546
  • 5
  • 14
  • 29
9
votes
3 answers

Hibernate MappingException: Logical column name cannot be null

Any idea about the below hibernate mapping exception. The below is the complete stack strace and there is no information on from which table this exception has occured. org.hibernate.MappingException: Logical column name cannot be null at…
raghavan IPS
  • 91
  • 1
  • 3
8
votes
3 answers

Keycloak Redirect URI is adding port zero to the url

Encountered redirect_uri error in keycloak. Found same issue logged at JIRA KEYCLOAK-7237, just want to check any work around? Anyone can help? Thank you in advance. 2018-06-30 11:34:13,996 WARN [org.keycloak.events] (default task-8)…
user3550587
8
votes
1 answer

Wildfly java.lang.NoClassDefFoundError: org/jboss/modules/ModuleLoader when using custom logging formatter

I am using the default jboss-logging (LogManager) in Wildfly 10 and am attempting to create my own logging formatter. I am configuring it like this in the standalone.xml:
Jason White
  • 4,462
  • 4
  • 23
  • 23
8
votes
1 answer

JNDI name format of JMS queue in wildfly10

Hi I am migrating to wildfly 10 from JBoss_6.1.0_final. In JBoss for Queue name the format is like and in MDB annotation is @ActivationConfigProperty(propertyName =…
Hitesh Ghuge
  • 793
  • 2
  • 10
  • 39
8
votes
1 answer

Dump leak connections in WildFly

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 also, where should I look for the file? Procedure I…
Evandro Pomatti
  • 13,341
  • 16
  • 97
  • 165
8
votes
3 answers

Unable to install/run SQL Server driver in WildFly 10

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 am facing issues. Under…
shadow
  • 800
  • 2
  • 16
  • 33
8
votes
2 answers

Unable to define oracle datasource on Wildfly 10

I'm using wildfly-10.1.0.Final and I'm trying to add an oracle Datasource:
Ena Jovicic
  • 101
  • 1
  • 1
  • 5
1
2 3
62 63