Advertisement
Guest User

error

a guest
Oct 31st, 2016
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.25 KB | None | 0 0
  1. 2016-10-31 15:43:30 DEBUG [org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:106] - Before test method: context [DefaultTestContext@14f9390f testClass = InboxServiceTest, testInstance = id.or.greenlabs.app.core.test.service.InboxServiceTest@37191ef0, testMethod = save@InboxServiceTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@6c0d7c83 testClass = InboxServiceTest, locations = '{classpath:core-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.test.context.web.WebDelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
  2. 2016-10-31 15:43:30 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager:367] - Creating new transaction with name [id.or.greenlabs.app.core.service.InboxService.save]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  3. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager:206] - Acquired Connection [869610006, URL=jdbc:mysql://127.0.0.1:3306/pilkades, UserName=root, mariadb-jdbc] for JDBC transaction
  4. 2016-10-31 15:43:31 INFO [id.or.greenlabs.app.core.aspect.AspectService:35] - ***AspectJ*** save is catch !! intercepted : Result id.or.greenlabs.app.core.service.InboxService.save(Inbox)
  5. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:902] - Executing SQL update and returning generated keys
  6. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:616] - Executing prepared SQL statement
  7. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:922] - SQL update affected 1 rows and returned 1 keys
  8. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:1401] - SQLWarning ignored: SQL state 'null', error code '1364', message [Field 'Text' doesn't have a default value]
  9. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:1401] - SQLWarning ignored: SQL state 'null', error code '1364', message [Field 'UDH' doesn't have a default value]
  10. 2016-10-31 15:43:31 INFO [id.or.greenlabs.app.core.service.InboxService:46] - Inbox{receivingDateTime=Mon Oct 31 15:43:30 WIB 2016, isRejected=false, senderNumber='+6281578073763', textDecoded='TPS-01#11#10#11#20', text='null', UDH='null', SMSCNumber='null', recipientID='SMSPILKADES', formatError='null', processed=false}
  11. 2016-10-31 15:43:31 INFO [id.or.greenlabs.app.core.service.InboxService:58] - TPS-01
  12. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:451] - Executing SQL query [SELECT * FROM gl_master_format_sms  WHERE 1 = 1 ]
  13. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:682] - Executing prepared SQL query
  14. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:616] - Executing prepared SQL statement [SELECT mt.*,mds.name AS dusun_name,mds.kode AS kode_dusun,mda.id AS id_desa,mda.name AS desa_name,u.realname AS realname FROM gl_master_tps  mt INNER JOIN gl_master_dusun  mds ON mds.id = mt.id_dusun INNER JOIN gl_master_desa  mda ON mda.id = mds.id_desa INNER JOIN gl_system_users  u ON u.id = mt.created_by WHERE mt.kode = ? ]
  15. 2016-10-31 15:43:31 TRACE [org.springframework.jdbc.core.StatementCreatorUtils:228] - Setting SQL statement parameter value: column index 1, parameter value [TPS-01], value class [java.lang.String], SQL type unknown
  16. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:682] - Executing prepared SQL query
  17. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:616] - Executing prepared SQL statement [SELECT mr.*,mt.name AS tps_name,u.realname AS realname FROM gl_master_responden  mr INNER JOIN gl_master_tps  mt ON mt.id = mr.id_tps INNER JOIN gl_system_users  u ON u.id = mt.created_by WHERE mr.no_telp = ? AND mr.id_tps = ? ]
  18. 2016-10-31 15:43:31 TRACE [org.springframework.jdbc.core.StatementCreatorUtils:228] - Setting SQL statement parameter value: column index 1, parameter value [081578073763], value class [java.lang.String], SQL type unknown
  19. 2016-10-31 15:43:31 TRACE [org.springframework.jdbc.core.StatementCreatorUtils:228] - Setting SQL statement parameter value: column index 2, parameter value [1], value class [java.lang.Integer], SQL type unknown
  20. 2016-10-31 15:43:31 INFO [id.or.greenlabs.app.core.service.InboxService:104] - rsponden : Responden{name='NAMA 1', noTelp='081578073763', tps=Tps{name='TPS DS-01', kode='null', dusun=null, createdTime=Mon Oct 31 15:43:31 WIB 2016, createdBy=null}, createdTime=2016-10-21 10:03:19.0, createdBy=User{username='cek', password='null', name='null', email='null', token='null', status='null', active=false, role=null}}
  21. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:682] - Executing prepared SQL query
  22. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.core.JdbcTemplate:616] - Executing prepared SQL statement [SELECT id FROM gl_data_suara_masuk  WHERE id_responden = ? ]
  23. 2016-10-31 15:43:31 TRACE [org.springframework.jdbc.core.StatementCreatorUtils:228] - Setting SQL statement parameter value: column index 1, parameter value [1], value class [java.lang.Integer], SQL type unknown
  24. 2016-10-31 15:43:31 ERROR [id.or.greenlabs.app.core.aspect.AspectService:58] - Incorrect result size: expected 1, actual 4
  25. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager:711] - Transactional code has requested rollback
  26. 2016-10-31 15:43:31 TRACE [org.springframework.jdbc.datasource.DataSourceTransactionManager:943] - Triggering beforeCompletion synchronization
  27. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager:851] - Initiating transaction rollback
  28. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager:284] - Rolling back JDBC transaction on Connection [869610006, URL=jdbc:mysql://127.0.0.1:3306/pilkades, UserName=root, mariadb-jdbc]
  29. 2016-10-31 15:43:31 TRACE [org.springframework.jdbc.datasource.DataSourceTransactionManager:972] - Triggering afterCompletion synchronization
  30. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.datasource.DataSourceTransactionManager:327] - Releasing JDBC Connection [869610006, URL=jdbc:mysql://127.0.0.1:3306/pilkades, UserName=root, mariadb-jdbc] after transaction
  31. 2016-10-31 15:43:31 DEBUG [org.springframework.jdbc.datasource.DataSourceUtils:327] - Returning JDBC Connection to DataSource
  32. 2016-10-31 15:43:31 DEBUG [org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener:106] - After test method: context [DefaultTestContext@14f9390f testClass = InboxServiceTest, testInstance = id.or.greenlabs.app.core.test.service.InboxServiceTest@37191ef0, testMethod = save@InboxServiceTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@6c0d7c83 testClass = InboxServiceTest, locations = '{classpath:core-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.test.context.web.WebDelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
  33. 2016-10-31 15:43:31 DEBUG [org.springframework.test.context.web.ServletTestExecutionListener:165] - Resetting RequestContextHolder for test context [DefaultTestContext@14f9390f testClass = InboxServiceTest, testInstance = id.or.greenlabs.app.core.test.service.InboxServiceTest@37191ef0, testMethod = save@InboxServiceTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@6c0d7c83 testClass = InboxServiceTest, locations = '{classpath:core-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.test.context.web.WebDelegatingSmartContextLoader', parent = [null]]].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement