Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004469 [Resin] minor always 03-01-11 10:22 03-01-11 15:07
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.17 Product Version 4.0.16
  Product Build
Summary 0004469: .war remains locked after deployment
Description -after the war file is moved to web-app-deploy path it remains locked after repository import.
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0005145)
alex
03-01-11 15:07

Modified:
  resin/trunk/modules/resin/src/com/caucho/env/git/GitCommitJar.java
Log:
autodeploy: open .war: resin (not-pro) fix-draft

Modified: resin/trunk/modules/resin/src/com/caucho/env/git/GitCommitJar.java
===================================================================
--- resin/trunk/modules/resin/src/com/caucho/env/git/GitCommitJar.java 2011-03-31 17:13:26 UTC (rev 7990)
+++ resin/trunk/modules/resin/src/com/caucho/env/git/GitCommitJar.java 2011-03-31 21:19:28 UTC (rev 7991)
@@ -246,6 +246,9 @@

  public void close()
  {
+ if (_jar != null)
+ _jar.closeJar();
+
    if (_tempJar != null) {
      try {
        _tempJar.remove();
 

- Issue History
Date Modified Username Field Change
03-01-11 10:22 alex New Issue
03-01-11 15:06 alex Status new => assigned
03-01-11 15:06 alex Assigned To  => alex
03-01-11 15:07 alex Status assigned => closed
03-01-11 15:07 alex Note Added: 0005145
03-01-11 15:07 alex Resolution open => fixed
03-01-11 15:07 alex Fixed in Version  => 4.0.17


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker