[jboss-jira] [JBoss JIRA] (AS7-3163) FS deployment scanner fails completely after single timeout failure

Brent Douglas (Created) (JIRA) jira-events at lists.jboss.org
Tue Jan 3 06:43:09 EST 2012


FS deployment scanner fails completely after single timeout failure
-------------------------------------------------------------------

                 Key: AS7-3163
                 URL: https://issues.jboss.org/browse/AS7-3163
             Project: Application Server 7
          Issue Type: Bug
          Components: Server
    Affects Versions: 7.1.0.CR1
            Reporter: Brent Douglas
            Assignee: Jason Greene


When deploying via the the FS deployment scanner a timeout causes all subsequent deployments to fail with further timeout failures.

The problem appears to be that FileSystemDeploymentService submits the DeployTask for timed execution it acquires a lock it's copy of ContainerStateMonitor (via OperationContextImpl.acquireContainerMonitor()). When a timeout exception is throw by the first failure this lock is never cleaned up which results in all further deployment jobs to hang on ContainerStateMonitor.await (line 161).

Restarting the server clears the monitor and allows the scanner to be reused as normal.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list