Discussion:
Tomcat 9 does not work with Java 11
Andi Meister
2018-11-26 15:39:32 UTC
Permalink
Hi,


I downloaded and installed Java 11 from here:

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


Ralf
Christopher Schultz
2018-11-26 15:52:29 UTC
Permalink
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Ralf,
Post by Andi Meister
Hi,
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa
ds-5066655.html
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlv8Fr0ACgkQHPApP6U8
pFgYMg/+O3RW95N/U1ZWkk1WCkevcTHLqDQio41+LYUegvidEtzOxFb7uf1bcA8A
KhPqghGnM9cp9QEcyutQIsAEt1+YWB/d71DoKwGnewxr+K+1nF3VxCgV3gYLz5vP
k+7LtWkaQuen5nzEGkWTWIurdBhO7cgmn+rtcrVuhPFLGizlwf9EN2C4D1aaHBKl
WSkdiouBZ3O4XZ1LKiNw0HfO/wNWZ1QekvnKu7YMiucBRBMUMBCUEyy8pkUkFglx
nGi/Tx3Jr/rC+zlPNHRtbB/r5wIly6wnaVMkt90EtH727KKuRoeZtrNIc/B7xv9B
I3Co6KqxuZGVxhB3m1Zz7ag5ZAmm+11x2dhlPTClUMhMcr0mdpyar7WrYfyCky+p
kqpqyLI9YbwY+HZQZRpzTXfN+R0YNBI80/o+6Ys87ydydssu57utH5UWKSLhXU/Z
csK1uvTPjqaK10zLUfMvVXu4WScHG8f6Iw10nMrELyLsI8W4MXsHLxsnCwiWPfcH
y43+AuscZi+9Sp6dQBDv9BYq2vzxtq6wLM7jdJ4DuU83J0mF7xCktZnOC9rEsGxY
ZmejlgizAi8Sb3+fSBAomIjc7KwElvBKop2ItVgvMKbXu+gbOdsA1EUJhzsyCSR0
A93dekV3djlfkQ/rn688Bl69Oqw+Qjh87OaZplbgxRDhOjhq0fs=
=fDkT
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Andi Meister
2018-11-26 17:02:22 UTC
Permalink
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 <
Post by Christopher Schultz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Ralf,
Post by Andi Meister
Hi,
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>
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?
- -chris
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/
iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlv8Fr0ACgkQHPApP6U8
pFgYMg/+O3RW95N/U1ZWkk1WCkevcTHLqDQio41+LYUegvidEtzOxFb7uf1bcA8A
KhPqghGnM9cp9QEcyutQIsAEt1+YWB/d71DoKwGnewxr+K+1nF3VxCgV3gYLz5vP
k+7LtWkaQuen5nzEGkWTWIurdBhO7cgmn+rtcrVuhPFLGizlwf9EN2C4D1aaHBKl
WSkdiouBZ3O4XZ1LKiNw0HfO/wNWZ1QekvnKu7YMiucBRBMUMBCUEyy8pkUkFglx
nGi/Tx3Jr/rC+zlPNHRtbB/r5wIly6wnaVMkt90EtH727KKuRoeZtrNIc/B7xv9B
I3Co6KqxuZGVxhB3m1Zz7ag5ZAmm+11x2dhlPTClUMhMcr0mdpyar7WrYfyCky+p
kqpqyLI9YbwY+HZQZRpzTXfN+R0YNBI80/o+6Ys87ydydssu57utH5UWKSLhXU/Z
csK1uvTPjqaK10zLUfMvVXu4WScHG8f6Iw10nMrELyLsI8W4MXsHLxsnCwiWPfcH
y43+AuscZi+9Sp6dQBDv9BYq2vzxtq6wLM7jdJ4DuU83J0mF7xCktZnOC9rEsGxY
ZmejlgizAi8Sb3+fSBAomIjc7KwElvBKop2ItVgvMKbXu+gbOdsA1EUJhzsyCSR0
A93dekV3djlfkQ/rn688Bl69Oqw+Qjh87OaZplbgxRDhOjhq0fs=
=fDkT
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
Andi Meister
2018-11-26 17:04:13 UTC
Permalink
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 <
Post by Andi Meister
Hi Chris,
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 <
Post by Christopher Schultz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Ralf,
Post by Andi Meister
Hi,
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>
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?
- -chris
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/
iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlv8Fr0ACgkQHPApP6U8
pFgYMg/+O3RW95N/U1ZWkk1WCkevcTHLqDQio41+LYUegvidEtzOxFb7uf1bcA8A
KhPqghGnM9cp9QEcyutQIsAEt1+YWB/d71DoKwGnewxr+K+1nF3VxCgV3gYLz5vP
k+7LtWkaQuen5nzEGkWTWIurdBhO7cgmn+rtcrVuhPFLGizlwf9EN2C4D1aaHBKl
WSkdiouBZ3O4XZ1LKiNw0HfO/wNWZ1QekvnKu7YMiucBRBMUMBCUEyy8pkUkFglx
nGi/Tx3Jr/rC+zlPNHRtbB/r5wIly6wnaVMkt90EtH727KKuRoeZtrNIc/B7xv9B
I3Co6KqxuZGVxhB3m1Zz7ag5ZAmm+11x2dhlPTClUMhMcr0mdpyar7WrYfyCky+p
kqpqyLI9YbwY+HZQZRpzTXfN+R0YNBI80/o+6Ys87ydydssu57utH5UWKSLhXU/Z
csK1uvTPjqaK10zLUfMvVXu4WScHG8f6Iw10nMrELyLsI8W4MXsHLxsnCwiWPfcH
y43+AuscZi+9Sp6dQBDv9BYq2vzxtq6wLM7jdJ4DuU83J0mF7xCktZnOC9rEsGxY
ZmejlgizAi8Sb3+fSBAomIjc7KwElvBKop2ItVgvMKbXu+gbOdsA1EUJhzsyCSR0
A93dekV3djlfkQ/rn688Bl69Oqw+Qjh87OaZplbgxRDhOjhq0fs=
=fDkT
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
Mark Thomas
2018-11-26 17:34:43 UTC
Permalink
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
Post by Andi Meister
- 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 <
Post by Andi Meister
Hi Chris,
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 <
Ralf,
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
Hi,
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>
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?
-chris
Post by Andi Meister
Post by Christopher Schultz
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
M. Manna
2018-11-26 17:50:56 UTC
Permalink
Tomcat 9 doesn’t use any module that’s restricted by OOB openJDK.

