Fatal error when creating a thematic world map

2141
1
01-29-2016 10:39 AM
GeoffreyZhang
New Contributor

Hello,

I am seeking helps in creating thematic maps. I wanted to create a thematic map for selected countries by following the sample code in ArcGIS JAVA runtime SDK (RenderingApp.java). Basically, what I would like to achieve is to fill a color for a country area. The program runs okay for countries with a small/medium area like Peru, Belize, Bermuda. But for countries like Canada, a fatal error occurs every time:

#

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

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007feeac9c3f9, pid=7612, tid=7536

#

# JRE version: Java(TM) SE Runtime Environment (8.0_65-b17) (build 1.8.0_65-b17)

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

# Problematic frame:

# C  [msvcr120.dll+0x3c3f9]

#

# 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.java.com/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#

Any suggestion on how to fix this is greatly appreciated!

Thanks,

0 Kudos
1 Reply
BatbayarBazarragchaa
New Contributor III

Did you increase your JVM heap size something like following?

-J-Xms128m -J-Xmx768m

0 Kudos