-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate #26418
Comments
Hello chenrujun, I am from UPS and we are working with MS (Mahesh Babu Thalla mthalla@microsoftsupport.com) on implementing Azure AD with Spring Boot, but with no client secret. I believe he chatted with you on this. |
Hi, @mpenabad1961 . Thanks for reaching out.
Yes, I already discussed with him.
In this GitHub Issue, it will not release jar, it's target is to write sample to teach customer how to use spring-security + Azure AD.
Oh, you are using LDAP, not OAuth2. Mahesh and I are discussing about OAuth 2. I found 2 links:
If your requirement is same to above 2 links. Here is 2 options:
|
Thanks for responding. I meant to say I am currently using LDAP but I need to migrate to Azure AD. However, I need to use certificate-base , client-secret not allowed at UPS standard. When you have a sample code on how to use certificate without using secret please let me know. thanks. Mercedes |
Got it. |
Hi, @mpenabad1961. I create a PR to write sample about using certificate instead of client-secret to authenticate: Azure-Samples/azure-spring-boot-samples#196. Please take a look. And which version of Spring Boot are you (UPS) using? |
I am having trouble implementing your example. I see in the pom file you have a relative path. I tried unzip the whole sample package (all examples) so what ever reference you may be choosing is there, but I am getting filename errors when I am unzipping. Can you tell me what your example is dependent on to make it its own pom file.
Thanks
Mercedes
From: Rujun Chen ***@***.***>
Sent: Thursday, March 31, 2022 8:33 PM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
Hi, @mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!I8QYCqY6bSnNP8Ord_u8CRLrKN1abFplYfkuDfqMW1s0CxNmfZa_kJOUVqQ7$>
Please check this link:
https://github.com/Azure-Samples/azure-spring-boot-samples/blob/31b81ff524cf711d950d09e9250534949cd78f7e/aad/spring-security/docs/servlet/oauth2/login-authenticate-using-private-key-jwt.md [github.com]<https://urldefense.com/v3/__https:/github.com/Azure-Samples/azure-spring-boot-samples/blob/31b81ff524cf711d950d09e9250534949cd78f7e/aad/spring-security/docs/servlet/oauth2/login-authenticate-using-private-key-jwt.md__;!!AQegZw!I8QYCqY6bSnNP8Ord_u8CRLrKN1abFplYfkuDfqMW1s0CxNmfZa_kASdsVRI$>
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1085266155__;Iw!!AQegZw!I8QYCqY6bSnNP8Ord_u8CRLrKN1abFplYfkuDfqMW1s0CxNmfZa_kMSpJJf1$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F2Z75DFU44LMJFWHR7DVCY73LANCNFSM5LXYEOLQ__;!!AQegZw!I8QYCqY6bSnNP8Ord_u8CRLrKN1abFplYfkuDfqMW1s0CxNmfZa_kK1RhsUJ$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
|
I do not see a download for this directory, how do I download package.
***@***.***
The only place that allowed download zip was at the https://github.com/Azure-Samples/azure-spring-boot-samples level.
I get the following error from Winzip. I get a lot of these. So the by the time I get through all the errors, the files that do get through, your project is missing the long named files.
***@***.***
If you can let me know what dependencies your project needs that would be helpful, because your pom.xml points to relative pom which points to https://github.com/Azure-Samples/azure-spring-boot-samples
<relativePath>../../../../../pom.xml</relativePath>
I am having trouble with which dependencies are needed. I haven not even been able to compile.
If you can help me I would appreciate it.
Thanks
Mercedes
From: Rujun Chen ***@***.***>
Sent: Thursday, April 14, 2022 9:38 PM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!KjhVCW3uOlwPxXOdndTrsgwM4rAWL9TYipXn4Q3qrZstYV7h9zQhAq_uCwrc$>
1. Could you please try spring-cloud-azure_v4.0.0 branch? Here is the link to spring-cloud-azure_v4.0.0 branch branch: https://github.com/Azure-Samples/azure-spring-boot-samples/blob/spring-cloud-azure_v4.0.0/aad/spring-security/docs/servlet/oauth2/login-authenticate-using-private-key-jwt.md [github.com]<https://urldefense.com/v3/__https:/github.com/Azure-Samples/azure-spring-boot-samples/blob/spring-cloud-azure_v4.0.0/aad/spring-security/docs/servlet/oauth2/login-authenticate-using-private-key-jwt.md__;!!AQegZw!KjhVCW3uOlwPxXOdndTrsgwM4rAWL9TYipXn4Q3qrZstYV7h9zQhAnGg1aTw$>
2. What type of filename errors did you faced? Could you please share more information?
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1099774412__;Iw!!AQegZw!KjhVCW3uOlwPxXOdndTrsgwM4rAWL9TYipXn4Q3qrZstYV7h9zQhAkyAltId$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F27G42NJTKD4PIBEJPTVFDB73ANCNFSM5LXYEOLQ__;!!AQegZw!KjhVCW3uOlwPxXOdndTrsgwM4rAWL9TYipXn4Q3qrZstYV7h9zQhAoqTxqxF$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
@mpenabad1961
There is no error in my side. |
Please try this:
|
Thank you, I will work on this on Monday. Mvn install did not work. I was trying to use Eclipse but too many errors. I will work on the command-line mvn configuration.
From: Rujun Chen ***@***.***>
Sent: Friday, May 6, 2022 8:39 PM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!egSCYMXBEIjgrPwyCFQ11tBeI_LeCZe22WaNlgGLOtn84uQGYo_SJIRmyGocOJ8ZZpwbOF_MvaXKqbg3Zn8l-Q$>
Can I just work on login-authenticate-using-private-key-jwt project folder?
Please try this:
git clone ***@***.******@***.***:Azure-Samples/azure-spring-boot-samples.git>
cd azure-spring-boot-samples/
mvn clean install -f aad/spring-security/servlet/oauth2/login-authenticate-using-private-key-jwt/
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1120092193__;Iw!!AQegZw!egSCYMXBEIjgrPwyCFQ11tBeI_LeCZe22WaNlgGLOtn84uQGYo_SJIRmyGocOJ8ZZpwbOF_MvaXKqbhrKEgNkQ$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F22IPID5BUUZFY4YKWTVIW3SRANCNFSM5LXYEOLQ__;!!AQegZw!egSCYMXBEIjgrPwyCFQ11tBeI_LeCZe22WaNlgGLOtn84uQGYo_SJIRmyGocOJ8ZZpwbOF_MvaXKqbj7LnfMAA$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Could you please share the log? |
I was able to make it work. The problem was we have SSO and I had to log out to see the Dialog login box. Also, I was able to implement logout.
I want to thank you for all you help.
Thanks
Mercedes
From: Rujun Chen ***@***.***>
Sent: Tuesday, May 17, 2022 1:59 AM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!a1FLrAWS_azB8ramvCjQRIT4KENLYHEwojoZdnpU-nFNJDxgh1BH3zuS2lx5st_MlTSNSJfdSzj4v02om3ZIEQ$>
Mvn install did not work.
Could you please share the log?
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1128444560__;Iw!!AQegZw!a1FLrAWS_azB8ramvCjQRIT4KENLYHEwojoZdnpU-nFNJDxgh1BH3zuS2lx5st_MlTSNSJfdSzj4v01TWGTC9w$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F25TYT6EIIJ5F3LJXDTVKMYSZANCNFSM5LXYEOLQ__;!!AQegZw!a1FLrAWS_azB8ramvCjQRIT4KENLYHEwojoZdnpU-nFNJDxgh1BH3zuS2lx5st_MlTSNSJfdSzj4v03LrL1qMg$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
You can use Refs: |
@mpenabad1961 |
HI,
I have your code working…However, when I deployed to production (with SSL), I got an error (see below). After I do the oauthlogin(), it times out with error. I think its trying to get the user info who logged. This error does not show on my laptop. The theory is that it can’t get over the company firewall. There was no mention of proxy configuration from your code.
Do you have any feedback or ideas I can look for. I have been researching for a couple of weeks. Please advise.
Thanks
Mercedes
***@***.***
From: Rujun Chen ***@***.***>
Sent: Tuesday, May 17, 2022 1:59 AM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!a1FLrAWS_azB8ramvCjQRIT4KENLYHEwojoZdnpU-nFNJDxgh1BH3zuS2lx5st_MlTSNSJfdSzj4v02om3ZIEQ$>
Mvn install did not work.
Could you please share the log?
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1128444560__;Iw!!AQegZw!a1FLrAWS_azB8ramvCjQRIT4KENLYHEwojoZdnpU-nFNJDxgh1BH3zuS2lx5st_MlTSNSJfdSzj4v01TWGTC9w$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F25TYT6EIIJ5F3LJXDTVKMYSZANCNFSM5LXYEOLQ__;!!AQegZw!a1FLrAWS_azB8ramvCjQRIT4KENLYHEwojoZdnpU-nFNJDxgh1BH3zuS2lx5st_MlTSNSJfdSzj4v03LrL1qMg$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
How did you do that?
|
I have included the log file. I ran in production in debug mode.
The https://login.microsoftonline.com/e7520e4d-d5a0-488d-9e9f-949faae7dce8/v2.0/.well-known/openid-configuration call presents this:
{"token_endpoint":https://login.microsoftonline.com/e7520e4d-d5a0-488d-9e9f-949faae7dce8/oauth2/v2.0/token,
"token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],
"jwks_uri":https://login.microsoftonline.com/e7520e4d-d5a0-488d-9e9f-949faae7dce8/discovery/v2.0/keys,
response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code id_token","id_token token"],
"scopes_supported":["openid","profile","email","offline_access"],
"issuer":https://login.microsoftonline.com/e7520e4d-d5a0-488d-9e9f-949faae7dce8/v2.0,
"request_uri_parameter_supported":false,
"userinfo_endpoint":https://graph.microsoft.com/oidc/userinfo,
"authorization_endpoint":https://login.microsoftonline.com/e7520e4d-d5a0-488d-9e9f-949faae7dce8/oauth2/v2.0/authorize,
"device_authorization_endpoint":https://login.microsoftonline.com/e7520e4d-d5a0-488d-9e9f-949faae7dce8/oauth2/v2.0/devicecode,
"http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":https://login.microsoftonline.com/e7520e4d-d5a0-488d-9e9f-949faae7dce8/oauth2/v2.0/logout,
"claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],
"kerberos_endpoint":https://login.microsoftonline.com/e7520e4d-d5a0-488d-9e9f-949faae7dce8/kerberos,
"tenant_region_scope":"NA",
"cloud_instance_name":"microsoftonline.com",
"cloud_graph_host_name":"graph.windows.net",
"msgraph_host":"graph.microsoft.com",
"rbac_url":https://pas.windows.net}
The error occurs when https://graph.microsoft.com/oidc/userinfo, is called. In logs, line # 2616 this is called, and then the error redirect uri is sent back.
Please review the log file. I added “*******************” so you can find the oauth calls
Thanks
Mercedes
From: Rujun Chen ***@***.***>
Sent: Wednesday, July 13, 2022 1:43 AM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!cN5ZurY0ojQu69vJXSvVvl7_voZyunGRwIPxOJpZeCYo4ioBdAm7YbIQhTokbNvXgkn3RkkOhKf5MXMb49X-uQ$>
After I do the oauthlogin()
How did you do that?
Could you please give more information that can help me to reproduce the problem?
For example:
1. Steps I did.
2. Error I faced.
3. Error log.
4. etc..
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1182789499__;Iw!!AQegZw!cN5ZurY0ojQu69vJXSvVvl7_voZyunGRwIPxOJpZeCYo4ioBdAm7YbIQhTokbNvXgkn3RkkOhKf5MXPmkoDLXw$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F2YPUSHBVJCKYCKRZNDVTZJNZANCNFSM5LXYEOLQ__;!!AQegZw!cN5ZurY0ojQu69vJXSvVvl7_voZyunGRwIPxOJpZeCYo4ioBdAm7YbIQhTokbNvXgkn3RkkOhKf5MXNvhMYg1Q$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
2022-07-13 15:03:42,031 INFO org.springframework.boot.StartupInfoLogger [main] Starting TaddmDevApplication v1.2 using Java 1.8.0_302 on SVRP000961D9 with PID 8928 (C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar started by SYSTEM in C:\Program Files\UPSAPPS\TADDMFE\TaddmFE)
2022-07-13 15:03:42,047 DEBUG org.springframework.boot.StartupInfoLogger [main] Running with Spring Boot v2.6.4, Spring v5.3.16
2022-07-13 15:03:42,047 INFO org.springframework.boot.SpringApplication [main] No active profile set, falling back to 1 default profile: "default"
2022-07-13 15:03:42,047 DEBUG org.springframework.boot.SpringApplication [main] Loading source class com.UPS.TaddmDevApplication
2022-07-13 15:03:42,156 DEBUG org.springframework.context.support.AbstractApplicationContext [main] Refreshing ***@***.***
2022-07-13 15:03:42,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-07-13 15:03:42,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2022-07-13 15:03:42,359 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/API/DataLoadProperties.class]
2022-07-13 15:03:42,359 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/audit/AuditController.class]
2022-07-13 15:03:42,375 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/audit/AuditService.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/controller/AVSController.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/controller/MyErrorController.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Ignored because not a concrete top-level class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/AppRepository.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/DatabaseConfig.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/JoinQueryService.class]
2022-07-13 15:03:42,406 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/proxy/DataLoadProxy.class]
2022-07-13 15:03:42,406 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/proxy/RestCall.class]
2022-07-13 15:03:42,422 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/security/SecurityConfiguration.class]
2022-07-13 15:03:43,453 INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-13 15:03:43,453 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
2022-07-13 15:03:43,469 DEBUG org.springframework.boot.autoconfigure.AutoConfigurationPackages$BasePackages [main] @EnableAutoConfiguration was declared on a class in the package 'com.UPS'. Automatic @repository and @entity scanning is enabled.
2022-07-13 15:03:43,469 DEBUG org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Scanning for JPA repositories in packages com.UPS.
2022-07-13 15:03:43,484 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/AppRepository.class]
2022-07-13 15:03:43,562 INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Finished Spring Data repository scanning in 99 ms. Found 1 JPA repository interfaces.
2022-07-13 15:03:43,922 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
2022-07-13 15:03:43,922 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'enableEncryptablePropertySourcesPostProcessor'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'enableEncryptablePropertySourcesPostProcessor' via factory method to bean named 'environment'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'emBeanDefinitionRegistrarPostProcessor'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor'
2022-07-13 15:03:44,016 INFO com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor [main] Post-processing PropertySource instances
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyResolver'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyDetector'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'envCopy'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'envCopy' via factory method to bean named 'environment'
2022-07-13 15:03:44,031 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyJasyptStringEncryptor'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver [main] Found key 'jasypt.encryptor.bean' in PropertySource 'configurationProperties' with value of type String
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyEncryptablePropertyDetector'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyJasyptStringEncryptor'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'environment'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyFilter'
2022-07-13 15:03:44,062 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,062 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource Config resource 'file [application.properties]' via location 'optional:file:./' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource URL [file:./conf/dataload.properties] [org.springframework.core.env.CompositePropertySource] to EncryptableEnumerablePropertySourceWrapper
2022-07-13 15:03:44,125 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-07-13 15:03:44,125 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'conversionServicePostProcessor'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinderFactory'
2022-07-13 15:03:44,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-07-13 15:03:44,266 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
2022-07-13 15:03:44,266 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
2022-07-13 15:03:44,281 INFO com.ulisesbocchio.jasyptspringboot.filter.DefaultLazyPropertyFilter [main] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2022-07-13 15:03:44,297 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionAttributeSource'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionInterceptor'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource'
2022-07-13 15:03:44,359 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource'
2022-07-13 15:03:44,359 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor'
2022-07-13 15:03:44,406 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'messageSource'
2022-07-13 15:03:44,406 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration'
2022-07-13 15:03:44,422 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'messageSourceProperties'
2022-07-13 15:03:44,422 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties'
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'messageSource' via factory method to bean named 'messageSourceProperties'
2022-07-13 15:03:44,437 DEBUG org.springframework.ui.context.support.UiApplicationContextUtils [main] Unable to locate ThemeSource with name 'themeSource': using default ***@***.***
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,547 INFO com.ulisesbocchio.jasyptspringboot.resolver.DefaultLazyPropertyResolver [main] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2022-07-13 15:03:44,547 INFO com.ulisesbocchio.jasyptspringboot.detector.DefaultLazyPropertyDetector [main] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,734 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageCustomizer'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dispatcherServletRegistration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dispatcherServlet'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,765 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'multipartConfigElement'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2022-07-13 15:03:44,812 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration'
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] Code archive: C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] Code archive: C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
2022-07-13 15:03:45,109 INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer [main] Tomcat initialized with port(s): 443 (https)
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Initializing ProtocolHandler ["https-jsse-nio-10.251.66.118-443"]
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Starting service [Tomcat]
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Starting Servlet engine: [Apache Tomcat/9.0.58]
2022-07-13 15:03:45,203 INFO org.apache.juli.logging.DirectJDKLog [main] Initializing Spring embedded WebApplicationContext
2022-07-13 15:03:45,203 DEBUG org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext [main] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
2022-07-13 15:03:45,203 INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext [main] Root WebApplicationContext: initialization completed in 3047 ms
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageSecurityInterceptor'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.ErrorPageSecurityFilterConfiguration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'errorPageSecurityInterceptor' via factory method to bean named ***@***.***'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'securityFilterChainRegistration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'sessionRepositoryFilterRegistration'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionRepositoryFilterConfiguration'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.session-org.springframework.boot.autoconfigure.session.SessionProperties'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'springSessionRepositoryFilter'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'cookieSerializer'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'cookieSerializer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'rememberMeServicesCookieSerializerCustomizer'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration$RememberMeServicesConfiguration'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'infoDS'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'databaseConfig'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'encryptorBean'
2022-07-13 15:03:45,297 INFO com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor [main] Found Custom Encryptor Bean ***@***.*** with name: encryptorBean
2022-07-13 15:03:45,422 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver [main] Found key 'spring.datasource.driverClassName' in PropertySource 'URL [file:./conf/dataload.properties]' with value of type String
2022-07-13 15:03:45,437 DEBUG com.zaxxer.hikari.HikariConfig [main] Driver class com.microsoft.sqlserver.jdbc.SQLServerDriver found in Thread context class loader TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
2022-07-13 15:03:45,500 DEBUG com.zaxxer.hikari.HikariConfig [main] Driver class com.microsoft.sqlserver.jdbc.SQLServerDriver found in Thread context class loader TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
2022-07-13 15:03:45,500 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionManager'
2022-07-13 15:03:45,500 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'infoDS'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named ***@***.***'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
2022-07-13 15:03:45,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
2022-07-13 15:03:45,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'infoDS'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'entityManagerFactory'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'entityManagerFactoryBuilder'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'jpaVendorAdapter'
2022-07-13 15:03:45,687 DEBUG org.jboss.logging.LoggerProviders [main] Logging Provider: org.jboss.logging.Log4j2LoggerProvider
2022-07-13 15:03:45,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'entityManagerFactoryBuilder' via factory method to bean named 'jpaVendorAdapter'
2022-07-13 15:03:45,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'entityManagerFactoryBuilder'
2022-07-13 15:03:45,734 DEBUG org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean [main] Building JPA container EntityManagerFactory for persistence unit 'default'
2022-07-13 15:03:45,765 DEBUG org.hibernate.jpa.internal.util.LogHelper [main] PersistenceUnitInfo [
name: default
persistence provider classname: null
classloader: TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
excludeUnlistedClasses: true
JTA datasource: null
Non JTA datasource: HikariDataSource (null)
Transaction type: RESOURCE_LOCAL
PU root URL: file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar
Shared Cache Mode: UNSPECIFIED
Validation Mode: AUTO
Jar files URLs []
Managed classes names [
com.UPS.audit.GroupPatternAudit
com.UPS.entity.AppSelectorTier
com.UPS.entity.AVSApplication
com.UPS.entity.TransLog]
Mapping files names []
Properties []
2022-07-13 15:03:45,797 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
2022-07-13 15:03:45,813 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
2022-07-13 15:03:45,813 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
2022-07-13 15:03:45,922 INFO org.hibernate.Version [main] HHH000412: Hibernate ORM core version 5.6.5.Final
2022-07-13 15:03:45,937 DEBUG org.hibernate.cfg.Environment [main] HHH000206: hibernate.properties not found
2022-07-13 15:03:46,219 DEBUG org.hibernate.service.spi.ServiceBinding [main] Overriding existing service binding [org.hibernate.secure.spi.JaccService]
2022-07-13 15:03:46,250 DEBUG org.hibernate.cache.internal.RegionFactoryInitiator [main] Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
2022-07-13 15:03:46,250 DEBUG org.hibernate.cache.internal.RegionFactoryInitiator [main] Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
2022-07-13 15:03:46,281 INFO org.hibernate.annotations.common.reflection.java.JavaReflectionManager [main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-13 15:03:46,375 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration boolean -> ***@***.***
2022-07-13 15:03:46,375 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration numeric_boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration true_false -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration yes_no -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration character -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration char -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Character -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration short -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration short -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Short -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration integer -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration int -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Integer -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration double -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration double -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Double -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration big_decimal -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.math.BigDecimal -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration big_integer -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.math.BigInteger -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration string -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.String -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration nstring -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ncharacter -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration url -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.net.URL -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Duration -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.Duration -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Instant -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.Instant -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalDate -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalDate -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration OffsetDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.OffsetDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration OffsetTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.OffsetTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ZonedDateTime -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.ZonedDateTime -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration time -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Time -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration timestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Timestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration dbtimestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Calendar -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.GregorianCalendar -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar_date -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar_time -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration locale -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Locale -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration currency -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Currency -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration timezone -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.TimeZone -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration class -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Class -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration uuid-binary -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.UUID -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration uuid-char -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration binary -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [B -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration wrapper-binary -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Byte[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [Ljava.lang.Byte; -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration row_version -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration image -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration characters -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration char[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [C -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration wrapper-characters -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [Ljava.lang.Character; -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Character[] -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration text -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ntext -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration nclob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.NClob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_nclob -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration serializable -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration object -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Object -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_date -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_time -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_timestamp -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_dbtimestamp -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_calendar -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_calendar_date -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_binary -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_serializable -> ***@***.***
2022-07-13 15:03:46,531 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting JPA temp ClassLoader ***@***.*** into BootstrapContext; was [null]
2022-07-13 15:03:46,531 DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl [main] ***@***.***) [was null]
2022-07-13 15:03:46,547 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting ScanEnvironment ***@***.*** into BootstrapContext; was [null]
2022-07-13 15:03:46,547 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting ScanOptions ***@***.*** into BootstrapContext; was ***@***.***
2022-07-13 15:03:46,578 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting JPA temp ClassLoader [null] into BootstrapContext; was ***@***.***
2022-07-13 15:03:46,578 DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl [main] ClassLoaderAccessImpl#injectTempClassLoader(null) [was ***@***.***
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.Table
|
I can't see your log. Are you attach the log by email attachment?
I can't see the log. So, I don't know what the content about |
Can you see now
From: Rujun Chen ***@***.***>
Sent: Wednesday, July 13, 2022 8:56 PM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhjdPnUuNg$>
I can't see your log.
Are you attach the log by email attachment?
I left current comment by this GitHub page: #26418 [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhizG7S5cg$>
In logs, line # 2616 this is called,
I can't see the log. So, I don't know what the content about # 2616.
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1183831628__;Iw!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhidelwQrw$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F27TMZASBKFAOK2NQ6DVT5QTDANCNFSM5LXYEOLQ__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhjfCdUNAQ$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
2022-07-13 15:03:42,031 INFO org.springframework.boot.StartupInfoLogger [main] Starting TaddmDevApplication v1.2 using Java 1.8.0_302 on SVRP000961D9 with PID 8928 (C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar started by SYSTEM in C:\Program Files\UPSAPPS\TADDMFE\TaddmFE)
2022-07-13 15:03:42,047 DEBUG org.springframework.boot.StartupInfoLogger [main] Running with Spring Boot v2.6.4, Spring v5.3.16
2022-07-13 15:03:42,047 INFO org.springframework.boot.SpringApplication [main] No active profile set, falling back to 1 default profile: "default"
2022-07-13 15:03:42,047 DEBUG org.springframework.boot.SpringApplication [main] Loading source class com.UPS.TaddmDevApplication
2022-07-13 15:03:42,156 DEBUG org.springframework.context.support.AbstractApplicationContext [main] Refreshing ***@***.***
2022-07-13 15:03:42,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-07-13 15:03:42,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2022-07-13 15:03:42,359 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/API/DataLoadProperties.class]
2022-07-13 15:03:42,359 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/audit/AuditController.class]
2022-07-13 15:03:42,375 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/audit/AuditService.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/controller/AVSController.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/controller/MyErrorController.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Ignored because not a concrete top-level class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/AppRepository.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/DatabaseConfig.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/JoinQueryService.class]
2022-07-13 15:03:42,406 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/proxy/DataLoadProxy.class]
2022-07-13 15:03:42,406 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/proxy/RestCall.class]
2022-07-13 15:03:42,422 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/security/SecurityConfiguration.class]
2022-07-13 15:03:43,453 INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-13 15:03:43,453 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
2022-07-13 15:03:43,469 DEBUG org.springframework.boot.autoconfigure.AutoConfigurationPackages$BasePackages [main] @EnableAutoConfiguration was declared on a class in the package 'com.UPS'. Automatic @repository and @entity scanning is enabled.
2022-07-13 15:03:43,469 DEBUG org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Scanning for JPA repositories in packages com.UPS.
2022-07-13 15:03:43,484 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/AppRepository.class]
2022-07-13 15:03:43,562 INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Finished Spring Data repository scanning in 99 ms. Found 1 JPA repository interfaces.
2022-07-13 15:03:43,922 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
2022-07-13 15:03:43,922 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'enableEncryptablePropertySourcesPostProcessor'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'enableEncryptablePropertySourcesPostProcessor' via factory method to bean named 'environment'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'emBeanDefinitionRegistrarPostProcessor'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor'
2022-07-13 15:03:44,016 INFO com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor [main] Post-processing PropertySource instances
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyResolver'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyDetector'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'envCopy'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'envCopy' via factory method to bean named 'environment'
2022-07-13 15:03:44,031 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyJasyptStringEncryptor'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver [main] Found key 'jasypt.encryptor.bean' in PropertySource 'configurationProperties' with value of type String
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyEncryptablePropertyDetector'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyJasyptStringEncryptor'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'environment'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyFilter'
2022-07-13 15:03:44,062 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,062 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource Config resource 'file [application.properties]' via location 'optional:file:./' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource URL [file:./conf/dataload.properties] [org.springframework.core.env.CompositePropertySource] to EncryptableEnumerablePropertySourceWrapper
2022-07-13 15:03:44,125 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-07-13 15:03:44,125 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'conversionServicePostProcessor'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinderFactory'
2022-07-13 15:03:44,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-07-13 15:03:44,266 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
2022-07-13 15:03:44,266 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
2022-07-13 15:03:44,281 INFO com.ulisesbocchio.jasyptspringboot.filter.DefaultLazyPropertyFilter [main] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2022-07-13 15:03:44,297 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionAttributeSource'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionInterceptor'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource'
2022-07-13 15:03:44,359 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource'
2022-07-13 15:03:44,359 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor'
2022-07-13 15:03:44,406 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'messageSource'
2022-07-13 15:03:44,406 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration'
2022-07-13 15:03:44,422 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'messageSourceProperties'
2022-07-13 15:03:44,422 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties'
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'messageSource' via factory method to bean named 'messageSourceProperties'
2022-07-13 15:03:44,437 DEBUG org.springframework.ui.context.support.UiApplicationContextUtils [main] Unable to locate ThemeSource with name 'themeSource': using default ***@***.***
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,547 INFO com.ulisesbocchio.jasyptspringboot.resolver.DefaultLazyPropertyResolver [main] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2022-07-13 15:03:44,547 INFO com.ulisesbocchio.jasyptspringboot.detector.DefaultLazyPropertyDetector [main] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,734 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageCustomizer'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dispatcherServletRegistration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dispatcherServlet'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,765 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'multipartConfigElement'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2022-07-13 15:03:44,812 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration'
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] Code archive: C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] Code archive: C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
2022-07-13 15:03:45,109 INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer [main] Tomcat initialized with port(s): 443 (https)
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Initializing ProtocolHandler ["https-jsse-nio-10.251.66.118-443"]
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Starting service [Tomcat]
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Starting Servlet engine: [Apache Tomcat/9.0.58]
2022-07-13 15:03:45,203 INFO org.apache.juli.logging.DirectJDKLog [main] Initializing Spring embedded WebApplicationContext
2022-07-13 15:03:45,203 DEBUG org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext [main] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
2022-07-13 15:03:45,203 INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext [main] Root WebApplicationContext: initialization completed in 3047 ms
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageSecurityInterceptor'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.ErrorPageSecurityFilterConfiguration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'errorPageSecurityInterceptor' via factory method to bean named ***@***.***'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'securityFilterChainRegistration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'sessionRepositoryFilterRegistration'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionRepositoryFilterConfiguration'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.session-org.springframework.boot.autoconfigure.session.SessionProperties'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'springSessionRepositoryFilter'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'cookieSerializer'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'cookieSerializer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'rememberMeServicesCookieSerializerCustomizer'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration$RememberMeServicesConfiguration'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'infoDS'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'databaseConfig'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'encryptorBean'
2022-07-13 15:03:45,297 INFO com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor [main] Found Custom Encryptor Bean ***@***.*** with name: encryptorBean
2022-07-13 15:03:45,422 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver [main] Found key 'spring.datasource.driverClassName' in PropertySource 'URL [file:./conf/dataload.properties]' with value of type String
2022-07-13 15:03:45,437 DEBUG com.zaxxer.hikari.HikariConfig [main] Driver class com.microsoft.sqlserver.jdbc.SQLServerDriver found in Thread context class loader TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
2022-07-13 15:03:45,500 DEBUG com.zaxxer.hikari.HikariConfig [main] Driver class com.microsoft.sqlserver.jdbc.SQLServerDriver found in Thread context class loader TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
2022-07-13 15:03:45,500 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionManager'
2022-07-13 15:03:45,500 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'infoDS'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named ***@***.***'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
2022-07-13 15:03:45,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
2022-07-13 15:03:45,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'infoDS'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'entityManagerFactory'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'entityManagerFactoryBuilder'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'jpaVendorAdapter'
2022-07-13 15:03:45,687 DEBUG org.jboss.logging.LoggerProviders [main] Logging Provider: org.jboss.logging.Log4j2LoggerProvider
2022-07-13 15:03:45,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'entityManagerFactoryBuilder' via factory method to bean named 'jpaVendorAdapter'
2022-07-13 15:03:45,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'entityManagerFactoryBuilder'
2022-07-13 15:03:45,734 DEBUG org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean [main] Building JPA container EntityManagerFactory for persistence unit 'default'
2022-07-13 15:03:45,765 DEBUG org.hibernate.jpa.internal.util.LogHelper [main] PersistenceUnitInfo [
name: default
persistence provider classname: null
classloader: TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
excludeUnlistedClasses: true
JTA datasource: null
Non JTA datasource: HikariDataSource (null)
Transaction type: RESOURCE_LOCAL
PU root URL: file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar
Shared Cache Mode: UNSPECIFIED
Validation Mode: AUTO
Jar files URLs []
Managed classes names [
com.UPS.audit.GroupPatternAudit
com.UPS.entity.AppSelectorTier
com.UPS.entity.AVSApplication
com.UPS.entity.TransLog]
Mapping files names []
Properties []
2022-07-13 15:03:45,797 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
2022-07-13 15:03:45,813 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
2022-07-13 15:03:45,813 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
2022-07-13 15:03:45,922 INFO org.hibernate.Version [main] HHH000412: Hibernate ORM core version 5.6.5.Final
2022-07-13 15:03:45,937 DEBUG org.hibernate.cfg.Environment [main] HHH000206: hibernate.properties not found
2022-07-13 15:03:46,219 DEBUG org.hibernate.service.spi.ServiceBinding [main] Overriding existing service binding [org.hibernate.secure.spi.JaccService]
2022-07-13 15:03:46,250 DEBUG org.hibernate.cache.internal.RegionFactoryInitiator [main] Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
2022-07-13 15:03:46,250 DEBUG org.hibernate.cache.internal.RegionFactoryInitiator [main] Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
2022-07-13 15:03:46,281 INFO org.hibernate.annotations.common.reflection.java.JavaReflectionManager [main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-13 15:03:46,375 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration boolean -> ***@***.***
2022-07-13 15:03:46,375 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration numeric_boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration true_false -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration yes_no -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration character -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration char -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Character -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration short -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration short -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Short -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration integer -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration int -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Integer -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration double -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration double -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Double -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration big_decimal -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.math.BigDecimal -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration big_integer -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.math.BigInteger -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration string -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.String -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration nstring -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ncharacter -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration url -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.net.URL -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Duration -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.Duration -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Instant -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.Instant -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalDate -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalDate -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration OffsetDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.OffsetDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration OffsetTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.OffsetTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ZonedDateTime -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.ZonedDateTime -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration time -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Time -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration timestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Timestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration dbtimestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Calendar -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.GregorianCalendar -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar_date -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar_time -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration locale -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Locale -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration currency -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Currency -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration timezone -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.TimeZone -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration class -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Class -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration uuid-binary -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.UUID -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration uuid-char -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration binary -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [B -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration wrapper-binary -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Byte[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [Ljava.lang.Byte; -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration row_version -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration image -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration characters -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration char[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [C -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration wrapper-characters -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [Ljava.lang.Character; -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Character[] -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration text -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ntext -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration nclob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.NClob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_nclob -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration serializable -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration object -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Object -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_date -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_time -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_timestamp -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_dbtimestamp -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_calendar -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_calendar_date -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_binary -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_serializable -> ***@***.***
2022-07-13 15:03:46,531 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting JPA temp ClassLoader ***@***.*** into BootstrapContext; was [null]
2022-07-13 15:03:46,531 DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl [main] ***@***.***) [was null]
2022-07-13 15:03:46,547 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting ScanEnvironment ***@***.*** into BootstrapContext; was [null]
2022-07-13 15:03:46,547 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting ScanOptions ***@***.*** into BootstrapContext; was ***@***.***
2022-07-13 15:03:46,578 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting JPA temp ClassLoader [null] into BootstrapContext; was ***@***.***
2022-07-13 15:03:46,578 DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl [main] ClassLoaderAccessImpl#injectTempClassLoader(null) [was ***@***.***
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] HikariPool-1 - configuration:
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] allowPoolSuspension................................false
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] autoCommit................................true
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] catalog................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] connectionInitSql................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] connectionTestQuery................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] connectionTimeout................................30000
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] dataSource................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] dataSourceClassName................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] dataSourceJNDI................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] dataSourceProperties................................{password=<masked>}
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] driverClassName................................"com.microsoft.sqlserver.jdbc.SQLServerDriver"
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] exceptionOverrideClassName................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] healthCheckProperties................................{}
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] healthCheckRegistry................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] idleTimeout................................600000
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig
|
Hi, @mpenabad1961 I think now I can see 2 log files:
But I can't understand the problem. Seems some information lost: Here are some suggestions:
|
Hi,
Have you been able to resolve. The problem is a known one and there are different solutions, but I have not been able to implement into your code for solution. It appears the authorization request is using a different client than the resource requests. This means that at that time the proxy was only configured for the resource requests. So we need to configure the proxy for the authorization request separately. I have found different posts of others having the same issue. But I can’t seem to incorporate into your code. Here is an example: Proxy Support For Authorization Requests With Spring-Security-OAuth2-Client (doubleslash.de)<https://blog.doubleslash.de/spring-oauth2-client-authorization-request-proxy-support/>
Please advise.
Thanks
Mercedes
From: Mercedes Penabad
Sent: Thursday, July 14, 2022 8:27 AM
To: 'Azure/azure-sdk-for-java' ***@***.***>; Azure/azure-sdk-for-java ***@***.***>; 'Rujun Chen' ***@***.***>
Cc: Mention ***@***.***>
Subject: RE: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
Can you see now
From: Rujun Chen ***@***.******@***.***>>
Sent: Wednesday, July 13, 2022 8:56 PM
To: Azure/azure-sdk-for-java ***@***.******@***.***>>
Cc: Mercedes Penabad ***@***.******@***.***>>; Mention ***@***.******@***.***>>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhjdPnUuNg$>
I can't see your log.
Are you attach the log by email attachment?
I left current comment by this GitHub page: #26418 [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhizG7S5cg$>
In logs, line # 2616 this is called,
I can't see the log. So, I don't know what the content about # 2616.
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1183831628__;Iw!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhidelwQrw$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F27TMZASBKFAOK2NQ6DVT5QTDANCNFSM5LXYEOLQ__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhjfCdUNAQ$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Hi, @mpenabad1961 Sorry, I can't understand the problem clearly. And my time zone is UTC+8. What's your time zone? |
***@***.***
From: Rujun Chen ***@***.***>
Sent: Wednesday, August 10, 2022 9:31 PM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
Hi, @mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!aYi2Nl5ChxWs7wuaf1eoyVOZ_qpkRMZ2OjoEjNHllteKDEFak_lIBgy2M_sQy7xfFJ7HX_cYe9EX0TGbtZ3u9g$>
Sorry, I can't understand the problem clearly.
Could you please give me your email address? Let me book a meeting. Let's discuss in the meeting.
And my time zone is UTC+8. What's your time zone?
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1211464319__;Iw!!AQegZw!aYi2Nl5ChxWs7wuaf1eoyVOZ_qpkRMZ2OjoEjNHllteKDEFak_lIBgy2M_sQy7xfFJ7HX_cYe9EX0THa63uOSQ$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F2ZMH2Z7PNIVTPHAX2DVYRJWXANCNFSM5LXYEOLQ__;!!AQegZw!aYi2Nl5ChxWs7wuaf1eoyVOZ_qpkRMZ2OjoEjNHllteKDEFak_lIBgy2M_sQy7xfFJ7HX_cYe9EX0TG0utABog$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
I am getting the below exception ,However there is clientid provided in application.yml file . |
I can't see the email address. Please send email to me: rujche@microsoft.com |
Hi, @NidaNajam I can't reproduce the problem. Could you please provide a project in GitHub to reproduce the problem? |
See attached
From: Rujun Chen ***@***.***>
Sent: Wednesday, July 13, 2022 8:56 PM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhjdPnUuNg$>
I can't see your log.
Are you attach the log by email attachment?
I left current comment by this GitHub page: #26418 [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhizG7S5cg$>
In logs, line # 2616 this is called,
I can't see the log. So, I don't know what the content about # 2616.
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1183831628__;Iw!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhidelwQrw$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F27TMZASBKFAOK2NQ6DVT5QTDANCNFSM5LXYEOLQ__;!!AQegZw!e2h5NTc27U_q1kLLxF5SLVIjw8LQTPAdsX_HQGkn14O56f-MC7up1M1gnZf5FceXBFd1apLJeSaNuhjfCdUNAQ$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
2022-07-13 15:03:42,031 INFO org.springframework.boot.StartupInfoLogger [main] Starting TaddmDevApplication v1.2 using Java 1.8.0_302 on SVRP000961D9 with PID 8928 (C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar started by SYSTEM in C:\Program Files\UPSAPPS\TADDMFE\TaddmFE)
2022-07-13 15:03:42,047 DEBUG org.springframework.boot.StartupInfoLogger [main] Running with Spring Boot v2.6.4, Spring v5.3.16
2022-07-13 15:03:42,047 INFO org.springframework.boot.SpringApplication [main] No active profile set, falling back to 1 default profile: "default"
2022-07-13 15:03:42,047 DEBUG org.springframework.boot.SpringApplication [main] Loading source class com.UPS.TaddmDevApplication
2022-07-13 15:03:42,156 DEBUG org.springframework.context.support.AbstractApplicationContext [main] Refreshing ***@***.***
2022-07-13 15:03:42,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-07-13 15:03:42,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2022-07-13 15:03:42,359 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/API/DataLoadProperties.class]
2022-07-13 15:03:42,359 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/audit/AuditController.class]
2022-07-13 15:03:42,375 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/audit/AuditService.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/controller/AVSController.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/controller/MyErrorController.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Ignored because not a concrete top-level class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/AppRepository.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/DatabaseConfig.class]
2022-07-13 15:03:42,390 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/JoinQueryService.class]
2022-07-13 15:03:42,406 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/proxy/DataLoadProxy.class]
2022-07-13 15:03:42,406 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/proxy/RestCall.class]
2022-07-13 15:03:42,422 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/security/SecurityConfiguration.class]
2022-07-13 15:03:43,453 INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-13 15:03:43,453 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
2022-07-13 15:03:43,469 DEBUG org.springframework.boot.autoconfigure.AutoConfigurationPackages$BasePackages [main] @EnableAutoConfiguration was declared on a class in the package 'com.UPS'. Automatic @repository and @entity scanning is enabled.
2022-07-13 15:03:43,469 DEBUG org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Scanning for JPA repositories in packages com.UPS.
2022-07-13 15:03:43,484 DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider [main] Identified candidate component class: URL [jar:file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar!/BOOT-INF/classes!/com/UPS/db/AppRepository.class]
2022-07-13 15:03:43,562 INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate [main] Finished Spring Data repository scanning in 99 ms. Found 1 JPA repository interfaces.
2022-07-13 15:03:43,922 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
2022-07-13 15:03:43,922 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'enableEncryptablePropertySourcesPostProcessor'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'enableEncryptablePropertySourcesPostProcessor' via factory method to bean named 'environment'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'emBeanDefinitionRegistrarPostProcessor'
2022-07-13 15:03:43,937 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor'
2022-07-13 15:03:44,016 INFO com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor [main] Post-processing PropertySource instances
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyResolver'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyDetector'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'envCopy'
2022-07-13 15:03:44,016 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'envCopy' via factory method to bean named 'environment'
2022-07-13 15:03:44,031 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyJasyptStringEncryptor'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver [main] Found key 'jasypt.encryptor.bean' in PropertySource 'configurationProperties' with value of type String
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyEncryptablePropertyDetector'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyJasyptStringEncryptor'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'environment'
2022-07-13 15:03:44,047 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'lazyEncryptablePropertyFilter'
2022-07-13 15:03:44,062 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named 'envCopy'
2022-07-13 15:03:44,062 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named ***@***.***'
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource Config resource 'file [application.properties]' via location 'optional:file:./' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2022-07-13 15:03:44,109 INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter [main] Converting PropertySource URL [file:./conf/dataload.properties] [org.springframework.core.env.CompositePropertySource] to EncryptableEnumerablePropertySourceWrapper
2022-07-13 15:03:44,125 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-07-13 15:03:44,125 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'conversionServicePostProcessor'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-07-13 15:03:44,187 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder'
2022-07-13 15:03:44,203 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinderFactory'
2022-07-13 15:03:44,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-07-13 15:03:44,266 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor'
2022-07-13 15:03:44,266 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
2022-07-13 15:03:44,281 INFO com.ulisesbocchio.jasyptspringboot.filter.DefaultLazyPropertyFilter [main] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2022-07-13 15:03:44,297 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-07-13 15:03:44,312 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionAttributeSource'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionInterceptor'
2022-07-13 15:03:44,344 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource'
2022-07-13 15:03:44,359 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource'
2022-07-13 15:03:44,359 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor'
2022-07-13 15:03:44,406 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'messageSource'
2022-07-13 15:03:44,406 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration'
2022-07-13 15:03:44,422 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'messageSourceProperties'
2022-07-13 15:03:44,422 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties'
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'messageSource' via factory method to bean named 'messageSourceProperties'
2022-07-13 15:03:44,437 DEBUG org.springframework.ui.context.support.UiApplicationContextUtils [main] Unable to locate ThemeSource with name 'themeSource': using default ***@***.***
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
2022-07-13 15:03:44,437 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
2022-07-13 15:03:44,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,547 INFO com.ulisesbocchio.jasyptspringboot.resolver.DefaultLazyPropertyResolver [main] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2022-07-13 15:03:44,547 INFO com.ulisesbocchio.jasyptspringboot.detector.DefaultLazyPropertyDetector [main] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
2022-07-13 15:03:44,687 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
2022-07-13 15:03:44,703 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,734 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageCustomizer'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dispatcherServletRegistration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dispatcherServlet'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
2022-07-13 15:03:44,750 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,765 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'multipartConfigElement'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2022-07-13 15:03:44,797 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2022-07-13 15:03:44,812 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration'
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] Code archive: C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] Code archive: C:\Program Files\UPSAPPS\TADDMFE\TaddmFE\bin\TADDMFE.jar
2022-07-13 15:03:45,015 DEBUG org.springframework.boot.web.servlet.server.DocumentRoot [main] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
2022-07-13 15:03:45,109 INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer [main] Tomcat initialized with port(s): 443 (https)
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Initializing ProtocolHandler ["https-jsse-nio-10.251.66.118-443"]
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Starting service [Tomcat]
2022-07-13 15:03:45,125 INFO org.apache.juli.logging.DirectJDKLog [main] Starting Servlet engine: [Apache Tomcat/9.0.58]
2022-07-13 15:03:45,203 INFO org.apache.juli.logging.DirectJDKLog [main] Initializing Spring embedded WebApplicationContext
2022-07-13 15:03:45,203 DEBUG org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext [main] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
2022-07-13 15:03:45,203 INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext [main] Root WebApplicationContext: initialization completed in 3047 ms
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'errorPageSecurityInterceptor'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.ErrorPageSecurityFilterConfiguration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'errorPageSecurityInterceptor' via factory method to bean named ***@***.***'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'securityFilterChainRegistration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
2022-07-13 15:03:45,219 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'sessionRepositoryFilterRegistration'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionRepositoryFilterConfiguration'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.session-org.springframework.boot.autoconfigure.session.SessionProperties'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'springSessionRepositoryFilter'
2022-07-13 15:03:45,234 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'cookieSerializer'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'cookieSerializer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'rememberMeServicesCookieSerializerCustomizer'
2022-07-13 15:03:45,265 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionConfiguration$RememberMeServicesConfiguration'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'infoDS'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'databaseConfig'
2022-07-13 15:03:45,281 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'encryptorBean'
2022-07-13 15:03:45,297 INFO com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor [main] Found Custom Encryptor Bean ***@***.*** with name: encryptorBean
2022-07-13 15:03:45,422 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver [main] Found key 'spring.datasource.driverClassName' in PropertySource 'URL [file:./conf/dataload.properties]' with value of type String
2022-07-13 15:03:45,437 DEBUG com.zaxxer.hikari.HikariConfig [main] Driver class com.microsoft.sqlserver.jdbc.SQLServerDriver found in Thread context class loader TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
2022-07-13 15:03:45,500 DEBUG com.zaxxer.hikari.HikariConfig [main] Driver class com.microsoft.sqlserver.jdbc.SQLServerDriver found in Thread context class loader TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
2022-07-13 15:03:45,500 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'transactionManager'
2022-07-13 15:03:45,500 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'infoDS'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named ***@***.***'
2022-07-13 15:03:45,515 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties'
2022-07-13 15:03:45,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider'
2022-07-13 15:03:45,531 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'platformTransactionManagerCustomizers'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration'
2022-07-13 15:03:45,547 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration'
2022-07-13 15:03:45,562 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'infoDS'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'entityManagerFactory'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'entityManagerFactoryBuilder'
2022-07-13 15:03:45,578 DEBUG org.springframework.beans.factory.support.DefaultSingletonBeanRegistry [main] Creating shared instance of singleton bean 'jpaVendorAdapter'
2022-07-13 15:03:45,687 DEBUG org.jboss.logging.LoggerProviders [main] Logging Provider: org.jboss.logging.Log4j2LoggerProvider
2022-07-13 15:03:45,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'entityManagerFactoryBuilder' via factory method to bean named 'jpaVendorAdapter'
2022-07-13 15:03:45,687 DEBUG org.springframework.beans.factory.support.ConstructorResolver [main] Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'entityManagerFactoryBuilder'
2022-07-13 15:03:45,734 DEBUG org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean [main] Building JPA container EntityManagerFactory for persistence unit 'default'
2022-07-13 15:03:45,765 DEBUG org.hibernate.jpa.internal.util.LogHelper [main] PersistenceUnitInfo [
name: default
persistence provider classname: null
classloader: TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
***@***.***
excludeUnlistedClasses: true
JTA datasource: null
Non JTA datasource: HikariDataSource (null)
Transaction type: RESOURCE_LOCAL
PU root URL: file:/C:/Program%20Files/UPSAPPS/TADDMFE/TaddmFE/bin/TADDMFE.jar
Shared Cache Mode: UNSPECIFIED
Validation Mode: AUTO
Jar files URLs []
Managed classes names [
com.UPS.audit.GroupPatternAudit
com.UPS.entity.AppSelectorTier
com.UPS.entity.AVSApplication
com.UPS.entity.TransLog]
Mapping files names []
Properties []
2022-07-13 15:03:45,797 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
2022-07-13 15:03:45,813 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
2022-07-13 15:03:45,813 DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl [main] Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
2022-07-13 15:03:45,922 INFO org.hibernate.Version [main] HHH000412: Hibernate ORM core version 5.6.5.Final
2022-07-13 15:03:45,937 DEBUG org.hibernate.cfg.Environment [main] HHH000206: hibernate.properties not found
2022-07-13 15:03:46,219 DEBUG org.hibernate.service.spi.ServiceBinding [main] Overriding existing service binding [org.hibernate.secure.spi.JaccService]
2022-07-13 15:03:46,250 DEBUG org.hibernate.cache.internal.RegionFactoryInitiator [main] Cannot default RegionFactory based on registered strategies as `[]` RegionFactory strategies were registered
2022-07-13 15:03:46,250 DEBUG org.hibernate.cache.internal.RegionFactoryInitiator [main] Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
2022-07-13 15:03:46,281 INFO org.hibernate.annotations.common.reflection.java.JavaReflectionManager [main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-13 15:03:46,375 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration boolean -> ***@***.***
2022-07-13 15:03:46,375 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration numeric_boolean -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration true_false -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration yes_no -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Byte -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration character -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration char -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Character -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration short -> ***@***.***
2022-07-13 15:03:46,390 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration short -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Short -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration integer -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration int -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Integer -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Long -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Float -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration double -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration double -> ***@***.***
2022-07-13 15:03:46,406 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Double -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration big_decimal -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.math.BigDecimal -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration big_integer -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.math.BigInteger -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration string -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.String -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration nstring -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ncharacter -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration url -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.net.URL -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Duration -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.Duration -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Instant -> ***@***.***
2022-07-13 15:03:46,422 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.Instant -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalDate -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalDate -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration LocalTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.LocalTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration OffsetDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.OffsetDateTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration OffsetTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.OffsetTime -> ***@***.***
2022-07-13 15:03:46,437 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ZonedDateTime -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.time.ZonedDateTime -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration time -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Time -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration timestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Timestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Date -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration dbtimestamp -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Calendar -> ***@***.***
2022-07-13 15:03:46,453 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.GregorianCalendar -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar_date -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration calendar_time -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration locale -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Locale -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration currency -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.Currency -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration timezone -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.TimeZone -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration class -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Class -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration uuid-binary -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.util.UUID -> ***@***.***
2022-07-13 15:03:46,469 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration uuid-char -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration binary -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration byte[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [B -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration wrapper-binary -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Byte[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [Ljava.lang.Byte; -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration row_version -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration image -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration characters -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration char[] -> ***@***.***
2022-07-13 15:03:46,484 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [C -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration wrapper-characters -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration [Ljava.lang.Character; -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration Character[] -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration text -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration ntext -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_blob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.Clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration nclob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.sql.NClob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_clob -> ***@***.***
2022-07-13 15:03:46,500 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration materialized_nclob -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration serializable -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration object -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration java.lang.Object -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_date -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_time -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_timestamp -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_dbtimestamp -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_calendar -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_calendar_date -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_binary -> ***@***.***
2022-07-13 15:03:46,515 DEBUG org.hibernate.type.BasicTypeRegistry [main] Adding type registration imm_serializable -> ***@***.***
2022-07-13 15:03:46,531 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting JPA temp ClassLoader ***@***.*** into BootstrapContext; was [null]
2022-07-13 15:03:46,531 DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl [main] ***@***.***) [was null]
2022-07-13 15:03:46,547 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting ScanEnvironment ***@***.*** into BootstrapContext; was [null]
2022-07-13 15:03:46,547 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting ScanOptions ***@***.*** into BootstrapContext; was ***@***.***
2022-07-13 15:03:46,578 DEBUG org.hibernate.boot.internal.BootstrapContextImpl [main] Injecting JPA temp ClassLoader [null] into BootstrapContext; was ***@***.***
2022-07-13 15:03:46,578 DEBUG org.hibernate.boot.internal.ClassLoaderAccessImpl [main] ClassLoaderAccessImpl#injectTempClassLoader(null) [was ***@***.***
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
2022-07-13 15:03:46,594 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
2022-07-13 15:03:46,609 DEBUG org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory [main] Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] HikariPool-1 - configuration:
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] allowPoolSuspension................................false
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] autoCommit................................true
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] catalog................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] connectionInitSql................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] connectionTestQuery................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] connectionTimeout................................30000
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] dataSource................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] dataSourceClassName................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] dataSourceJNDI................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] dataSourceProperties................................{password=<masked>}
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] driverClassName................................"com.microsoft.sqlserver.jdbc.SQLServerDriver"
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] exceptionOverrideClassName................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] healthCheckProperties................................{}
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] healthCheckRegistry................................none
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [main] idleTimeout................................600000
2022-07-13 15:03:46,625 DEBUG com.zaxxer.hikari.HikariConfig [m
|
You need to have a firewall to reproduce the problem.
From: Rujun Chen ***@***.***>
Sent: Sunday, August 14, 2022 9:56 PM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
…________________________________
Hi, @NidaNajam [github.com]<https://urldefense.com/v3/__https:/github.com/NidaNajam__;!!AQegZw!YhWe8CZ0OZ4GBRmNjSDiXZRWQbxMqYD8n_G6NsuiEavfAogNFzADhl3-j3AU33B619xywZm-hGkaF_nqFqMrXg$>
I can't reproduce the problem. Could you please provide a project in GitHub to reproduce the problem?
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1214528470__;Iw!!AQegZw!YhWe8CZ0OZ4GBRmNjSDiXZRWQbxMqYD8n_G6NsuiEavfAogNFzADhl3-j3AU33B619xywZm-hGkaF_lVkTxG1A$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F26AT6QGCJPHZS5SMRLVZGPRXANCNFSM5LXYEOLQ__;!!AQegZw!YhWe8CZ0OZ4GBRmNjSDiXZRWQbxMqYD8n_G6NsuiEavfAogNFzADhl3-j3AU33B619xywZm-hGkaF_mg9OM5WA$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
@mpenabad1961 Now I'm developing a feature that make all http request send to Azure AD / Graph endpoint can send to proxy. Refs: #31347 Maybe after this feature finished, it can solve the problem of firewall, too. |
Thanks. Please let me when done, and how to implement into the solution you provide me.
…-Mercedes
From: Rujun Chen ***@***.***>
Sent: Thursday, October 20, 2022 9:35 PM
To: Azure/azure-sdk-for-java ***@***.***>
Cc: Mercedes Penabad ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [Azure/azure-sdk-for-java] Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate (Issue #26418)
CAUTION! This email originated outside of the organization. Please do not open attachments or click links from an unknown or suspicious origin.
________________________________
@mpenabad1961 [github.com]<https://urldefense.com/v3/__https:/github.com/mpenabad1961__;!!AQegZw!ZkUXh0X8iKJJXuBwwYxFwKo9YBAZE10JtTQV6C8pMhjIbsGUEuVZjDwTSYqVo9sFruspYDjufnrHjaZRHGulLA$>
Now I'm not sure whether firewall similar to proxy.
Now I'm developing a feature that make all http request send to Azure AD / Graph endpoint can send to proxy.
Refs: #31347 [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/31347__;!!AQegZw!ZkUXh0X8iKJJXuBwwYxFwKo9YBAZE10JtTQV6C8pMhjIbsGUEuVZjDwTSYqVo9sFruspYDjufnrHjabV6XOrBA$>
Maybe after this feature finished, it can solve the problem of firewall, too.
—
Reply to this email directly, view it on GitHub [github.com]<https://urldefense.com/v3/__https:/github.com/Azure/azure-sdk-for-java/issues/26418*issuecomment-1286345237__;Iw!!AQegZw!ZkUXh0X8iKJJXuBwwYxFwKo9YBAZE10JtTQV6C8pMhjIbsGUEuVZjDwTSYqVo9sFruspYDjufnrHjabtVcehnQ$>, or unsubscribe [github.com]<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AXI3F27XCOX3HFSRAFQQ2X3WEHXKTANCNFSM5LXYEOLQ__;!!AQegZw!ZkUXh0X8iKJJXuBwwYxFwKo9YBAZE10JtTQV6C8pMhjIbsGUEuVZjDwTSYqVo9sFruspYDjufnrHjaYjGOaNpA$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Hi, @mpenabad1961 It's done in version 4.4.1. Please refer to: https://microsoft.github.io/spring-cloud-azure/4.4.1/reference/html/index.html#connecting-to-azure-ad-via-proxy |
@chenrujun what's the status of this one? |
I think we can close this issue now. We can provide the second sample when there is customer ask. |
Context
Now all samples about spring-security + AAD are using client-id and client-secret. We need provide samples without client-secret, use certificate instead.
Refs: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow#request-an-access-token-with-a-certificate-credential
Related issue: #27029
Problem
Customers need this sample.
Solution
Write sample about spring-security + Azure AD, authorize OAuth2 client by certificate
The text was updated successfully, but these errors were encountered: