Questions tagged [wildfly-18]

Use this tag for version specific questions about Wildfly 18 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.

50 questions
1
vote
1 answer

Using OS system variable for @DataSourceDefinition password failed in Wildfly 18

I want to externalize password for Java @DataSourceDefinition using OS system variable ${appuserpwd}. The below is my @DataSourceDefinition @DataSourceDefinition( name = "java:app/jdbc/mydb", className =…
LHA
  • 9,398
  • 8
  • 46
  • 85
1
vote
1 answer

WildFly: HTTP method POST is not supported by this URL

I'm developing a Java EE web application running on WildFly 18, and Angular on the front end. All the HTTP calls from Angular to Wildfly are POSTs. The application works fine, but once a month, when I start it, I cannot use it because Wildfly…
ps0604
  • 1,227
  • 23
  • 133
  • 330
1
vote
0 answers

Unable to create gc logs in domain mode

In host.xml the jvm options are set as below
Poornima
  • 61
  • 1
  • 8
1
vote
1 answer

Wildfly 18 NoSuchMethodError in org.jgroups

I am trrying to configure cache on wildfly 18 - However am facing issue which i assume its regarding the dependencies version or removed method in jgroups along with infinispan modules. Error Caused by: org.infinispan.commons.CacheException: Unable…
Dev Fh
  • 586
  • 7
  • 18
1
vote
1 answer

WildFly 18 update Hibernate to 5.4.12.Final

I am trying to update the Hibernate version of my WildFly 18.0.1 server. But I encounter a problem with Infinispan, which is used for caching. The classic WildFly distribution hast Hibernate 5.3.13.Final and Infinispan 9.4.16.Final. In order to…
The End
  • 709
  • 3
  • 18
1
vote
1 answer

Can setup WildFly 18 for automatic restart JVM after crash?

can I setup WildFly 18 for automatic restart after a JVM crash? We use the JNI interface for native applications and we has a periodicly crash JVM. Use full-ha and ha modes does't work. Аfter JVM-crash, we should manually start server.
0
votes
0 answers

Configure oidc on wildfly 18.0.0

I have got the oidc provider. Not sure how to implement on wildfly 18. I see wildfly 25 got some built in functionalities for oidc but could i implement oidc on 18 Checked the internet for the solution. Check some keycloak examples and elytron
0
votes
0 answers

How to access pre-compiled JSP's classes present in WEB-INF/classes folder, when App is bundeled in ear format and deployed in WildFly server?

Explanation: We are using WildFly 18.0.1 in domain mode with one master and multiple slaves with jdk1.8.0_261. Application is deployed on WildFly Master in zipped .ear format. Application Ear Structure application.ear -> abc.war ->…
ShraddhaJ
  • 201
  • 1
  • 14
0
votes
0 answers

Problem while configuring wildFly-18 Server on Eclipse

I'm new in the company and they were helping me while I setup the enviroment, I got this error when I started WildFly server (they gave me their wildfly 18): ` 09:47:20,106 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: EJB…
Robs
  • 276
  • 1
  • 13
0
votes
1 answer

Failed to process phase POST_MODULE of deployment \"myapp-ws.war\" Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective

Presently, I have an ejb project and a web service project. The problem is that my webservice project cannot access EJBs from my library project: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"myapp-ws.war\".POST_MODULE" =>…
user8128167
  • 6,929
  • 6
  • 66
  • 79
0
votes
1 answer

"jboss.deployment.subunit. undertow-deployment.UndertowDeploymentInfoService" => java.lang.NoSuchMethodException: org.ws.MyAppWS.()

When I try to deploy my maven project using mvn clean install wildfly:deploy and then try to upload the war file manually this is what I am seeing: {"WFLYCTL0080: Failed services" =>…
user8128167
  • 6,929
  • 6
  • 66
  • 79
0
votes
1 answer

ClassNotFoundException: java.net.http.HttpResponse in WF 18 / Java 11

In a JEE app deployed in Wildfly 18.0.1.Final with OpenJDK 64-Bit Server VM 11.0.15+9-LTS, I run into a ClassNotFoundException on java.net.http.HttpResponse (actually, one of the dependency is using it, and fails on…
zapho
  • 85
  • 9
0
votes
1 answer

Wildfly 18 throws ModuleNotFoundException after module was added

I'm deploying Wildfly 18.0.0.Final running on JDK 11 and I can't make recognize a module that I added. This is the message that I get. 2022-09-03 15:51:04,703 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start…
0
votes
1 answer

Deploying EJB Project to JBoss-AS with Spark dependencies throwing ClassNotFoundException

I'm trying to deploy an EJB project which uses Spark libraries to load to a trained ML model and then make a prediction from there. When I try to deploy the project on my Wildfly server, it throws the error below. I cannot figure out why it's…
Chubbles
  • 123
  • 5
0
votes
1 answer

wildfly18 Hot deploy existing deployed and new html, js files (static content) without restaring wildfly domain slave server

We are using WildFly 18 domain server and On slave server, we want to change existing deployed js, html files content and also we want to add new js, html files without restarting the server. So, Is there any way we can achieve this hot deployment…
Pmestry
  • 21
  • 3