You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Rahul Kurup (Jira)" <ji...@apache.org> on 2021/09/20 13:10:00 UTC

[jira] [Updated] (ATLAS-4430) After Spring upgrade to 5.3.8, getting NPE in advance search operation.

     [ https://issues.apache.org/jira/browse/ATLAS-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Kurup updated ATLAS-4430:
-------------------------------
    Description: 
Select any entity type and while searching you get below error.

 
{code:java}
Error handling a request: 14843180389abcde (ExceptionMapperUtil:32)
java.lang.NullPointerException
at org.springframework.util.StringUtils.uriDecode(StringUtils.java:764)
at org.springframework.web.util.UriUtils.decode(UriUtils.java:372)
at org.apache.atlas.web.util.Servlets.decodeQueryString(Servlets.java:218)
at org.apache.atlas.web.rest.DiscoveryREST.searchUsingDSL(DiscoveryREST.java:121){code}

  was:
Select any entity type and while searching you get below error.

 
{code:java}
Error handling a request: 14843180389abcde (ExceptionMapperUtil:32)
java.lang.NullPointerException
 at org.springframework.util.StringUtils.uriDecode(StringUtils.java:764)
 at org.springframework.web.util.UriUtils.decode(UriUtils.java:372)
 at org.apache.atlas.web.util.Servlets.decodeQueryString(Servlets.java:218)
 at org.apache.atlas.web.rest.DiscoveryREST.searchUsingDSL(DiscoveryREST.java:121)
 at org.apache.atlas.web.rest.DiscoveryREST$$FastClassBySpringCGLIB$$f8674cfd.invoke(<generated>)
 at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)
 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750)
 at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89){code}


> After Spring upgrade to 5.3.8, getting NPE in advance search operation.
> -----------------------------------------------------------------------
>
>                 Key: ATLAS-4430
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4430
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Rahul Kurup
>            Priority: Major
>
> Select any entity type and while searching you get below error.
>  
> {code:java}
> Error handling a request: 14843180389abcde (ExceptionMapperUtil:32)
> java.lang.NullPointerException
> at org.springframework.util.StringUtils.uriDecode(StringUtils.java:764)
> at org.springframework.web.util.UriUtils.decode(UriUtils.java:372)
> at org.apache.atlas.web.util.Servlets.decodeQueryString(Servlets.java:218)
> at org.apache.atlas.web.rest.DiscoveryREST.searchUsingDSL(DiscoveryREST.java:121){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)