-----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

> Am Mo., 26. Nov. 2018, 20:59 hat Andi Meister
> <blackpum...@googlemail.com> geschrieben:
> 
>> Thank you. Dies this mean that I'm doing anything correctly but
>> it just doesn't work on this machine maybe?
>> 
>> Ralf
>> 
>> 
>> Am Mo., 26. Nov. 2018, 20:32 hat Mark Thomas <ma...@apache.org> 
>> geschrieben:
>> 
>>> On 26/11/2018 18:51, Andi Meister wrote:
>>>> I guess the JDK that I used is not OpenJDK but Oracle JDK?
>>>> That's not
>>> the
>>>> same isn't it?
>>> 
>>> They aren't identical but the differences aren't in any areas
>>> that would impact this issue. Tomcat works happily with both.
>>> 
>>> Mark
>>> 
>>> 
>>>> 
>>>> 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-to
mcat-9.0.13.zip
>>>>>>
>>>>>>
>>> 
(pgp
>>>>>> <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-9.0.13.zip.asc
>>>>>>
>>> 
,
>>>>>> sha512 <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-9.0.13.zip.sha512
>>>>>>
>>> 
)
>>>>>> 
>>>>>> - tar.gz <
>>>>> 
>>> https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-to
mcat-9.0.13.tar.gz
>>>>>>
>>>>>>
>>> 
(pgp
>>>>>> <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-9.0.13.tar.gz.asc
>>>>>>
>>> 
,
>>>>>> sha512 <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-9.0.13.tar.gz.sha512
>>>>>>
>>> 
)
>>>>>> 
>>>>>> - 32-bit Windows zip <
>>>>> 
>>> https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-to
mcat-9.0.13-windows-x86.zip
>>>>>>
>>>>>>
>>> 
(pgp
>>>>>> <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-9.0.13-windows-x86.zip.asc
>>>>>>
>>> 
,
>>>>>> sha512 <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-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-to
mcat-9.0.13-windows-x64.zip
>>>>>>
>>>>>>
>>> 
(pgp
>>>>>> <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-9.0.13-windows-x64.zip.asc
>>>>>>
>>> 
,
>>>>>> sha512 <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-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-to
mcat-9.0.13.exe
>>>>>>
>>>>>>
>>> 
(pgp
>>>>>> <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-9.0.13.exe.asc
>>>>>>
>>> 
,
>>>>>> sha512 <
>>>>> 
>>> https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomca
t-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-to
mcat-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-dow
nloa
>>>>>>
>>>>> 
ds-5066655.html
>>>>>> <
>>>>> 
>>> https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downl
oads-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
>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
>>> --------------------------------------------------------------------
- -
>>>
>>> 
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>> 
>>> 
> 
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlv8lKQACgkQHPApP6U8
pFh0SxAAuoKA/Vk3GuU0J3Me4ob60cb6msTgshMfCfN6W52HO5QQcVAlE4TL8vY5
dNhU3+QX7ehOIaVyW6CNZnjUiqZWixol7JhzVf/JBYYZfcXMUlIZX3CCSr5XubOd
PAKXHFItUhCeaOcWqDA1CZFkeXHSCrm14ZwzXjI8sTuH2rb34XUo9s3CPP0yoZ8b
zUdnRFptRYiROmoxnnArfzKTBajxBtV5T8Orq8yZe8IE8YWBKc3GlDRPIHRAQZx7
VxaloruC6yjX0LGAlMsW3KRWKvDHR4v6QeTuKPHcFNPfLiCq/OcjEOFQXoGAy/JE
qRnRECGTacWgeXhCLfITSg44aXMtJEUarKZHBjG7OJpbfo8lMJZDj8VEUtk92aj9
2UKumB7Ywrs+ANmIrZ8JqHnWPlwpHpGTwhYhUhiM1YRxIl9dEAeU1LPEB4gI9fvv
jSd6oOyHpZN4c2nKq+24VVVfz+YBdP5Yr2q1GfrkZkQ/SZgsYVo3XJkqb9znDDm4
DIdLQRnvWiCwNed69ohxnGyErVlEG3HwLrOd4P3h4PiDV4RfLiyzSN6fzKDC2Npy
ZPd+u22SkkLGRx2MctC1g5K0lvLuLNr+bmG/rq6ec2sid5mDpJglGE22UFIQQkhz
5cNxZbOGX0MZzXrHe12V/8ectSqjo3M0NLGZhaGbf9lljT3JFjA=
=Y9s0
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to