- Server OS (Linux / Windows): Stretch 9
- Administration/package creation machine OS: Windows 10
Good morning,
I just upgraded our server from 1.6.2 to 1.7.4. The upgrade went smoothly on the Linux side. I then updated the console and finally created the client package; so far, no problems.
I usually update my clients using the waptupgrade package. That's where I'm encountering a problem:
The client can see the new version of the package (1.6 => 1.7) but gets stuck during the download. The logs indicate that the package cannot be found. Indeed, the package being searched for ( ntic-waptupgrade_1.7.4.6165-25_all.wapt) does not exist.
I checked on the server, only the package ntic-waptupgrade_1.7.4.6165-25.wapt It exists. So I made a copy (directly under Linux) and renamed this package to ntic-_all.waptwaptupgrade_1.7.4.6165-25
The package was then installed on the client machines.
So no blocking problem, but a question: have I missed something?
Thanks in advance.
Code: Select all
raceback (most recent call last):
File "c:\wapt\waptservice\service.py", line 1374, in run
self.running_task.run()
File "c:\wapt\waptservice\waptservice_common.py", line 515, in run
self._run()
File "c:\wapt\waptservice\waptservice_common.py", line 960, in _run
self.result.get('errors',[])))
Exception: Erreur lors de l'installation de [u'ntic-waptupgrade']: erreurs dans les paquets [[(u'https://wapt.lepuy.local/wapt/ntic-waptupgrade_1.7.4.6165-25_all.wapt', '404 Client Error: Not Found for url: https://wapt.lepuy.local/wapt/ntic-waptupgrade_1.7.4.6165-25_all.wapt'), None], [u'ntic-waptupgrade', PackageEntry(u'ntic-waptupgrade',u'1.7.4.6165-25') , u'Traceback (most recent call last):\n File "c:\\wapt\\common.py", line 4367, in install\n raise EWaptDownloadError(\'Package file %s not downloaded properly.\' % p.filename)\nEWaptDownloadError: Package file ntic-waptupgrade_1.7.4.6165-25_all.wapt not downloaded properly.\n']]
Exception: Erreur lors de l'installation de [u'ntic-waptupgrade']: erreurs dans les paquets [[(u'https://wapt.lepuy.local/wapt/ntic-waptupgrade_1.7.4.6165-25_all.wapt', '404 Client Error: Not Found for url: https://wapt.lepuy.local/wapt/ntic-waptupgrade_1.7.4.6165-25_all.wapt'), None], [u'ntic-waptupgrade', PackageEntry(u'ntic-waptupgrade',u'1.7.4.6165-25') , u'Traceback (most recent call last):\n File "c:\\wapt\\common.py", line 4367, in install\n raise EWaptDownloadError(\'Package file %s not downloaded properly.\' % p.filename)\nEWaptDownloadError: Package file ntic-waptupgrade_1.7.4.6165-25_all.wapt not downloaded properly.\n']]
Traceback (most recent call last):
File "c:\wapt\waptservice\service.py", line 1374, in run
self.running_task.run()
File "c:\wapt\waptservice\waptservice_common.py", line 515, in run
self._run()
File "c:\wapt\waptservice\waptservice_common.py", line 960, in _run
self.result.get('errors',[])))
Exception: Erreur lors de l'installation de [u'ntic-waptupgrade']: erreurs dans les paquets [[(u'https://wapt.lepuy.local/wapt/ntic-waptupgrade_1.7.4.6165-25_all.wapt', '404 Client Error: Not Found for url: https://wapt.lepuy.local/wapt/ntic-waptupgrade_1.7.4.6165-25_all.wapt'), None], [u'ntic-waptupgrade', PackageEntry(u'ntic-waptupgrade',u'1.7.4.6165-25') , u'Traceback (most recent call last):\n File "c:\\wapt\\common.py", line 4367, in install\n raise EWaptDownloadError(\'Package file %s not downloaded properly.\' % p.filename)\nEWaptDownloadError: Package file ntic-waptupgrade_1.7.4.6165-25_all.wapt not downloaded properly.\n']]