Task #11515
closedRemove previous jar version from dataminer-algorithms-importer tar
100%
Description
I've notice that the latest dataminer-algorithms-importer tar file uploaded on nexus with version 1.2.1-SNAPSHOT, contains the dataminer-algorithms-importer jar with version 1.2.1-SNAPSHOT and three dataminer-algorithms-importer jar with version 1.2.0-SNAPSHOT:
rcirillo@rcirillo-cnr:~/Downloads/algorithmInstaller$ ls addAlgorithm.sh algorithmTemplate dataminer-algorithms-importer-1.2.0-SNAPSHOT-javadoc.jar dataminer-algorithms-importer-1.2.0-SNAPSHOT-sources.jar dataminer-algorithms-importer-1.2.0-SNAPSHOT.jar dataminer-algorithms-importer-1.2.1-SNAPSHOT.jar
I think it could be a potential issue if the classloader loads first the jar with the oldest version when the tar file will be deployed. Please, could you remove the oldest jar version from the tar file?
Related issues
Updated by Roberto Cirillo about 7 years ago
- Related to Task #11513: Dataminer - Update playbook added
Updated by Roberto Cirillo about 7 years ago
For the moment, I've removed manually the old jars in order to test the SAI portlet
Updated by Gianpaolo Coro about 7 years ago
The dataminer-algorithms-importer-1.2.1-SNAPSHOT.tar.gz package contains only version 1.2.1. I missed to update this ticket some days ago. If you run the ansible script again everything should work and we will be sure to have the latest version of the installer.
Updated by Roberto Cirillo about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
I've run the playbook and it works properly: the new tar file is correctly downloaded and installed. I'm going to close this ticket.