Windows Error 0xc0000005 when running JIRA
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
JIRA will stop without warning and without information logged in the normal places. The following can be found in the
The following appears in the atlassian-jira.log
:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000026da253, pid=4548, tid=5384
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b17 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# J org.apache.lucene.index.DocInverterPerField.processFields([Lorg/apache/lucene/document/Fieldable;I)V
#
# Core dump written. Default location: C:\Program Files\Atlassian\JIRA\bin\hs_err_pid4548.mdmp
#
# An error report file with more information is saved as:
# C:\Program Files\Atlassian\JIRA\bin\hs_err_pid4548.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
Diagnosis
Typically, this is only seen when running a Java 7 version earlier than 1.7_u21. Please check the version number of your Java components, found at Administration -> System Info
Cause
The cause of this issue is a low level incompatibility between Java 1.7 earlier than update 21 and certain versions of Windows.
Resolution
Install an appropriate Java version to your system
Set your JAVA_HOME variable to point at its location
ℹ️ Based on your operational needs, it is suitable to declare your JAVA_HOME in the setenv.sh file. In this case, the variable will only affect JIRA.
Was this helpful?