Problem creating Inventor 2021 package

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
olm
Messages: 2
Registration: February 2, 2021 - 10:48

February 2, 2021 - 10:54

Hello everyone!

We're encountering a small problem during installation after creating a package for Inventor Pro 2021.

Here's the general information
: WAPT version installed: Enterprise v 1.8.2.7334
Server OS: Debian Buster
WAPT administration OS: Windows 10 1909

Here are the logs that Python returns when we launch the installation:

Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 3877, in install_wapt
exitstatus = setup.install()
File "C:\WaptDEV\ima-setup-wapt\setup.py", line 7, in install
install_exe_if_needed("Img/Setup.exe",'/qb /I IMASONIC.ini /Trial /language fr-fr',key='Autodesk Revit Interoperability for Inventor 2021',min_version='21.0.0.376')
File "C:\Program Files (x86)\wapt\common.py", line 3831, in new_func
return func(*args,**kwargs)
File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1172, in install_exe_if_needed
run(r'"%s" %s' % (exe,silentflags),accept_returncodes=accept_returncodes,timeout=timeout,pidlist=pidlist)
File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 3713, in run
killtree(proc.pid)
File "C:\Program Files (x86)\wapt\waptutils.py", line 1576, in killtree
parent.kill()
File "C:\Program Files (x86)\wapt\lib\site-packages\psutil\__init__.py", line 311, in wrapper
return fun(self, *args, **kwargs)
File "C:\Program Files (x86)\wapt\lib\site-packages\psutil\__init__.py", line 1120, in kill
self._proc.kill()
File "C:\Program Files (x86)\wapt\lib\site-packages\psutil\_pswindows.py", line 288, in wrapper
raise AccessDenied(self.pid, self._name)
AccessDenied: psutil.AccessDenied (pid=28628)

FATAL ERROR: AccessDenied: psutil.AccessDenied (pid=28628)
Exit code: 3

despite everything, the installation is launched, and above all works. The uninstallation didn't show any issues in the logs.

Thank you in advance for your help! :)

Olivier MARCOUX
User avatar
Gaetan
Messages: 169
Registration: August 8, 2019 - 10:16
Location: Toulouse

February 3, 2021 - 2:12 PM

Hello,
is it possible to also have the package code?

Thank you
Locked