Search found 34 matches
- Thu Apr 18, 2024 1:03 pm
- Forum: Installation & Upgrades
- Topic: Problems with some features after clean installation.
- Replies: 22
- Views: 30247
Re: Problems with some features after clean installation.
Those packages are checked by system command: rpm -q <packageName> So can you please check whether they are available at your system: > rpm -q MariaDB-server > rpm -q MariaDB-common > rpm -q MariaDB-client > rpm -q MariaDB-shared > rpm -q MariaDB-devel Example result on our servers: > rpm -q MariaDB...
- Wed Mar 13, 2024 1:00 pm
- Forum: Installation & Upgrades
- Topic: Faulty runtime editions ... 23.10.000.150 / 23.10.000.167
- Replies: 4
- Views: 7755
Re: Faulty runtime editions ... 23.10.000.150 / 23.10.000.167
Hello,
The problem with that ...-git subdirectory was fixed in the now available files.
The problem with that ...-git subdirectory was fixed in the now available files.
- Mon Jan 15, 2024 9:16 am
- Forum: Bugs, bug fixes & releases
- Topic: First GA version of OpenEMM 23.10 available
- Replies: 5
- Views: 8288
Re: First GA version of OpenEMM 23.10 available
Can you provide a screenshot of the question screen, asking for WKHMTL?
Because I rather think it is asking for a proper installation of JAVA and Apache Tomcat.
Because I rather think it is asking for a proper installation of JAVA and Apache Tomcat.
- Tue Dec 19, 2023 11:03 am
- Forum: Bugs, bug fixes & releases
- Topic: runtime 23.10.000.128 error - Permission denied in /openemm/var
- Replies: 3
- Views: 10592
Re: runtime 23.10.000.128 error - Permission denied in /openemm/var
Thank you for the error message.
This happens when the OS root user starts the initial installation of OpenEMM.
The /home/openemm/var/log will be created for openemm:openemm but the iterim directory /home/openemm/var is still created for root:root
Fixed in
OpenEMM 23.10.000.136
This happens when the OS root user starts the initial installation of OpenEMM.
The /home/openemm/var/log will be created for openemm:openemm but the iterim directory /home/openemm/var is still created for root:root
Fixed in
OpenEMM 23.10.000.136
- Fri Dec 15, 2023 11:39 am
- Forum: Bugs, bug fixes & releases
- Topic: runtime 23.10.000.131 fails to create the database
- Replies: 2
- Views: 15330
Re: runtime 23.10.000.131 fails to create the database
You are using MariaDB version "10.3.39". EMM DB update file "emm-mariadb-update-23.07.097-basic.sql" changes some db column names for later deletion like: ALTER TABLE customer_field_tbl RENAME COLUMN default_value TO bk_default_value; MariaDB changed its syntax for column renamin...
- Tue Nov 28, 2023 5:17 pm
- Forum: Installation & Upgrades
- Topic: Installation OpenSuSE Tumbleweed - 23.04 Problems
- Replies: 14
- Views: 42806
Re: Installation OpenSuSE Tumbleweed - 23.04 Problems
There is a Problem in OpenEMM Runtime package with detecting the available OpenEMM tables in the database. It says there are tables where there are none. This problem will be fixed in OpenEMM Runtime 23.10.000.216+ (and later) It is available for tests at: openemm-runtime-23.04.000.217.tar.gz https:...
- Wed Mar 08, 2023 11:50 am
- Forum: Installation & Upgrades
- Topic: Runtime 22.10.014 gives KeyError: 'openemm'
- Replies: 11
- Views: 19619
Re: Runtime 22.10.014 gives KeyError: 'openemm'
Problem is, that your system is missing the entry "openemm" in your dbcfg file which was generated initially. To solve this you may change the name in dbcfg from "emm:" to "openemm:". Alternativly you can wait for the following versions where the OMT will be fixed to co...
- Tue Mar 07, 2023 4:31 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: 17343
Re: /usr/bin/python3: can't open file '/home/openemm/tomcat10/bin/../scripts/OMT.py': [Errno 2] No such file or director
Could you please start OMT in debug modus and tell me what is the response?
Use command:
OMT.sh -debug
Use command:
OMT.sh -debug
- Tue Mar 07, 2023 4:28 pm
- Forum: Installation & Upgrades
- Topic: Runtime 22.10.014 gives KeyError: 'openemm'
- Replies: 11
- Views: 19619
Re: Runtime 22.10.014 gives KeyError: 'openemm'
Could you please start OMT in debug modus and tell me what is the response?
Use command:
OMT.sh -debug
Use command:
OMT.sh -debug
- Tue Jan 31, 2023 12:59 pm
- Forum: Bugs, bug fixes & releases
- Topic: OMT.sh did not run after upgrading to 22.10 [solved]
- Replies: 5
- Views: 12942
Re: OMT.sh did not run after upgrading to 22.10
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" and add the line with "maximumNumberOfGuiAdmins", so it should look like: ... <m...
- Tue Oct 11, 2022 1:27 pm
- Forum: Installation & Upgrades
- Topic: emm.sh from Runtime 22.04.008 breaks TOMCAT NATIVE / SSL
- Replies: 3
- Views: 8993
Re: emm.sh from Runtime 22.04.008 breaks TOMCAT NATIVE / SSL
Thank you for that info.
I will fix this missing property value (TOMCAT_NATIVE in setenv.sh) for future releases of OpenEMM.
I will fix this missing property value (TOMCAT_NATIVE in setenv.sh) for future releases of OpenEMM.
- Thu Mar 03, 2022 4:52 pm
- Forum: Installation & Upgrades
- Topic: Errornous jobs after upgrade to 21.04
- Replies: 14
- Views: 26435
Re: Errornous jobs after upgrade to 21.04
Please have a look in your db table "config_tbl". There should be an entry like (legacy, allowed for EMM version <= 21.04): class, name, value 'system', '<your hostname>.IsActive', 1 or an entry like (simplified in new version, allowed for EMM version >= 21.04): class, name, value, hostnam...
- Wed Mar 02, 2022 1:58 pm
- Forum: Installation & Upgrades
- Topic: Jobqueue Status ERROR (Overall Status ERROR) - after Upgrade 21.04 to 21.10.000.108
- Replies: 5
- Views: 11573
Re: Jobqueue Status ERROR (Overall Status ERROR) - after Upgrade 21.04 to 21.10.000.108
Please have a look in your db table "config_tbl". There should be an entry like: class, name, value, hostname jobqueue, execute, 1, null The meaning of this is, that your OpenEMM Server, no matter what is his hostname, is allowed to execute the jobqueue jobs (batchjobs). In former versions...
- Thu Jul 08, 2021 9:00 am
- Forum: Bugs, bug fixes & releases
- Topic: Solved: Preview image not updated
- Replies: 10
- Views: 21740
Re: Preview image not updated
Please make two things to find the reason for the problem of not refreshing thumbnail pictures of your mailings: 1) Check the installationpath of wkhtmltox: Use os command "> which wkhtmltoimage" Right now it seems you configured "/usr/bin/wkhtmltoimage" in your OpenEMM. Ist this...
- Fri Mar 26, 2021 10:36 am
- Forum: Installation & Upgrades
- Topic: Update Error OpenEMM 20.10.000.102 -> 20.10.000.126
- Replies: 2
- Views: 5391
Re: Update Error OpenEMM 20.10.000.102 -> 20.10.000.126
You are completely right. There is no "cust_ban_tbl" in OpenEMM. We fixed it in Version 20.10.000.148, which is available right now. The changes are made to address the problem of MySQL and MariaDB in general, that there is no difference in varchars with Umlaut and special characters. &quo...