OMT v22.10.015 fails to install on a clean system

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

JuergenB
Posts: 115
Joined: Thu Dec 05, 2019 9:03 pm

OMT v22.10.015 fails to install on a clean system

Post by JuergenB »

After I saw that there was a new release. I was hopeful that it would install on a current system.

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
When will there be a runtime installer that allows an installation?

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" ...
These files are not present in a fresh installation.

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.