- Forum
- Communities
- Health Terminologies
- Unable to load latest International Edition into Snowstorm - wrong packaging (?)
Unable to load latest International Edition into Snowstorm - wrong packaging (?)
- Janice Spence
- Hors Ligne
- Messages : 37
il y a 1 an 6 mois #8473
par Janice Spence
Réponse de Janice Spence sur le sujet Unable to load latest International Edition into Snowstorm - wrong packaging (?)
Thanks Jon. We have now resolved the issue with the double zipping on the terminology gateway.
Kind Regards
Janice
Kind Regards
Janice
Connexion ou Créer un compte pour participer à la conversation.
- Jon Zammit
- Hors Ligne
- Messages : 13
il y a 1 an 6 mois #8472
par Jon Zammit
Réponse de Jon Zammit sur le sujet Unable to load latest International Edition into Snowstorm - wrong packaging (?)
In case it helps, this sounds a lot like the issue reported by Anibal last year in this post:
infocentral.infoway-inforoute.ca/en/forum/254-health-terminologies/4175-snomed-ct-internation-edition-not-packaged-properly-in-chi/7483
At the time, Kelly had described a solution whereby the release files would no longer be double-zipped.
Jon
infocentral.infoway-inforoute.ca/en/forum/254-health-terminologies/4175-snomed-ct-internation-edition-not-packaged-properly-in-chi/7483
At the time, Kelly had described a solution whereby the release files would no longer be double-zipped.
Jon
Connexion ou Créer un compte pour participer à la conversation.
- Janice Spence
- Hors Ligne
- Messages : 37
il y a 1 an 6 mois #8469
par Janice Spence
Réponse de Janice Spence sur le sujet Unable to load latest International Edition into Snowstorm - wrong packaging (?)
Hi Anibal, Thanks for letting us know. We uploaded the zip file as received from SI so we will contact SI and ensure we update the correct package.
Connexion ou Créer un compte pour participer à la conversation.
- Anibal Jodorcovsky
- Auteur du sujet
- Hors Ligne
- Messages : 50
il y a 1 an 6 mois #8468
par Anibal Jodorcovsky
Réponse de Anibal Jodorcovsky sur le sujet Unable to load latest International Edition into Snowstorm - wrong packaging (?)
And I think I just found the bug. The zip file distributed is wrong, it actually contains the same zip file inside, which is the right one. This should be fixed.
Connexion ou Créer un compte pour participer à la conversation.
- Anibal Jodorcovsky
- Auteur du sujet
- Hors Ligne
- Messages : 50
il y a 1 an 6 mois #8467
par Anibal Jodorcovsky
Unable to load latest International Edition into Snowstorm - wrong packaging (?) a été créé par Anibal Jodorcovsky
Hi all,
I'm trying to load the latest version of SNOMED CT International Edition into Snowstorm. The file came from here:
tgateway.infoway-inforoute.ca/snomedct.html
The file is called:
SnomedCT_InternationalRF2_PRODUCTION_20230131T120000Z.zip (504.92 MB)
When trying to load it I get this error:
<code>2023-04-25 09:23:21.259 INFO 3479657 --- [ main] o.s.s.core.rf2.rf2import.ImportService : Starting RF2 SNAPSHOT import on branch MAIN. ID 7e3eda25-4628-4f53-8589-45
2ba908235f
2023-04-25 09:23:29.808 ERROR 3479657 --- [ main] o.s.s.core.rf2.rf2import.ImportService : Failed RF2 SNAPSHOT import on branch MAIN. ID 7e3eda25-4628-4f53-8589-452b
a908235f
java.lang.IllegalStateException: No Snapshot files found in archive: /tmp/temp-rf2-unzip3529712147372256906/release.zip
at org.ihtsdo.otf.snomedboot.ReleaseImporter.unzipRelease(ReleaseImporter.java:154)
at org.ihtsdo.otf.snomedboot.ReleaseImporter.unzipRelease(ReleaseImporter.java:108)
at org.ihtsdo.otf.snomedboot.ReleaseImporter.loadSnapshotReleaseFiles(ReleaseImporter.java:79)
at org.snomed.snowstorm.core.rf2.rf2import.ImportService.snapshotImport(ImportService.java:213)
at org.snomed.snowstorm.core.rf2.rf2import.ImportService.importFiles(ImportService.java:158)
at org.snomed.snowstorm.core.rf2.rf2import.ImportService.importArchive(ImportService.java:111)
</code>
I contacted SI support and I was told:
So, the file is not properly packaged since in previous version I didn't have this issue.
Is somebody having the same issue?
-Anibal
I'm trying to load the latest version of SNOMED CT International Edition into Snowstorm. The file came from here:
tgateway.infoway-inforoute.ca/snomedct.html
The file is called:
SnomedCT_InternationalRF2_PRODUCTION_20230131T120000Z.zip (504.92 MB)
When trying to load it I get this error:
<code>2023-04-25 09:23:21.259 INFO 3479657 --- [ main] o.s.s.core.rf2.rf2import.ImportService : Starting RF2 SNAPSHOT import on branch MAIN. ID 7e3eda25-4628-4f53-8589-45
2ba908235f
2023-04-25 09:23:29.808 ERROR 3479657 --- [ main] o.s.s.core.rf2.rf2import.ImportService : Failed RF2 SNAPSHOT import on branch MAIN. ID 7e3eda25-4628-4f53-8589-452b
a908235f
java.lang.IllegalStateException: No Snapshot files found in archive: /tmp/temp-rf2-unzip3529712147372256906/release.zip
at org.ihtsdo.otf.snomedboot.ReleaseImporter.unzipRelease(ReleaseImporter.java:154)
at org.ihtsdo.otf.snomedboot.ReleaseImporter.unzipRelease(ReleaseImporter.java:108)
at org.ihtsdo.otf.snomedboot.ReleaseImporter.loadSnapshotReleaseFiles(ReleaseImporter.java:79)
at org.snomed.snowstorm.core.rf2.rf2import.ImportService.snapshotImport(ImportService.java:213)
at org.snomed.snowstorm.core.rf2.rf2import.ImportService.importFiles(ImportService.java:158)
at org.snomed.snowstorm.core.rf2.rf2import.ImportService.importArchive(ImportService.java:111)
</code>
I contacted SI support and I was told:
It looks like the package /tmp/temp-rf2-unzip3529712147372256906/release.zip contains an additional zip file, this should be extracted. This inner zip file is the one that should be used as an input parameter in --import=XXXX/SnomedCT_InternationalRF2_PRODUCTION_20230131T120000Z.zip
So, the file is not properly packaged since in previous version I didn't have this issue.
Is somebody having the same issue?
-Anibal
Connexion ou Créer un compte pour participer à la conversation.