Questions tagged [jboss-wildfly-11]

20 questions
4
votes
1 answer

Is there any recommended Metaspace setup size for Wildfly?

Is there any best practice for Metaspace Size with WildFly? Example, for the max heap memory I'd the following setup: ((Memory without Wildfly running) * 2) - (Total amount of available memory) I know that Metaspace auto increase if I don't specify…
3
votes
0 answers

WildFly Deployment error

I'm currently moving up my project to wildfly 11. When i try to make my workspace up it's showing the following error FINE [org.apache.cxf.resource.DefaultResourceManager] (MSC service thread 1-2) resolving resource…
Sundar
  • 86
  • 9
2
votes
1 answer

Not able to deploy war jboss/wildfly using docker file

i am trying to create a image of jboss/wildfly that can be used for war deployment, Below is that docker file i am using for creating image. But when i run the container with "docker run -p 9990:9990 hello" command jboss server is staring but the…
2
votes
6 answers

java.lang.ClassNotFoundException: org.springframework.beans.factory.access.BeanFactoryReference

After a long search and no answer to my case, here I am. Trying to deploy a "Struts 2 + Maven + Spring" WAR project into Wildfly 11, using Eclipse Oxigen's default to all. The stack is as it follows: 15:04:27,325 INFO …
JokerPW
  • 19
  • 1
  • 1
  • 4
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
2 answers

How to add JBOSS_HOME in dockerfile and run the jboss container

I want to add my custom JBOSS_HOME but when i run my dockerfile it give me an error. JBOSS_HOME may be pointing to a different installation - unpredictable results may occur. Unable to access jarfile…
shriyash Lakhe
  • 607
  • 1
  • 9
  • 21
1
vote
3 answers

Wildfly 11 management integration with KeyCloak over new Elytron subsystem

I would like to integrate security for WildFly 11 management interfaces (management console, web console) with KeyCloak over the new Elytron subsystem. I've been looking the latest documentation for Wildfly 11 and there is chapter Using KeyCloak…
0
votes
1 answer

How to bypass username/password authentication with mobile/OTP for Keycloak

How to bypass username/password authentication with mobile number/OTP (sent via SMS) for Keycloak
Rpj
  • 5,348
  • 16
  • 62
  • 122
0
votes
1 answer

How to configure JMS group handling in Wildfly cluster?

I have 2 servers server1 and server2. server1 is the master server and server2 is slave. Both are running in clustered environment. If 2 messages with same group ID arrives simultaneously on node 1 and node 2 they won't know to which consumer the…
0
votes
1 answer

Can I startup Wildfly ignoring deployments, and then deploy them?

For some reason, if I start the server with the wars on the deployment path, the server will timeout. If I start the server and immediatly deploy the wars, they deploy with no issues. So, is there a way to delay deployments to post-startup only…
0
votes
2 answers

How can I include the jboss-client.jar present in the Wildfly bin/client folder to my maven project?

I have a maven project to which I have to add a external jar jboss-client.jar which is located in Jboss Wildfly 10 bin folder(bin/client). There is no version specified in the jar name. When I add the jar manually in build path-it works…
0
votes
0 answers

JBoss wildfly 10 doesn't reach a servlet

After years using Spring MVC's controllers on Tomcat and Weblogic I have to create a simple Servlet, without the help of any Framework, to run under JBOSS wildfly 10. I miss a step to make it works under JBoss. Under Tomcat it works. This is my…
MDP
  • 4,177
  • 21
  • 63
  • 119
0
votes
0 answers

How to modify error message:Could not modify attributes on entry from DN in Keycloak

I have setup a passwordpolicy on my openLDAP that is user is not able to change password, using his/her old password. Error message is working on my openLDAP but in keycloak the error message is different. See below image: I've searched that this…
0
votes
2 answers

Trying to use JBoss WildFly 11, Hibernate 5.3, OGM 5 and MongoDB - EAR won't deploy

I am trying to use JPA OGM with MongoDB. I have added the latest version of Hibernate (5.3.0.CR1) to the WildFly 11 module folder: /usr/local/Cellar/wildfly-as/11.0.0.Final/libexec/modules/system/layers/base/org/hibernate/5.3.0.CR1 I have added…
NOTiFY
  • 1,255
  • 1
  • 20
  • 36
0
votes
1 answer

java.lang.NoSuchMethodError: javax.ws.rs.core.HttpHeaders.getHeaderString

I have the following server error in wildfly-11.0.0.Final: ERROR [io.undertow.request] (default task-14) UT005023: Exception handling request to /cos/services/service0/communication/getLinkedComponentsExample: java.lang.NoSuchMethodError:…
Manuel
  • 205
  • 1
  • 4
  • 17
1
2