-
Bug
-
Resolution: Done
-
Major
-
7.0.0.DR6
-
None
-
-
-
-
-
-
Not Required
Some tests in wildfly-core fails due to "XNIO001001: No XNIO provider found" while run with security manager enabled.
mvn test -Dtest=SuspendResumeTestCase -Dsecurity.manager -DtestLogToFile=false 10:27:16,814 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.test-undertow-server: org.jboss.msc.service.StartException in service jboss.test-undertow-server: Failed to start service at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.IllegalArgumentException: XNIO001001: No XNIO provider found at org.xnio.Xnio.doGetInstance(Xnio.java:238) at org.xnio.Xnio.getInstance(Xnio.java:181) at io.undertow.Undertow.start(Undertow.java:97) at org.wildfly.test.suspendresumeendpoint.TestUndertowService.start(TestUndertowService.java:94) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) ... 3 more 10:27:16,816 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "web-suspend.jar")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.test-undertow-server" => "org.jboss.msc.service.StartException in service jboss.test-undertow-server: Failed to start service Caused by: java.lang.IllegalArgumentException: XNIO001001: No XNIO provider found"}} 10:27:16,817 ERROR [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0021: Deploy of deployment "web-suspend.jar" was rolled back with the following failure message: {"WFLYCTL0080: Failed services" => {"jboss.test-undertow-server" => "org.jboss.msc.service.StartException in service jboss.test-undertow-server: Failed to start service Caused by: java.lang.IllegalArgumentException: XNIO001001: No XNIO provider found"}}
Affected tests found so far:
- org.wildfly.core.test.standalone.suspend.web.SuspendResumeTestCase
- org.jboss.as.test.integration.domain.suspendresume.DomainGracefulShutdownTestCase
- org.jboss.as.test.integration.domain.suspendresume.DomainSuspendResumeTestCase
- blocks
-
JBEAP-971 Fix issues in tests with Security Manager
- Closed
- clones
-
WFCORE-848 "XNIO001001: No XNIO provider found" by some tests running with security manager
- Resolved
- is blocked by
-
JBEAP-6063 Move security-manager subsystem from EAP to EAP WildFly Core
- Closed
- is incorporated by
-
JBEAP-8294 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta2
- Closed
- relates to
-
JBEAP-821 "XNIO001001: No XNIO provider found" by some tests in main TS with security manager
- Verified