Page 1 of 1

Runtime 22.10.023 has faulty tomcat server.xml.template

Posted: Mon May 29, 2023 7:12 pm
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

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

Posted: Wed May 31, 2023 4:50 pm
by maschoff
We published a new runtime version 22.10.025.