openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #00192
[Bug 223898] Re: GlassFish attempts to reuse defined trustStore values in open6
*** This bug is a duplicate of bug 224455 ***
https://bugs.launchpad.net/bugs/224455
Resolved fix for by icedtea bug : http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=150
http://icedtea.classpath.org/hg/icedtea6/rev/d86e9eb1fa7d
Included in openjdk-6 via
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/224455
** This bug has been marked a duplicate of bug 224455
open jdk 6 truststore points to privileged access area
--
GlassFish attempts to reuse defined trustStore values in open6
https://bugs.launchpad.net/bugs/223898
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu (via bug 224455).
Status in Source Package "glassfishv2" in Ubuntu: New
Bug description:
Binary package hint: glassfishv2
During create and/or start of domain, GlassFish attempts to populate/use value defined in javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword. The server makes an assumption that the values are null or were provided by it.
Results in keytool error: java.io.IOException: Invalid keystore format and/or
ISE : keystore was tampered with or pasword is incorrect.
For open6 implementation, these system properties are defined by the implementation causing the above errors.
Upstream fix is in process.