Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 KB | None | 0 0
  1. 3,040 DEBUG DispatcherServlet:690 - DispatcherServlet with name 'drugmanager' processing POST request for [/DrugManager/patientbiodata.htm]
  2. 12:02:53,041 DEBUG DefaultAnnotationHandlerMapping:220 - Mapping [/patientbiodata.htm] to handler 'com.iics.controller.PatientController@57ec035e'
  3. 12:02:53,073 DEBUG HandlerMethodInvoker:171 - Invoking request handler method: public org.springframework.web.servlet.ModelAndView com.iics.controller.PatientController.onSubmit(com.iics.model.Patient,org.springframework.validation.BindingResult)
  4. 12:02:53,101 DEBUG DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
  5. 12:02:53,113 DEBUG AnnotationTransactionAttributeSource:106 - Adding transactional method 'savePatient' with attribute: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  6. 12:02:53,123 DEBUG DefaultListableBeanFactory:242 - Returning cached instance of singleton bean 'hibernateTransactionManager'
  7. 12:02:53,162 DEBUG HibernateTransactionManager:365 - Creating new transaction with name [com.iics.service.PatientService.savePatient]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  8. 12:02:53,304 DEBUG SessionImpl:220 - opened session at timestamp: 13064869731
  9. 12:02:53,358 DEBUG HibernateTransactionManager:493 - Opened new Session [org.hibernate.impl.SessionImpl@35fa3ff2] for Hibernate transaction
  10. 12:02:53,371 DEBUG HibernateTransactionManager:504 - Preparing JDBC Connection of Hibernate Session [org.hibernate.impl.SessionImpl@35fa3ff2]
  11. 12:02:53,392 DEBUG JDBCTransaction:54 - begin
  12. 12:02:53,398 DEBUG ConnectionManager:421 - opening JDBC connection
  13. 12:02:53,398 DEBUG DriverManagerDataSource:162 - Creating new JDBC DriverManager Connection to [jdbc:postgresql://localhost/drugmanager]
  14. 12:02:53,511 DEBUG JDBCTransaction:59 - current autocommit status: true
  15. 12:02:53,511 DEBUG JDBCTransaction:62 - disabling autocommit
  16. 12:02:53,517 DEBUG HibernateTransactionManager:569 - Exposing Hibernate transaction as JDBC transaction [org.postgresql.jdbc3.Jdbc3Connection@638641b0]
  17. 12:02:53,519 DEBUG SessionImpl:220 - opened session at timestamp: 13064869735
  18. 12:02:53,577 DEBUG JDBCTransaction:54 - begin
  19. 12:02:53,578 DEBUG ConnectionManager:421 - opening JDBC connection
  20. 12:02:53,579 DEBUG DriverManagerDataSource:162 - Creating new JDBC DriverManager Connection to [jdbc:postgresql://localhost/drugmanager]
  21. 12:02:53,639 DEBUG JDBCTransaction:59 - current autocommit status: true
  22. 12:02:53,640 DEBUG JDBCTransaction:62 - disabling autocommit
  23. 12:02:53,649 DEBUG JDBCTransaction:152 - rollback
  24. 12:02:53,650 DEBUG JDBCTransaction:193 - re-enabling autocommit
  25. 12:02:53,651 DEBUG JDBCTransaction:163 - rolled back JDBC Connection
  26. 12:02:53,651 DEBUG ConnectionManager:302 - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
  27. 12:02:53,652 DEBUG ConnectionManager:441 - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
  28. 12:02:53,691 DEBUG ConnectionManager:302 - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
  29. 12:02:53,697 INFO SessionFactoryImpl:769 - closing
  30. 12:02:53,698 DEBUG HibernateTransactionManager:752 - Initiating transaction commit
  31. 12:02:53,699 DEBUG HibernateTransactionManager:652 - Committing Hibernate transaction on Session [org.hibernate.impl.SessionImpl@35fa3ff2]
  32. 12:02:53,700 DEBUG JDBCTransaction:103 - commit
  33. 12:02:53,703 DEBUG JDBCTransaction:193 - re-enabling autocommit
  34. 12:02:53,704 DEBUG JDBCTransaction:116 - committed JDBC Connection
  35. 12:02:53,704 DEBUG ConnectionManager:302 - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
  36. 12:02:53,706 DEBUG HibernateTransactionManager:734 - Closing Hibernate Session [org.hibernate.impl.SessionImpl@35fa3ff2] after transaction
  37. 12:02:53,706 DEBUG SessionFactoryUtils:789 - Closing Hibernate Session
  38. 12:02:53,707 DEBUG ConnectionManager:441 - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
  39. 12:02:53,708 DEBUG ConnectionManager:302 - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
  40. 12:02:53,710 DEBUG DefaultListableBeanFactory:1453 - Invoking afterPropertiesSet() on bean with name 'Patient/PatientRegistration_tab'
  41. 12:02:53,710 DEBUG DispatcherServlet:1058 - Rendering view [org.springframework.web.servlet.view.JstlView: name 'Patient/PatientRegistration_tab'; URL [WEB-INF/jsp/Patient/PatientRegistration_tab.jsp]] in DispatcherServlet with name 'drugmanager'
  42. 12:02:53,712 DEBUG JstlView:328 - Added model object 'org.springframework.validation.BindingResult.patient' of type [org.springframework.validation.BeanPropertyBindingResult] to request in view with name 'Patient/PatientRegistration_tab'
  43. 12:02:53,712 DEBUG JstlView:328 - Added model object 'patient' of type [com.iics.model.Patient] to request in view with name 'Patient/PatientRegistration_tab'
  44. 12:02:53,713 DEBUG JstlView:236 - Forwarding to resource [WEB-INF/jsp/Patient/PatientRegistration_tab.jsp] in InternalResourceView 'Patient/PatientRegistration_tab'
  45. 12:02:54,005 DEBUG DispatcherServlet:674 - Successfully completed request
  46. 12:04:32,582 DEBUG DispatcherServlet:842 - DispatcherServlet with name 'drugmanager' determining Last-Modified value for [/DrugManager/PatientMain.htm]
  47. 12:04:32,583 DEBUG DefaultAnnotationHandlerMapping:220 - Mapping [/PatientMain.htm] to handler 'com.iics.controller.MainPageController@5fab5957'
  48. 12:04:32,583 DEBUG DispatcherServlet:858 - Last-Modified value for [/DrugManager/PatientMain.htm] is: -1
  49. 12:04:32,584 DEBUG DispatcherServlet:690 - DispatcherServlet with name 'drugmanager' processing GET request for [/DrugManager/PatientMain.htm]
  50. 12:04:32,642 DEBUG HandlerMethodInvoker:171 - Invoking request handler method: public org.springframework.web.servlet.ModelAndView com.iics.controller.MainPageController.PatientMain()
  51. 12:04:32,643 DEBUG DispatcherServlet:1058 - Rendering view [org.springframework.web.servlet.view.JstlView: name 'Patient/PatientMain'; URL [WEB-INF/jsp/Patient/PatientMain.jsp]] in DispatcherServlet with name 'drugmanager'
  52. 12:04:32,644 DEBUG JstlView:236 - Forwarding to resource [WEB-INF/jsp/Patient/PatientMain.jsp] in InternalResourceView 'Patient/PatientMain'
  53. 12:04:32,734 DEBUG DispatcherServlet:674 - Successfully completed request
  54. 12:04:33,643 DEBUG DispatcherServlet:842 - DispatcherServlet with name 'drugmanager' determining Last-Modified value for [/DrugManager/patientbiodata.htm]
  55. 12:04:33,644 DEBUG DefaultAnnotationHandlerMapping:220 - Mapping [/patientbiodata.htm] to handler 'com.iics.controller.PatientController@57ec035e'
  56. 12:04:33,644 DEBUG DispatcherServlet:858 - Last-Modified value for [/DrugManager/patientbiodata.htm] is: -1
  57. 12:04:33,645 DEBUG DispatcherServlet:690 - DispatcherServlet with name 'drugmanager' processing GET request for [/DrugManager/patientbiodata.htm]
  58. 12:04:33,736 DEBUG HandlerMethodInvoker:171 - Invoking request handler method: public org.springframework.web.servlet.ModelAndView com.iics.controller.PatientController.showBioDataForm(com.iics.model.Patient,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  59. 12:04:33,738 DEBUG DispatcherServlet:1058 - Rendering view [org.springframework.web.servlet.view.JstlView: name 'Patient/ajaxTab/patientbiodata'; URL [WEB-INF/jsp/Patient/ajaxTab/patientbiodata.jsp]] in DispatcherServlet with name 'drugmanager'
  60. 12:04:33,833 DEBUG JstlView:328 - Added model object 'org.springframework.validation.BindingResult.patient' of type [org.springframework.validation.BeanPropertyBindingResult] to request in view with name 'Patient/ajaxTab/patientbiodata'
  61. 12:04:33,833 DEBUG JstlView:328 - Added model object 'patient' of type [com.iics.model.Patient] to request in view with name 'Patient/ajaxTab/patientbiodata'
  62. 12:04:33,835 DEBUG JstlView:236 - Forwarding to resource [WEB-INF/jsp/Patient/ajaxTab/patientbiodata.jsp] in InternalResourceView 'Patient/ajaxTab/patientbiodata'
  63. 12:04:33,945 DEBUG DispatcherServlet:674 - Successfully completed request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement