com.plateausystems.elms.bo.entityimport.api.EntityImportServiceException: Error in importData() at com.plateausystems.elms.bo.entityimport.impl.EntityImportServiceImpl.importData(EntityImportServiceImpl.java:416) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at com.plateausystems.elms.framework.usagestatistics.impl.UsageStatisticsInterceptor.invoke(UsageStatisticsInterceptor.java:66) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at com.plateausystems.elms.framework.authorization.impl.ServiceAuthorizationInterceptor.invoke(ServiceAuthorizationInterceptor.java:127) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at com.plateausystems.elms.framework.localization.DataLocalizationInterceptor.invoke(DataLocalizationInterceptor.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at $Proxy1286.importData(Unknown Source) at com.plateausystems.elms.framework.jobscheduling.impl.EntityImportBackgroundJob.execute(EntityImportBackgroundJob.java:75) at com.plateau.common.jobscheduling.impl.simple.SimpleJobRunnable.run(SimpleJobRunnable.java:85) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:789) Caused by: java.lang.NullPointerException at java.util.Arrays$ArrayList.(Arrays.java:2842) at java.util.Arrays.asList(Arrays.java:2828) at com.plateau.common.core.api.ValidationErrorVOX.(ValidationErrorVOX.java:66) at com.plateau.common.core.api.ValidationResultVOX.addError(ValidationResultVOX.java:91) at com.plateausystems.elms.bo.entityimport.impl.RegistrationsImportServiceHandlerImpl.addImportEntity(RegistrationsImportServiceHandlerImpl.java:235) at com.plateausystems.elms.bo.entityimport.impl.DefaultEntityImportServiceHandlerImpl.importEntity(DefaultEntityImportServiceHandlerImpl.java:45) at com.plateausystems.elms.bo.entityimport.impl.DefaultDataImportRowProcessor.processImportDataRow(DefaultDataImportRowProcessor.java:123) at sun.reflect.GeneratedMethodAccessor2888.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at $Proxy1284.processImportDataRow(Unknown Source) at com.plateausystems.elms.bo.entityimport.impl.EntityImportServiceImpl.importData(EntityImportServiceImpl.java:379) ... 22 more