---
title: "Server error 500: OutOfMemoryError when navigating the panorama view"
slug: "network-request-failed-server-error-500-handler-dispatch-failed-nested-exception-is-javalangoutofmemoryerror-java-heap-space"
tags: ["Error message"]
updated: 2026-06-08T11:11:00Z
published: 2026-06-08T11:11:00Z
canonical: "knowledge.navvis.com/network-request-failed-server-error-500-handler-dispatch-failed-nested-exception-is-javalangoutofmemoryerror-java-heap-space"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.navvis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Server error 500: OutOfMemoryError when navigating the panorama view

When you navigate the panorama view in NavVis IVION, the following error appears:

`Network request failed: Server Error (500) Handler dispatch failed; nested exception is java.lang.OutOfMemoryError: Java heap space`

**Cause:** One or more POIs contain embedded images in the description field. NavVis IVION enforces a 40 MB maximum content size limit for POI descriptions. When a POI exceeds this limit, NavVis IVION attempts to download the full content and runs out of memory.

This issue commonly occurs when POIs are imported via JSON, CSV, or the REST API, where embedded images are not automatically extracted and uploaded as separate files.

> **Note:** When you add content to a POI using the POI Editor in NavVis IVION, embedded images are extracted automatically and stored as separate files. This automatic extraction does not apply to POIs imported via JSON, CSV, or the REST API.

## Resolution

1. Open the POI that contains embedded images.
2. Remove the embedded images from the description field.
3. Do one of the following:
  - Upload the images directly to the POI using the POI Editor.
  - Host the images externally and add a link to them in the POI description. ![Editing interface showing 'ERASE DETECTOR 04' and options to add media files.](https://cdn.document360.io/bf174766-fa1a-4fe1-a4d7-b1db1e7cb996/Images/Documentation/image-1780917038478.png)
4. Save the POI and confirm the error no longer appears.
