Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JVM crashes when SSL requests

2993842Jul 17 2015 — edited Jul 22 2015

Whenever i am trying to use SSL requests with self-signed certificate my application(that uses JVM) crashes. And it generates a error report that looks something like this below. Any help will be great. Thanks in advance

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000024cf3df, pid=4564, tid=4932

#

# JRE version: Java(TM) SE Runtime Environment (7.0_72-b14) (build 1.7.0_72-b14)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.72-b04 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# j  sun.security.ec.ECKeyPairGenerator.generateKeyPair()Ljava/security/KeyPair;+67

#

# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

#

# If you would like to submit a bug report, please visit:

#   http://bugreport.sun.com/bugreport/crash.jsp

#

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2015
Added on Jul 17 2015
2 comments
2,224 views