It seems like a path issue to me.
Post by Mark Thomas
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
Post by Andi Meister
- zip
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.sha512
Post by Andi Meister
)
- tar.gz
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.sha512
Post by Andi Meister
)
<<<<======== this one
Am Mo., 26. Nov. 2018 um 18:02 Uhr schrieb Andi Meister <
Post by Andi Meister
Hi Chris,
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
Post by Andi Meister
Post by Andi Meister
Ralf
Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz <
Ralf,
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
Hi,
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa
Post by Andi Meister
ds-5066655.html
<
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
Post by Andi Meister
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?
-chris
Post by Andi Meister
Post by Christopher Schultz
---------------------------------------------------------------------
---------------------------------------------------------------------
Andi Meister
2018-11-26 18:51:45 UTC
Permalink
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
Post by Mark Thomas
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
Post by Andi Meister
- zip
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.sha512
Post by Andi Meister
)
- tar.gz
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.sha512
Post by Andi Meister
)
<<<<======== this one
Am Mo., 26. Nov. 2018 um 18:02 Uhr schrieb Andi Meister <
Post by Andi Meister
Hi Chris,
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
Post by Andi Meister
Post by Andi Meister
Ralf
Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz <
Ralf,
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
Hi,
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa
Post by Andi Meister
ds-5066655.html
<
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
Post by Andi Meister
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?
-chris
Post by Andi Meister
Post by Christopher Schultz
---------------------------------------------------------------------
---------------------------------------------------------------------
Mark Thomas
2018-11-26 19:32:24 UTC
Permalink
Post by Andi Meister
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
Post by Andi Meister
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
Post by Mark Thomas
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
Post by Andi Meister
- zip
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.sha512
Post by Andi Meister
)
- tar.gz
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.sha512
Post by Andi Meister
)
- 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
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.asc
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.sha512
Post by Andi Meister
)
<<<<======== this one
Am Mo., 26. Nov. 2018 um 18:02 Uhr schrieb Andi Meister <
Post by Andi Meister
Hi Chris,
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
Post by Andi Meister
Post by Andi Meister
Ralf
Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz <
Ralf,
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
Hi,
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa
Post by Andi Meister
ds-5066655.html
<
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
Post by Andi Meister
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?
-chris
Post by Andi Meister
Post by Christopher Schultz
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Andi Meister
2018-11-26 19:59:47 UTC
Permalink
Thank you.
Dies this mean that I'm doing anything correctly but it just doesn't work
on this machine maybe?

