Advertisement
ndkhoiits

error

Jan 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.89 KB | None | 0 0
  1. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.217 | Jan 16, 2018 6:03:45 PM org.apache.catalina.core.StandardWrapperValve invoke
  2. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.217 | SEVERE: Servlet.service() for servlet [DispatcherServlet] in context with path [] threw exception
  3. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.217 | org.springframework.data.redis.serializer.SerializationException: Cannot serialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to serialize object using DefaultSerializer; nested exception is java.io.NotSerializableException: de.hybris.platform.assistedservicestorefront.security.impl.AssistedServiceAgentPrincipal
  4. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.data.redis.serializer.JdkSerializationRedisSerializer.serialize(JdkSerializationRedisSerializer.java:92)
  5. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.data.redis.core.AbstractOperations.rawHashValue(AbstractOperations.java:168)
  6. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.data.redis.core.DefaultHashOperations.putAll(DefaultHashOperations.java:129)
  7. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.data.redis.core.DefaultBoundHashOperations.putAll(DefaultBoundHashOperations.java:86)
  8. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.session.data.redis.RedisOperationsSessionRepository$RedisSession.saveDelta(RedisOperationsSessionRepository.java:778)
  9. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.session.data.redis.RedisOperationsSessionRepository$RedisSession.access$000(RedisOperationsSessionRepository.java:670)
  10. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.session.data.redis.RedisOperationsSessionRepository.save(RedisOperationsSessionRepository.java:388)
  11. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.session.data.redis.RedisOperationsSessionRepository.save(RedisOperationsSessionRepository.java:245)
  12. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.session.data.redis.RedisOperationsSessionRepository$$FastClassBySpringCGLIB$$71f46a31.invoke(<generated>)
  13. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  14. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720)
  15. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  16. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
  17. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at com.hybris.sessionfailover.session.SessionRepositoryAspect.save(SessionRepositoryAspect.java:36)
  18. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at sun.reflect.GeneratedMethodAccessor811.invoke(Unknown Source)
  19. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at java.lang.reflect.Method.invoke(Unknown Source)
  21. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:629)
  22. INFO   | jvm 1    | main    | 2018/01/16 18:03:45.218 |         at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:618)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement