Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2020-11-24_22:30:00.013 [scheduler-1] INFO c.s.c.service.frgu.FrguSyncService [] - Synchronization started
- 2020-11-24_22:30:00.032 [pool-4-thread-1] DEBUG c.s.cpgu.service.ExternalFileService [] - fileName for save: test
- 2020-11-24_22:30:00.032 [pool-4-thread-1] DEBUG c.s.cpgu.service.ExternalFileService [] - saving file to external base...
- 2020-11-24_22:30:00.100 [pool-4-thread-1] DEBUG c.s.cpgu.service.ExternalFileService [] - file with id:f476c68e-4c56-440a-b696-ec4a23da0ae6
- 2020-11-24_22:30:00.100 [pool-4-thread-1] DEBUG c.s.cpgu.service.ExternalFileService [] - file name: test
- 2020-11-24_22:30:00.100 [pool-4-thread-1] DEBUG c.s.cpgu.service.ExternalFileService [] - file size: 4
- 2020-11-24_22:30:00.101 [pool-4-thread-1] DEBUG c.s.cpgu.service.ExternalFileService [] - getting external file with id: f476c68e-4c56-440a-b696-ec4a23da0ae6
- 2020-11-24_22:30:00.120 [pool-4-thread-1] DEBUG c.s.cpgu.service.ExternalFileService [] - file size: 4
- 2020-11-24_22:30:00.152 [pool-4-thread-1] DEBUG c.s.cpgu.service.ExternalFileService [] - deleting file from external storage with id: f476c68e-4c56-440a-b696-ec4a23da0ae6
- 2020-11-24_22:30:00.254 [scheduler-12] INFO c.s.c.s.s.ExternalSignatureServiceImpl [] - Signing SOAP message: ended. Sign time 60 milliseconds
- 2020-11-24_22:30:00.254 [scheduler-12] DEBUG c.s.c.s.s.ExternalSignatureServiceImpl [] - get available certificates from url: http://192.168.156.41:8180/rest/keys
- 2020-11-24_22:30:00.545 [pool-7-thread-1] INFO c.s.c.s.adapter.AdapterApiService [] - Authorization login: ieshtokin
- 2020-11-24_22:30:00.567 [pool-7-thread-1] INFO c.s.c.s.adapter.AdapterApiService [] - Authorization response: {"successful":true}
- 2020-11-24_22:30:00.669 [pool-5-thread-1] DEBUG c.s.c.s.smev_3.Smev3ExchangeService [] - Creating marshaller 0 ms
- 2020-11-24_22:30:00.695 [pool-5-thread-1] INFO c.s.c.s.s.ExternalSignatureServiceImpl [] - Signing SOAP message: ended. Sign time 24 milliseconds
- 2020-11-24_22:30:00.815 [pool-8-thread-1] ERROR c.s.c.service.frgu.FrguSyncService [] - Synchronization error
- org.springframework.security.authentication.AuthenticationCredentialsNotFoundException: An Authentication object was not found in the SecurityContext
- at org.springframework.security.access.intercept.AbstractSecurityInterceptor.credentialsNotFound(AbstractSecurityInterceptor.java:339) ~[spring-security-core-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:198) ~[spring-security-core-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:60) ~[spring-security-core-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at com.sc.cpgu.service.department.DepartmentService$$EnhancerByCGLIB$$4ee4f1.saveDepartment(<generated>) ~[cglib-nodep-2.2.2.jar:na]
- at com.sc.cpgu.service.frgu.FrguSyncService.createDepartment(FrguSyncService.java:109) ~[FrguSyncService.class:na]
- at com.sc.cpgu.service.frgu.FrguSyncService.run(FrguSyncService.java:81) ~[FrguSyncService.class:na]
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_172]
- at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_172]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_172]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_172]
- at java.lang.Thread.run(Thread.java:748) [na:1.8.0_172]
Advertisement
Add Comment
Please, Sign In to add comment