Ralf
Post by Mark Thomas
Post by Andi Meister
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
Post by Andi Meister
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
Post by Andi Meister
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
Post by Mark Thomas
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
Post by Andi Meister
- zip
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- tar.gz
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
<<<<======== this one
Am Mo., 26. Nov. 2018 um 18:02 Uhr schrieb Andi Meister <
Post by Andi Meister
Hi Chris,
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Ralf
Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz <
Ralf,
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
Hi,
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa
Post by Andi Meister
ds-5066655.html
<
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?
-chris
Post by Andi Meister
Post by Christopher Schultz
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
Andi Meister
2018-11-26 20:08:20 UTC
Permalink
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?

Ralf
Post by Andi Meister
Thank you.
Dies this mean that I'm doing anything correctly but it just doesn't work
on this machine maybe?
Ralf
Post by Mark Thomas
Post by Andi Meister
I guess the JDK that I used is not OpenJDK but Oracle JDK? That's not
the
Post by Andi Meister
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
Post by Andi Meister
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.
Post by Andi Meister
First, I installed the JDK 11 additionally and pointed the
Java-location in
Post by Andi Meister
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 <
Post by Mark Thomas
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
Post by Andi Meister
- zip
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- tar.gz
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
<<<<======== this one
Am Mo., 26. Nov. 2018 um 18:02 Uhr schrieb Andi Meister <
Post by Andi Meister
Hi Chris,
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Ralf
Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz <
Ralf,
Post by Andi Meister
Post by Andi Meister
Hi,
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa
Post by Andi Meister
ds-5066655.html
<
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
root directory.
The installer was fine with that.
But when I finally start Tomcat service, it does NOT run.
[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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
not be found.
[2018-11-26 13:36:39] [info] [ 3732] Run service finished.
What can I do to get this run?
Windows Server 2008 R2
Which Tomcat installer package did you download?
-chris
---------------------------------------------------------------------
Post by Andi Meister
Post by Mark Thomas
---------------------------------------------------------------------
---------------------------------------------------------------------
M. Manna
2018-11-26 22:57:48 UTC
Permalink
if you are moving away from Java 8, I would recommmend you install java 11
first. Oracle JDK or openJDK doesn’t matter here.

Once you do that, confirm that your JAVA_HOME env var is setup correctly (
google it if you’re not sure). The go ahead with your tomcat installation
(service or standalone). See how it works for you.

Thanks,

On Mon, 26 Nov 2018 at 20:08, Andi Meister
Post by Andi Meister
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?
Ralf
Post by Andi Meister
Thank you.
Dies this mean that I'm doing anything correctly but it just doesn't work
on this machine maybe?
Ralf
Post by Mark Thomas
Post by Andi Meister
I guess the JDK that I used is not OpenJDK but Oracle JDK? That's not
the
Post by Andi Meister
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
Post by Andi Meister
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.
Post by Andi Meister
First, I installed the JDK 11 additionally and pointed the
Java-location in
Post by Andi Meister
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 <
Post by Mark Thomas
Tomcat 9.0.13 windows installer, Open JDK 11.0.1 and Window server
2008
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
R2 work first time for me on a clean install.
This doesn't look like a Tomcat issue at this point.
Mark
Post by Andi Meister
- zip
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- tar.gz
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.asc
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.sha512
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
)
<<<<======== this one
Am Mo., 26. Nov. 2018 um 18:02 Uhr schrieb Andi Meister <
Post by Andi Meister
Hi Chris,
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Ralf
Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz <
Ralf,
Post by Andi Meister
Post by Andi Meister
Hi,
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
ds-5066655.html
<
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
root directory.
The installer was fine with that.
But when I finally start Tomcat service, it does NOT run.
[2018-11-26 13:36:39] [info] [ 3732] Running 'Tomcat9'
Service...
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
[2018-11-26 13:36:39] [info] [ 4776] Starting service...
[2018-11-26 13:36:39] [error] [ 4776] The specified procedure
could
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
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
Post by Andi Meister
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Andi Meister
not be found.
[2018-11-26 13:36:39] [info] [ 3732] Run service finished.
What can I do to get this run?
Windows Server 2008 R2
Which Tomcat installer package did you download?
-chris
---------------------------------------------------------------------
Post by Andi Meister
Post by Mark Thomas
---------------------------------------------------------------------
---------------------------------------------------------------------
Christopher Schultz
2018-11-27 00:45:06 UTC
Permalink
Christopher Schultz
2018-11-27 00:49:40 UTC
Permalink
André Warnier (tomcat)
2018-11-27 08:47:57 UTC
Permalink
Post by Christopher Schultz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Andi,
Post by Andi Meister
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?
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-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Andi Meister
2018-11-27 09:50:22 UTC
Permalink
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) <
Post by André Warnier (tomcat)
Post by Christopher Schultz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Andi,
Post by Andi Meister
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?
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.)
---------------------------------------------------------------------
Andi Meister
2018-11-27 10:08:58 UTC
Permalink
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 <
Post by Andi Meister
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) <
Post by André Warnier (tomcat)
Post by Christopher Schultz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Andi,
Post by Andi Meister
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?
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.)
---------------------------------------------------------------------
Shawn Heisey
2018-11-27 15:10:37 UTC
Permalink
This post might be inappropriate. Click to display it.
Andi Meister
2018-11-27 18:58:58 UTC
Permalink
Shawn, thank you for you hint regarding the license. I will keep an eye on
that.

