But unfortunately this does not work again.
Code: Select all
=============================================
= OpenEMM Maintenance Tool (OMT) v22.10.015 =
=============================================
Root mode: On
Hostname: localhost.localdomain
TypeError: argument of type 'NoneType' is not iterable
[root@localhost bin]#
Code: Select all
=============================================
= OpenEMM Maintenance Tool (OMT) v22.10.015 =
=============================================
Debug mode: On
Root mode: On
Hostname: localhost.localdomain
Traceback (most recent call last):
File "/home/openemm/tomcat10/bin/OMT.py", line 158, in <module>
main()
File "/home/openemm/tomcat10/bin/OMT.py", line 149, in main
menu.show()
File "/home/openemm/tomcat10/bin/EMT_lib/Menu.py", line 49, in show
intermediateStartMenu.show(startMenu)
File "/home/openemm/tomcat10/bin/EMT_lib/Menu.py", line 49, in show
intermediateStartMenu.show(startMenu)
File "/home/openemm/tomcat10/bin/EMT_lib/Menu.py", line 70, in show
if License.getLicenseName() != None:
File "/home/openemm/tomcat10/bin/EMT_lib/License.py", line 86, in getLicenseName
return License.getLicenseValue("licenseHolder")
File "/home/openemm/tomcat10/bin/EMT_lib/License.py", line 70, in getLicenseValue
if companyID in License.licenseProperties and licenseValueName in License.licenseProperties[companyID] and EMTUtilities.isNotBlank(License.licenseProperties[companyID][licenseValueName]):
TypeError: argument of type 'NoneType' is not iterable
Even the information from aso doesn´t work.
Code: Select all
This is some new upcoming license limitation in the EMM.
To let OpenEMM work with this problem please edit your file "openemm.emm.license.xml" in "/home/openemm/webapps/emm/WEB-INF/classes" ...
I used this installer openemm-runtime-22.10.016.tar.gz
I know that agnitas ignores AlmaLinux 9.x but the error is the same on 8.x (i didn´t test this right now).
But if there are errors in the installer code .. it won´t work at all.