vasanth
I'm new here

ElementValidationReportsException while release the entity

Jump to solution

Hello,

I got the below exception. I have checked the Entity's Form But there is no RULES defined in the rules tab. We are using FS 5.1.106 server.

Do you have any idea about this.

Code:

if (isReleased)

            {

                Logging.logInfo("Before releasing content", LOGGER);

                storeElement.release(entity);

    }

Exception:

de.espirit.firstspirit.agency.ElementValidationReportsException

    at de.espirit.firstspirit.store.access.ElementsValidationCollector.throwIfInvalid(ElementsValidationCollector.java:70)

    at de.espirit.firstspirit.store.access.contentstore.DatasetImpl.validate(DatasetImpl.java:1184)

    at de.espirit.firstspirit.store.access.contentstore.DatasetImpl.release(DatasetImpl.java:1058)

    at de.espirit.firstspirit.store.access.contentstore.Content2Impl.release(Content2Impl.java:318)

    at de.espirit.firstspirit.store.access.contentstore.Content2Impl.release(Content2Impl.java:312)

    at de.espirit.ps.bosch.hrssckm.helper.ContentReleaseHelper.releaseContent(ContentReleaseHelper.java:139)

    at de.espirit.ps.bosch.hrssckm.workflow.Release.doRelease(Release.java:96)

    at de.espirit.ps.bosch.hrssckm.workflow.Release.doRelease(Release.java:58)

    at de.espirit.ps.bosch.hrssckm.workflow.Release.execute(Release.java:178)

    at de.espirit.firstspirit.client.gui.applications.ApplicationTabRegistry$IdentifiableExecutable.execute(ApplicationTabRegistry.java:119)

    at de.espirit.firstspirit.server.taskmanagement.TaskImpl.doTransition(TaskImpl.java:1089)

    at de.espirit.firstspirit.server.taskmanagement.TaskImpl.doAutomaticActivities(TaskImpl.java:1526)

    at de.espirit.firstspirit.server.taskmanagement.TaskImpl.doTransition(TaskImpl.java:1158)

    at de.espirit.firstspirit.server.taskmanagement.TaskImpl.doTransition(TaskImpl.java:1025)

    at de.espirit.firstspirit.workflow.WorkflowAgentImpl$TransitionRunnable.run(WorkflowAgentImpl.java:686)

    at de.espirit.firstspirit.client.gui.util.GuiUtil$RunnableWrapper.run(GuiUtil.java:1953)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

Regards,

Vasandharaj M.

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
feddersen
Community Manager
Community Manager

Re: ElementValidationReportsException while release the entity

Jump to solution

Have you checked nested templates as well? The entity might contain an FS_LIST or a DOM component that makes use of linktemplates.

View solution in original post

0 Kudos
2 Replies
feddersen
Community Manager
Community Manager

Re: ElementValidationReportsException while release the entity

Jump to solution

Have you checked nested templates as well? The entity might contain an FS_LIST or a DOM component that makes use of linktemplates.

0 Kudos
MichaelaReydt
Community Manager
Community Manager

Re: ElementValidationReportsException while release the entity

Jump to solution

Hello Vasandharaj,

is your question still open or did Christoph's reply allready help you? If so it would be great, if you mark his "correct answer".

Best regards

Michaela

0 Kudos