My Oracle Support Banner

Client Disbursement Produces 'Java.Lang.NullPointerException' Stack Trace (Doc ID 2910131.1)

Last updated on NOVEMBER 18, 2022

Applies to:

Oracle Insurance Policy Administration J2EE - Version 11.3.1.1 and later
Information in this document applies to any platform.

Symptoms

On : 11.3.1.1 version, General

During the processing of a Client Disbursement, the following error occurs.

ERROR
-----------------------
Error Message : com.adminserver.utl.exception.AsExceptionUtl: java.lang.RuntimeException: java.lang.NullPointerException

java.lang.RuntimeException: com.adminserver.utl.exception.AsExceptionUtl: java.lang.RuntimeException: java.lang.NullPointerException
at com.adminserver.pas.uip.aspects.UipExtensibilityAspect.extendUipMethod(UipExtensibilityAspect.java:65)
at com.adminserver.pas.uip.ClientActivityUip.processProcessAction(ClientActivityUip.java:774)
at com.oracle.pas.page.ClientActivityPage.processProcessAction(ClientActivityPage.java:73)
at com.oracle.pas.service.delegate.ClientActivityServiceDelegate.processProcessAction(ClientActivityServiceDelegate.java:90)
at com.oracle.pas.service.ClientActivityService.processProcessAction(ClientActivityService.java:59)
at sun.reflect.GeneratedMethodAccessor11670.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)


STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Run an Activity to create a balanced Disbursement for a Client.
Ex:

<Disbursement METHOD="Balanced" OVERRIDEABLE="Yes" APPROVALSTATUS="DisbursementApproval" APPROVAL="Yes" DisbursementType="DisbursementType" RECOVERABLE="Yes" TAXABLEAMOUNT="DisbursementTaxableAmount">
<AddressDisplay TYPE="GUID">DisbursementAddress</AddressDisplay>
<DisbursementClient TYPE="GUID" DISBURSEMENTAMOUNT="DisbursementAmount">DisbursementClient</DisbursementClient>
<DisbursementFields>
<DisbursementField>
<From>Plan:LawsonCashCompany</From>
<To>CompanyCode</To>
<DataType>Text</DataType>
</DisbursementField>
<DisbursementField>
<From>DisbursementReason</From>
<To>DisbursementReason</To>
<DataType>Text</DataType>
</DisbursementField>
<DisbursementField>
<From>Initial</From>
<To>DisbursementRequestStatus</To>
<DataType>Text</DataType>
</DisbursementField>
<DisbursementField>
<From>DisbursementReference</From>
<To>ReferenceNumber</To>
<DataType>Text</DataType>
</DisbursementField>
<DisbursementField>
<From>AttachmentCount</From>
<To>AttachmentCount</To>
<DataType>Integer</DataType>
</DisbursementField>
</DisbursementFields>
<WithholdingFields>FederalWithheldAmountCurrency,StateWithheldAmountCurrency</WithholdingFields>
</Disbursement>



Cause

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
Symptoms
Cause
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.