Search found 2601 matches

by maschoff
Fri May 05, 2023 1:42 pm
Forum: Installation & Upgrades
Topic: Runtime 22.10.014 gives KeyError: 'openemm'
Replies: 11
Views: 6838

Re: Runtime 22.10.014 gives KeyError: 'openemm'

Please re-try with runtime 22.10.020.
by maschoff
Mon Apr 24, 2023 8:07 am
Forum: Using OpenEMM
Topic: Where is ConfigValue.java to configure password policy?
Replies: 3
Views: 3018

Re: Where is ConfigValue.java to configure password policy?

File dbcfg in /home/openemm/etc
by maschoff
Sun Apr 23, 2023 6:02 pm
Forum: Using OpenEMM
Topic: Where is ConfigValue.java to configure password policy?
Replies: 3
Views: 3018

Re: Where is ConfigValue.java to configure password policy?

No need to recompile, the topic you referenced also explains how to overwrite the congi value in the database.
by maschoff
Tue Mar 07, 2023 6:03 pm
Forum: Installation & Upgrades
Topic: Runtime 22.10.014 gives KeyError: 'openemm'
Replies: 11
Views: 6838

Re: Runtime 22.10.014 gives KeyError: 'openemm'

Please post the content of your dbcfg file (without password).
by maschoff
Tue Feb 07, 2023 6:48 pm
Forum: Installation & Upgrades
Topic: Template Preview showing Error OpenEMM 22.10.000.172
Replies: 2
Views: 2902

Re: Template Preview showing Error OpenEMM 22.10.000.172

"No configured database driver found" means that something is wrong with your database connection, because the OpenEMM backend can not access the database.

Maybe the database driver for Python is missing?
by maschoff
Fri Feb 03, 2023 6:41 pm
Forum: Installation & Upgrades
Topic: Runtime 22.10.014 gives KeyError: 'openemm'
Replies: 11
Views: 6838

Re: Runtime 22.10.014 gives KeyError: 'openemm'

OpenEMM does not support AlmaLinux 9 yet.
by maschoff
Sun Jan 22, 2023 12:08 am
Forum: Bugs, bug fixes & releases
Topic: Beta 22:10 New Mailing -> Error 404 Ups
Replies: 2
Views: 3169

Re: Beta 22:10 New Mailing -> Error 404 Ups

Thanks for notification, we will look into it.
by maschoff
Sun Jan 22, 2023 12:05 am
Forum: Installation & Upgrades
Topic: Login issue in openemm webportal
Replies: 1
Views: 2669

Re: Login issue in openemm webportal

You can set a new password with OMT.
by maschoff
Wed Jan 18, 2023 6:03 pm
Forum: Installation & Upgrades
Topic: /usr/bin/python3: can't open file '/home/openemm/tomcat10/bin/../scripts/OMT.py': [Errno 2] No such file or directory
Replies: 9
Views: 6334

Re: /usr/bin/python3: can't open file '/home/openemm/tomcat10/bin/../scripts/OMT.py': [Errno 2] No such file or director

Manual fix: Please change last line in shell script OMT.sh ${PYTHON} "${scriptDir}/../scripts/OMT.py" $@ to if test -e "${scriptDir}/../scripts/OMT.py"; then { ${PYTHON} "${scriptDir}/../scripts/OMT.py" $@ } else { ${PYTHON} "${scriptDir}/OMT.py" $@ } fi Or wa...
by maschoff
Wed Jan 18, 2023 2:35 pm
Forum: Installation & Upgrades
Topic: Login Error - Initial Installation
Replies: 1
Views: 2564

Re: Login Error - Initial Installation

Have you set a new PW with OMT, menu "4. Security", sub-menu 1?
by maschoff
Wed Jan 18, 2023 2:23 pm
Forum: Installation & Upgrades
Topic: Upgrade from 19.10 to latest version
Replies: 1
Views: 2482

Re: Upgrade from 19.10 to latest version

Have you tried link https://fileshare.agnitas.de/index.php/ ... P/download to install the runtime for OpenEMM 20.10 as intermediate step?