cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

checkout NullPointerException

Former Member
0 Kudos
333

Hello. Got this problem when redirect to checkout.

util:map id="checkoutFlowGroupMap"> is defined. Any ideas how to fix it or why mb this issue caused ? Thx.

SEVERE: Servlet.service() for servlet [DispatcherServlet] in context with path [/store] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause INFO | jvm 1 | main | 2017/08/30 16:12:27.413 | java.lang.NullPointerException INFO | jvm 1 | main | 2017/08/30 16:12:27.413 | at de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps.AbstractCheckoutStepController.addCheckoutStepsToModel(AbstractCheckoutStepController.java:115) INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps.AbstractCheckoutStepController$$FastClassBySpringCGLIB$$69171a2a.invoke() INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at de.hybris.merchandise.storefront.controllers.pages.checkout.steps.MultiStepCheckoutController$$EnhancerBySpringCGLIB$$eb2849d5.addCheckoutStepsToModel() INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | main | 2017/08/30 16:12:27.414 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at java.lang.reflect.Method.invoke(Method.java:498) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at org.springframework.web.method.annotation.ModelFactory.invokeModelAttributeMethods(ModelFactory.java:136) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at org.springframework.web.method.annotation.ModelFactory.initModel(ModelFactory.java:109) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:753) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) INFO | jvm 1 | main | 2017/08/30 16:12:27.415 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:967) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:858) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:620) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:843) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | main | 2017/08/30 16:12:27.416 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:256)

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

There will be checkout flow group map defined in "multi-step-checkout-config.xml" of your custom storefront extension,verify whether it is configured.