Runtime 22.10.023 has faulty tomcat server.xml.template

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

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

Runtime 22.10.023 has faulty tomcat server.xml.template

Post by JuergenB »

:roll:

I tried to install and run from OpenEMM Runtime 22.10.023
These release was not tested ...

After installation of this runtime, you get these annoying password queries during initial setup... :roll:
After i passed these, i was able to install the release with runtime 22.10.023, but the Application didn´t started.

OpenEMM status:
...
OpenEMM Application is not running
...

After searching the catalina.out logs, it was clear that no testing was done with this release.

The server.xml.template for tomcat 10 has duplicate entries ... and these are used for the server.xml

Code: Select all

                <Engine defaultHost="localhost" name="Catalina">
                        <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" />

                <Engine defaultHost="localhost" name="Catalina">
                        <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase" />
So if anyone get´s passed the password queries and mastered the installation, just remove the duplicate entries from

/home/openemm/tomcat10/conf/server.xml

:D
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Runtime 22.10.023 has faulty tomcat server.xml.template

Post by maschoff »

We published a new runtime version 22.10.025.
OpenEMM Maintainer
Post Reply