cancel
Showing results for 
Search instead for 
Did you mean: 

Order status Blank

Former Member
0 Kudos

In production some time Order status set as NULL and it is not reproducible in local. I am getting below two error when I am checking the log. java.util.NoSuchElementException: No value present INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at java.util.Optional.get(Optional.java:135) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at de.hybris.platform.promotionengineservices.promotionengine.impl.DefaultPromotionEngineService.transferPromotionsToOrder(DefaultPromotionEngineService.java:446) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at com.deere.hybris.jdb2c.core.order.strategies.impl.JdCommercePlaceOrderStrategy.placeOrder(JdCommercePlaceOrderStrategy.java:103) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at de.hybris.platform.commerceservices.order.impl.DefaultCommerceCheckoutService.placeOrder(DefaultCommerceCheckoutService.java:282) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at de.hybris.platform.acceleratorfacades.order.impl.DefaultAcceleratorCheckoutFacade.placeOrder(DefaultAcceleratorCheckoutFacade.java:69) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at de.hybris.platform.commercefacades.order.impl.DefaultCheckoutFacade.placeOrder(DefaultCheckoutFacade.java:541) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at com.deere.hybris.jdb2c.storefront.controllers.pages.SingleStepCheckoutController.placeOrder(SingleStepCheckoutController.java:1404) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at sun.reflect.GeneratedMethodAccessor2139.invoke(Unknown Source) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at java.lang.reflect.Method.invoke(Method.java:497) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) INFO | jvm 1 | main | 2017/12/14 15:05:20.524 | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:114) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:650) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:731) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:255) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$StatisticsGatewayFilter.doFilter(AbstractPlatformFilterChain.java:344) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at com.deere.hybris.jdb2c.storefront.filters.CustomerLocationRestorationFilter.doFilterInternal(CustomerLocationRestorationFilter.java:52) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at com.deere.hybris.jdb2c.storefront.filters.CartRestorationFilter.doFilterInternal(CartRestorationFilter.java:64) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at com.deere.hybris.jdb2c.storefront.filters.AnonymousCheckoutFilter.doFilterInternal(AnonymousCheckoutFilter.java:36) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 15:05:20.525 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225)

Error 2 :

