Page 1 of 1
[SOLVED] Error message during update-package
Published: October 25, 2022 - 2:57 PM
by parnet
Hello,
Here is the information:
Installed WAPT Server version: 2.1.2.10652 Enterprise Edition
Server: Linux CentOS 7
Administration machine: Windows 10 Pro 64-bit 21h2
I recently took over the administration of WAPT (at my workplace), and I would like to update the applications.
When I run update-package, it downloads the package correctly, but it displays an "ERROR" message in the status.
I checked with a colleague: the .wapt file is indeed downloaded to the WAPT server.
Which log file should I be looking at?
Thank you for your help,
Emmanuel
Re: Error message during update-package
Published: November 2, 2022 - 10:26 AM
by t.heroult
Hello,
when I want to debug an update-package, I launch it directly in PYScripter; the console usually provides the necessary information to understand what is wrong.
Re: Error message during update-package
Published: November 3, 2022 - 11:33 AM
by parnet
Good morning,
The application in question can be any application: 7-zip, Adobe Reader, Firefox...
So I don't think pyscripter is useful, but thanks anyway for the info.
I get another error message when I try to resign a package, change its maturity, or edit the package in the editor:
Code: Select all
EWaptBadSignature: Check_package_signature failed for ******************. Signer:******** : Issuer CA certificate countryName=FR,commonName=********* can not be found in supplied bundle
Thank you for your help
Emmanuel
Re: Error message during update-package
Published: November 8, 2022 - 4:39 PM
by dcardon
Hello Emmanuel,
for standard WAPT usage, it's not recommended to use the update-package function, but simply to download the new package from the WAPT store. To do this, you can click the "import from internet" button, then download packages newer than those you've already downloaded.
The update-package function allows you to update the package locally by downloading the update directly from the publisher's website. However, it's best to have a good understanding of how it works, because if there have been changes on the publisher's website, or if there's a network, proxy, or other issue, it might not work.
Sincerely,
Denis
Re: Error message during update-package
Published: November 16, 2022 - 10:49 AM
by dcardon
Hello,
just so you know, in the upcoming WAPT 2.3 version, we've added an option to the context menu to update the package from our store, rather than running update-package.
I'm marking this topic as resolved.
Regards,
Denis
Re: Error message during update-package
Published: November 17, 2022 - 10:42 AM
by t.heroult
dcardon wrote: ↑Nov 16, 2022 - 10:49 AM
Hello,
FYI, in the upcoming WAPT 2.3 version, we've added an option to the context menu to update the package from our store, rather than launching update-package.
I'm marking this topic as resolved.
Regards,
Denis
Good idea!