grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

Unable to deploy web app on Wildfly 26.0.0.Final and JDK 17

Open ditimerita111 opened this issue 6 months ago • 0 comments

Expected Behavior

Can someone help me what should i do with this error? This is my firstime using java and wildfly so i have no idea about this error. I've tried many ways but couldn't find the answer

Caused by: java.lang.RuntimeException: javax.servlet.ServletException: com.vaadin.flow.server.startup.VaadinInitializerException: Failed to invoke JBoss VFS API.
Caused by: javax.servlet.ServletException: com.vaadin.flow.server.startup.VaadinInitializerException: Failed to invoke JBoss VFS API.
Caused by: com.vaadin.flow.server.startup.VaadinInitializerException: Failed to invoke JBoss VFS API.
Caused by: java.lang.NoSuchMethodException: org.jboss.vfs.VirtualJarInputStream.getChildrenRecursively()"}

Actual Behaviour

Failed deployment

Steps To Reproduce

  1. Connect with wildfly server
  2. Install maven
  3. Instal java
  4. Build the project
  5. Failde deploy and I got the above mentioned error

Environment Information

Operating System: Windows 11 Maven Version: 3.8.2 Wildfly version: 26.0.0.Final JDK Version: 17 Java : Java EE 8

Example Application

No response

Version

ditimerita111 avatar Dec 20 '23 19:12 ditimerita111