SEVERE: Servlet.service() for servlet [DispatcherServlet] in context with path [/jdb2cstorefront] threw exception [Request processing failed; nested exception is de.hybris.platform.servicelayer.exceptions.ModelSavingException: org.springframework.dao.DuplicateKeyException: query; SQL []; ORA-00001: unique constraint (ADYHC1A.HYBRISTRANSUNIQUEIDX_2100) violated INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | ; nested exception is java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (ADYHC1A.HYBRISTRANSUNIQUEIDX_2100) violated INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | ] with root cause INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (ADYHC1A.HYBRISTRANSUNIQUEIDX_2100) violated INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447) INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396) INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951) INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513) INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227) INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531) INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208) INFO | jvm 1 | main | 2017/12/14 10:14:26.349 | at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1046) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1336) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3613) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3694) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1354) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.jdbcwrapper.PreparedStatementImpl.executeUpdate(PreparedStatementImpl.java:271) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.persistence.GenericBMPBean$GenericItemEntityState.storeChanges(GenericBMPBean.java:1584) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.persistence.GenericBMPBean.ejbStore(GenericBMPBean.java:306) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.tx.Transaction.executeEntityStore(Transaction.java:1602) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.tx.Transaction.executeEJBModifications(Transaction.java:1558) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.tx.Transaction.flushDelayedStore(Transaction.java:1514) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.tx.Transaction.commit(Transaction.java:676) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.tx.Transaction.finishExecute(Transaction.java:1210) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.tx.Transaction.execute(Transaction.java:1197) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.tx.Transaction.execute(Transaction.java:1152) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.jalo.Item.setAllAttributes(Item.java:2095) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.jalo.Item.setAllAttributes(Item.java:2070) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.converter.impl.ItemModelConverter.storeAttributes(ItemModelConverter.java:1729) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.converter.impl.ItemModelConverter.save(ItemModelConverter.java:826) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.wrapper.ModelWrapper.save(ModelWrapper.java:358) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.ResolvingModelPersister.saveOthers(ResolvingModelPersister.java:68) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.ResolvingModelPersister.persist(ResolvingModelPersister.java:53) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.DefaultModelService.saveViaJalo(DefaultModelService.java:1178) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.DefaultModelService.doJaloPersistence(DefaultModelService.java:739) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.DefaultModelService.persistWrappers(DefaultModelService.java:1121) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.DefaultModelService.performPersistenceOperations(DefaultModelService.java:717) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.DefaultModelService.saveAllInternal(DefaultModelService.java:711) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.DefaultModelService.saveAll(DefaultModelService.java:691) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.servicelayer.internal.model.impl.DefaultModelService.saveAll(DefaultModelService.java:659) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.commerceservices.order.impl.DefaultCommercePaymentAuthorizationStrategy.authorizePaymentAmount(DefaultCommercePaymentAuthorizationStrategy.java:79) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at de.hybris.platform.commerceservices.order.impl.DefaultCommerceCheckoutService.authorizePayment(DefaultCommerceCheckoutService.java:203) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at com.deere.hybris.jdb2c.facades.orders.impl.DefaultJdCheckoutFacade.authorizePayment(DefaultJdCheckoutFacade.java:92) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at com.deere.hybris.jdb2c.storefront.controllers.pages.SingleStepCheckoutController.placeOrder(SingleStepCheckoutController.java:1374) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at sun.reflect.GeneratedMethodAccessor2139.invoke(Unknown Source) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at java.lang.reflect.Method.invoke(Method.java:497) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:114) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) INFO | jvm 1 | main | 2017/12/14 10:14:26.350 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:650) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:731) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:255) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$StatisticsGatewayFilter.doFilter(AbstractPlatformFilterChain.java:344) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at com.deere.hybris.jdb2c.storefront.filters.CustomerLocationRestorationFilter.doFilterInternal(CustomerLocationRestorationFilter.java:52) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at com.deere.hybris.jdb2c.storefront.filters.CartRestorationFilter.doFilterInternal(CartRestorationFilter.java:64) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at com.deere.hybris.jdb2c.storefront.filters.AnonymousCheckoutFilter.doFilterInternal(AnonymousCheckoutFilter.java:36) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:121) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:157) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at com.deere.hybris.jdb2c.storefront.filters.FileUploadFilter.doFilterInternal(FileUploadFilter.java:46) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.351 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at com.deere.hybris.jdb2c.storefront.filters.UrlEncoderFilter.doFilterInternal(UrlEncoderFilter.java:74) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at com.deere.hybris.jdb2c.storefront.filters.StorefrontFilter.doFilterInternal(StorefrontFilter.java:82) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at com.deere.hybris.jdb2c.storefront.filters.cms.CMSSiteFilter.doFilterInternal(CMSSiteFilter.java:100) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at com.deere.hybris.jdb2c.storefront.filters.RequestLoggerFilter.doFilterInternal(RequestLoggerFilter.java:71) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at com.deere.hybris.jdb2c.storefront.filters.AcceleratorAddOnFilter.doFilter(AcceleratorAddOnFilter.java:90) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.SessionFilter.doFilter(SessionFilter.java:96) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.Log4JFilter.doFilter(Log4JFilter.java:44) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain$InternalFilterChain.doFilter(AbstractPlatformFilterChain.java:225) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain.doFilterInternal(AbstractPlatformFilterChain.java:155) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at com.deere.hybris.jdb2c.storefront.filters.UrlPathFilter.doFilterInternal(UrlPathFilter.java:82) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at com.deere.hybris.jdb2c.storefront.filters.AcceleratorAddOnFilter.doFilter(AcceleratorAddOnFilter.java:90) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.XSSFilter.processPatternsAndDoFilter(XSSFilter.java:342) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at de.hybris.platform.servicelayer.web.XSSFilter.doFilter(XSSFilter.java:290) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:683) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:442) INFO | jvm 1 | main | 2017/12/14 10:14:26.352 | at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1083) INFO | jvm 1 | main | 2017/12/14 10:14:26.353 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:640) INFO | jvm 1 | main | 2017/12/14 10:14:26.353 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318) INFO | jvm 1 | main | 2017/12/14 10:14:26.353 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) INFO | jvm 1 | main | 2017/12/14 10:14:26.353 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) INFO | jvm 1 | main | 2017/12/14 10:14:26.353 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) INFO | jvm 1 | main | 2017/12/14 10:14:26.353 | at java.lang.Thread.run(Thread.java:745)

Accepted Solutions (0)

Answers (0)