What I did now: - removed Tomcat services by service.bat - uninstalled all Tomcats (7 and 9) - uninstalled all Java (was only Version 11) - server reboot - Installed Java 11 (File: jdk-11.0.1_windows-x64_bin.exe) - reboot - Installed Tomcat 9 (File: apache-tomcat-9.0.13.exe) - During installation I was asked for the path to Java (field was empty). I entered the path to the root of Java 11: C:\Program Files\Java\jdk-11.0.1 - Start Service at the end of the installation
And again this error: [2018-11-27 10:56:50] [info] [ 3208] Commons Daemon procrun (1.1.0.0 64-bit) started [2018-11-27 10:56:50] [info] [ 3208] Running 'Tomcat9' Service... [2018-11-27 10:56:50] [info] [ 3060] Starting service... [2018-11-27 10:56:50] [error] [ 3060] The specified procedure could not be found. [2018-11-27 10:56:50] [error] [ 3060] Failed creating Java C:\Program Files\Java\jdk-11.0.1\bin\server\jvm.dll [2018-11-27 10:56:50] [error] [ 3060] The specified procedure could not be found. [2018-11-27 10:56:50] [error] [ 3060] ServiceStart returned 1 [2018-11-27 10:56:50] [error] [ 3060] The specified procedure could not be found. [2018-11-27 10:56:50] [info] [ 3208] Run service finished. [2018-11-27 10:56:50] [info] [ 3208] Commons Daemon procrun finished Am Di., 27. Nov. 2018 um 10:50 Uhr schrieb Andi Meister < blackpum...@googlemail.com>: > Chris, > I tried your suggestions, but it did not help. Still the same error. > I will now try a complete remove of Java and Tomcat. > Then install Java11 and after that install Tomcat9. > > Andre, > I can report that in Tomcat 7 there is no service.bat etc. > But in Tomcat 9 everything is there in the bin folder. > > Ralf > > > Am Di., 27. Nov. 2018 um 09:47 Uhr schrieb André Warnier (tomcat) < > a...@ice-sa.com>: > >> On 27.11.2018 01:49, Christopher Schultz wrote: >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA256 >> > >> > Andi, >> > >> > On 11/26/18 15:08, Andi Meister wrote: >> >> Tomorrow I will try it on an other machine with no previous Tomcat >> >> installed. But my problem is that I have to get it to run on this >> >> machine. What could I do? First uninstall all jdks and Tomcats and >> >> then install jdk11 and newest Tomcat? >> > >> > You might want to: >> > >> > 1. C:...\tomcat-7> bin\service.bat remove (optional name parameter) >> > >> > 2. C:...\tomcat-9> bin\service.bat install (optional name parameter) >> > >> > Something might be broken in the service definition, and this should >> > reset everything. Note that any of the system properties you might >> > have defined in the existing service will be wiped-out by this >> > process. So, you might want to take a few screenshots of the various >> > configuration screens if you are using anything other than the plain >> > defaults. >> > >> > Hmm... just realized that the service.bat file might not be included >> > in the "installer" bundle. You might have to grab the ZIP bundle from >> > the Tomcat downloads site to get those scripts. >> > >> > - -chris >> >> This may be the right moment to suggest that this (these ?) ZIP bundle(s) >> could be >> included by default, when running the installer (not unpacked, just >> copied along and >> dropped somewhere). For as long as I can remember (which is getting >> somewhat shorter >> these days, but still goes back to tomcat 4.x), this has been an issue >> which regularly >> crops up with the Windows versions : whenever something goes wrong, >> people are being >> referred to files that they do not have, and it always takes a while to >> explain, download >> etc.. >> It would be easier if the files were already there anyway. >> In the past, there may have been a concern for the extra size of the >> download (nowadays >> about 11 MB for each 32/64 bit version), but compared to many other >> downloads nowadays, >> this is still quite reasonable. >> (And in fact, there are many common files, so not everything would have >> to be downloaded. >> Also the 32-bit version is less useful these days.) >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >>