Started by GitHub push by Felipr19 Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back [Pipeline] Start of Pipeline [Pipeline] node Running on Slave3 in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential josejbocanegra Cloning the remote Git repository Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back > git init /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back # timeout=10 Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d00573884f1519fa8b480fc85e3c5a9c93f7bb91 (refs/remotes/origin/main) Commit message: "Service Test bug" > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d00573884f1519fa8b480fc85e3c5a9c93f7bb91 # timeout=10 > git rev-list --no-walk 71af8f62a7f14c1485f5e1cc3e4c20b48e65fb38 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONAR_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] scmSkip SCM Skip: Pattern .*\[ci-skip\].* NOT matched on message: Service Test bug [Pipeline] git Selected Git installation does not exist. Using Default The recommended git tool is: NONE Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found. Fetching changes from the remote Git repository Checking out Revision d00573884f1519fa8b480fc85e3c5a9c93f7bb91 (refs/remotes/origin/main) Commit message: "Service Test bug" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh > git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back/.git # timeout=10 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back # timeout=10 Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E4_BeautyAtHome_Back +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d00573884f1519fa8b480fc85e3c5a9c93f7bb91 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main d00573884f1519fa8b480fc85e3c5a9c93f7bb91 # timeout=10 + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave3 does not seem to be running inside a container $ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back -v /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back:/home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back:rw,z -v /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back@tmp:/home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat $ docker top df5f51ebbc35902b75ca982d9c1ac09974514951704189785e592caa5d995c44 -eo pid,comm [Pipeline] { [Pipeline] sh + java -version openjdk version "21.0.4" 2024-07-16 LTS OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing) + mvn clean install [INFO] Scanning for projects... [INFO] [INFO] ------< co.edu.udistrital.mdp:MP_202510_G81_E4_BeautyAtHome_Back >------ [INFO] Building MP_202510_G81_E4_BeautyAtHome_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ MP_202510_G81_E4_BeautyAtHome_Back --- [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202510_G81_E4_BeautyAtHome_Back --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ MP_202510_G81_E4_BeautyAtHome_Back --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ MP_202510_G81_E4_BeautyAtHome_Back --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 61 source files with javac [debug release 21] to target/classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202510_G81_E4_BeautyAtHome_Back --- [INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ MP_202510_G81_E4_BeautyAtHome_Back --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug release 21] to target/test-classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ MP_202510_G81_E4_BeautyAtHome_Back --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest 04:29:02.919 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest]: ImageServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 04:29:03.133 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.3) 2025-06-15T04:29:03.863Z INFO 97 --- [ main] c.e.u.m.b.services.ImageServiceTest : Starting ImageServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back) 2025-06-15T04:29:03.865Z INFO 97 --- [ main] c.e.u.m.b.services.ImageServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T04:29:04.456Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T04:29:04.553Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 83 ms. Found 11 JPA repository interfaces. 2025-06-15T04:29:04.734Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T04:29:05.017Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:8ed7822f-71b0-4707-abae-6e478673d726;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T04:29:05.686Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T04:29:05.794Z INFO 97 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final 2025-06-15T04:29:05.857Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T04:29:06.298Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T04:29:06.384Z WARN 97 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2025-06-15T04:29:08.331Z INFO 97 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id)) Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id)) Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id)) Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id)) Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id)) Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id)) Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id)) Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id)) Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id)) Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id)) Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id)) Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity 2025-06-15T04:29:08.480Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T04:29:09.322Z INFO 97 --- [ main] c.e.u.m.b.services.ImageServiceTest : Started ImageServiceTest in 6.079 seconds (process running for 7.82) WARNING: A Java agent has been loaded dynamically (/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.14.12/byte-buddy-agent-1.14.12.jar) WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information WARNING: Dynamic loading of agents will be disallowed by default in a future release Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: select ie1_0.id,ie1_0.url from image_entity ie1_0 where ie1_0.id=? Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: select ie1_0.id,ie1_0.url from image_entity ie1_0 where ie1_0.id=? Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: select ie1_0.id,ie1_0.url from image_entity ie1_0 where ie1_0.id=? Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: delete from image_entity Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: insert into image_entity (url,id) values (?,default) Hibernate: select ie1_0.id,ie1_0.url from image_entity ie1_0 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.11 s - in co.edu.udistrital.mdp.beautyathome.services.ImageServiceTest [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest 2025-06-15T04:29:10.740Z INFO 97 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest]: ServiceServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2025-06-15T04:29:10.750Z INFO 97 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.3) 2025-06-15T04:29:10.828Z INFO 97 --- [ main] c.e.u.m.b.services.ServiceServiceTest : Starting ServiceServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back) 2025-06-15T04:29:10.829Z INFO 97 --- [ main] c.e.u.m.b.services.ServiceServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T04:29:10.944Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T04:29:10.970Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 11 JPA repository interfaces. 2025-06-15T04:29:10.991Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T04:29:11.009Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:c39ecb71-d454-42eb-accb-e6ace281f663;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T04:29:11.033Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T04:29:11.035Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T04:29:11.039Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T04:29:11.041Z WARN 97 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2025-06-15T04:29:11.263Z INFO 97 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id)) Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id)) Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id)) Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id)) Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id)) Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id)) Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id)) Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id)) Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id)) Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id)) Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id)) Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity 2025-06-15T04:29:11.308Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T04:29:11.506Z INFO 97 --- [ main] c.e.u.m.b.services.ServiceServiceTest : Started ServiceServiceTest in 0.726 seconds (process running for 10.004) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:11.590Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.603Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.604Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.604Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.604Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.604Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.604Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.604Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.604Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.604Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.604Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.624Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.624Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.624Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.624Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.624Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.624Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.624Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.624Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.624Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.624Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.626Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.626Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.626Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.626Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.626Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.626Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.626Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.626Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.626Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.626Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.628Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.628Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.629Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.632Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.632Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.632Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.648Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.649Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.649Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.649Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.658Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.658Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.662Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.663Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.663Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.663Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.663Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.663Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.663Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.663Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.663Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.663Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.664Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.666Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.666Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.666Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.666Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.666Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.666Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.666Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.666Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.666Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:11.730Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.730Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.730Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.730Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.730Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.730Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.732Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.732Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.732Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.732Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.733Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.733Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.733Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.733Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.734Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.734Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.734Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.734Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.734Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.734Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.735Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.735Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.735Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.735Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.735Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.735Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.735Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.735Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.735Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.735Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.736Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.742Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.742Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.742Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.743Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.743Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.743Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.743Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.743Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.743Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.743Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.744Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.744Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.744Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.744Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.744Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.744Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.744Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.744Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.744Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.744Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.745Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.745Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.745Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.745Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.746Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.746Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.746Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.747Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.747Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.748Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.749Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.749Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.749Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.749Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.749Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.749Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.749Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.749Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.749Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.749Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.751Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.752Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.752Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.754Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.754Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.754Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.754Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.755Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.755Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.755Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.756Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.756Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.756Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.756Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.756Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.756Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.756Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.756Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.756Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.756Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.757Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.757Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.757Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.757Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.757Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.757Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.757Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.757Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.757Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.757Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.774Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.774Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.774Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.774Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.774Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.775Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.775Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.775Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.775Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.775Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.776Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.776Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.776Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.776Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.776Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.776Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.776Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.776Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.776Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.776Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.777Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.777Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.777Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.778Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.778Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.778Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.778Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.778Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.778Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.778Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.779Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.779Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.779Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.780Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.780Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.780Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.780Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.780Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.780Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.780Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.781Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.781Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.781Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.781Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.782Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.782Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.782Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.782Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.782Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.782Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:11.819Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.819Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.820Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.820Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.820Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.820Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.821Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.821Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.821Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.821Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.822Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.822Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.823Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.823Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.823Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.823Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.824Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.824Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.824Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.824Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.824Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.824Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.825Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.825Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.825Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.825Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.825Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.825Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.825Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.825Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.825Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.825Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.826Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.826Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.826Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.827Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.827Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.827Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.827Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.827Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.827Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.827Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.828Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.828Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.828Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.828Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.829Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.829Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.829Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.829Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.829Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.829Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.830Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.830Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.830Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.830Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.830Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.830Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.830Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.830Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.830Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.830Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.831Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.831Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.831Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.831Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.831Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.831Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.831Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.831Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.831Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.831Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.832Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.832Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.832Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.833Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.833Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.833Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.833Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.833Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.833Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.833Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.834Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.834Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.834Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.834Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.834Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.834Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.834Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.834Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.834Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.834Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.836Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.836Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.836Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.836Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.836Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.836Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.836Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.836Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.836Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.836Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.837Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.837Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.837Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.837Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.837Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.837Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.838Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.838Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.838Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.838Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.839Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.839Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.839Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.839Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.839Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.839Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.839Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.839Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.839Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.839Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.845Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.845Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.845Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.845Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.845Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.845Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.845Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.845Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.845Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.845Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.846Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.846Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.848Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.848Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.849Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.849Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.850Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.850Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.850Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.851Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.851Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.852Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.852Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.853Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.853Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.855Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.855Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.856Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.856Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.857Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.857Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.857Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.857Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.857Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.857Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.857Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.858Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.858Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.859Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.859Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.860Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.860Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.860Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.860Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.860Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.860Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.861Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.861Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:11.894Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.894Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.894Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.894Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.894Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.894Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.894Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.894Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.894Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.895Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.895Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.896Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.896Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.896Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.896Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.896Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.896Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.896Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.896Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.896Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.897Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.897Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.897Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.897Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.897Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.897Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.897Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.897Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.897Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.897Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.898Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.898Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.899Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.899Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.901Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.901Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.901Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.901Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.901Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.901Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.901Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.901Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.901Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.901Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.902Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.902Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.903Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.903Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.904Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.904Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.905Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.905Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.905Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.905Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.906Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.906Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.907Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.908Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.908Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.909Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.909Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.910Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.910Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.911Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.911Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.912Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.912Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.912Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.912Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.912Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.912Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.912Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.912Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.913Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.913Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.914Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.914Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.915Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.915Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.915Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.915Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.915Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.915Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.916Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.916Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.916Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.916Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.916Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.917Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.917Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.917Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.917Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.917Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.917Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.917Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.917Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.917Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.918Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.918Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.918Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.918Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.918Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.918Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.918Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.918Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.918Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.918Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.919Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.919Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.921Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.921Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.921Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.921Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.921Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.921Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.921Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.921Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.921Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.921Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.922Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.922Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.922Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.922Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.922Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.922Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.922Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.922Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.922Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.922Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.923Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.923Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.924Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.924Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.925Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.925Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.926Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.926Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:11.959Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.960Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.960Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.962Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.962Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.963Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.963Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.964Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.964Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.973Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.973Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.973Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.973Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.973Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.974Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.974Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.976Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.976Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.976Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.976Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.976Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.977Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.977Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.979Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.979Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.980Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.981Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.981Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.982Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.982Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.983Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.984Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.984Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.985Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.985Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.987Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.987Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.987Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.987Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.987Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.987Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.987Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.987Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.987Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.987Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.988Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.988Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.988Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.988Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.989Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.989Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.989Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.989Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.989Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.989Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.990Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.990Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.990Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.990Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.990Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.990Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.990Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.990Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.990Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.990Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.991Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.991Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.991Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.991Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.991Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.991Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.991Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.991Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.992Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.992Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.993Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.993Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.993Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.993Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.993Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.993Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.993Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.993Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.993Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.993Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.995Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.995Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.996Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.996Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.997Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.997Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.998Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:11.999Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:11.999Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.000Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.000Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.002Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.002Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.003Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.003Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.004Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.004Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.005Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.005Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.006Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.006Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.007Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.007Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.007Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.007Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.007Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.007Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.007Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.007Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.007Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.007Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.045Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.046Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.046Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.046Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.046Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.046Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.047Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.047Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.047Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.047Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.047Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.047Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.047Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.047Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.047Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.047Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.048Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.048Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.048Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.048Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.048Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.048Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.048Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.048Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.048Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.048Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.049Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.049Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.050Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.050Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.050Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.050Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.051Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.051Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.051Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.051Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.051Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.051Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.051Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.051Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.051Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.051Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.052Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.052Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.052Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.052Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.052Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.052Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.052Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.052Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.052Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.052Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.053Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.053Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.053Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.053Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.053Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.053Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.053Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.053Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.053Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.053Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.054Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.054Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.054Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.054Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.054Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.054Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.054Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.054Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.054Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.054Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.055Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.055Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.055Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.055Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.055Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.055Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.056Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.056Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.056Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.056Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.058Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.058Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.058Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.058Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.058Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.058Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.058Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.058Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.058Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.058Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.059Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.059Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.059Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.059Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.059Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.059Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.059Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.059Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.059Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.059Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.060Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.061Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.061Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.061Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.061Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.061Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.061Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.061Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.061Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.061Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.062Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.062Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.062Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.062Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.062Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.062Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.062Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.062Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.062Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.062Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.063Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.063Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.063Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.063Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.063Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.063Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.063Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.063Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.063Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.063Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.065Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.065Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.065Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.065Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.065Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.065Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.065Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.065Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.065Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.065Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.067Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.067Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.067Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.067Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.067Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.067Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.067Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.067Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.067Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.067Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.068Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.068Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.069Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.069Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.070Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.070Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.070Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.070Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.071Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.071Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.073Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.073Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.074Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.074Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.075Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.075Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.076Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.076Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.077Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.077Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.078Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.078Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.114Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.114Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.115Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.116Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.116Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.117Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.117Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.118Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.118Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.119Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.119Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.121Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.122Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.122Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.122Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.122Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.122Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.122Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.122Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.122Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.122Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.123Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.123Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.124Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.124Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.125Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.125Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.126Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.126Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.127Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.127Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.129Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.129Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.130Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.130Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.131Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.131Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.132Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.132Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.133Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.133Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.134Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.134Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.136Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.136Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.137Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.137Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.137Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.137Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.137Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.137Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.137Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.137Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.137Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.137Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.138Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.138Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.138Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.138Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.138Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.138Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.138Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.138Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.138Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.138Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.139Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.139Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.139Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.139Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.139Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.139Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.139Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.139Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.139Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.139Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.140Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.140Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.140Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.140Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.140Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.140Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.140Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.140Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.140Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.140Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.141Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.141Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.142Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.142Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.143Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.143Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.144Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.144Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.177Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.177Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.177Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.177Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.177Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.177Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.177Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.177Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.177Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.177Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.178Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.178Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.179Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.179Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.180Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.180Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.181Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.182Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.182Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.183Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.183Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.184Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.184Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.185Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.185Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.186Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.186Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.187Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.187Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.188Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.188Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.189Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.189Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.190Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.190Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.190Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.190Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.190Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.190Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.190Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.190Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.190Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.190Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.191Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.191Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.191Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.191Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.191Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.191Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.191Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.191Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.191Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.191Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.192Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.192Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.192Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.192Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.192Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.192Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.192Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.192Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.192Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.192Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.193Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.193Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.193Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.193Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.193Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.193Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.193Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.193Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.193Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.193Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.193Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.193Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.193Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.193Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.193Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.194Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.194Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.194Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.194Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.194Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.194Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.194Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.194Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.194Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.194Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.194Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.194Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.194Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.194Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.194Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.196Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.196Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.196Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.196Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.196Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.196Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.197Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.197Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.198Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.198Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.199Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.199Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.234Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.234Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.236Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.236Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.237Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.237Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.238Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.238Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.239Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.239Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.241Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.241Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.242Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.242Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.243Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.243Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.244Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.244Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.246Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.246Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.247Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.247Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.248Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.248Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.249Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.249Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.283Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.284Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.284Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.299Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.299Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.300Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.300Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.301Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.301Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.342Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.342Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.343Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.343Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.344Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.344Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.344Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.344Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.344Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.344Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.344Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.344Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.344Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.344Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.345Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.345Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.346Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.346Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.347Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.347Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.347Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.347Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.347Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.347Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.347Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.347Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.347Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.347Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.348Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.348Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.386Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.386Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.387Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.387Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.388Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.388Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.389Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.389Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.389Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.389Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.389Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.389Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.389Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.389Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.389Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.389Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.390Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.390Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.391Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.391Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.391Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.391Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.391Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.391Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.391Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.391Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.391Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.391Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.391Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.391Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.391Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.391Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.391Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.391Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.392Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.392Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.429Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.429Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.429Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.429Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.429Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.429Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.429Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.429Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.429Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.429Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.451Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.451Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.451Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.451Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.451Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.451Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.451Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.451Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.451Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.451Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.452Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.452Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.453Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.453Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.454Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.454Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.455Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.455Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.456Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.456Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.457Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.457Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.459Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.459Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.460Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.460Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.461Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.461Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.462Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.462Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.463Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.463Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.464Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.464Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.464Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.464Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.464Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.464Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.464Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.464Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.464Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.464Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.464Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.464Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.464Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.465Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.465Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.465Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.465Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.465Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.465Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.465Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.465Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.465Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.487Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.487Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.531Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.545Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.545Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.546Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.546Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.568Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.568Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.569Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.569Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.570Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.570Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.604Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.605Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.605Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.606Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.606Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.607Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.607Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.607Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.607Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.607Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.607Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.607Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.607Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.607Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.607Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.607Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.608Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.608Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.608Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.608Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.608Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.608Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.608Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.608Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.608Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.608Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.608Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.608Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.608Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.608Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.608Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.608Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.609Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.609Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.609Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.609Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.609Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.609Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.609Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.609Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.609Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.609Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.609Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.609Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.609Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.609Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.609Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.643Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.643Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.643Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.643Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.643Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.643Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.643Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.643Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.643Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.643Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.643Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.644Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.644Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.645Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.645Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.646Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.646Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.647Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.647Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.648Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.648Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.648Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.648Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.648Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.648Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.648Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.648Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.648Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.648Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.648Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.648Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.648Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.648Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.648Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.649Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.649Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.649Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.649Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.649Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.649Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.650Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.650Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.650Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.650Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.650Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.650Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.650Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.650Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.650Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.650Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.651Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.651Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.652Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.652Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.653Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.653Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.654Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.654Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.655Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.655Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.656Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.656Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.657Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.657Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.678Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.678Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.678Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.678Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.678Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.678Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.678Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.678Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.678Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.678Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.679Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.679Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.679Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.679Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.679Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.679Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.679Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.679Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.679Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.679Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.679Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.680Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.680Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.681Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.681Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.681Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.681Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.681Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.681Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.681Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.681Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.681Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.681Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.682Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.682Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.682Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.682Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.682Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.682Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.682Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.682Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.682Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.682Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.683Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.683Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.683Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.683Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.683Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.683Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.683Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.683Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.683Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.683Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.683Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.683Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.683Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.684Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.684Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.684Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.684Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.684Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.684Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.684Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.684Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.684Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.685Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.685Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.685Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.685Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.685Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.685Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.685Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.685Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.685Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.685Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.686Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.686Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.686Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.686Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.686Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.686Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.686Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.686Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.686Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.686Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.687Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.687Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.688Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.688Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.689Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.689Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.690Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.690Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.691Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.691Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.692Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.692Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.692Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.692Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.692Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.692Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.692Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.692Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.692Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.692Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.693Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.693Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.694Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.694Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.694Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.694Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.694Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.694Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.694Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.694Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.694Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.694Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.694Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.694Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.695Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.695Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.695Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.695Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.695Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.695Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.695Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.695Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.695Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.696Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.696Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.696Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.696Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.696Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.696Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.696Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.696Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.696Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.696Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.696Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.717Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.717Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.717Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.717Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.717Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.717Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.717Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.717Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.717Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.717Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.717Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.718Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.718Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.719Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.719Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.719Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.719Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.719Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.719Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.719Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.719Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.719Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.719Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.719Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.720Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.720Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.720Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.720Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.720Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.720Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.720Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.720Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.720Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.720Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.721Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.721Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.721Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.721Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.721Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.721Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.721Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.721Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.721Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.721Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.721Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.721Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.722Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.722Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.723Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.723Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.724Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.724Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.724Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.724Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.724Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.724Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.724Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.724Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.724Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.724Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.725Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.725Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.726Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.726Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.736Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.736Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.736Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.736Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.736Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.736Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.736Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.736Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.736Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.736Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.736Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.736Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.737Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.737Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.738Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.738Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.739Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.739Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.740Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.740Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.741Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.741Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.761Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.761Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.762Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.762Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.763Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.763Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.764Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.764Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.765Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.765Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.766Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.766Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.766Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.766Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.766Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.766Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.766Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.766Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.766Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.766Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.766Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.766Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.767Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.767Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.768Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.768Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.769Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.769Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.770Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.770Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.771Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.771Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.772Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.772Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:12.773Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:12.773Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) [ERROR] Tests run: 22, Failures: 0, Errors: 22, Skipped: 0, Time elapsed: 1.991 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest [ERROR] testUpdateInvalidServiceWithNullProfessional Time elapsed: 0.192 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullBrand Time elapsed: 0.088 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithEmptyName Time elapsed: 0.077 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateService Time elapsed: 0.064 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullRecords Time elapsed: 0.079 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testDeleteValidService Time elapsed: 0.069 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testGetValidService Time elapsed: 0.065 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithNullRecords Time elapsed: 0.049 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testGetServices Time elapsed: 0.055 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidService Time elapsed: 0.058 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithEmptyDescription Time elapsed: 0.039 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testGetInvalidService Time elapsed: 0.037 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testDeleteInvalidService Time elapsed: 0.036 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithNullDescription Time elapsed: 0.036 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithEmptyName Time elapsed: 0.039 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullName Time elapsed: 0.042 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithNullBrand Time elapsed: 0.035 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullProfessional Time elapsed: 0.035 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateServiceWithNullDescription Time elapsed: 0.04 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithEmptyDescription Time elapsed: 0.037 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testUpdateInvalidServiceWithNullName Time elapsed: 0.043 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [ERROR] testCreateService Time elapsed: 0.032 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.insertData(ServiceServiceTest.java:72) at co.edu.udistrital.mdp.beautyathome.services.ServiceServiceTest.setUp(ServiceServiceTest.java:53) [INFO] Running co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest 2025-06-15T04:29:12.780Z INFO 97 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest]: BrandServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2025-06-15T04:29:12.797Z INFO 97 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.3) 2025-06-15T04:29:12.843Z INFO 97 --- [ main] c.e.u.m.b.services.BrandServiceTest : Starting BrandServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back) 2025-06-15T04:29:12.843Z INFO 97 --- [ main] c.e.u.m.b.services.BrandServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T04:29:12.983Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T04:29:13.003Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 11 JPA repository interfaces. 2025-06-15T04:29:13.024Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T04:29:13.039Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:2756bb29-305c-4d8e-84b6-ebd0fef75b85;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T04:29:13.061Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T04:29:13.062Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T04:29:13.066Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T04:29:13.068Z WARN 97 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2025-06-15T04:29:13.282Z INFO 97 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id)) Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id)) Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id)) Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id)) Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id)) Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id)) Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id)) Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id)) Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id)) Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id)) Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id)) Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity 2025-06-15T04:29:13.325Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T04:29:13.541Z INFO 97 --- [ main] c.e.u.m.b.services.BrandServiceTest : Started BrandServiceTest in 0.739 seconds (process running for 12.04) Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select be1_0.id,be1_0.available,be1_0.category,be1_0.description,be1_0.logourl,be1_0.name,be1_0.photograph,be1_0.price,be1_0.product from brand_entity be1_0 where be1_0.id=? Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select be1_0.id,be1_0.available,be1_0.category,be1_0.description,be1_0.logourl,be1_0.name,be1_0.photograph,be1_0.price,be1_0.product from brand_entity be1_0 where be1_0.id=? Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select be1_0.id,be1_0.available,be1_0.category,be1_0.description,be1_0.logourl,be1_0.name,be1_0.photograph,be1_0.price,be1_0.product from brand_entity be1_0 where be1_0.id=? Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select be1_0.id,be1_0.available,be1_0.category,be1_0.description,be1_0.logourl,be1_0.name,be1_0.photograph,be1_0.price,be1_0.product from brand_entity be1_0 Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s - in co.edu.udistrital.mdp.beautyathome.services.BrandServiceTest [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest 2025-06-15T04:29:13.787Z INFO 97 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest]: ExclusiveProductServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2025-06-15T04:29:13.790Z INFO 97 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.3) 2025-06-15T04:29:13.811Z INFO 97 --- [ main] c.e.u.m.b.s.ExclusiveProductServiceTest : Starting ExclusiveProductServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back) 2025-06-15T04:29:13.811Z INFO 97 --- [ main] c.e.u.m.b.s.ExclusiveProductServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T04:29:13.893Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T04:29:13.911Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 11 JPA repository interfaces. 2025-06-15T04:29:13.940Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T04:29:13.953Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:39e4d19c-cd84-499c-9160-99b85b8aca99;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T04:29:13.971Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T04:29:13.973Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T04:29:13.976Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T04:29:13.978Z WARN 97 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2025-06-15T04:29:14.168Z INFO 97 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id)) Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id)) Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id)) Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id)) Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id)) Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id)) Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id)) Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id)) Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id)) Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id)) Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id)) Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity 2025-06-15T04:29:14.215Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T04:29:14.386Z INFO 97 --- [ main] c.e.u.m.b.s.ExclusiveProductServiceTest : Started ExclusiveProductServiceTest in 0.593 seconds (process running for 12.885) Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select epe1_0.id,epe1_0.available,epe1_0.brand_id,epe1_0.category,epe1_0.description,epe1_0.name,epe1_0.photo,epe1_0.price from exclusive_product_entity epe1_0 where epe1_0.id=? Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select count(*) from exclusive_product_entity epe1_0 where epe1_0.id=? Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select count(*) from exclusive_product_entity epe1_0 where epe1_0.id=? Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select count(*) from exclusive_product_entity epe1_0 where epe1_0.id=? Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select count(*) from exclusive_product_entity epe1_0 where epe1_0.id=? Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: select epe1_0.id,epe1_0.available,epe1_0.brand_id,epe1_0.category,epe1_0.description,epe1_0.name,epe1_0.photo,epe1_0.price from exclusive_product_entity epe1_0 Hibernate: delete from exclusive_product_entity Hibernate: delete from brand_entity Hibernate: insert into brand_entity (available,category,description,logourl,name,photograph,price,product,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) Hibernate: insert into exclusive_product_entity (available,brand_id,category,description,name,photo,price,id) values (?,?,?,?,?,?,?,default) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s - in co.edu.udistrital.mdp.beautyathome.services.ExclusiveProductServiceTest [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest 2025-06-15T04:29:14.636Z INFO 97 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest]: ReviewServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2025-06-15T04:29:14.643Z INFO 97 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.3) 2025-06-15T04:29:14.662Z INFO 97 --- [ main] c.e.u.m.b.services.ReviewServiceTest : Starting ReviewServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back) 2025-06-15T04:29:14.662Z INFO 97 --- [ main] c.e.u.m.b.services.ReviewServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T04:29:14.761Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T04:29:14.778Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 11 JPA repository interfaces. 2025-06-15T04:29:14.794Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T04:29:14.807Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:b19e4352-062e-4854-8ec1-6775dcbfa753;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T04:29:14.825Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T04:29:14.826Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T04:29:14.830Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T04:29:14.832Z WARN 97 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2025-06-15T04:29:15.006Z INFO 97 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id)) Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id)) Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id)) Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id)) Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id)) Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id)) Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id)) Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id)) Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id)) Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id)) Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id)) Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity 2025-06-15T04:29:15.040Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T04:29:15.194Z INFO 97 --- [ main] c.e.u.m.b.services.ReviewServiceTest : Started ReviewServiceTest in 0.549 seconds (process running for 13.693) Hibernate: delete from review_entity 2025-06-15T04:29:15.203Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.204Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.204Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.205Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.205Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.206Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.206Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.207Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.207Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.208Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.208Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.209Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.209Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.210Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.210Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.211Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.211Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.211Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.211Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.211Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.211Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.211Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.211Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.211Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.211Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.211Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.211Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.211Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.212Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.212Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.212Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.212Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.212Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.212Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.212Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.212Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.212Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.213Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.213Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.214Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.214Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.215Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.215Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.216Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.216Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.217Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.217Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.225Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.225Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.226Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.226Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.227Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.227Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.228Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.228Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.229Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.229Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.230Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.230Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.231Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.231Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.232Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.232Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.233Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.233Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.250Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.250Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.251Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.251Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.252Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.252Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.253Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.253Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.254Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.254Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.255Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.255Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.256Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.256Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.264Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.264Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.264Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.264Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.264Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.264Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.264Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.264Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.264Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.264Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.265Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.265Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.266Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.266Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.267Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.267Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.267Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.267Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.267Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.267Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.267Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.267Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.267Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.267Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.268Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.268Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.269Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.269Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.270Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.270Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.271Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.271Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.272Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.272Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.272Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.272Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.272Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.272Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.272Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.272Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.272Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.272Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.273Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.273Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.274Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.274Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.275Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.275Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.275Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.275Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.275Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.275Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.275Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.275Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.275Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.276Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.276Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.277Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.277Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.285Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.285Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.286Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.286Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.287Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.287Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.288Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.288Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.289Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.289Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.290Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.290Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.291Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.291Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.292Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.292Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.293Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.293Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.293Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.293Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.293Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.293Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.293Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.293Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.293Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.293Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.294Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.294Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.295Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.295Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.296Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.296Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.297Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.297Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.298Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.298Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.306Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.306Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.307Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.307Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.308Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.308Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.308Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.308Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.308Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.308Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.308Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.308Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.308Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.308Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.309Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.309Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.310Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.310Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.311Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.311Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.312Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.312Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.313Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.313Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.314Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.314Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.315Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.315Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.316Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.316Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.317Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.317Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.318Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.318Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.319Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.319Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.327Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.327Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.328Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.328Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.329Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.329Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.331Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.331Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.332Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.332Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.333Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.333Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.334Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.334Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.335Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.335Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.336Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.336Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.337Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.337Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.338Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.338Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.339Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.339Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.340Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.340Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.341Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.341Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.349Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.349Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.350Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.350Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.351Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.351Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.352Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.352Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.353Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.353Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.354Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.354Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.355Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.355Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.356Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.356Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.357Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.357Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.358Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.358Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.359Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.359Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.360Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.360Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.361Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.361Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.361Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.361Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.361Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.361Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.361Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.361Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.361Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.361Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.362Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.362Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.363Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.363Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.371Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.371Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.372Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.372Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.373Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.373Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.374Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.374Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.375Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.375Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.376Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.376Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.377Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.377Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.378Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.378Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.379Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.379Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.380Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.380Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.381Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.381Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.382Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.382Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.383Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.383Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.384Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.384Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.385Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.385Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.393Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.393Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.394Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.394Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.395Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.395Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.396Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.396Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.397Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.397Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.398Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.398Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.398Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.398Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.398Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.398Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.398Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.398Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.398Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.398Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.399Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.399Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.400Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.400Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.401Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.401Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.402Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.402Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.403Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.403Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.404Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.404Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.405Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.405Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.406Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.406Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.407Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.407Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.407Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.407Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.407Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.407Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.414Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.414Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.415Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.415Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.416Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.416Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.417Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.417Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.418Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.418Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.419Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.419Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.420Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.420Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.421Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.421Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.422Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.422Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.423Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.423Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.424Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.424Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.425Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.425Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.426Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.426Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.427Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.427Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.428Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.428Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.429Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.436Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.436Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.437Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.437Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.438Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.438Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.439Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.439Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.440Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.440Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.441Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.441Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.442Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.442Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.443Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.443Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.444Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.444Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.445Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.445Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.446Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.446Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.447Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.447Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.448Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.448Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.448Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.448Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.448Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.448Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.448Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.448Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.448Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.448Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.449Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.449Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.450Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.450Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.458Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.458Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.466Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.466Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.466Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.466Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.466Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.466Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.466Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.466Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.466Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.466Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.467Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.467Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.468Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.468Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.469Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.469Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.469Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.469Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.469Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.469Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.469Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.469Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.469Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.469Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.469Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.469Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.470Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.470Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.471Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.471Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.471Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.471Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.471Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.471Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.471Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.471Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.471Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.471Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.471Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.471Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.471Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.471Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.471Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.471Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.472Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.472Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.473Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.473Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.474Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.474Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.475Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.475Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.476Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.476Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.477Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.477Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.478Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.478Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.478Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.478Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.478Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.478Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.478Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.478Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.478Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.478Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.479Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.479Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.480Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.480Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.488Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.488Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.489Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.489Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.490Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.490Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.491Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.491Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.492Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.492Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.493Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.493Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.494Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.494Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.495Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.495Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.496Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.496Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.497Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.497Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.498Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.498Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.499Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.499Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.500Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.500Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.501Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.501Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.502Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.502Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.510Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.510Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.510Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.510Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.510Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.510Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.510Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.510Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.510Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.510Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.511Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.511Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.512Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.512Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.513Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.513Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.513Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.513Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.513Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.513Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.513Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.513Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.513Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.513Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.513Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.513Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.513Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.513Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.514Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.514Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.515Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.515Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.516Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.516Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.516Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.516Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.516Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.516Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.516Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.516Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.516Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.516Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.517Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.517Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.518Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.518Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.519Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.519Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.519Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.519Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.519Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.519Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.519Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.519Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.519Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.519Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.519Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.520Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.520Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.521Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.521Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.522Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.522Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.522Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.522Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.522Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.522Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.522Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.522Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.522Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.522Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.523Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.523Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.524Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.524Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.532Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.532Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.533Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.533Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.534Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.534Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.535Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.535Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.536Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.536Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.537Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.537Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.538Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.538Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.539Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.539Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.540Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.540Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.541Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.541Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.542Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.542Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.543Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.543Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.544Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.544Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.551Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.551Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.551Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.551Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.551Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.551Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.551Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.551Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.551Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.551Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.552Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.552Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.553Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.553Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.554Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.554Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.555Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.555Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.556Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.556Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.557Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.557Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.558Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.558Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.559Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.559Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.560Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.560Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.561Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.561Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.562Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.562Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.563Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.563Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.571Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.571Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.572Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.572Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.573Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.573Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.574Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.574Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.575Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.575Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.576Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.576Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.577Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.577Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.578Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.578Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.579Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.579Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.580Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.580Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.581Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.581Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.582Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.582Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.583Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.583Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.590Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.591Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.591Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.592Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.592Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.593Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.593Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.593Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.593Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.593Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.593Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.593Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.593Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.593Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.593Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.594Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.594Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.595Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.595Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.595Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.595Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.595Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.595Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.595Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.595Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.595Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.595Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.595Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.596Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.596Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.597Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.597Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.598Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.598Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.599Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.599Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.600Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.600Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.601Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.601Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.602Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.602Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.610Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.610Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.611Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.611Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.612Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.612Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.613Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.613Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.614Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.614Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.615Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.615Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.616Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.616Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.617Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.617Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.618Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.618Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.619Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.619Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.620Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.620Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.621Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.621Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.622Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.622Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) Hibernate: delete from review_entity 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.630Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.630Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.631Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.631Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.632Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.632Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.632Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.633Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.633Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.634Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.634Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.635Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.635Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.636Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.636Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.637Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.637Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.637Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.637Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.637Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.637Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.637Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.637Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.637Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.637Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.637Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.638Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.638Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.639Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.639Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.640Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.640Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.641Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.641Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. 2025-06-15T04:29:15.642Z WARN 97 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2025-06-15T04:29:15.642Z WARN 97 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.beautyathome.entities.ServiceRecordEntity with arguments []. Returning null. Hibernate: insert into service_record_entity (date_performed,service_id,id) values (?,?,default) [ERROR] Tests run: 20, Failures: 0, Errors: 20, Skipped: 0, Time elapsed: 1.001 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest [ERROR] testCreateReviewWithEmptyOpinion Time elapsed: 0.024 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testCreateReviewWithStarsLargerThanFive Time elapsed: 0.034 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateInvalidReviewWithEmptyOpinion Time elapsed: 0.02 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testCreateReview Time elapsed: 0.02 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateInvalidReviewWithNullOpinion Time elapsed: 0.02 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testCreateReviewWithNullService Time elapsed: 0.021 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testCreateReviewWithNullClient Time elapsed: 0.021 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateValidReview Time elapsed: 0.02 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateInvalidReviewWithStarsAbove5 Time elapsed: 0.021 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateInvalidReviewWithStarsBelow1 Time elapsed: 0.022 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testCreateReviewWithNullOpinion Time elapsed: 0.028 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testDeleteValidReview Time elapsed: 0.023 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testGetValidReview Time elapsed: 0.022 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testCreateReviewWithStarsSmallerThanFive Time elapsed: 0.021 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testGetInvalidReview Time elapsed: 0.019 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testDeleteInvalidReview Time elapsed: 0.019 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateInvalidReviewWithNullClient Time elapsed: 0.019 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateInvalidReview Time elapsed: 0.017 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testGetReviews Time elapsed: 0.019 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [ERROR] testUpdateInvalidReviewWithNullService Time elapsed: 0.018 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.insertData(ReviewServiceTest.java:70) at co.edu.udistrital.mdp.beautyathome.services.ReviewServiceTest.setUp(ReviewServiceTest.java:58) [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest 2025-06-15T04:29:15.648Z INFO 97 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest]: ClientServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2025-06-15T04:29:15.654Z INFO 97 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.3) 2025-06-15T04:29:15.672Z INFO 97 --- [ main] c.e.u.m.b.services.ClientServiceTest : Starting ClientServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back) 2025-06-15T04:29:15.672Z INFO 97 --- [ main] c.e.u.m.b.services.ClientServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T04:29:15.755Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T04:29:15.774Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 11 JPA repository interfaces. 2025-06-15T04:29:15.792Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T04:29:15.805Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:2c4ca9a5-89ae-432b-9f72-fdbd094bd6a8;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T04:29:15.826Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T04:29:15.828Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T04:29:15.832Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T04:29:15.833Z WARN 97 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2025-06-15T04:29:16.028Z INFO 97 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id)) Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id)) Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id)) Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id)) Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id)) Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id)) Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id)) Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id)) Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id)) Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id)) Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id)) Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity 2025-06-15T04:29:16.059Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T04:29:16.227Z INFO 97 --- [ main] c.e.u.m.b.services.ClientServiceTest : Started ClientServiceTest in 0.571 seconds (process running for 14.726) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) Hibernate: delete from review_entity Hibernate: delete from client_entity Hibernate: insert into client_entity (address,email,full_name,phone_number,id) values (?,?,?,?,default) [ERROR] Tests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed: 0.604 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest [ERROR] testCreateClientWithNullReviews Time elapsed: 0.01 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClientWithEmptyEmail Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClientWithNullEmail Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testUpdateClient Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testDeleteValidClient Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClientWithEmptyAddress Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testGetValidClient Time elapsed: 0.005 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClientWithNullPhoneNumber Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testGetInvalidClient Time elapsed: 0.004 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testDeleteInvalidClient Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClientWithNullName Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClientWithNullAddress Time elapsed: 0.005 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testGetClients Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClientWithEmptyName Time elapsed: 0.006 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClientWithEmptyPhoneNumber Time elapsed: 0.003 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [ERROR] testCreateClient Time elapsed: 0.005 s <<< ERROR! org.hibernate.PropertyValueException: not-null property references a null or transient value : co.edu.udistrital.mdp.beautyathome.entities.ReviewEntity.client at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.insertData(ClientServiceTest.java:55) at co.edu.udistrital.mdp.beautyathome.services.ClientServiceTest.setUp(ClientServiceTest.java:43) [INFO] Running co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest 2025-06-15T04:29:16.342Z INFO 97 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest]: ProfessionalServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2025-06-15T04:29:16.348Z INFO 97 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.beautyathome.MainApplication for test class co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.3) 2025-06-15T04:29:16.367Z INFO 97 --- [ main] c.e.u.m.b.s.ProfessionalServiceTest : Starting ProfessionalServiceTest using Java 21.0.4 with PID 97 (started by root in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back) 2025-06-15T04:29:16.368Z INFO 97 --- [ main] c.e.u.m.b.s.ProfessionalServiceTest : No active profile set, falling back to 1 default profile: "default" 2025-06-15T04:29:16.437Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2025-06-15T04:29:16.452Z INFO 97 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 11 JPA repository interfaces. 2025-06-15T04:29:16.467Z INFO 97 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2025-06-15T04:29:16.478Z INFO 97 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:669cd28e-fc40-4e53-9ab9-d31b13735519;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2025-06-15T04:29:16.495Z INFO 97 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2025-06-15T04:29:16.496Z INFO 97 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2025-06-15T04:29:16.500Z INFO 97 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2025-06-15T04:29:16.501Z WARN 97 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2025-06-15T04:29:16.675Z INFO 97 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade Hibernate: create table agenda_entity (id bigint generated by default as identity, professional_id bigint unique, primary key (id)) Hibernate: create table appointment_entity (agenda_id bigint, id bigint generated by default as identity, professional_id bigint, scheduled_at timestamp(6), service_id bigint, user_id bigint, primary key (id)) Hibernate: create table brand_entity (available boolean, price float(53), id bigint generated by default as identity, category varchar(255), description varchar(255), logourl varchar(255), name varchar(255), photograph varchar(255), product varchar(255), primary key (id)) Hibernate: create table client_entity (id bigint generated by default as identity, address varchar(255), email varchar(255), full_name varchar(255), phone_number varchar(255), primary key (id)) Hibernate: create table coverage_area_entity (id bigint generated by default as identity, name varchar(255), primary key (id)) Hibernate: create table exclusive_product_entity (available boolean, price float(53), brand_id bigint, id bigint generated by default as identity, category varchar(255), description varchar(255), name varchar(255), photo varchar(255), primary key (id)) Hibernate: create table image_entity (id bigint generated by default as identity, url varchar(255), primary key (id)) Hibernate: create table professional_area (area_id bigint not null, professional_id bigint not null, primary key (area_id, professional_id)) Hibernate: create table professional_entity (birth_date date, sponsored boolean not null, brand_id bigint, id bigint generated by default as identity, name varchar(255), photo_url varchar(255), summary varchar(255), primary key (id)) Hibernate: create table review_entity (stars integer not null, client_id bigint not null, id bigint generated by default as identity, service_record_id bigint not null unique, opinion varchar(1000) not null, primary key (id)) Hibernate: create table service_entity (price float(53), brand_id bigint, id bigint generated by default as identity, professional_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table service_record_entity (date_performed date, id bigint generated by default as identity, service_id bigint, primary key (id)) Hibernate: alter table if exists agenda_entity add constraint FKppmkpsoetr7lu0o3lnsm0mkck foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKlfi8k6o7x8e4vqwxehc2cr6p9 foreign key (agenda_id) references agenda_entity Hibernate: alter table if exists appointment_entity add constraint FKc1bxhg9cd5enh1enqfumnphr8 foreign key (user_id) references client_entity Hibernate: alter table if exists appointment_entity add constraint FKlgyt95docr3qo3w3b12upohdq foreign key (professional_id) references professional_entity Hibernate: alter table if exists appointment_entity add constraint FKc3suy5i0uvkdifnsovna0k21q foreign key (service_id) references service_entity Hibernate: alter table if exists exclusive_product_entity add constraint FKn9wuwqnt0sovxh2suun7kb4tf foreign key (brand_id) references brand_entity Hibernate: alter table if exists professional_area add constraint FKg3atskd26w0kksa7n0m4wvunm foreign key (area_id) references coverage_area_entity Hibernate: alter table if exists professional_area add constraint FKky0u5df6tlhc0ilt8d5m0fe3y foreign key (professional_id) references professional_entity Hibernate: alter table if exists professional_entity add constraint FK1ktkd1s7d9q4nskl0cjsa7e4p foreign key (brand_id) references brand_entity Hibernate: alter table if exists review_entity add constraint FKfc0i93dpqubh4qieybqcni10e foreign key (client_id) references client_entity Hibernate: alter table if exists review_entity add constraint FKh7los7u9y9f2mirm28qtc25e9 foreign key (service_record_id) references service_record_entity Hibernate: alter table if exists service_entity add constraint FKr47jh4seunosgnksfmv1ar4gc foreign key (brand_id) references brand_entity Hibernate: alter table if exists service_entity add constraint FKhsh9495cm0n8335ksuju77loo foreign key (professional_id) references professional_entity Hibernate: alter table if exists service_record_entity add constraint FK9r0v3t38nfwdqg7bl58m2p7kn foreign key (service_id) references service_entity 2025-06-15T04:29:16.703Z INFO 97 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2025-06-15T04:29:16.844Z INFO 97 --- [ main] c.e.u.m.b.s.ProfessionalServiceTest : Started ProfessionalServiceTest in 0.494 seconds (process running for 15.343) [ERROR] Tests run: 22, Failures: 0, Errors: 22, Skipped: 0, Time elapsed: 0.548 s <<< FAILURE! - in co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest [ERROR] testUpdateProfessional Time elapsed: 0.005 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testGetValidProfessional Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testUpdateInvalidProfessionalWithNullServices Time elapsed: 0.003 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testGetInvalidProfessional Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testUpdateInvalidProfessionalWithNullSummary Time elapsed: 0.003 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testGetProfessionals Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testCreateProfessionalWithNullServices Time elapsed: 0.003 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testCreateProfessionalWithNullCoverageAreas Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testDeleteValidProfessional Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testDeleteInvalidProfessional Time elapsed: 0.003 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testUpdateInvalidProfessionalWithNullPhotoUrl Time elapsed: 0.003 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testUpdateInvalidProfessionalWithNullBirthDate Time elapsed: 0.004 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testUpdateInvalidProfessionalWithNullAgenda Time elapsed: 0 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testUpdateInvalidProfessionalWithNullName Time elapsed: 0.004 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testCreateProfessionalWithNullBirthDate Time elapsed: 0.001 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testUpdateInvalidProfessional Time elapsed: 0.003 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testCreateProfessional Time elapsed: 0.004 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testUpdateInvalidProfessionalWithNullCoverageAreas Time elapsed: 0 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testCreateProfessionalWithNullPhotoUrl Time elapsed: 0.003 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testCreateProfessionalWithNullAgenda Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testCreateProfessionalWithNullName Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) [ERROR] testCreateProfessionalWithNullSummary Time elapsed: 0.002 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.getEntityManager()" because "this.entityManager" is null at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.clearData(ProfessionalServiceTest.java:50) at co.edu.udistrital.mdp.beautyathome.services.ProfessionalServiceTest.setUp(ProfessionalServiceTest.java:46) 2025-06-15T04:29:16.926Z INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade 2025-06-15T04:29:17.065Z INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade 2025-06-15T04:29:17.072Z INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade 2025-06-15T04:29:17.078Z INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade 2025-06-15T04:29:17.085Z INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade 2025-06-15T04:29:17.089Z INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade 2025-06-15T04:29:17.095Z INFO 97 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' Hibernate: drop table if exists agenda_entity cascade Hibernate: drop table if exists appointment_entity cascade Hibernate: drop table if exists brand_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists coverage_area_entity cascade Hibernate: drop table if exists exclusive_product_entity cascade Hibernate: drop table if exists image_entity cascade Hibernate: drop table if exists professional_area cascade Hibernate: drop table if exists professional_entity cascade Hibernate: drop table if exists review_entity cascade Hibernate: drop table if exists service_entity cascade Hibernate: drop table if exists service_record_entity cascade [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ClientServiceTest.setUp:43->insertData:55 » PropertyValue not-null property re... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ProfessionalServiceTest.setUp:46->clearData:50 NullPointer Cannot invoke "org.... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ReviewServiceTest.setUp:58->insertData:70 » PropertyValue not-null property re... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [ERROR] ServiceServiceTest.setUp:53->insertData:72 » PropertyValue not-null property r... [INFO] [ERROR] Tests run: 111, Failures: 0, Errors: 80, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21.274 s [INFO] Finished at: 2025-06-15T04:29:17Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project MP_202510_G81_E4_BeautyAtHome_Back: There are test failures. [ERROR] [ERROR] Please refer to /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [Pipeline] } $ docker stop --time=1 df5f51ebbc35902b75ca982d9c1ac09974514951704189785e592caa5d995c44 $ docker rm -f --volumes df5f51ebbc35902b75ca982d9c1ac09974514951704189785e592caa5d995c44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Testing) Stage "Testing" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static Analysis) Stage "Static Analysis" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] deleteDir [Pipeline] dir Running in /home/cecaduser/workspace/MP_202510_G81_E4_BeautyAtHome_Back/MP_202510_G81_E4_BeautyAtHome_Back@tmp [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE