Guest User

stacktraace for save

a guest
Feb 19th, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.68 KB | None | 0 0
  1. 19-02-2016 19:38:54 DEBUG DispatcherServlet:845 - DispatcherServlet with name 'dispatcherServlet' processing POST request for [/addToCart.htm]
  2. 19-02-2016 19:38:54 DEBUG RequestMappingHandlerMapping:297 - Looking up handler method for path /addToCart.htm
  3. 19-02-2016 19:38:54 DEBUG RequestMappingHandlerMapping:302 - Returning handler method [public java.lang.String com.parasharhandicrafts.controller.ShoppingCartController.addtoCart(int,javax.servlet.http.HttpSession)]
  4. 19-02-2016 19:38:54 DEBUG DefaultListableBeanFactory:247 - Returning cached instance of singleton bean 'shoppingCartController'
  5. 19-02-2016 19:38:54 INFO RequestProcessingTimeInterceptor:20 - Request URL::http://localhost:8080/addToCart.htm:: Start Time=1455890934423
  6. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:367 - Creating new transaction with name [com.parasharhandicrafts.service.impl.ProductServiceImpl.getProductById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly; ''
  7. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:420 - Opened new Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] for Hibernate transaction
  8. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:430 - Preparing JDBC Connection of Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  9. 19-02-2016 19:38:54 DEBUG DriverManagerDataSource:142 - Creating new JDBC DriverManager Connection to [jdbc:postgresql://localhost:5432/parasharhandicrafts]
  10. 19-02-2016 19:38:54 DEBUG DataSourceUtils:153 - Setting JDBC Connection [org.postgresql.jdbc4.Jdbc4Connection@19c17f2] read-only
  11. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:491 - Exposing Hibernate transaction as JDBC transaction [org.postgresql.jdbc4.Jdbc4Connection@19c17f2]
  12. 19-02-2016 19:38:54 DEBUG SQL:104 - select product0_.productId as productI1_9_2_, product0_.description as descript2_9_2_, product0_.name as name3_9_2_, product0_.numberOfItems as numberOf4_9_2_, product0_.numberOfLights as numberOf5_9_2_, product0_.price as price6_9_2_, product0_.productDiameter as productD7_9_2_, product0_.productHeight as productH8_9_2_, product0_.productWeight as productW9_9_2_, product0_.productWidth as product10_9_2_, product0_.productcode as product11_9_2_, product0_.Status as Status12_9_2_, product0_.threshold as thresho13_9_2_, profile1_.id as id1_11_0_, profile1_.productId as productI2_11_0_, images2_.profile_id as profile4_11_4_, images2_.id as id1_5_4_, images2_.id as id1_5_1_, images2_.profile_id as profile4_5_1_, images2_.seq as seq2_5_1_, images2_.shareableurl as shareabl3_5_1_ from Product product0_ left outer join Profile profile1_ on product0_.productId=profile1_.productId left outer join ImgUpload images2_ on profile1_.id=images2_.profile_id where product0_.productId=?
  13. 19-02-2016 19:38:54 DEBUG SQL:104 - select productcat0_.products_productId as products1_9_2_, productcat0_.productCategories_id as productC2_10_2_, category1_.id as id1_3_0_, category1_.categoryCode as category2_3_0_, category1_.description as descript3_3_0_, category1_.name as name4_3_0_, category1_.parent_id as parent5_3_0_, category2_.id as id1_3_1_, category2_.categoryCode as category2_3_1_, category2_.description as descript3_3_1_, category2_.name as name4_3_1_, category2_.parent_id as parent5_3_1_ from Product_Category productcat0_ inner join Category category1_ on productcat0_.productCategories_id=category1_.id left outer join Category category2_ on category1_.parent_id=category2_.id where productcat0_.products_productId=?
  14. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:755 - Initiating transaction commit
  15. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:554 - Committing Hibernate transaction on Session [SessionImpl(PersistenceContext[entityKeys=[EntityKey[com.parasharhandicrafts.model.Category#1], EntityKey[com.parasharhandicrafts.model.ImgUpload#6], EntityKey[com.parasharhandicrafts.model.Profile#2], EntityKey[com.parasharhandicrafts.model.Category#9], EntityKey[com.parasharhandicrafts.model.ImgUpload#4], EntityKey[com.parasharhandicrafts.model.Product#14], EntityKey[com.parasharhandicrafts.model.ImgUpload#5]],collectionKeys=[CollectionKey[com.parasharhandicrafts.model.Product.cartItem#14], CollectionKey[com.parasharhandicrafts.model.Category.subCategory#1], CollectionKey[com.parasharhandicrafts.model.Category.products#9], CollectionKey[com.parasharhandicrafts.model.Product.productCategories#14], CollectionKey[com.parasharhandicrafts.model.Profile.images#2], CollectionKey[com.parasharhandicrafts.model.Category.subCategory#9], CollectionKey[com.parasharhandicrafts.model.Category.products#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  16. 19-02-2016 19:38:54 DEBUG DataSourceUtils:222 - Resetting read-only flag of JDBC Connection [org.postgresql.jdbc4.Jdbc4Connection@19c17f2]
  17. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:636 - Closing Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[EntityKey[com.parasharhandicrafts.model.Category#1], EntityKey[com.parasharhandicrafts.model.ImgUpload#6], EntityKey[com.parasharhandicrafts.model.Profile#2], EntityKey[com.parasharhandicrafts.model.Category#9], EntityKey[com.parasharhandicrafts.model.ImgUpload#4], EntityKey[com.parasharhandicrafts.model.Product#14], EntityKey[com.parasharhandicrafts.model.ImgUpload#5]],collectionKeys=[CollectionKey[com.parasharhandicrafts.model.Product.cartItem#14], CollectionKey[com.parasharhandicrafts.model.Category.subCategory#1], CollectionKey[com.parasharhandicrafts.model.Category.products#9], CollectionKey[com.parasharhandicrafts.model.Product.productCategories#14], CollectionKey[com.parasharhandicrafts.model.Profile.images#2], CollectionKey[com.parasharhandicrafts.model.Category.subCategory#9], CollectionKey[com.parasharhandicrafts.model.Category.products#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] after transaction
  18. 19-02-2016 19:38:54 DEBUG ShoppingCartController:52 - else condition
  19. 19-02-2016 19:38:54 DEBUG ShoppingCartController:54 - �dd to cart method
  20. 19-02-2016 19:38:54 DEBUG ShoppingCartController:64 - session get attribute tak-------cartitem
  21. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:367 - Creating new transaction with name [com.parasharhandicrafts.dao.Impl.ShoppingCartDaoImpl.getShoppingCartByUserId]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  22. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:420 - Opened new Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] for Hibernate transaction
  23. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:430 - Preparing JDBC Connection of Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  24. 19-02-2016 19:38:54 DEBUG DriverManagerDataSource:142 - Creating new JDBC DriverManager Connection to [jdbc:postgresql://localhost:5432/parasharhandicrafts]
  25. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:491 - Exposing Hibernate transaction as JDBC transaction [org.postgresql.jdbc4.Jdbc4Connection@12844f4]
  26. 19-02-2016 19:38:54 DEBUG SQL:104 - select this_.id as id1_12_7_, this_.total as total2_12_7_, cartitem3_.shoppingCart_id as shopping4_12_9_, cartitem3_.cartItemId as cartItem1_1_9_, cartitem3_.cartItemId as cartItem1_1_0_, cartitem3_.productId as productI3_1_0_, cartitem3_.quantity as quantity2_1_0_, cartitem3_.shoppingCart_id as shopping4_1_0_, product4_.productId as productI1_9_1_, product4_.description as descript2_9_1_, product4_.name as name3_9_1_, product4_.numberOfItems as numberOf4_9_1_, product4_.numberOfLights as numberOf5_9_1_, product4_.price as price6_9_1_, product4_.productDiameter as productD7_9_1_, product4_.productHeight as productH8_9_1_, product4_.productWeight as productW9_9_1_, product4_.productWidth as product10_9_1_, product4_.productcode as product11_9_1_, product4_.Status as Status12_9_1_, product4_.threshold as thresho13_9_1_, profile5_.id as id1_11_2_, profile5_.productId as productI2_11_2_, images6_.profile_id as profile4_11_10_, images6_.id as id1_5_10_, images6_.id as id1_5_3_, images6_.profile_id as profile4_5_3_, images6_.seq as seq2_5_3_, images6_.shareableurl as shareabl3_5_3_, u1_.userid as userid1_13_4_, u1_.about_me as about2_13_4_, u1_.address_id as address12_13_4_, u1_.dob as dob3_13_4_, u1_.email as email4_13_4_, u1_.enabled as enabled5_13_4_, u1_.file_name as file6_13_4_, u1_.gender as gender7_13_4_, u1_.name as name8_13_4_, u1_.password as password9_13_4_, u1_.role as role10_13_4_, u1_.shoppingCart_id as shoppin13_13_4_, u1_.thumbnail_file_name as thumbna11_13_4_, address8_.Id as Id1_0_5_, address8_.addressLine1 as addressL2_0_5_, address8_.addressLine2 as addressL3_0_5_, address8_.city as city4_0_5_, address8_.country as country5_0_5_, address8_.pincode as pincode6_0_5_, address8_.state as state7_0_5_, shoppingca9_.id as id1_12_6_, shoppingca9_.total as total2_12_6_ from ShoppingCart this_ left outer join CartItem cartitem3_ on this_.id=cartitem3_.shoppingCart_id left outer join Product product4_ on cartitem3_.productId=product4_.productId left outer join Profile profile5_ on product4_.productId=profile5_.productId left outer join ImgUpload images6_ on profile5_.id=images6_.profile_id inner join Users u1_ on this_.id=u1_.shoppingCart_id left outer join Address address8_ on u1_.address_id=address8_.Id left outer join ShoppingCart shoppingca9_ on u1_.shoppingCart_id=shoppingca9_.id where u1_.userid=?
  27. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:755 - Initiating transaction commit
  28. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:554 - Committing Hibernate transaction on Session [SessionImpl(PersistenceContext[entityKeys=[EntityKey[com.parasharhandicrafts.model.ShoppingCart#1], EntityKey[com.parasharhandicrafts.model.Users#6]],collectionKeys=[CollectionKey[com.parasharhandicrafts.model.ShoppingCart.cartItem#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  29. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:636 - Closing Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[EntityKey[com.parasharhandicrafts.model.ShoppingCart#1], EntityKey[com.parasharhandicrafts.model.Users#6]],collectionKeys=[CollectionKey[com.parasharhandicrafts.model.ShoppingCart.cartItem#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] after transaction
  30. 19-02-2016 19:38:54 DEBUG ShoppingCartController:69 - has previous cart tak-------cartitem
  31. 19-02-2016 19:38:54 DEBUG AnnotationTransactionAttributeSource:108 - Adding transactional method 'ShoppingCartServiceImpl.addProductToCart' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  32. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:367 - Creating new transaction with name [com.parasharhandicrafts.service.impl.ShoppingCartServiceImpl.addProductToCart]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  33. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:420 - Opened new Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] for Hibernate transaction
  34. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:430 - Preparing JDBC Connection of Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  35. 19-02-2016 19:38:54 DEBUG DriverManagerDataSource:142 - Creating new JDBC DriverManager Connection to [jdbc:postgresql://localhost:5432/parasharhandicrafts]
  36. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:491 - Exposing Hibernate transaction as JDBC transaction [org.postgresql.jdbc4.Jdbc4Connection@fada3f]
  37. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:755 - Initiating transaction commit
  38. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:554 - Committing Hibernate transaction on Session [SessionImpl(PersistenceContext[entityKeys=[EntityKey[com.parasharhandicrafts.model.ShoppingCart#1], EntityKey[com.parasharhandicrafts.model.Users#6]],collectionKeys=[CollectionKey[com.parasharhandicrafts.model.ShoppingCart.cartItem#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  39. 19-02-2016 19:38:54 DEBUG SQL:104 - update ShoppingCart set total=? where id=?
  40. 19-02-2016 19:38:54 DEBUG SQL:104 - update Users set about_me=?, address_id=?, dob=?, email=?, enabled=?, file_name=?, gender=?, name=?, password=?, role=?, shoppingCart_id=?, thumbnail_file_name=? where userid=?
  41. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:636 - Closing Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[EntityKey[com.parasharhandicrafts.model.ShoppingCart#1], EntityKey[com.parasharhandicrafts.model.Users#6]],collectionKeys=[CollectionKey[com.parasharhandicrafts.model.ShoppingCart.cartItem#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] after transaction
  42. 19-02-2016 19:38:54 DEBUG ShoppingCartController:113 - []cartitem
  43. 19-02-2016 19:38:54 DEBUG ResponseBodyAdviceChain:61 - Invoking ResponseBodyAdvice chain for body=redirect:productdetails.htm?id=14
  44. 19-02-2016 19:38:54 DEBUG ResponseBodyAdviceChain:83 - After ResponseBodyAdvice chain body=redirect:productdetails.htm?id=14
  45. 19-02-2016 19:38:54 DEBUG RequestResponseBodyMethodProcessor:160 - Written [redirect:productdetails.htm?id=14] as "text/html" using [org.springframework.http.converter.StringHttpMessageConverter@89a7e1]
  46. 19-02-2016 19:38:54 DEBUG DispatcherServlet:1018 - Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
  47. 19-02-2016 19:38:54 INFO RequestProcessingTimeInterceptor:39 - Request URL::http://localhost:8080/addToCart.htm:: End Time=1455890934644
  48. 19-02-2016 19:38:54 INFO RequestProcessingTimeInterceptor:41 - Request URL::http://localhost:8080/addToCart.htm:: Time Taken=222
  49. 19-02-2016 19:38:54 DEBUG DispatcherServlet:996 - Successfully completed request
  50. 19-02-2016 19:38:54 DEBUG DispatcherServlet:845 - DispatcherServlet with name 'dispatcherServlet' processing GET request for [/productdetails.htm]
  51. 19-02-2016 19:38:54 DEBUG RequestMappingHandlerMapping:297 - Looking up handler method for path /productdetails.htm
  52. 19-02-2016 19:38:54 DEBUG RequestMappingHandlerMapping:302 - Returning handler method [public org.springframework.web.servlet.ModelAndView com.parasharhandicrafts.controller.ProductController.productdetailspage(int)]
  53. 19-02-2016 19:38:54 DEBUG DefaultListableBeanFactory:247 - Returning cached instance of singleton bean 'productController'
  54. 19-02-2016 19:38:54 DEBUG DispatcherServlet:931 - Last-Modified value for [/productdetails.htm] is: -1
  55. 19-02-2016 19:38:54 INFO RequestProcessingTimeInterceptor:20 - Request URL::http://localhost:8080/productdetails.htm:: Start Time=1455890934662
  56. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:367 - Creating new transaction with name [com.parasharhandicrafts.service.impl.ProductServiceImpl.getProductById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly; ''
  57. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:420 - Opened new Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] for Hibernate transaction
  58. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:430 - Preparing JDBC Connection of Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  59. 19-02-2016 19:38:54 DEBUG DriverManagerDataSource:142 - Creating new JDBC DriverManager Connection to [jdbc:postgresql://localhost:5432/parasharhandicrafts]
  60. 19-02-2016 19:38:54 DEBUG DataSourceUtils:153 - Setting JDBC Connection [org.postgresql.jdbc4.Jdbc4Connection@11823c5] read-only
  61. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:491 - Exposing Hibernate transaction as JDBC transaction [org.postgresql.jdbc4.Jdbc4Connection@11823c5]
  62. 19-02-2016 19:38:54 DEBUG SQL:104 - select product0_.productId as productI1_9_2_, product0_.description as descript2_9_2_, product0_.name as name3_9_2_, product0_.numberOfItems as numberOf4_9_2_, product0_.numberOfLights as numberOf5_9_2_, product0_.price as price6_9_2_, product0_.productDiameter as productD7_9_2_, product0_.productHeight as productH8_9_2_, product0_.productWeight as productW9_9_2_, product0_.productWidth as product10_9_2_, product0_.productcode as product11_9_2_, product0_.Status as Status12_9_2_, product0_.threshold as thresho13_9_2_, profile1_.id as id1_11_0_, profile1_.productId as productI2_11_0_, images2_.profile_id as profile4_11_4_, images2_.id as id1_5_4_, images2_.id as id1_5_1_, images2_.profile_id as profile4_5_1_, images2_.seq as seq2_5_1_, images2_.shareableurl as shareabl3_5_1_ from Product product0_ left outer join Profile profile1_ on product0_.productId=profile1_.productId left outer join ImgUpload images2_ on profile1_.id=images2_.profile_id where product0_.productId=?
  63. 19-02-2016 19:38:54 DEBUG SQL:104 - select productcat0_.products_productId as products1_9_2_, productcat0_.productCategories_id as productC2_10_2_, category1_.id as id1_3_0_, category1_.categoryCode as category2_3_0_, category1_.description as descript3_3_0_, category1_.name as name4_3_0_, category1_.parent_id as parent5_3_0_, category2_.id as id1_3_1_, category2_.categoryCode as category2_3_1_, category2_.description as descript3_3_1_, category2_.name as name4_3_1_, category2_.parent_id as parent5_3_1_ from Product_Category productcat0_ inner join Category category1_ on productcat0_.productCategories_id=category1_.id left outer join Category category2_ on category1_.parent_id=category2_.id where productcat0_.products_productId=?
  64. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:755 - Initiating transaction commit
  65. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:554 - Committing Hibernate transaction on Session [SessionImpl(PersistenceContext[entityKeys=[EntityKey[com.parasharhandicrafts.model.Category#1], EntityKey[com.parasharhandicrafts.model.ImgUpload#6], EntityKey[com.parasharhandicrafts.model.Profile#2], EntityKey[com.parasharhandicrafts.model.Category#9], EntityKey[com.parasharhandicrafts.model.ImgUpload#4], EntityKey[com.parasharhandicrafts.model.Product#14], EntityKey[com.parasharhandicrafts.model.ImgUpload#5]],collectionKeys=[CollectionKey[com.parasharhandicrafts.model.Product.cartItem#14], CollectionKey[com.parasharhandicrafts.model.Category.subCategory#1], CollectionKey[com.parasharhandicrafts.model.Category.products#9], CollectionKey[com.parasharhandicrafts.model.Product.productCategories#14], CollectionKey[com.parasharhandicrafts.model.Profile.images#2], CollectionKey[com.parasharhandicrafts.model.Category.subCategory#9], CollectionKey[com.parasharhandicrafts.model.Category.products#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  66. 19-02-2016 19:38:54 DEBUG DataSourceUtils:222 - Resetting read-only flag of JDBC Connection [org.postgresql.jdbc4.Jdbc4Connection@11823c5]
  67. 19-02-2016 19:38:54 DEBUG HibernateTransactionManager:636 - Closing Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[EntityKey[com.parasharhandicrafts.model.Category#1], EntityKey[com.parasharhandicrafts.model.ImgUpload#6], EntityKey[com.parasharhandicrafts.model.Profile#2], EntityKey[com.parasharhandicrafts.model.Category#9], EntityKey[com.parasharhandicrafts.model.ImgUpload#4], EntityKey[com.parasharhandicrafts.model.Product#14], EntityKey[com.parasharhandicrafts.model.ImgUpload#5]],collectionKeys=[CollectionKey[com.parasharhandicrafts.model.Product.cartItem#14], CollectionKey[com.parasharhandicrafts.model.Category.subCategory#1], CollectionKey[com.parasharhandicrafts.model.Category.products#9], CollectionKey[com.parasharhandicrafts.model.Product.productCategories#14], CollectionKey[com.parasharhandicrafts.model.Profile.images#2], CollectionKey[com.parasharhandicrafts.model.Category.subCategory#9], CollectionKey[com.parasharhandicrafts.model.Category.products#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] after transaction
  68. 19-02-2016 19:38:54 DEBUG DispatcherServlet:1225 - Rendering view [org.springframework.web.servlet.view.tiles3.TilesView: name 'productdetails'; URL [productdetails]] in DispatcherServlet with name 'dispatcherServlet'
  69. 19-02-2016 19:38:54 DEBUG TilesView:432 - Added model object 'product' of type [com.parasharhandicrafts.model.Product] to request in view with name 'productdetails'
  70. 19-02-2016 19:38:54 DEBUG TilesView:432 - Added model object 'org.springframework.validation.BindingResult.product' of type [org.springframework.validation.BeanPropertyBindingResult] to request in view with name 'productdetails'
  71. 19-02-2016 19:38:54 DEBUG BasicTilesContainer:213 - Render request received for definition 'productdetails'
  72. 19-02-2016 19:38:54 INFO RequestProcessingTimeInterceptor:39 - Request URL::http://localhost:8080/productdetails.htm:: End Time=1455890934733
  73. 19-02-2016 19:38:54 INFO RequestProcessingTimeInterceptor:41 - Request URL::http://localhost:8080/productdetails.htm:: Time Taken=71
  74. 19-02-2016 19:38:54 DEBUG DispatcherServlet:996 - Successfully completed request
Add Comment
Please, Sign In to add comment