[jboss-jira] [JBoss JIRA] (WFLY-5169) "XNIO001001: No XNIO provider found" by some tests in main TS with security manager

Marek Kopecký (JIRA) issues at jboss.org
Fri Aug 21 10:19:28 EDT 2015


     [ https://issues.jboss.org/browse/WFLY-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Kopecký moved JBEAP-822 to WFLY-5169:
-------------------------------------------

              Project: WildFly  (was: JBoss Enterprise Application Platform)
                  Key: WFLY-5169  (was: JBEAP-822)
             Workflow: GIT Pull Request workflow   (was: CDW v1)
    Affects Version/s:     (was: EAP 7.0.0.DR8)
          Component/s: Test Suite
                           (was: Test Suite)
       Target Release:   (was: EAP 7.0.0.GA)


> "XNIO001001: No XNIO provider found" by some tests in main TS with security manager
> -----------------------------------------------------------------------------------
>
>                 Key: WFLY-5169
>                 URL: https://issues.jboss.org/browse/WFLY-5169
>             Project: WildFly
>          Issue Type: Bug
>          Components: Test Suite
>            Reporter: Marek Kopecký
>            Assignee: Josef Cacek
>
> *Description*
> Some tests in wildfly fails due to "XNIO001001: No XNIO provider found" while run with security manager enabled. Similar jira for wildfly-core:
> * https://issues.jboss.org/browse/JBEAP-530
> *Affected tests found so far:*
> * org.jboss.as.test.integration.ejb.mdb.MDBTestCase#testSuspendResumeWithMDB
> * org.jboss.as.test.integration.ejb.mdb.deliveryactive.MDBTestCase#testDeliveryActiveWithAnnotation
> * org.jboss.as.test.integration.ejb.mdb.deliveryactive.MDBTestCase#testDeliveryActiveWithDeploymentDescriptor
> * org.jboss.as.test.integration.batch.chunk.ChunkPartitionTestCase#testSuspend
> * org.jboss.as.test.integration.batch.deployment.JobControlTestCase#testStart
> * org.jboss.as.test.integration.ee.concurrent.EEConcurrentManagementTestCase#testContextServiceManagement
> * org.jboss.as.test.integration.ee.concurrent.EEConcurrentManagementTestCase#testManagedThreadFactoryManagement
> * org.jboss.as.test.integration.ee.concurrent.EEConcurrentManagementTestCase#testManagedExecutorServiceManagement
> * org.jboss.as.test.integration.ee.concurrent.EEConcurrentManagementTestCase#testManagedScheduledExecutorServiceManagement
> *Steps to reporoduce MDBTestCase*
> # ./integration-tests.sh -fae -Dmaven.test.failure.ignore=true -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2  -DfailIfNoTests=false  -Dsecurity.manager -Dts.basic -Dts.noSmoke -Dtest=MDBTestCase
> *Actual results:*
> {noformat}
> Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.394 sec <<< FAILURE! - in org.jboss.as.test.integration.ejb.mdb.MDBTestCase
> testSuspendResumeWithMDB(org.jboss.as.test.integration.ejb.mdb.MDBTestCase)  Time elapsed: 0.19 sec  <<< ERROR!
> java.io.IOException: java.lang.IllegalArgumentException: XNIO001001: No XNIO provider found
> 	at org.xnio.Xnio.doGetInstance(Xnio.java:238)
> 	at org.xnio.Xnio.getInstance(Xnio.java:193)
> 	at org.jboss.remoting3.Remoting.createEndpoint(Remoting.java:112)
> 	at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:122)
> 	at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:65)
> 	at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:147)
> 	at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:122)
> 	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:263)
> 	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:168)
> 	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:147)
> 	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:75)
> 	at org.jboss.as.test.integration.ejb.mdb.MDBTestCase.testSuspendResumeWithMDB(MDBTestCase.java:173)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list