Introduction:
When using InTime to import data from InTime Server, you encounter an error message:
Error receiving results from server. Errors: JSON Parser error: Failed to determine end of JSON data. JSON: "
or similar.
This is because the Java Virtual Machine (JVM) heap memory for the Java client is insufficient for the size of the data being imported.
Resolution:
Edit the file <session_path>/.plunify/plunify.ini.
- Find the group [intime] or create a new one if it cannot be found.
- Add the following lines to allocate additional heap memory:
[intime] Xms_importdbdownload=1024m Xmx_importdbdownload=4096m
Applies to:
- Linux Operating System
- Windows Operating System
Knowledge Base ID: 202203161 - Last Review: Mar 16 2022 - Revision: 1.0