Hello OL Community
I am trying to process large file (109 MB) and got error on Create Print Content Creation.
"Caused by: java.util.concurrent.ExecutionException: com.objectiflune.serverengine.rest.internal.LoggedApplicationException: There was an error running the content creation process caused by ApplicationException: Name is null (SRV000022)
at java.base/java.util.concurrent.FutureTask.report(Unknown Source)
at java.base/java.util.concurrent.FutureTask.get(Unknown Source)
... 68 common frames omitted
Caused by: com.objectiflune.serverengine.rest.internal.LoggedApplicationException: There was an error running the content creation process caused by ApplicationException: Name is null (SRV000022)
at com.objectiflune.serverengine.rest.workflow.c.call(c.java)
at com.objectiflune.core.rest.services.b.call(b.java)
at com.objectiflune.core.rest.services.b.call(b.java)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
"
When tried to increase Server and Engines memory i got error:
13:23:05.606 [0029] W3001 : Error while executing plugin: HTTP/1.1 500 An unspecified error occurred which was caused by LoggedApplicationException: There was an error running the data mapping process caused by ApplicationException: IPC communication error (DM1000020)
I don’t have any name field inside my data mapper or template which seems to be null.
I am using following settings:
Any ideas how to solve or pass through this?