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
1
vote
1 answer

Start WildFly with nohup standalone full

I want to start the WildFly 11 using the standalone-full.xml instead standalone.xml. So I have to execute the command: sh standalone.sh -c standalone-full.xml inside folder wildfly-11.0.0.Final/bin/. But if I want to start the WildFly in silence…
dani77
  • 199
  • 2
  • 5
  • 26
1
vote
1 answer

Wildfly 11 - infinispan local Cache is not registering

I am using local cache in wildfly 11. While accessing cache i am getting below error > javax.naming.NameNotFoundException: infinispan/container/SearchContainer [Root exception is java.lang.IllegalStateException] at…
1
vote
1 answer

WildFly 11 admin console not resolving the variables

I'm using the wildfly 11.0.0.Final and i'm loading the environment specific properties into standalone.xml via property file for data source ./standalone.sh -P /path/to/propertyfile.properties My server starts without issue, when i test the data…
1
vote
1 answer

How to stop Wildfly11 loading jar dependency webservices

I need some help preventing Wildfly11 from automatically loading classes annotated with @WebServiceProvider in jar dependencies. The dependency is 3rd party so it's not possible for me to change the contents of the jar or to make source code changes…
trojanc
  • 171
  • 1
  • 7
1
vote
2 answers

Migration from Jboss 5.1 to Wildfly 11

Need help to migrate the application from Jboss 5 to wildfly 11 Application is 5 year old developed on Struts 2.x framework and Database Oracle12C, java 1.8 It is not Maven based application, all the jar files are managed in Jboss server folder…
Warrior
  • 3,184
  • 12
  • 44
  • 53
1
vote
2 answers

Error with deployment of vaadin servlet (using vaadin CDI) in wildfly

I'm trying to deploy a war based on vaadin CDI in wildfly 11 (from within eclipse) but I have the following error: 21:14:36,578 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service…
paoloo
  • 77
  • 1
  • 10
1
vote
1 answer

Wildfly URI for Websocket Client

Hey I am struggeling to connect my Client to my WebSocketEndpoint, I installed Wildfly 11 and it's running at localhost:9990 The problem is to connect to my Endpoint I need an URI which follows the rules "ws://"+hostname+":"+port+url I know my…
Johannes Gnadlinger
  • 1,339
  • 1
  • 12
  • 32
1
vote
1 answer

Adding Resource adapter ActiveMQ-rar.rar with wildfly 8.2.1

I have tried added the ActiveMQ resource adapter with wildfly by using the following thread https://developer.jboss.org/wiki/HowToUseOutOfProcessActiveMQWithWildFly In our case we are not suppose to give the plain text in password so i have tried…
Nagaraju Chitimilla
  • 530
  • 3
  • 7
  • 23
1
vote
0 answers

Keycloak - Chain User Federation Providers together

I currently have an LDAP user federation provider and a custom UserStorageProvider spi I wrote to look into my sqlserver DB for user groups. To fully login I need to pass back the user groups to the application, so, they are part of the claims in…
user1026498
  • 433
  • 2
  • 10
  • 22
1
vote
0 answers

Failed to connect to remote host in wildfly11

We are using AWS windows wildfly 11 application . We are able to access the application without any issues with VPN connection. But we are getting the errors with the URL without VPN. We are able to access the application but not able to login…
swapna m
  • 11
  • 3
1
vote
1 answer

Loading JavaScript files via WildFly

I have a problem loading javascript files to my JSP page. In opposite the css files is loading normally. On my *.jsp file I load scripts in the "header" section: In the…
1
vote
0 answers

Dependency caused MalformedParameterizedTypeException

I't trying to deploy WAR package in Wildfly 11. Using these POM dependencies I get errors during startup: org.glassfish javax.faces
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
1
vote
0 answers

How to force HTTPS on Wildfly 11?

I have an application that communicates with a Wildfly 11 server. Right now everything works with HTTP but I want to use only HTTPS. I would like to know how to disable http completely and only use https how to redirect http to https Is there a…
Mark
  • 2,167
  • 4
  • 32
  • 64
1
vote
1 answer

Empty response with Keycloak 3.4.1 on Wildfly 11 + Elytron

I upgraded my application to Wildfly 11 and Keycloak with the new Elytron adapters, but it stopped working. I'm using bearer tokens to authenticate an angular application, I think it's something related to CORS because when I manually remove the…
cristhiank
  • 766
  • 8
  • 15
1
vote
0 answers

Problems when upgrading from Wildfly 10 to Widlfly 11 in undertow

I have encountered 2 issues when upgrading from Wildfly 10 to 11 (Final). Under Firefox, I get the following error; 2017-10-25 13:28:42,865 ERROR [io.undertow.request] (default task-20) UT005023: Exception handling request to …
Koekiebox
  • 5,793
  • 14
  • 53
  • 88