[jboss-jira] [JBoss JIRA] Created: (AS7-895) Intermittent issues pushing content for deployment "full-replace" to slave host

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue May 24 23:29:01 EDT 2011


Intermittent issues pushing content for deployment "full-replace" to slave host
-------------------------------------------------------------------------------

                 Key: AS7-895
                 URL: https://issues.jboss.org/browse/AS7-895
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 7.0.0.CR1


Intermittently seeing this:

java.lang.AssertionError: "Operation was not applied successfully to any servers"
	at org.junit.Assert.fail(Assert.java:91)
	at org.jboss.as.test.integration.domain.DomainTestSupport.validateResponse(DomainTestSupport.java:124)
	at org.jboss.as.test.integration.domain.DeploymentManagementTestCase.executeOnMaster(DeploymentManagementTestCase.java:718)
	at org.jboss.as.test.integration.domain.DeploymentManagementTestCase.testManagedFullReplaceUnmanaged(DeploymentManagementTestCase.java:639)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)

Standard Output

Reading response from http://127.0.0.1:8080/test/index.html:
Reading response from http://127.0.0.1:8630/test/index.html:
Reading response from http://127.0.0.1:8080/test/index.html:
OK
Reading response from http://127.0.0.1:8630/test/index.html:
OK
Failed response:
{
    "outcome" => "failed",
    "result" => {"server-groups" => {
        "main-server-group" => {
            "main-one" => {
                "host" => "master",
                "response" => {
                    "outcome" => "success",
                    "result" => undefined,
                    "compensating-operation" => {
                        "operation" => "full-replace-deployment",
                        "address" => [],
                        "name" => "test.war",
                        "content" => [{"hash" => bytes {
                            0x00, 0xbf, 0x50, 0x4d, 0x4b, 0x51, 0x74, 0x52,
                            0x3b, 0x21, 0x10, 0x3c, 0x80, 0xe6, 0x8b, 0x86,
                            0xe1, 0x19, 0x41, 0xf6
                        }}],
                        "runtime-name" => "test.war"
                    }
                }
            },
            "main-three" => {
                "host" => "slave",
                "response" => {
                    "outcome" => "failed",
                    "failure-description" => "No deployment content with hash 00bf504d4b5174523b21103c80e68b86e11941f6 is available in the deployment content repository."
                }
            }
        },
        "other-server-group" => {"other-two" => {
            "host" => "slave",
            "response" => {
                "outcome" => "failed",
                "failure-description" => "No deployment content with hash 00bf504d4b5174523b21103c80e68b86e11941f6 is available in the deployment content repository."
            }
        }}
    }},
    "failure-description" => "Operation was not applied successfully to any servers"
}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list