[Resolved] Firefox 53.0.2-93 installation/update

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
IiscsiI
Messages: 7
Registration: May 25, 2016 - 09:03

May 16, 2017 - 4:45 PM

Hello everyone,

WAPT Server version: 1.3.12.13
WAPT Agent version: 1.3.9.3
WAPT Setup version: 1.3.9.3
WAPT Deploy version: 1.3.12.3

I updated the Firefox package on my console and when installing it on the PCs I get the following error message:

Code: Select all

Installing waptp-firefox
Exception: Error during install of waptp-firefox (=53.0.2-93): errors in packages [[u'waptp-firefox (=53.0.2-93)', PackageEntry('waptp-firefox','53.0.2-93')]]
Traceback (most recent call last):
  File "c:\wapt\waptservice\waptservice.py", line 2099, in run
    self.running_task.run()
  File "c:\wapt\waptservice\waptservice.py", line 1360, in pwrapper
    return func(*arg, **kwargs)
  File "c:\wapt\waptservice\waptservice.py", line 1420, in run
    self._run()
  File "c:\wapt\waptservice\waptservice.py", line 1844, in _run
    self.result.get('errors',[])))
Exception: Error during install of waptp-firefox (=53.0.2-93): errors in packages [[u'waptp-firefox (=53.0.2-93)', PackageEntry('waptp-firefox','53.0.2-93')]]
If I activate the "tray" the message "wrong version of WAPT" appears.

Did I miss a step during my update?

1 - my packages

Code: Select all

dpkg --status tis-waptserver tis-waptrepo tis-waptsetup
Package: tis-waptserver
Status: install ok installed
Priority: optional
Section: base
Maintainer: TIS <technique@tranquil-it-systems.fr>
Architecture: all
Version: 1.3.12.13
Depends: python, mongodb-server (>= 2.4.8), dialog, tis-waptrepo, python-m2crypto, python-passlib, uwsgi, uwsgi-plugin-python, python-tz, cabextract, python-netifaces, python-urllib3, python-requests
Recommends: tis-waptsetup, uwsgi-plugin-http
Description: WAPT Server for linux

Package: tis-waptrepo
Status: install ok installed
Priority: optional
Section: base
Maintainer: Tranquil-IT-Systems <admin@tranquil-it-systems.fr>
Architecture: all
Version: 1.3.12.13
Depends: python, apache2, python-requests
Description: serveur depot wapt local
Homepage: http://www.tranquil-it-systems.fr

Package: tis-waptsetup
Status: install ok installed
Priority: optional
Section: base
Maintainer: TIS <technique@tranquil-it-systems.fr>
Architecture: all
Version: 1.3.12.13
Depends: tis-waptrepo
Description: WAPT setup executable for Windows
2 - command post conf /usr/bin/python /opt/wapt/waptserver/scripts/postconf.py -> Done and OK
3 - Install the console in its new version
4 - generate a new agent.

But the console and the agent remain at version 1.3.9.3.

Thanks in advance
Last edited by IiscsiI on May 18, 2017 - 3:49 PM, edited 1 time.
Stenon
Messages: 36
Registration: June 2, 2016 - 8:04 AM

May 17, 2017 - 09:03

Hi

Have you installed the new version on your Windows computer that manages WAPT packages?
Otherwise, go to your server's web address and install it
◾WAPTSetup (for installing on management machine)
serverwapt.jpg
serverwapt.jpg (77.51 KB) Viewed 3467 times
Then you just need to generate the agent package...
IiscsiI
Messages: 7
Registration: May 25, 2016 - 09:03

May 18, 2017 - 08:43

Hello,

thank you for your reply.
I found the problem. My client update package hadn't installed correctly and was generating an "unknown" error during client installation.

I regenerated it and it's working much better now, so we can close the issue as far as I'm concerned.

Have a good day.
Locked