By type
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.0.3)
2023-06-26T13:40:05.156Z INFO 1 --- [ main] o.o.c.o.a.Application : Starting Application v1.5.0 using Java 17.0.2 with PID 1 (/opt/app/policy-agent/a1-policy-management-service.jar started by a1pms in /opt/app/policy-agent)
2023-06-26T13:40:05.161Z INFO 1 --- [ main] o.o.c.o.a.Application : The following 1 profile is active: "prod"
2023-06-26T13:40:09.246Z ERROR 1 --- [ main] o.o.c.o.a.datastore.FileStore : Could not create directory: null/database/services, reason: /opt/app/policy-agent/null
2023-06-26T13:40:09.437Z WARN 1 --- [ main] o.o.c.o.a.datastore.FileStore : Could not list filed in null/database, reason; null/database
2023-06-26T13:40:09.446Z WARN 1 --- [ main] o.o.c.o.a.repository.Services : Could not restore services database : null/database
2023-06-26T13:40:09.452Z ERROR 1 --- [ main] o.o.c.o.a.datastore.FileStore : Could not create directory: null/database/policytypes, reason: /opt/app/policy-agent/null
2023-06-26T13:40:09.456Z WARN 1 --- [ main] o.o.c.o.a.datastore.FileStore : Could not list filed in null/database, reason; null/database
2023-06-26T13:40:09.457Z WARN 1 --- [ main] o.o.c.o.a.repository.PolicyTypes : Could not restore policy type database : null/database
2023-06-26T13:40:09.555Z ERROR 1 --- [ main] o.o.c.o.a.c.AsyncRestClientFactory : Could not init SSL context, reason: java.io.FileNotFoundException: (No such file or directory)
2023-06-26T13:40:12.333Z INFO 1 --- [ main] o.o.c.o.a.Application : Started Application in 8.343 seconds (process running for 9.426)