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: 140
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.
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: OMT v22.10.015 fails to install on a clean system

Post by maschoff »

Please re-try with runtime version 22.10.025.
OpenEMM Maintainer
JuergenB
Posts: 140
Joined: Thu Dec 05, 2019 9:03 pm

Re: OMT v22.10.015 fails to install on a clean system

Post by JuergenB »

Same problem with installler openemm-runtime-23.04.016.tar.gz

The release was not tested ...

Code: Select all

[root@localhost home]# grep -ir "variables.scss" *
openemm/tomcat10/logs/catalina.out:2023-06-14 10:12:45,767: ERROR [http-nio-8080-exec-3] com.agnitas.web.CssServlet - Exception: /home/openemm/release/emm/openemm-gui-23.04.000.116/assets/sass/boot/variables.scss (No such file or directory)
openemm/tomcat10/logs/catalina.out:java.io.FileNotFoundException: /home/openemm/release/emm/openemm-gui-23.04.000.116/assets/sass/boot/variables.scss (No such file or directory)
openemm/tomcat10/logs/webapps/emm.log:2023-06-14 10:12:45,767: ERROR [http-nio-8080-exec-3] com.agnitas.web.CssServlet - Exception: /home/openemm/release/emm/openemm-gui-23.04.000.116/assets/sass/boot/variables.scss (No such file or directory)
openemm/tomcat10/logs/webapps/emm.log:java.io.FileNotFoundException: /home/openemm/release/emm/openemm-gui-23.04.000.116/assets/sass/boot/variables.scss (No such file or directory)
openemm/tomcat10/logs/webapps/emm_error.log:2023-06-14 10:12:45,767: ERROR [http-nio-8080-exec-3] com.agnitas.web.CssServlet - Exception: /home/openemm/release/emm/openemm-gui-23.04.000.116/assets/sass/boot/variables.scss (No such file or directory)
openemm/tomcat10/logs/webapps/emm_error.log:java.io.FileNotFoundException: /home/openemm/release/emm/openemm-gui-23.04.000.116/assets/sass/boot/variables.scss (No such file or directory)

Code: Select all

Current menu: Show OpenEMM status

OpenEMM status:
Operating System (OS): Alma 8
Python version: 3.9.16
Postfix Version: 3.5.8
Database client version: /usr/bin/mysql  Ver 15.1 Distrib 10.3.35-MariaDB, for Linux (x86_64) using readline 5.1
Database Connection: OK
System-Time: 2023-06-14 10:23:13
System-Time-DB: 2023-06-14 10:23:13
Database version: MariaDB 10.3.35-MariaDB
OpenEMM database structure exists (Version 23.04.188)
Database table emm_db_errorlog_tbl: OK
Jobqueue status: OK
DKIM keys available for domains: None
Java version: 11.0.14.1 (Oracle)
Tomcat version: 10.0.20.0
Tomcat-Native version: 1.2.30
Wkhtml version: wkhtmltopdf 0.12.6.1 (with patched qt)
OpenEMM Application is running (Tomcat ProcessID: 12327, started at: 10:12 0:53)
OpenEMM Backend ok: once
OpenEMM Backend running: mailout, update, trigger, generate, mta, pickdist, slrtscn, direct-path, bav-update, bavd, bav, mlcontrol
Frontend application integrity: ERROR
Statistics application integrity: ERROR
Webservices application integrity: ERROR
Post Reply