My Oracle Support Banner

TCC: LUDS Net-Change error - The update (only) operation was selected, however the entity was not found in the product.;java.lang.NullPointerException (Doc ID 2823572.1)

Last updated on JANUARY 26, 2023

Applies to:

Oracle Taleo Platform Cloud Service - Connect - Version 20B and later
Information in this document applies to any platform.

Goal

 When trying to delete User Defined Selection list Elements, the following error is present in the TCC Result file:

UDSElement|delete|Element,UDS_EXAMPLE|"error"|"udselement.update"||"The update (only) operation was selected, however the entity was not found in the product.;java.lang.NullPointerException

 In the TCC Console profile the following more complex error is present:

<Content xmlns="http://www.taleo.com/ws/integration/toolkit/2005/07">
<ImportResult>
<Record>
<Index>1</Index>
<Identifier>UDSElement|delete|Element,UDS_EXAMPLE</Identifier>
<Status>error</Status>
<TransactionType>udselement.update</TransactionType>
<ExceptionInfo>
<ExceptionMessage>java.lang.NullPointerException</ExceptionMessage>
<ExceptionStackTrace>com.taleo.integration.toolkit.core.exception.ApplicationServiceException
at com.taleo.integration.toolkit.akira.service.immigration.DefaultIntegrationAsyncImportService.processRecord(DefaultIntegrationAsyncImportService.java:323)
at com.taleo.integration.toolkit.service.document.BaseIntegrationRecordService.processRecords(BaseIntegrationRecordService.java:676)
at com.taleo.integration.toolkit.service.document.BaseIntegrationRecordService.execute(BaseIntegrationRecordService.java:350)
at sun.reflect.GeneratedMethodAccessor14800.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.taleo.argus.internal.manager.ArgusSubjectManager.invokeMethod(ArgusSubjectManager.java:425)
at com.taleo.akira.service.PublicServiceInterceptor.invoke(PublicServiceInterceptor.java:362)
at com.taleo.akira.service.PublicServiceInterceptor.invoke(PublicServiceInterceptor.java:195)
at com.sun.proxy.$Proxy1380.execute(Unknown Source)
at com.taleo.integration.toolkit.core.thread.IntegrationMessageRunner.processIncoming(IntegrationMessageRunner.java:1064)
at com.taleo.integration.toolkit.core.thread.IntegrationMessageRunner.processDocument(IntegrationMessageRunner.java:879)
at com.taleo.integration.toolkit.core.thread.IntegrationMessageRunner.runMessage(IntegrationMessageRunner.java:736)
at com.taleo.integration.toolkit.core.thread.IntegrationMessageRunner$1.run(IntegrationMessageRunner.java:586)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:549)
at com.taleo.akira.security.context.Utilities.doAs(Utilities.java:47)
at com.taleo.integration.toolkit.core.thread.IntegrationMessageRunner.runSecure(IntegrationMessageRunner.java:597)
at com.taleo.integration.toolkit.core.thread.IntegrationRunnable.runIt(IntegrationRunnable.java:173)
at com.taleo.akira.context.ContextualizedRunnable.tryVPD(ContextualizedRunnable.java:513)
at com.taleo.akira.context.ContextualizedRunnable.tryCatchException(ContextualizedRunnable.java:486)
at com.taleo.akira.context.ContextualizedRunnable.tryContext(ContextualizedRunnable.java:466)
at com.taleo.akira.context.ContextualizedRunnable.run(ContextualizedRunnable.java:439)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.taleo.akira.service.entity.EntityServiceUtils.findEntity(EntityServiceUtils.java:324)
at com.taleo.functionalcomponent.talent.service.udselement.DefaultUDSElementImportService.update(DefaultUDSElementImportService.java:125)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.taleo.argus.internal.manager.ArgusSubjectManager.invokeMethod(ArgusSubjectManager.java:425)
at com.taleo.akira.service.PublicServiceInterceptor.invoke(PublicServiceInterceptor.java:362)
at com.taleo.akira.service.PublicServiceInterceptor.invoke(PublicServiceInterceptor.java:195)
at com.sun.proxy.$Proxy2814.update(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.taleo.akira.util.ReflectionUtils.invoke(ReflectionUtils.java:655)
at com.taleo.integration.toolkit.akira.service.util.DocumentRequestHelper.invokeServiceMethod(DocumentRequestHelper.java:442)
at com.taleo.integration.toolkit.akira.service.immigration.DefaultIntegrationAsyncImportService.processEntityOperation(DefaultIntegrationAsyncImportService.java:609)
at com.taleo.integration.toolkit.akira.service.immigration.DefaultIntegrationAsyncImportService.processImportRecord(DefaultIntegrationAsyncImportService.java:417)
at com.taleo.integration.toolkit.akira.service.immigration.DefaultIntegrationAsyncImportService.processRecord(DefaultIntegrationAsyncImportService.java:303)
... 23 more</ExceptionStackTrace>
</ExceptionInfo>
<Errors>
<Error>The update (only) operation was selected, however the entity was not found in the product.</Error>
</Errors>
</Record>
</ImportResult>
</Content>

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.