View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006158 | SymmetricDS Pro | Bug | public | 2023-12-15 14:11 | 2023-12-26 13:52 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.12.0 | ||||
Target Version | 3.15.2 | Fixed in Version | 3.15.2 | ||
Summary | 0006158: Upgrade of module can fail on Windows because files are locked | ||||
Description | When Java runs, Windows locks the JAR files on the classpath, so a command line utility like symadmin can't remove files from an old module to upgrade it. Instead, add a command of "symadmin module list-upgrade" that will list the files that need upgraded, so the setup program can get the list of files and remove them after the packs are upgraded but before the modules are upgraded. Then the "symadmin module upgrade" command will succeed because it only needs to install new files and not removing any old files. | ||||
Tags | upgrade | ||||
SymmetricDS: 3.15 ffef4e5b 2023-12-15 14:13:27 Details Diff |
0006158: Upgrade of module can fail on Windows because files are locked |
Affected Issues 0006158 |
|
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/SymmetricAdmin.java | Diff File | ||
mod - symmetric-client/src/main/resources/symmetric-messages.properties | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/util/ModuleManager.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-12-15 14:11 | elong | New Issue | |
2023-12-15 14:11 | elong | Status | new => assigned |
2023-12-15 14:11 | elong | Assigned To | => elong |
2023-12-15 14:11 | elong | Tag Attached: upgrade | |
2023-12-15 14:14 | elong | Status | assigned => resolved |
2023-12-15 14:14 | elong | Resolution | open => fixed |
2023-12-15 14:14 | elong | Fixed in Version | => 3.15.2 |
2023-12-15 15:00 | admin | Changeset attached | => SymmetricDS 3.15 ffef4e5b |
2023-12-16 02:02 | admin | Status | resolved => closed |
2023-12-26 13:52 | pmarzullo | Relationship added | related to 0006167 |