Problem with large file processing

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?

Is this reproducible every time with the same data file?

Hey @jchamel

Yes, this error is thrown using the large file all the time.

Well now i changed something inside Server Settings and got erorr:

PC Communication failure: process connection lost. (COR000500) (OUT000004) (SRV000042)
at java.base/java.util.concurrent.FutureTask.report(Unknown Source)
at java.base/java.util.concurrent.FutureTask.get(Unknown Source)
… 69 common frames omitted
Caused by: com.objectiflune.serverengine.rest.internal.LoggedApplicationException: There was an error running the output creation process caused by ApplicationException: Output creation failed: Communication error (OUT000019)
IPC Communication failure: process connection lost. (COR000500)
Communication error (OUT000019)
IPC Communication failure: process connection lost. (COR000500) (OUT000004) (SRV000042)
at com.objectiflune.serverengine.rest.workflow.m.call(m.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)
… 1 common frames omitted

On smaller file which works correctly before.

I created Technical Support Ticket and try to get some OL support help because it may be related to performace / out of memory.

1 Like