Advertisement
Guest User

Untitled

a guest
Nov 7th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.78 KB | None | 0 0
  1. 2018-11-07 15:36:21.061 [DEBUG] org.hibernate.jdbc.AbstractBatcher:426 - about to open ResultSet (open ResultSets: 0, globally: 0)
  2. 2018-11-07 15:36:21.062 [DEBUG] org.hibernate.loader.Loader:1322 - result row: EntityKey[org.jleaf.erp.master.entity.DsArea#1]
  3. 2018-11-07 15:36:21.074 [DEBUG] org.hibernate.jdbc.AbstractBatcher:433 - about to close ResultSet (open ResultSets: 1, globally: 1)
  4. 2018-11-07 15:36:21.075 [DEBUG] org.hibernate.jdbc.AbstractBatcher:418 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
  5. 2018-11-07 15:36:21.077 [DEBUG] org.hibernate.engine.TwoPhaseLoad:130 - resolving associations for [org.jleaf.erp.master.entity.DsArea#1]
  6. 2018-11-07 15:36:21.081 [DEBUG] org.hibernate.engine.TwoPhaseLoad:255 - done materializing entity [org.jleaf.erp.master.entity.DsArea#1]
  7. 2018-11-07 15:36:21.081 [DEBUG] org.hibernate.engine.StatefulPersistenceContext:893 - initializing non-lazy collections
  8. 2018-11-07 15:36:21.082 [DEBUG] org.hibernate.loader.Loader:2050 - done entity load
  9. 2018-11-07 15:36:21.130 [DEBUG] org.jleaf.erp.master.bo.dsarea.RemoveDsArea:84 - Input BT RemoveDsArea : {"id":1,"tenantLoginId":11,"userLoginId":12,"roleLoginId":12,"datetime":"20181107153621"}
  10. 2018-11-07 15:36:21.134 [DEBUG] org.jleaf.common.bo.tenant.ValTenantLoginCanUse:44 -  inputDto Add Val Tenant Login: {"tenantLoginId":11,"userLoginId":12,"roleLoginId":12}
  11. 2018-11-07 15:36:21.135 [DEBUG] org.jleaf.common.bo.tenant.ValTenantLoginCanUse:52 - tenantLong : {"tenantLoginId":11,"userLoginId":12,"roleLoginId":12}
  12. 2018-11-07 15:36:21.136 [DEBUG] org.jleaf.common.bo.tenant.ValTenantLoginCanUse:54 - tenant SA : false
  13. 2018-11-07 15:36:21.137 [DEBUG] org.hibernate.loader.Loader:2022 - loading entity: [org.jleaf.common.entity.Tenant#11]
  14. 2018-11-07 15:36:21.138 [DEBUG] org.hibernate.jdbc.AbstractBatcher:410 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
  15. 2018-11-07 15:36:21.138 [DEBUG] org.hibernate.SQL:111 - select tenant0_.tenant_id as tenant1_51_0_, tenant0_.create_datetime as create2_51_0_, tenant0_.create_user_id as create3_51_0_, tenant0_.update_datetime as update4_51_0_, tenant0_.update_user_id as update5_51_0_, tenant0_.version as version51_0_, tenant0_.active as active51_0_, tenant0_.active_datetime as active8_51_0_, tenant0_.non_active_datetime as non9_51_0_, tenant0_.tenant_code as tenant10_51_0_, tenant0_.description as descrip11_51_0_, tenant0_.email as email51_0_, tenant0_.host as host51_0_, tenant0_.tenant_key as tenant14_51_0_, tenant0_.tenant_name as tenant15_51_0_ from t_tenant tenant0_ where tenant0_.tenant_id=?
  16. Hibernate: select tenant0_.tenant_id as tenant1_51_0_, tenant0_.create_datetime as create2_51_0_, tenant0_.create_user_id as create3_51_0_, tenant0_.update_datetime as update4_51_0_, tenant0_.update_user_id as update5_51_0_, tenant0_.version as version51_0_, tenant0_.active as active51_0_, tenant0_.active_datetime as active8_51_0_, tenant0_.non_active_datetime as non9_51_0_, tenant0_.tenant_code as tenant10_51_0_, tenant0_.description as descrip11_51_0_, tenant0_.email as email51_0_, tenant0_.host as host51_0_, tenant0_.tenant_key as tenant14_51_0_, tenant0_.tenant_name as tenant15_51_0_ from t_tenant tenant0_ where tenant0_.tenant_id=?
  17. 2018-11-07 15:36:21.144 [DEBUG] org.hibernate.jdbc.AbstractBatcher:426 - about to open ResultSet (open ResultSets: 0, globally: 0)
  18. 2018-11-07 15:36:21.145 [DEBUG] org.hibernate.loader.Loader:1322 - result row: EntityKey[org.jleaf.common.entity.Tenant#11]
  19. 2018-11-07 15:36:21.145 [DEBUG] org.hibernate.jdbc.AbstractBatcher:433 - about to close ResultSet (open ResultSets: 1, globally: 1)
  20. 2018-11-07 15:36:21.146 [DEBUG] org.hibernate.jdbc.AbstractBatcher:418 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
  21. 2018-11-07 15:36:21.146 [DEBUG] org.hibernate.engine.TwoPhaseLoad:130 - resolving associations for [org.jleaf.common.entity.Tenant#11]
  22. 2018-11-07 15:36:21.147 [DEBUG] org.hibernate.engine.TwoPhaseLoad:255 - done materializing entity [org.jleaf.common.entity.Tenant#11]
  23. 2018-11-07 15:36:21.147 [DEBUG] org.hibernate.engine.StatefulPersistenceContext:893 - initializing non-lazy collections
  24. 2018-11-07 15:36:21.147 [DEBUG] org.hibernate.loader.Loader:2050 - done entity load
  25. 2018-11-07 15:36:21.150 [DEBUG] org.jleaf.erp.master.bo.dsarea.RemoveDsArea:118 - ds Area : {"activeDateTime":"20170206000500","createUserId":-1,"areaName":"Area 1","updateUserId":-1,"tenantId":11,"active":"Y","id":1,"updateDateTime":"20170206000500","version":0,"createDateTime":"20170206000500"}
  26. 2018-11-07 15:36:21.151 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@464bee09, testMethod = testRemoveDsAreaFail@TestRemoveDsArea, testException = java.lang.NullPointerException]]
  27. 2018-11-07 15:36:21.151 [DEBUG] org.hibernate.transaction.JDBCTransaction:182 - rollback
  28. 2018-11-07 15:36:21.155 [DEBUG] org.hibernate.transaction.JDBCTransaction:223 - re-enabling autocommit
  29. 2018-11-07 15:36:21.156 [DEBUG] org.hibernate.transaction.JDBCTransaction:193 - rolled back JDBC Connection
  30. 2018-11-07 15:36:21.156 [DEBUG] org.hibernate.jdbc.ConnectionManager:427 - aggressively releasing JDBC connection
  31. 2018-11-07 15:36:21.156 [DEBUG] org.hibernate.jdbc.ConnectionManager:464 - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
  32. 2018-11-07 15:36:21.159 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:292 - Rolled back transaction after test execution for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@464bee09, testMethod = testRemoveDsAreaFail@TestRemoveDsArea, testException = java.lang.NullPointerException]]
  33. 2018-11-07 15:36:21.160 [DEBUG] org.springframework.test.context.support.DirtiesContextTestExecutionListener:86 - After test method: context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@464bee09, testMethod = testRemoveDsAreaFail@TestRemoveDsArea, testException = java.lang.NullPointerException]], class dirties context [false], class mode [null], method dirties context [false].
  34. 2018-11-07 15:36:21.169 [DEBUG] org.springframework.test.annotation.ProfileValueUtils:68 - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea]
  35. 2018-11-07 15:36:21.169 [DEBUG] org.springframework.test.annotation.ProfileValueUtils:80 - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea]
  36. 2018-11-07 15:36:21.170 [DEBUG] org.springframework.test.context.support.DependencyInjectionTestExecutionListener:73 - Performing dependency injection for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@73417494, testMethod = [null], testException = [null]]].
  37. 2018-11-07 15:36:21.171 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:146 - Explicit transaction definition [PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''] found for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@73417494, testMethod = testSuccess@TestRemoveDsArea, testException = [null]]]
  38. 2018-11-07 15:36:21.171 [DEBUG] org.hibernate.impl.SessionImpl:265 - opened session at timestamp: 15415797811
  39. 2018-11-07 15:36:21.172 [DEBUG] org.hibernate.transaction.JDBCTransaction:78 - begin
  40. 2018-11-07 15:36:21.172 [DEBUG] org.hibernate.jdbc.ConnectionManager:444 - opening JDBC connection
  41. 2018-11-07 15:36:21.172 [DEBUG] org.hibernate.transaction.JDBCTransaction:83 - current autocommit status: true
  42. 2018-11-07 15:36:21.173 [DEBUG] org.hibernate.transaction.JDBCTransaction:86 - disabling autocommit
  43. 2018-11-07 15:36:21.173 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@73417494, testMethod = testSuccess@TestRemoveDsArea, testException = [null]]]
  44. 2018-11-07 15:36:21.173 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:272 - Began transaction (2): transaction manager [org.springframework.orm.jpa.JpaTransactionManager@c31419f]; rollback [true]
  45. 2018-11-07 15:36:21.174 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:133 - Executing SQL script from class path resource [org/jleaf/erp/master/bo/dsarea/test/TestRemoveDsArea.sql]
  46. 2018-11-07 15:36:21.174 [DEBUG] org.springframework.jdbc.core.JdbcTemplate:504 - Executing SQL update [--TODO : implement this file]
  47. 2018-11-07 15:36:21.194 [DEBUG] org.springframework.jdbc.core.JdbcTemplate:510 - SQL update affected 0 rows
  48. 2018-11-07 15:36:21.195 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 0 rows affected by SQL: --TODO : implement this file
  49. 2018-11-07 15:36:21.196 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:167 - Done executing SQL scriptBuilder from class path resource [org/jleaf/erp/master/bo/dsarea/test/TestRemoveDsArea.sql] in 22 ms.
  50. 2018-11-07 15:36:21.197 [DEBUG] org.hibernate.loader.Loader:2022 - loading entity: [org.jleaf.erp.master.entity.DsArea#1]
  51. 2018-11-07 15:36:21.197 [DEBUG] org.hibernate.jdbc.AbstractBatcher:410 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
  52. 2018-11-07 15:36:21.198 [DEBUG] org.hibernate.SQL:111 - select dsarea0_.ds_area_id as ds1_50_0_, dsarea0_.create_datetime as create2_50_0_, dsarea0_.create_user_id as create3_50_0_, dsarea0_.update_datetime as update4_50_0_, dsarea0_.update_user_id as update5_50_0_, dsarea0_.version as version50_0_, dsarea0_.active as active50_0_, dsarea0_.active_datetime as active8_50_0_, dsarea0_.non_active_datetime as non9_50_0_, dsarea0_.area_name as area10_50_0_, dsarea0_.tenant_id as tenant11_50_0_ from m_ds_area dsarea0_ where dsarea0_.ds_area_id=?
  53. Hibernate: select dsarea0_.ds_area_id as ds1_50_0_, dsarea0_.create_datetime as create2_50_0_, dsarea0_.create_user_id as create3_50_0_, dsarea0_.update_datetime as update4_50_0_, dsarea0_.update_user_id as update5_50_0_, dsarea0_.version as version50_0_, dsarea0_.active as active50_0_, dsarea0_.active_datetime as active8_50_0_, dsarea0_.non_active_datetime as non9_50_0_, dsarea0_.area_name as area10_50_0_, dsarea0_.tenant_id as tenant11_50_0_ from m_ds_area dsarea0_ where dsarea0_.ds_area_id=?
  54. 2018-11-07 15:36:21.204 [DEBUG] org.hibernate.jdbc.AbstractBatcher:426 - about to open ResultSet (open ResultSets: 0, globally: 0)
  55. 2018-11-07 15:36:21.205 [DEBUG] org.hibernate.loader.Loader:1322 - result row: EntityKey[org.jleaf.erp.master.entity.DsArea#1]
  56. 2018-11-07 15:36:21.205 [DEBUG] org.hibernate.jdbc.AbstractBatcher:433 - about to close ResultSet (open ResultSets: 1, globally: 1)
  57. 2018-11-07 15:36:21.206 [DEBUG] org.hibernate.jdbc.AbstractBatcher:418 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
  58. 2018-11-07 15:36:21.207 [DEBUG] org.hibernate.engine.TwoPhaseLoad:130 - resolving associations for [org.jleaf.erp.master.entity.DsArea#1]
  59. 2018-11-07 15:36:21.207 [DEBUG] org.hibernate.engine.TwoPhaseLoad:255 - done materializing entity [org.jleaf.erp.master.entity.DsArea#1]
  60. 2018-11-07 15:36:21.207 [DEBUG] org.hibernate.engine.StatefulPersistenceContext:893 - initializing non-lazy collections
  61. 2018-11-07 15:36:21.208 [DEBUG] org.hibernate.loader.Loader:2050 - done entity load
  62. 2018-11-07 15:36:21.209 [DEBUG] org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea:57 - Ds Area : {"activeDateTime":"20170206000500","createUserId":-1,"areaName":"Area 1","updateUserId":-1,"tenantId":11,"active":"Y","id":1,"updateDateTime":"20170206000500","version":0,"createDateTime":"20170206000500"}
  63. 2018-11-07 15:36:21.210 [DEBUG] org.jleaf.erp.master.bo.dsarea.RemoveDsArea:84 - Input BT RemoveDsArea : {"id":1,"tenantLoginId":11,"userLoginId":-1,"roleLoginId":-1,"datetime":"20181107153621"}
  64. 2018-11-07 15:36:21.211 [DEBUG] org.jleaf.common.bo.tenant.ValTenantLoginCanUse:44 -  inputDto Add Val Tenant Login: {"tenantLoginId":11,"userLoginId":-1,"roleLoginId":-1}
  65. 2018-11-07 15:36:21.211 [DEBUG] org.jleaf.common.bo.tenant.ValTenantLoginCanUse:52 - tenantLong : {"tenantLoginId":11,"userLoginId":-1,"roleLoginId":-1}
  66. 2018-11-07 15:36:21.215 [DEBUG] org.jleaf.common.bo.tenant.ValTenantLoginCanUse:54 - tenant SA : false
  67. 2018-11-07 15:36:21.216 [DEBUG] org.hibernate.loader.Loader:2022 - loading entity: [org.jleaf.common.entity.Tenant#11]
  68. 2018-11-07 15:36:21.217 [DEBUG] org.hibernate.jdbc.AbstractBatcher:410 - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
  69. 2018-11-07 15:36:21.218 [DEBUG] org.hibernate.SQL:111 - select tenant0_.tenant_id as tenant1_51_0_, tenant0_.create_datetime as create2_51_0_, tenant0_.create_user_id as create3_51_0_, tenant0_.update_datetime as update4_51_0_, tenant0_.update_user_id as update5_51_0_, tenant0_.version as version51_0_, tenant0_.active as active51_0_, tenant0_.active_datetime as active8_51_0_, tenant0_.non_active_datetime as non9_51_0_, tenant0_.tenant_code as tenant10_51_0_, tenant0_.description as descrip11_51_0_, tenant0_.email as email51_0_, tenant0_.host as host51_0_, tenant0_.tenant_key as tenant14_51_0_, tenant0_.tenant_name as tenant15_51_0_ from t_tenant tenant0_ where tenant0_.tenant_id=?
  70. Hibernate: select tenant0_.tenant_id as tenant1_51_0_, tenant0_.create_datetime as create2_51_0_, tenant0_.create_user_id as create3_51_0_, tenant0_.update_datetime as update4_51_0_, tenant0_.update_user_id as update5_51_0_, tenant0_.version as version51_0_, tenant0_.active as active51_0_, tenant0_.active_datetime as active8_51_0_, tenant0_.non_active_datetime as non9_51_0_, tenant0_.tenant_code as tenant10_51_0_, tenant0_.description as descrip11_51_0_, tenant0_.email as email51_0_, tenant0_.host as host51_0_, tenant0_.tenant_key as tenant14_51_0_, tenant0_.tenant_name as tenant15_51_0_ from t_tenant tenant0_ where tenant0_.tenant_id=?
  71. 2018-11-07 15:36:21.225 [DEBUG] org.hibernate.jdbc.AbstractBatcher:426 - about to open ResultSet (open ResultSets: 0, globally: 0)
  72. 2018-11-07 15:36:21.226 [DEBUG] org.hibernate.loader.Loader:1322 - result row: EntityKey[org.jleaf.common.entity.Tenant#11]
  73. 2018-11-07 15:36:21.228 [DEBUG] org.hibernate.jdbc.AbstractBatcher:433 - about to close ResultSet (open ResultSets: 1, globally: 1)
  74. 2018-11-07 15:36:21.231 [DEBUG] org.hibernate.jdbc.AbstractBatcher:418 - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
  75. 2018-11-07 15:36:21.234 [DEBUG] org.hibernate.engine.TwoPhaseLoad:130 - resolving associations for [org.jleaf.common.entity.Tenant#11]
  76. 2018-11-07 15:36:21.236 [DEBUG] org.hibernate.engine.TwoPhaseLoad:255 - done materializing entity [org.jleaf.common.entity.Tenant#11]
  77. 2018-11-07 15:36:21.237 [DEBUG] org.hibernate.engine.StatefulPersistenceContext:893 - initializing non-lazy collections
  78. 2018-11-07 15:36:21.238 [DEBUG] org.hibernate.loader.Loader:2050 - done entity load
  79. 2018-11-07 15:36:21.245 [DEBUG] org.jleaf.erp.master.bo.dsarea.RemoveDsArea:118 - ds Area : {"activeDateTime":"20170206000500","createUserId":-1,"areaName":"Area 1","updateUserId":-1,"tenantId":11,"active":"Y","id":1,"updateDateTime":"20170206000500","version":0,"createDateTime":"20170206000500"}
  80. 2018-11-07 15:36:21.246 [DEBUG] org.springframework.test.context.transaction.TransactionalTestExecutionListener:354 - No method-level @Rollback override: using default rollback [true] for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@73417494, testMethod = testSuccess@TestRemoveDsArea, testException = java.lang.NullPointerException]]
  81. 2018-11-07 15:36:21.246 [DEBUG] org.hibernate.transaction.JDBCTransaction:182 - rollback
  82. 2018-11-07 15:36:21.252 [DEBUG] org.hibernate.transaction.JDBCTransaction:223 - re-enabling autocommit
  83. 2018-11-07 15:36:21.253 [DEBUG] org.hibernate.transaction.JDBCTransaction:193 - rolled back JDBC Connection
  84. 2018-11-07 15:36:21.253 [DEBUG] org.hibernate.jdbc.ConnectionManager:427 - aggressively releasing JDBC connection
  85. 2018-11-07 15:36:21.254 [DEBUG] org.hibernate.jdbc.ConnectionManager:464 - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
  86. 2018-11-07 15:36:21.255 [INFO] org.springframework.test.context.transaction.TransactionalTestExecutionListener:292 - Rolled back transaction after test execution for test context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@73417494, testMethod = testSuccess@TestRemoveDsArea, testException = java.lang.NullPointerException]]
  87. 2018-11-07 15:36:21.257 [DEBUG] org.springframework.test.context.support.DirtiesContextTestExecutionListener:86 - After test method: context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea@73417494, testMethod = testSuccess@TestRemoveDsArea, testException = java.lang.NullPointerException]], class dirties context [false], class mode [null], method dirties context [false].
  88. 2018-11-07 15:36:21.259 [DEBUG] org.springframework.test.context.support.DirtiesContextTestExecutionListener:113 - After test class: context [[TestContext@6eebc39e testClass = TestRemoveDsArea, locations = array<String>['classpath:applicationContext.xml'], testInstance = [null], testMethod = [null], testException = [null]]], dirtiesContext [false].
  89. Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 23.976 sec <<< FAILURE! - in org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea
  90. testRemoveDsAreaFail(org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea)  Time elapsed: 23.523 sec  <<< ERROR!
  91. java.lang.NullPointerException: null
  92.     at org.jleaf.util.GsonUtil.fromDto(GsonUtil.java:47)
  93.     at org.jleaf.erp.master.bo.dsarea.RemoveDsArea.process(RemoveDsArea.java:138)
  94.     at org.jleaf.core.AbstractBusinessTransaction.execute(AbstractBusinessTransaction.java:41)
  95.     at org.jleaf.core.DefaultBusinessTransaction.execute(DefaultBusinessTransaction.java:46)
  96.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  97.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  98.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  99.     at java.lang.reflect.Method.invoke(Method.java:498)
  100.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  101.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  102.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  103.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  104.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  105.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  106.     at com.sun.proxy.$Proxy65.execute(Unknown Source)
  107.     at org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea.testRemoveDsAreaFail(TestRemoveDsArea.java:81)
  108.  
  109. testSuccess(org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea)  Time elapsed: 0.086 sec  <<< ERROR!
  110. java.lang.NullPointerException: null
  111.     at org.jleaf.util.GsonUtil.fromDto(GsonUtil.java:47)
  112.     at org.jleaf.erp.master.bo.dsarea.RemoveDsArea.process(RemoveDsArea.java:138)
  113.     at org.jleaf.core.AbstractBusinessTransaction.execute(AbstractBusinessTransaction.java:41)
  114.     at org.jleaf.core.DefaultBusinessTransaction.execute(DefaultBusinessTransaction.java:46)
  115.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  117.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  118.     at java.lang.reflect.Method.invoke(Method.java:498)
  119.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  120.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  121.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  122.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  123.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  124.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  125.     at com.sun.proxy.$Proxy65.execute(Unknown Source)
  126.     at org.jleaf.erp.master.bo.dsarea.test.TestRemoveDsArea.testSuccess(TestRemoveDsArea.java:58)
  127.  
  128. 2018-11-07 15:36:21.376 [INFO] org.hibernate.impl.SessionFactoryImpl:925 - closing
  129. 2018-11-07 15:36:21.377 [INFO] org.hibernate.connection.DriverManagerConnectionProvider:170 - cleaning up connection pool: jdbc:postgresql://192.168.0.228:5432/erp_2016_dev
  130.  
  131. Results :
  132.  
  133. Tests in error:
  134.   TestRemoveDsArea.testRemoveDsAreaFail:81 » NullPointer
  135.   TestRemoveDsArea.testSuccess:58 » NullPointer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement