Advertisement
neatekFb

tinkoff 500 exception

Dec 30th, 2017
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.17 KB | None | 0 0
  1. Problem accessing /v2/Init/. Reason:
  2.  
  3. Server Error
  4. Caused by:
  5. java.lang.NullPointerException
  6. at com.tcs.acquiring.service.impl.ReceiptService.calculateTotalItemsAmount(ReceiptService.java:223)
  7. at com.tcs.acquiring.service.impl.ReceiptService.checkTotalAmountReceipt(ReceiptService.java:214)
  8. at com.tcs.acquiring.service.impl.ReceiptService$$FastClassBySpringCGLIB$$8d1fb840.invoke(<generated>)
  9. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  10. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717)
  11. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  12. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  13. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  14. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  15. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  16. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)
  17. at com.tcs.acquiring.service.impl.ReceiptService$$EnhancerBySpringCGLIB$$69545dec.checkTotalAmountReceipt(<generated>)
  18. at com.tcs.acquiring.rest.controller.PurchaseInitControllerImpl.init(PurchaseInitControllerImpl.java:93)
  19. at sun.reflect.GeneratedMethodAccessor253.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:497)
  22. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:302)
  23. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  24. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  25. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
  26. at com.tcs.acquiring.rest.aop.ControllerAspect.controllerMethodProceed(ControllerAspect.java:82)
  27. at sun.reflect.GeneratedMethodAccessor162.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:497)
  30. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
  31. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
  32. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)
  33. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
  34. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
  35. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  36. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  37. at com.sun.proxy.$Proxy232.init(Unknown Source)
  38. at com.tcs.acquiring.rest.endpoint.AbstractFlowEndpoint.commonInit(AbstractFlowEndpoint.java:125)
  39. at com.tcs.acquiring.rest.endpoint.GenericEndpointV2.init(GenericEndpointV2.java:67)
  40. at sun.reflect.GeneratedMethodAccessor343.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.lang.reflect.Method.invoke(Method.java:497)
  43. at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
  44. at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
  45. at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
  46. at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
  47. at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
  48. at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
  49. at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
  50. at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
  51. at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
  52. at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
  53. at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
  54. at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
  55. at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
  56. at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:540)
  57. at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:909)
  58. at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:857)
  59. at com.sun.jersey.spi.container.servlet.ServletContainer.doFilter(ServletContainer.java:811)
  60. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
  61. at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:224)
  62. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
  63. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
  64. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  65. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
  66. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
  67. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
  68. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
  69. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  70. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
  71. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  72. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
  73. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
  74. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
  75. at org.eclipse.jetty.server.Server.handle(Server.java:497)
  76. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
  77. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
  78. at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
  79. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
  80. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
  81. at java.lang.Thread.run(Thread.java:745)
  82.  
  83. Powered by Jetty://
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement