Search found 2607 matches

by maschoff
Sat Jan 15, 2022 4:45 pm
Forum: Installation & Upgrades
Topic: Errornous jobs after upgrade to 21.04
Replies: 14
Views: 13302

Re: Errornous jobs after upgrade to 21.04

I could not reproduce. Please restart OpenEMM and check the Tomcat log catalina.out in directory /home/openemm/logs for errors.
by maschoff
Wed Jan 12, 2022 8:20 pm
Forum: Using OpenEMM
Topic: OPenemm installed and not running
Replies: 2
Views: 4364

Re: OPenemm installed and not running

Please have a look at Tomcat's log catalina.out in directory /home/openemm/logs and check for error messages.
by maschoff
Wed Jan 12, 2022 8:16 pm
Forum: Using OpenEMM
Topic: Unsubscribe Button
Replies: 3
Views: 6316

Re: Unsubscribe Button

Have you had a look at the manual, chapter "Example Form: Unsubscribe"?
by maschoff
Fri Dec 17, 2021 8:54 am
Forum: Bugs, bug fixes & releases
Topic: Log4j CVE-2021-44228
Replies: 3
Views: 5494

Re: Log4j CVE-2021-44228

Because OpenEMM does not use the JMSAppender of Log4j1.
by maschoff
Mon Dec 13, 2021 12:19 pm
Forum: Bugs, bug fixes & releases
Topic: Log4j CVE-2021-44228
Replies: 3
Views: 5494

Re: Log4j CVE-2021-44228

No
by maschoff
Mon Dec 13, 2021 10:38 am
Forum: Using OpenEMM
Topic: OpenEMM not affected by Log4JRCE
Replies: 1
Views: 6754

OpenEMM not affected by Log4JRCE

JNDI support is provided by the "new" logging framework Log4J2, but OpenEMM uses the "old" version Log4J1 and does not use its JMSAppender. Therefore, OpenEMM is not affected by this security issue.
by maschoff
Mon Dec 06, 2021 11:59 am
Forum: Using OpenEMM
Topic: Password Expiration
Replies: 6
Views: 6170

Re: Password Expiration

Have a look at Install & Admin Guide 2021. If your OMT (OpenEMM Maintenance Tool) ist too old, update it to a version 21.04 or later.
by maschoff
Thu Dec 02, 2021 3:50 pm
Forum: Installation & Upgrades
Topic: How to install OpenEMM on RHEL and its forks
Replies: 22
Views: 21061

Re: How to install OpenEMM on RHEL and its forks

OpenEMM requires only user "openemm". You will find no reference to a user "console" in the documentation.
by maschoff
Wed Dec 01, 2021 1:11 pm
Forum: Bugs, bug fixes & releases
Topic: Error while trying to send campaign mailing
Replies: 9
Views: 7227

Re: Error while trying to send campaign mailing

Hm, the cleaner jobs shouldn't be executed because there is no cleaner code in OpenEMM. Try

Code: Select all

DELETE FROM job_queue_result_tbl WHERE job_id = (SELECT id FROM job_queue_tbl WHERE description = 'DBCleaner');
DELETE FROM job_queue_tbl WHERE description = 'DBCleaner';
in the OpenEMM database.
by maschoff
Fri Nov 26, 2021 10:27 pm
Forum: Installation & Upgrades
Topic: How to install OpenEMM on RHEL and its forks
Replies: 22
Views: 21061

Re: How to install OpenEMM on RHEL and its forks

You must have used an obsolete guide. The guide for OpenEMM 21.10 states explicitly that only Postfix is supported (since version 1.0.0 of the guide).
by maschoff
Fri Nov 26, 2021 8:14 pm
Forum: Installation & Upgrades
Topic: How to install OpenEMM on RHEL and its forks
Replies: 22
Views: 21061

Re: How to install OpenEMM on RHEL and its forks

I am still waiting for the version of OMT you use.
by maschoff
Fri Nov 26, 2021 8:12 pm
Forum: Installation & Upgrades
Topic: Unable to change configuration variables
Replies: 10
Views: 7302

Re: Unable to change configuration variables

I can not see the message.
by maschoff
Fri Nov 26, 2021 12:56 pm
Forum: Installation & Upgrades
Topic: How to install OpenEMM on RHEL and its forks
Replies: 22
Views: 21061

Re: How to install OpenEMM on RHEL and its forks

To reproduce your steps it would be helpful to add the OMT version you are using. For instance, I am offered to install Tomcat-Native, so there seems to be a version with a bug. Also, I never see user console in my installation, because this user is reserved for the commercial version.
by maschoff
Thu Nov 25, 2021 4:28 pm
Forum: Bugs, bug fixes & releases
Topic: Error while trying to send campaign mailing
Replies: 9
Views: 7227

Re: Error while trying to send campaign mailing

This cleaner runs only once per day. You should check back tomorrow.
by maschoff
Thu Nov 25, 2021 3:18 pm
Forum: Bugs, bug fixes & releases
Topic: Error while trying to send campaign mailing
Replies: 9
Views: 7227

Re: Error while trying to send campaign mailing

BIRT reports is not included in OpenEMM. Go to the system status page and have a look at tab "job list". If a BIRT job is included there (and marked red), you can set field deleted in job_queue_tbl. to value 1.