[infinispan-issues] [JBoss JIRA] (ISPN-8592) Random failures in module as-lucene-directory
Gustavo Fernandes (JIRA)
issues at jboss.org
Thu Dec 7 05:28:00 EST 2017
Gustavo Fernandes created ISPN-8592:
---------------------------------------
Summary: Random failures in module as-lucene-directory
Key: ISPN-8592
URL: https://issues.jboss.org/browse/ISPN-8592
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Query
Reporter: Gustavo Fernandes
Failures are only on CI. Output log:
{code}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 321.235 s <<< FAILURE! - in org.infinispan.test.integration.as.wildfly.DirectoryProviderModuleMemberRegistrationIT
[ERROR] org.infinispan.test.integration.as.wildfly.DirectoryProviderModuleMemberRegistrationIT Time elapsed: 321.226 s <<< ERROR!
java.lang.RuntimeException: org.jboss.as.arquillian.container.ManagementClient$UnSuccessfulOperationException: "WFLYCTL0216: Management resource '[(\"deployment\" => \"DirectoryProviderModuleMemberRegistrationIT.war\")]' not found"
Caused by: org.jboss.as.arquillian.container.ManagementClient$UnSuccessfulOperationException: "WFLYCTL0216: Management resource '[(\"deployment\" => \"DirectoryProviderModuleMemberRegistrationIT.war\")]' not found"
{code}
The server logs shows that a service failed to be started by the server:
{noformat}
2017-12-06 14:51:19,095 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "iiop-openjdk")]) - failure description: {
"WFLYCTL0080: Failed services" => {"jboss.iiop-openjdk.orb-service" => "org.jboss.msc.service.StartException in service jboss.iiop-openjdk.orb-service: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
Caused by: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
Caused by: java.net.UnknownHostException: rhos-infinispan-slave-4.localdomain: rhos-infinispan-slave-4.localdomain: Name or service not known
Caused by: java.net.UnknownHostException: rhos-infinispan-slave-4.localdomain: Name or service not known"},
"WFLYCTL0412: Required services that are not installed:" => ["jboss.iiop-openjdk.orb-service"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
}
2017-12-06 14:51:19,157 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0186: Services which failed to start: service jboss.iiop-openjdk.orb-service: org.jboss.msc.service.StartException in service jboss.iiop-openjdk.orb-service: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
{noformat}
But it is not clear if this is the cause of the deployment failure.
There's a ulterior timeout when waiting for deployment:
{noformat}
2017-12-06 14:51:25,090 INFO [org.jboss.as.repository] (management-handler-thread - 1)
WFLYDR0001: Content added at location /home/infinispan/workspace/Infinispan_PR-5617-
KXLXQD6B5FUFQGJ2K2VQLLZ5ZMSCMY2P3T7KOX6BR7KEIKKJDWNA/integrationtests
/as-lucene-directory/target/node1/wildfly-10.1.0.Final/standalone/data/content
/2f/ad86f43e81775bc0ac8c4a58d586286f022e3f/content
2017-12-06 14:51:25,106 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2)
WFLYSRV0027: Starting deployment of
"DirectoryProviderModuleMemberRegistrationIT.war" (runtime-name:
"DirectoryProviderModuleMemberRegistrationIT.war")
{noformat}
{noformat}
2017-12-06 14:56:25,100 ERROR [org.jboss.as.controller.management-operation]
(management-handler-thread - 1) WFLYCTL0348: Timeout after [300] seconds waiting for
service container stability. Operation will roll back. Step that first updated the service
container was 'deploy' at address '[("deployment" =>
"DirectoryProviderModuleMemberRegistrationIT.war")]'
2017-12-06 14:56:25,101 ERROR [org.jboss.as.server] (management-handler-thread - 1)
WFLYSRV0022: Deploy of deployment "DirectoryProviderModuleMemberRegistrationIT.war"
was rolled back with no failure message
2017-12-06 14:56:30,102 ERROR [org.jboss.as.controller.management-operation]
(management-handler-thread - 1) WFLYCTL0190: Step handler
org.jboss.as.server.deployment.DeploymentHandlerUtil$1 at 65e7ceaa for operation
{"operation" => "deploy","address" => [("deployment" =>
"DirectoryProviderModuleMemberRegistrationIT.war")],"operation-headers" => {"caller-type"
=> "user","access-mechanism" => "NATIVE"}} at address [("deployment" =>
"DirectoryProviderModuleMemberRegistrationIT.war")] failed handling operation rollback --
java.util.concurrent.TimeoutException: java.util.concurrent.TimeoutException
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list