And thanks for testing.

The mentioned jvm.dll IS in the location where the log tells.
And Tomcat service runs as "local system account". I did not change
anything to the default values in the installer.

Very strange...

Ralf
Post by Shawn Heisey
Post by Andi Meister
- 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)
That filename tells me you're installing the JDK from Oracle.
I have a side note for you: The license for Java from Oracle has
changed dramatically in version 11 compared to previous versions.
If your use of Oracle Java will be for commercial or production, you
have to pay Oracle a license fee for that machine. The only way you can
use their Java for free is if you're developing your application. Once
you deploy it to production running with Oracle Java 11, they expect
payment.
You might think I'm trying to pull a fast one here. I'm not. Right
there in the license mentioned on the Java download page, under the
"Further, You may not" section, is this bullet point: "use the Programs
for any data processing or any commercial, production, or internal
business purposes other than developing, testing, prototyping, and
demonstrating your Application;"
https://www.oracle.com/technetwork/java/javase/terms/license/javase-license.html
So if you want to use Java 11 for production, get OpenJDK.It is still free.
Post by Andi Meister
[2018-11-27 10:56:50] [error] [ 3060] Failed creating Java C:\Program
Files\Java\jdk-11.0.1\bin\server\jvm.dll
I downloaded Java 11 from Oracle's website, same executable filename you
mentioned, and installed it. The exact DLL path mentioned in this log
entry is there. If that DLL is there when you open the mentioned
directory ... this problem makes me wonder if maybe the Tomcat service
is running as a user that does not have permission to access that
directory location, so it cannot find the parts of Java that it needs.
Thanks,
Shawn
---------------------------------------------------------------------
Christopher Schultz
2018-11-28 18:20:44 UTC
Permalink
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Andi,
What I did now: - removed Tomcat services by service.bat -
uninstalled all Tomcats (7 and 9) - uninstalled all Java (was only
jdk-11.0.1_windows-x64_bin.exe) - reboot - Installed Tomcat 9
(File: apache-tomcat-9.0.13.exe)
32-bit or 64-bit?

If you try to launch a 64-bit JVM from a 32-bit service-running, I'm
fairly sure you'll get this type of error message.

The installer should be detecting all of that, but at this point you
are grasping at straws, anyway.

- -chris
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlv+3HwACgkQHPApP6U8
pFjk8Q//U9dks12jh8bg/zQfCfLnyeEpCzegFAB6LywTXiwjJ2/6C1ATewVtId/7
H+rWXUG95n0KSXxCDqRmZzBCjUQP7i90d+zTKyWa0qkwDL+VryKHyABkSRSOk6eR
dkg+WeR6queq/tvnE7XGs1lsjoWqmRT4Ybgnb4WHTsJ5FgIp40GVdTayoWOE/dzv
SV5NaO77guGt6XUfQdqsJmm+Cb0bhMcSQOuyl3cKceaAUFHF6bhxrVTWpbVCDB0Q
h+AkrTAc9SAWWfNHmpRzUg72wAbwza6U2KaZzDhOZjhZFel76Vb7fCkrSNritJvK
oiWBDJGXFKdO1w8Wtds/4FHEqBqkU+rsNm/qkEdMZSDj+9eHasmDg/HHv68L64Tf
PaSDV7POO4gdiggsbCtsqPH4KLpk8zRHli0uThGDf/73zYwGWqZwPnPc9p0vZh01
MeeIkZteyLFjh/PhU++vxUEJevbjCwGTI4hZn1Bs6gASwF/v5pY3Yjxx2m9Xd79G
B3VGQ/Y3QL5WUZdEomnP0BLKn2q+sZ0hmHWjRCC0rr+xjiHtuMO+IRRRdhL4jOqv
5ZgeUZL8ShlGnhi5CQiMuTsCsqY122Yt7mQBOnE9yredlfre68z/tq1nFwIoyd+z
2VFk1coXosXjv8BHU/3rd+Uz0RnRSGK9Mfe67Wnz7Qu/iZnD1mU=
=gTWT
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Esther Montes
2018-11-29 08:01:56 UTC
Permalink
Buenas noches nomás para q me deposite aki ok.npor fis

El mié., 28 de nov. de 2018 10:20 AM, Christopher Schultz <
Post by Christopher Schultz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Andi,
What I did now: - removed Tomcat services by service.bat -
uninstalled all Tomcats (7 and 9) - uninstalled all Java (was only
jdk-11.0.1_windows-x64_bin.exe) - reboot - Installed Tomcat 9
(File: apache-tomcat-9.0.13.exe)
32-bit or 64-bit?
If you try to launch a 64-bit JVM from a 32-bit service-running, I'm
fairly sure you'll get this type of error message.
The installer should be detecting all of that, but at this point you
are grasping at straws, anyway.
- -chris
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/
iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlv+3HwACgkQHPApP6U8
pFjk8Q//U9dks12jh8bg/zQfCfLnyeEpCzegFAB6LywTXiwjJ2/6C1ATewVtId/7
H+rWXUG95n0KSXxCDqRmZzBCjUQP7i90d+zTKyWa0qkwDL+VryKHyABkSRSOk6eR
dkg+WeR6queq/tvnE7XGs1lsjoWqmRT4Ybgnb4WHTsJ5FgIp40GVdTayoWOE/dzv
SV5NaO77guGt6XUfQdqsJmm+Cb0bhMcSQOuyl3cKceaAUFHF6bhxrVTWpbVCDB0Q
h+AkrTAc9SAWWfNHmpRzUg72wAbwza6U2KaZzDhOZjhZFel76Vb7fCkrSNritJvK
oiWBDJGXFKdO1w8Wtds/4FHEqBqkU+rsNm/qkEdMZSDj+9eHasmDg/HHv68L64Tf
PaSDV7POO4gdiggsbCtsqPH4KLpk8zRHli0uThGDf/73zYwGWqZwPnPc9p0vZh01
MeeIkZteyLFjh/PhU++vxUEJevbjCwGTI4hZn1Bs6gASwF/v5pY3Yjxx2m9Xd79G
B3VGQ/Y3QL5WUZdEomnP0BLKn2q+sZ0hmHWjRCC0rr+xjiHtuMO+IRRRdhL4jOqv
5ZgeUZL8ShlGnhi5CQiMuTsCsqY122Yt7mQBOnE9yredlfre68z/tq1nFwIoyd+z
2VFk1coXosXjv8BHU/3rd+Uz0RnRSGK9Mfe67Wnz7Qu/iZnD1mU=
=gTWT
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
Mark Thomas
2018-11-27 10:23:10 UTC
Permalink
<snip/>
Post by André Warnier (tomcat)
Post by Christopher Schultz
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.)
https://bz.apache.org/bugzilla/show_bug.cgi?id=56323

It wasn't back-ported to 7.0.x. I'm not aware of of causing issues in
8.5.x or 9.0.x so it could be back-ported.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Eduardo Quintanilla
2018-11-27 14:08:37 UTC
Permalink
A follow up question. When the option "Use default" is selected in the Tomcatw manager. Where is that value configured? I assumed it was JAVA_HOME.

Eduardo Quintanilla
Software Developer
Block Networks 

-----Original Message-----
From: Mark Thomas <***@apache.org>
Sent: martes, 27 de noviembre de 2018 4:23 a. m.
To: ***@tomcat.apache.org
Subject: Re: [slightly OT] Re: Tomcat 9 does not work with Java 11
<snip/>
Post by André Warnier (tomcat)
Post by Christopher Schultz
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.)
https://bz.apache.org/bugzilla/show_bug.cgi?id=56323

It wasn't back-ported to 7.0.x. I'm not aware of of causing issues in 8.5.x or 9.0.x so it could be back-ported.

Mark

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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-m
Mark Thomas
2018-11-27 14:27:06 UTC
Permalink
This post might be inappropriate. Click to display it.
Johan Compagner
2018-11-26 23:13:41 UTC
Permalink
Do you have a commercial license with Oracle so that you can use oracle's
Java 11?

Because if you just download it from oracle's site, you can't use it at all
in a production system..

But the 2 (open or Oracle) should be quite identical from Java 11 on..

Op ma 26 nov. 2018 19:52 schreef Andi Meister
Post by Andi Meister
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
Post by Mark Thomas
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
Post by Andi Meister
- zip
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.asc
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.zip.sha512
Post by Mark Thomas
Post by Andi Meister
)
- tar.gz
<
https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.asc
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gz.sha512
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.asc
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x86.zip.sha512
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.asc
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13-windows-x64.zip.sha512
Post by Mark Thomas
Post by Andi Meister
)
- 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
Post by Mark Thomas
Post by Andi Meister
(pgp
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.asc
Post by Mark Thomas
Post by Andi Meister
,
sha512
<
https://www.apache.org/dist/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.exe.sha512
Post by Mark Thomas
Post by Andi Meister
)
<<<<======== this one
Am Mo., 26. Nov. 2018 um 18:02 Uhr schrieb Andi Meister <
Post by Andi Meister
Hi Chris,
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
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Ralf
Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz <
Ralf,
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
Hi,
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa
Post by Andi Meister
ds-5066655.html
<
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
Post by Mark Thomas
Post by Andi Meister
Post by Andi Meister
Post by Christopher Schultz
Post by Andi Meister
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.
[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?
Windows Server 2008 R2
Which Tomcat installer package did you download?
-chris
Post by Andi Meister
Post by Christopher Schultz
---------------------------------------------------------------------
---------------------------------------------------------------------
Loading...