Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1.  
  2. java.lang.NullPointerException
  3. at com.cisco.ngfw.onbox.backend.licensing.SmartAgentManagerImpl.releaseEntitlement(SmartAgentManagerImpl.java:258)
  4. at com.cisco.ngfw.onbox.backend.repositories.LicenseRepository.releaseEntitlement(LicenseRepository.java:159)
  5. at com.cisco.ngfw.onbox.backend.repositories.LicenseRepository.delete(LicenseRepository.java:100)
  6. at com.cisco.ngfw.onbox.backend.repositories.LicenseRepository$$FastClassBySpringCGLIB$$1b480b83.invoke(<generated>)
  7. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  8. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:718)
  9. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  10. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  11. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  12. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  13. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  14. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)
  15. at com.cisco.ngfw.onbox.backend.repositories.LicenseRepository$$EnhancerBySpringCGLIB$$d66a6489.delete(<generated>)
  16. at com.cisco.ngfw.onbox.backend.repositories.LicenseRepository$$FastClassBySpringCGLIB$$1b480b83.invoke(<generated>)
  17. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  18. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:718)
  19. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  20. at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement