[jira] Updated: (GERONIMO-3764) DeployerReaper fails to cleanup the temp directories left behind by deployer

2008-07-23 Thread Joe Bohn (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bohn updated GERONIMO-3764:
---

Affects Version/s: (was: 2.0.x)
Fix Version/s: (was: 2.0.x)
   2.0.3

 DeployerReaper fails to cleanup the temp directories left behind by deployer
 

 Key: GERONIMO-3764
 URL: https://issues.apache.org/jira/browse/GERONIMO-3764
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: deployment
Affects Versions: 2.0.1, 2.0.2, 2.1
Reporter: Vamsavardhana Reddy
Assignee: Vamsavardhana Reddy
 Fix For: 2.0.3, 2.1

 Attachments: GERONIMO-3764-2.0.patch, 
 GERONIMO-3764-deploymentutil.patch


 Deployer creates a temporary directory and cleans up the directory once 
 deployment operation is completed.  When deletion of a temp dir fails, the 
 deployer leaves it upto DeployerReaper to cleanup the directory later on.  
 DeployerReaper is failing to cleanup these directories as only the dir name 
 (not the complete path) is available to it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-3764) DeployerReaper fails to cleanup the temp directories left behind by deployer

2008-01-23 Thread Vamsavardhana Reddy (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vamsavardhana Reddy updated GERONIMO-3764:
--

Attachment: GERONIMO-3764-deploymentutil.patch

GERONIMO-3764-deploymentutil.patch:
The reason for archive files getting locked is that some of the code uses URLs 
to extract content from the archive, for e.g., application.xml from an ear 
file.  See http://marc.info/?l=geronimo-devm=120111383903434w=2 .  We will 
need to update DeploymentUtil and the attached patch gives an idea on what 
should be done.  The drawback is that we may end up with more temp files (but 
these will be deletable as soon as the deployment operation completes) and 
deleteOnExit may be called only if delete fails on these files.

Comments?  Suggestions?  Help!!!

 DeployerReaper fails to cleanup the temp directories left behind by deployer
 

 Key: GERONIMO-3764
 URL: https://issues.apache.org/jira/browse/GERONIMO-3764
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: deployment
Affects Versions: 2.0.1, 2.0.2, 2.0.x, 2.1
Reporter: Vamsavardhana Reddy
Assignee: Vamsavardhana Reddy
 Fix For: 2.0.x, 2.1

 Attachments: GERONIMO-3764-2.0.patch, 
 GERONIMO-3764-deploymentutil.patch


 Deployer creates a temporary directory and cleans up the directory once 
 deployment operation is completed.  When deletion of a temp dir fails, the 
 deployer leaves it upto DeployerReaper to cleanup the directory later on.  
 DeployerReaper is failing to cleanup these directories as only the dir name 
 (not the complete path) is available to it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-3764) DeployerReaper fails to cleanup the temp directories left behind by deployer

2008-01-21 Thread Vamsavardhana Reddy (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vamsavardhana Reddy updated GERONIMO-3764:
--

Attachment: GERONIMO-3764-2.0.patch

GERONIMO-3764-2.0.patch:

How about DeployerReaper cleaning up temp directories left by any previous runs?

Anyone has a better idea?

 DeployerReaper fails to cleanup the temp directories left behind by deployer
 

 Key: GERONIMO-3764
 URL: https://issues.apache.org/jira/browse/GERONIMO-3764
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: deployment
Affects Versions: 2.0.1, 2.0.2, 2.0.x, 2.1
Reporter: Vamsavardhana Reddy
Assignee: Vamsavardhana Reddy
 Fix For: 2.0.x, 2.1

 Attachments: GERONIMO-3764-2.0.patch


 Deployer creates a temporary directory and cleans up the directory once 
 deployment operation is completed.  When deletion of a temp dir fails, the 
 deployer leaves it upto DeployerReaper to cleanup the directory later on.  
 DeployerReaper is failing to cleanup these directories as only the dir name 
 (not the complete path) is available to it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.