After so many deployments subsequent deployments are not deployed.
------------------------------------------------------------------
Key: AS7-1483
URL:
https://issues.jboss.org/browse/AS7-1483
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 7.0.1.Final
To test the changes for AS7-1473 added a temporary test to
ServerInModuleDeploymentTestCase to loop 50 times and call each of the filesystem based
test cases.
Almost at the end the marker based test is being executed and the deployment requested to
be deployed, the scanner picks this up and the following is logged: -
{noformat}
16:50:42,027 DEBUG [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Deployment
scan of [/home/darranl/src/jbossas7/jboss-as/testsuite/smoke/target/marker-deployments]
found update action [{
"operation" => "composite",
"address" => undefined,
"steps" => [
{
"operation" => "add",
"address" => [("deployment" =>
"test-deployment.sar")],
"content" => [{
"path" =>
"/home/darranl/src/jbossas7/jboss-as/testsuite/smoke/target/marker-deployments/test-deployment.sar",
"archive" => true
}],
"persistent" => false
},
{
"operation" => "deploy",
"address" => [("deployment" =>
"test-deployment.sar")]
}
]
}]
{noformat}
However the deployment is not logged and there is no further logging in relation to this
scan.
It appears however that the thread continues to be used for subsequent scans.
{noformat}
16:50:46,997 TRACE [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Scanning
directory
/home/darranl/src/jbossas7/jboss-as/testsuite/smoke/target/jbossas/standalone/deployments
for deployment content changes
{noformat}
Reviewing the thread dump shows no threads blocked in a call to scan within
FileSystemDeploymentService.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira