I guess the JDK that I used is not OpenJDK but Oracle JDK? That's not the same isn't it?
There is a pre-story to that. Maybe there is the reason?! On this server there was installed: JRE 1.6 and Tomcat 7 - running for years. Now there is an update planned to Java 11 and I have to check if it runs. First, I installed the JDK 11 additionally and pointed the Java-location in Tomcat 7 configuration app to the new /bin/server/jvm.dll. Same error as now. Then I uninstalled Tomcat 7 and JRE 6. Then installed Tomcat 9. Error... Ralf Am Mo., 26. Nov. 2018 um 18:34 Uhr schrieb Mark Thomas <ma...@apache.org>: > Tomcat 9.0.13 windows installer, Open JDK 11.0.1 and Window server 2008 > R2 work first time for me on a clean install. > > This doesn't look like a Tomcat issue at this point. > > Mark > > > > On 26/11/2018 17:04, Andi Meister wrote: > > more detailled: > > 9.0.13 Core: > > > > - zip > > < > https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip > > > > (pgp > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.asc > >, > > sha512 > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.sha512 > >) > > > > - tar.gz > > < > https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz > > > > (pgp > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.asc > >, > > sha512 > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.sha512 > >) > > > > - 32-bit Windows zip > > < > https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip > > > > (pgp > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.asc > >, > > sha512 > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.sha512 > >) > > > > - 64-bit Windows zip > > < > https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip > > > > (pgp > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.asc > >, > > sha512 > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.sha512 > >) > > > > - 32-bit/64-bit Windows Service Installer > > < > https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe > > > > (pgp > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.asc > >, > > sha512 > > < > https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.sha512 > >) > > <<<<======== this one > > > > > > Am Mo., 26. Nov. 2018 um 18:02 Uhr schrieb Andi Meister < > > blackpum...@googlemail.com>: > > > >> Hi Chris, > >> > >> this one: > >> 32-bit/64-bit Windows Service Installer > >> < > https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe > > > >> > >> Ralf > >> > >> > >> Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz < > >> ch...@christopherschultz.net>: > >> > > Ralf, > > > > On 11/26/18 10:39, Andi Meister wrote: > >>>>> Hi, > >>>>> > >>>>> > >>>>> I downloaded and installed Java 11 from here: > >>>>> > >>>>> > https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa > > ds-5066655.html > > < > https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html > > > >>>>> > >>>>> > >>>>> > >>>>> Then I downloaded and installed Tomcat 9 Windows service > >>>>> executable. > >>>>> > >>>>> > >>>>> During installation I was asked for the path to JRE. > >>>>> > >>>>> Java 11 does not contain a JRE anymore, so I pointed to the Java 11 > >>>>> root directory. > >>>>> > >>>>> The installer was fine with that. > >>>>> > >>>>> > >>>>> But when I finally start Tomcat service, it does NOT run. > >>>>> > >>>>> In commons_deamon.log I see this error message: > >>>>> > >>>>> > >>>>> [2018-11-26 13:36:39] [info] [ 3732] Running 'Tomcat9' Service... > >>>>> > >>>>> [2018-11-26 13:36:39] [info] [ 4776] Starting service... > >>>>> > >>>>> [2018-11-26 13:36:39] [error] [ 4776] The specified procedure could > >>>>> not be found. > >>>>> > >>>>> [2018-11-26 13:36:39] [error] [ 4776] Failed creating Java > >>>>> C:\Program Files\Java\jdk-11.0.1\bin\server\jvm.dll > >>>>> > >>>>> [2018-11-26 13:36:39] [error] [ 4776] The specified procedure could > >>>>> not be found. > >>>>> > >>>>> [2018-11-26 13:36:39] [error] [ 4776] ServiceStart returned 1 > >>>>> > >>>>> [2018-11-26 13:36:39] [error] [ 4776] The specified procedure could > >>>>> not be found. > >>>>> > >>>>> [2018-11-26 13:36:39] [info] [ 3732] Run service finished. > >>>>> > >>>>> > >>>>> > >>>>> What can I do to get this run? > >>>>> > >>>>> > >>>>> Operating System: > >>>>> > >>>>> Windows Server 2008 R2 > > > > Which Tomcat installer package did you download? > > > > -chris > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > >>> For additional commands, e-mail: users-h...@tomcat.apache.org > >>> > >>> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >