Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.6.0.2, 1.7.0
-
None
-
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
=
java full version "1.8.0_05-b13"
=
uname -a
Linux russia 3.14.5 #1 SMP PREEMPT Mon Jun 2 22:01:15 CDT 2014 x86_64 GNU/Linux
=
cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"java version "1.8.0_05" Java(TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) = java full version "1.8.0_05-b13" = uname -a Linux russia 3.14.5 #1 SMP PREEMPT Mon Jun 2 22:01:15 CDT 2014 x86_64 GNU/Linux = cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 7 (wheezy)" NAME="Debian GNU/Linux" VERSION_ID="7" VERSION="7 (wheezy)" ID=debian ANSI_COLOR="1;31" HOME_URL=" http://www.debian.org/ " SUPPORT_URL=" http://www.debian.org/support/ " BUG_REPORT_URL=" http://bugs.debian.org/ "
Description
class HttpsConnectionTest / method createKeyStore()
try { keyToolClass = Class.forName("sun.security.tools.KeyTool"); } catch (final ClassNotFoundException e) { keyToolClass = Class.forName("com.ibm.crypto.tools.KeyTool"); }
The class "sun.security.tools.KeyTool" is not available in jdk8 so it tries to use the ibm keytool class with is not available since this is the Sun/Oracle implementation
Attachments
Issue Links
- is related to
-
TOMEE-1273 fix SslTomEETest to work with JDK 8 keytool
- Closed